Mining DERO Using CLI Miner & Full Node – RBM Crypto
This short video will show you the command lines required to setup your Full Node and CLI Miner to be able to mine DERO on the DERO Network. This is for users running derod on the same machine. If you are looking for a more advanced configuration, please visit the DERO documentation on their website.
In this guide
Remote Node Rewards Launch Command:
derod-windows-amd64 --integrator-address YOURWALLETADDRESSHERE
CLI Miner Launch Command:
dero-miner-windows-amd64 --wallet-address YOURWALLETADDRESSHERE --mining-threads 8 --daemon-rpc-address minernode1.dero.io:10100
As you can see in the demo I use a remote node to connect to. If you want to Mine locally on your own node for full rewards here are the two launch commands for your node and miner, open your cmd.exe and execute these commands to mine using a local node.
Local Node Rewards Launch Command:
derod-windows-amd64 --integrator-address YOURWALLETADDRESSHERE --rpc-bind=0.0.0.0:10102
CLI Miner Launch Command:
dero-miner-windows-amd64 --wallet-address YOURWALLETADDRESSHERE --mining-threads 8 --daemon-rpc-address YOURIPV4HERE:10100
CLI Wallet Launch Command to Link to Local Node:
dero-wallet-cli-windows-amd64.exe --daemon-address=YOURIPV4HERE:10102
Storing Dero Using a Full Node:
https://youtu.be/1wOobC906yw
** DISCLAIMER ** Information provided is solely for educational and informational purposes. Nothing in this video and the information provided in it should be construed as a recommendation to buy or sell cryptocurrencies. We are not responsible for any funds lost due to platform or user error.