Advertisement
GeoffreyYeung

Untitled

Feb 3rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. 1. unzip gnfs_distribute.zip
  2. 2. go to gnfs/RSA/ and find "RSA.job.resume"
  3. 3. open the file in notepad (or some other text editor)
  4. 4. modify the file according to the number you're assigned to:
  5. for example, you're assigned "41000000". Your RSA.job.resume should now be:
  6.  
  7. Q0: 41000000
  8. QSTEP: 40000
  9. QQ0: 41000000, 41000000, 41010000
  10. QQ1: 41010000, 41010000, 41020000
  11. QQ2: 41020000, 41020000, 41030000
  12. QQ3: 41030000, 41030000, 41040000
  13.  
  14. 5. save the file, and open the command prompt
  15. (press windows icon and type "cmd")
  16.  
  17. --if you have python installed:
  18. 6. navigate to gnfs/RSA/ folder in command line*
  19. 7. type "..\factmsieve.py RSA"
  20. 8. ???
  21. 9. once you're bored, press ctrl+C
  22. 10. send me the output files (all of them?)
  23. 11. Thanks!
  24.  
  25. --if you don't have python:
  26. 6. navigate to gnfs/ folder in command line*
  27. 7. type ".\msieve -k -o spairs.out.T0 -v -n 0 -a RSA.job.T0"
  28. 8. open another command prompt
  29. 9. repeat 7, except use "1" instead of "0" (i.e. ".\msieve -k -o spairs.out.T1 -v -n 1 -s RSA.job.T1")
  30. 10. open another command prompt and do it again with the number 2 and 3
  31. 11. ???
  32. 12. once you're bored, press ctrl+C
  33. 13. send me the output files (all of them?)
  34. 14. Thanks!
  35.  
  36. *How to navigate with command line
  37. 1. know to look at the left of the line to see where you're at
  38. e.g. "C:\Users\User>_"
  39. 2. go to the correct drive
  40. e.g. you're at C: drive, you want to go to D: drive, type "D:"
  41. 3. go into a deeper folder with "cd"
  42. e.g. you're at "C:", you want to go to "C:\gfns\"
  43. type "cd gfns"
  44. e.g. you're at "D:\random\", want to go to "D:\random\downloads\gfns\"
  45. type "cd downloads\gfns"
  46. 4. opps, you have to go back down a level with "cd .."
  47. e.g. go from "D:\random\good_stuff\" back to "D:\random\" with typing "cd .."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement