You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I start dashd or dash-qt (binary ver 20.1.1) in devnet mode, no genesis block is created ... through dashd I get the error ERROR: ConnectBlock(DASH): coinbase pays too much at height 1 (actual=5000000000 vs limit=500000000)
Actual behavior
To reproduce
System information
The text was updated successfully, but these errors were encountered:
I use launch parameters
dashd -devnet=dn1 -port=19999 -rpcport=19998
without dash.conf file
and I get the specified error and the genesis block is not created
in regtest mode with lanch parameters
dashd -regtest -port=19999 -rpcport=19998
I don't get an error and the genesis block is generated
That's really interesting @asas-rio; I can confirm this is an issue. We'll investigate this and try to get it fixed in the next version.
In the meantime, I would recommend starting your node with -highsubsidyblocks=500 -highsubsidyfactor=10 or something similar. This will allow you to get a devnet up and running.
PastaPastaPasta
changed the title
devnet mode
Devnets initialized without High Subsidy blocks coinbases fail validation
Aug 12, 2024
when I start dashd or dash-qt (binary ver 20.1.1) in devnet mode, no genesis block is created ... through dashd I get the error ERROR: ConnectBlock(DASH): coinbase pays too much at height 1 (actual=5000000000 vs limit=500000000)
Actual behavior
To reproduce
System information
The text was updated successfully, but these errors were encountered: