Advertisement
Guest User

Mining Guide

a guest
May 4th, 2014
1,562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. POOL MINING GUIDE:
  2.  
  3. Please view the instructions on your chosen PLX pool.
  4.  
  5.  
  6. SOLO MINING GUIDE:
  7.  
  8.  
  9. git clone https://github.com/donSchoe/p2pool-n
  10.  
  11. Read the readme at https://github.com/donSchoe/p2pool-n and install dependencies
  12.  
  13. ./run_p2pool.py --net vertcoin --give-author 0 \
  14.  
  15. --bitcoind-rpc-port 5888 --bitcoind-p2p-port 5889 \
  16. --merged http://user:pass@localhost:7817/ -w 6818 \
  17.  
  18. BITCOINRPC_USERNAME BITCOINRPC_PASSWORD
  19.  
  20. ***With bitcoinrpc_username and password being the parent chain's user and pass.***
  21.  
  22. ***You can replace vertcoin with any NScrypt coin supported by the p2pool***
  23.  
  24.  
  25. ----------------
  26. Now, all you have to do is connect to stratum+tcp://localhost:6818 with any username and password and the mined coins for both coins will be deposited in your wallets.
  27. ----------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement