Starting Solo MiningTo begin CPU solo mining directly from your Subo-QT wallet, you need to use the Debug Console. First, ensure your wallet is open and fully synchronized. Navigate to the Debug Console (usually found under the Tools or Help menu in the wallet interface). Then, enter the following command and press Enter:
This command turns on the mining function. To use all available CPU cores, you would use
setgenerate true -1
. If you want to leave some processing power for other tasks, you can specify the number of cores, for example,
setgenerate true 4
would use 4 cores . The wallet will then start trying to solve blocks on its own.
Managing the Mining ProcessYou can control the mining process with a few simple commands:
To stop mining: setgenerate false.
To check if mining is active: getgenerate. A response of true means it's on, false means it's off.
To see your hashrate and other mining statistics:
getmininginfo
.
https://github.com/subochain/subo/releases/tag/v1.20.2.1We will distribute the reward for the first blocks via an airdrop among the first users within the next few days. Premine 0!
Subominer is coming a bit later as we're getting cross-platform compilation ready.
Before launching, delete the .subochain folder.As for social media and official chats, it would have been difficult for us to control the information at the start. Everything will be created after we make sure the network is successfully launched and running stably.