Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
3,115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Download the latest wallet
  2.  
  3. Create lux.conf in the lux data folder.
  4. For Windows: %AppData%/lux
  5. For Linux: ~/.lux a
  6. For Mac: ~/Library/Application Support/lux.
  7.  
  8. In lux.conf, enter in the details below but change the password to whatever you want.
  9. Remember to add rpcallowip entries for any remote miners you want to allow to mine to your wallet.
  10. server=1
  11. listen=1
  12. daemon=1
  13. rpcuser=user
  14. rpcpassword=pass
  15. rpcport=6667
  16. rpcallowip=127.0.0.1
  17. rpcallowip=192.168.1.1
  18. onlynet=ipv4
  19.  
  20. Start your wallet and wait for it to sync 100%
  21.  
  22. Start your miner
  23. ccminer:
  24. ccminer --cpu-priority=3 -a phi -o http://127.0.0.1:6667 -u user -p pass
  25.  
  26. sgminer:
  27. sgminer -a phi -o http://127.0.0.1:6667 –user user –pass pass
  28.  
  29. If your wallet is not on the same PC you are mining on you will need to set the IP address as follows
  30. ccminer --cpu-priority=3 -a phi -o http://WALLETIPADDRESS:6667 -u user -p pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement