Advertisement
ZETTEL_Guides

ZettelKasten Windows Mining guide

Jun 1st, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. ### ZettelKasten Windows Mining guide ###
  2.  
  3. Run the binaries:
  4. https://zettelkasten.org/zettelkasten-win32.zip
  5.  
  6. *It's currently plug and play and doesn't need for you to do anything else than clicking "Start Mining" into the "Mining" tab.
  7. It will create a new address every time you find a block, nothing wrong with it but if you rather solomine everything to a single address, here's how:*
  8.  
  9. - Inside the ZettelKaster-qt wallet:
  10.  
  11. **1.** `Receive` tab, click `New Address` and give it a name, for example "SoloMiningAddress" and press `Ok`, right click on it and `Copy Address`
  12.  
  13. **2.** Go to `Tools` -> `Debug Console`, inside the `Console` tab, enter:
  14. ```dumpprivkey Paste_The_Address_In_There```
  15. *It will give you the private key for that Address, don't share it, anyone with your private key can spend your funds, be very careful with it.*
  16.  
  17. **3.** Edit the file (by creating it if it doesn't exist): `%appdata%\ZettelKasten\zettelkasten.conf` and paste this:
  18. ```rpcuser=someuserany
  19. rpcpassword=anysomepassword
  20. daemon=1
  21. server=1
  22. gen=1
  23. genproclimit=-1
  24. miningprivkey=Paste_Your_Private_Key_In_There```
  25.  
  26. **4.** Relaunch the qt and it should mine to the same address for each block it found, do this for every rigs if you want them to mine to the same address too.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement