-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Mining did not start -- BUSY #10
Comments
The new question is : monero-project/monero#8821. wuwu |
Which monero version are you using? |
My Monero is the newest which is |
Same for me: I am running a Monero node in --regtest mode. generateblocks always returns status "BUSY". gen_info() does not say it is busy though. Also, I run 2 monerod nodes in a docker container, and one of them is giving the following errors:
|
It looks like you are trying to use a wallet that was created with a previous instantiation of your testnet. If you reset the blockchain, you'll need to reset the wallets too. |
@dimalinux can it be that I was trying to run regtest wallets against testnet monero node? I discovered just recently that regtest is branched off mainnet, so it uses mainnet addresses, and of course a different genesis block. If this is the true reason, the error message would benefit from an improvement. It is now a guess game. |
@meglio I think the "genesis block mismatch" error is clear for the small subset of people that see the message. If the genesis blocks differ, the wallet is communicating with a different blockchain than the one that it had previously synchronized with. The While I suspect that you can use a regtest setup to fork the mainnet block chain when using the |
My point is that it is not clear at all that regtest uses network bytes of mainnet. It is not easily found in the documentation, and being one coming from Bitcoin programming, I expected regtest would differ from mainnet. So that's why I'm saying, the error message is confusing, it does not solve the goal of making the one making this error realize what the error is and what is the next step to fix it. |
I followed the steps in the README and executed the commands step by step. During the mining process after creating the node, when I executed the mining command in node 1(I set mining difficulty = 5 to make faster)
an error message appeared: Error: Mining did not start -- BUSY.
like this picture
the wallet1 also show a busy error:
My compoter is Ubuntu20.04
Thanks!
The text was updated successfully, but these errors were encountered: