Advertisement
Brandon1000GH

Burstcoin pool mining guide for x64

Oct 5th, 2014
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. Windows Burstcoin pool mining guide for x64 systems
  2.  
  3. **Check for java updates!!! Go to the java webpage and manually check!
  4. Required download: Uray's R4 miner, Wplotgenerator, Burst Wallet 1.1.3
  5.  
  6. Uray's R4 miner: https://github.com/uraymeiviar/burst-miner/releases
  7. Wplotgenerator: https://github.com/BurstTools/BurstSoftware
  8. Burst Wallet 1.1.3: https://github.com/BurstProject/burstcoin
  9.  
  10.  
  11. Step 1: Prepare a clean area.
  12. Open and extract all programs to the same folder. (With each program having it's own folder)
  13.  
  14. Step 2: Get Numeric wallet ID
  15. Open the Burst Wallet folder.
  16. Execute the "Run.bat" file.
  17. Once the command prompt displays the message "<date and time> INFO: Burst server 1.1.3 started successfully." your good to go.
  18. Open the "Burst_wallet" shortcut or go to localhost:8125 in your web browser.
  19. If you all ready have a wallet login. If not then create on by clicking the thing below the passphrase box and following the steps.
  20. When you have the wallet logged in and open left click the burst wallet address in the upper left corner, then chose "Copy numeric ID"
  21. Save this in a blank text file. You will need it later.
  22.  
  23. **NOTE: Keep this open while it syncs.**
  24.  
  25.  
  26. Step 3: Generate Plots
  27. Open the folder containing Wplotgenerator.
  28. Open a blank text file in notepad. Then write the following:
  29.  
  30. wplotgenerator [NumericID] [StartNonce] [TotalNonces] [Stagger] [Threads (cpu cores)] [/async]
  31.  
  32. pause
  33.  
  34. example:
  35. wplotgenerator 14160265173313089954 0 400000 1000 2 /asyn
  36.  
  37. pause
  38.  
  39. Replace all of the things in [] with the correct information.
  40. If you are just starting plotting, start with 0 and try to do less the 400000 in total nonces (97.6 GBs).
  41. For Stagger size do ((<number of MB of ram>/250)*1000), and if using /async then do ((<number of MB of ram>/500)*1000)
  42. For /async it's worth it to use it for larger stager sizes since it allows you to generating while writing plots to the disc.
  43.  
  44. Now click "save as" and for name do: "Start.bat" and chose "all file type" then press save. You have now created a batch file you can easily edit later for use with Wplotter, it just has to be in the same folder as the .exe :)
  45.  
  46.  
  47. Step 4: Set Reward recipient
  48.  
  49. Open and start the wallet using the same passphrase you used to get the numericID from.
  50. Go to " LocalHost:8125/rewardassignment.html
  51. Change "Set reward recipient" to the numeric ID for to pool you want to use, and enter your password above that.
  52. After 4 confirmations you will be able to mine and recive credit from the pool
  53.  
  54. I personally use burstpool.ddns.net with good results ;)
  55. http://burstpool.ddns.net/howto.html
  56. has their information for mining with them.
  57.  
  58.  
  59. Step 5: Configure miner
  60. This seems so far to be the part most people have an issue with so follow closely. Open the .confi file in the miner program
  61.  
  62. {
  63. "poolUrl" : "burstpool.ddns.net:8124",
  64. "submissionMaxDelay" : 30,
  65. "submissionMaxRetry" : 3,
  66. "socketTimeout" : 60,
  67. "maxBufferSizeMB" : 250,
  68. "plots" :
  69.  
  70. [
  71.  
  72. "e:\\pocminer_v1-1\\plots",
  73. "e:\\pocminer_v1\\plots"
  74. ]
  75. }
  76.  
  77. is the config file from my miner. However you will need to change a few things if your using it for yourself.
  78. First pool_URL needs to be the url for the pool your using, leave off the http:// or https:// it's not needed.
  79.  
  80. Now for the "plots" portion.
  81.  
  82. "e:\\pocminer_v1-1\\plots",
  83.  
  84. First you a lower case letter for the drive, second use \\ between folders (I have personally found it's easier to use the miner if you put the plots in a place that the shortest path). lastly use a "," at the end of each line location if your going to do another after and do not put a "," on the last one.
  85.  
  86. Now you should be good, save the file
  87.  
  88. **NOTE: Make sure your firewall/antivirus isn't blocking the miner from running. You may have to add an exception manually.
  89.  
  90.  
  91. Step 6: Set back and wait, check your stuff everyone and a while.
  92. If Wplotgenerator stops for some reason you can resart it (sometimes you can't and will have to delete the file it was working on and start from scratch).
  93.  
  94. Guide created by:
  95. Brandon1000
  96.  
  97. Donate to:
  98.  
  99. If you feel generous, thanks :D
  100.  
  101. Guide Version 1.00
  102.  
  103. Edits:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement