Jump to content

How to Mine Bitjet [BTJ]


buzzkillb
 Share

Recommended Posts

Start QT wallet.

https://github.com/bitjetcoin/bitjetcoin/releases/tag/1.0

Settings -> Options -> Open Configuration File

image.png.ccd7ad1367c6899f67cb827ddaf51f29.png

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...