buzzkillb Posted December 30, 2018 Report Share Posted December 30, 2018 Start QT wallet. https://github.com/bitjetcoin/bitjetcoin/releases/tag/1.0 Settings -> Options -> Open Configuration File If not there create bitcoin.conf in your appdata/roaming/bitcoinjet folder Put this line in the .conf file. Example is solo wallet is on address 192.168.1.50, that goes in rpcbind. Then rpcallowip would be 192.168.1.1/24. rpcuser=user rpcpassword=pass rpcbind=192.168.x.xx:8777 rpcallowip=192.168.x.1/24 server=1 Then go to receive tab, and at label type mining, then click request payment. This will be your mining coinbase address. Restart the QT so it takes the new settings from the .conf file. https://github.com/brian112358/nevermore-miner/releases Now go to your nevermore ccminer directory and create a .bat file like below. The ip address is whatever IP address your QT wallet is running from. Coinbase address is the address from request payment. :mine ccminer.exe  -a x16r -o http://192.168.1.50:8777 -u user -p pass -i 19 --no-longpoll --no-getwork --no-stratum --coinbase-addr=3K5Apw8Z4cxY1qAmOLAoEhaEvffhJbSCS ping -n 30 127.0.0.1 goto :mine  Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.