Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download the latest wallet
- Create lux.conf in the lux data folder.
- For Windows: %AppData%/lux
- For Linux: ~/.lux a
- For Mac: ~/Library/Application Support/lux.
- In lux.conf, enter in the details below but change the password to whatever you want.
- Remember to add rpcallowip entries for any remote miners you want to allow to mine to your wallet.
- server=1
- listen=1
- daemon=1
- rpcuser=user
- rpcpassword=pass
- rpcport=6667
- rpcallowip=127.0.0.1
- rpcallowip=192.168.1.1
- onlynet=ipv4
- Start your wallet and wait for it to sync 100%
- Start your miner
- ccminer:
- ccminer --cpu-priority=3 -a phi -o http://127.0.0.1:6667 -u user -p pass
- sgminer:
- sgminer -a phi -o http://127.0.0.1:6667 –user user –pass pass
- If your wallet is not on the same PC you are mining on you will need to set the IP address as follows
- ccminer --cpu-priority=3 -a phi -o http://WALLETIPADDRESS:6667 -u user -p pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement