Official Update for RXBcore (RXB)
CoinMarketCap Verification
Ticket ID: 1350602
This is an official confirmation that the CoinMarketCap listing/update request for RXBcore (RXB) was submitted by the project.
Official repository:
https://github.com/Heiwabitnull/rxb-coreAdditional resources:
https://github.com/Heiwabitnull/RXB-Whitepaper.gitThis post serves as public proof of authenticity of the request.
A call for miners
If you have a gaming PC or a home computer with a strong CPU or GPU, I invite you to start mining RXB. The project needs a steady growth of nodes and hashrate. The consensus parameters are well-balanced for a fair network. Join us and start mining.
Social Media and Community
I do not use social media, especially Twitter or other such platforms. If anyone wants to promote RXB by creating and managing social media profiles, it would be a massive help to the project.
Official site:
https://rxbcore.orgGitHub:
https://github.com/Heiwabitnull/rxb-core
The simplest set of commands for new users starting RXB mining.
This guide works if:
1. RXB node is already installed and compiled in the Downloads directory
2. Tor is installed and running
3. Tor hidden service has already been configured
After completing the above steps and starting Tor you can use the following commands:
~/Downloads/RXBcore/src/rxbd -daemon
~/Downloads/RXBcore/src/rxb-cli createwallet "your_wallet_name"
~/Downloads/RXBcore/src/rxb-cli -rpcwallet=your_wallet_name encryptwallet "your_strong_password_here"
After encryption the RXB daemon might stop. Restart it then load and unlock your wallet:
~/Downloads/RXBcore/src/rxbd -daemon
~/Downloads/RXBcore/src/rxb-cli loadwallet "your_wallet_name"
~/Downloads/RXBcore/src/rxb-cli -rpcwallet=your_wallet_name walletpassphrase "your_strong_password_here" 259200
~/Downloads/RXBcore/src/rxb-cli -rpcwallet=your_wallet_name getnewaddress
# copy your generated address and replace "your_RXB_address_here"
~/Downloads/RXBcore/src/rxb-cli startmining "your_rxb_address_here" 4
and If you want to mine using one thread then use this command:
~/Downloads/RXBcore/src/rxb-cli startmining "your_rxb_address_here" 1
Check status and balance:
~/Downloads/RXBcore/src/rxb-cli getmininginfo
~/Downloads/RXBcore/src/rxb-cli -rpcwallet=your_wallet_name getbalance
~/Downloads/RXBcore/src/rxb-cli stopmining
Thanks for reading.