• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Masternode "Warning: unknown new rules activated (versionbit 1)"

Croissant

New member
Hello,

I have restarted dashd on my masternode and for some reason doing a "dash-cli getinfo" results in this output:

{
"version": 120201,
"protocolversion": 70208,
"walletversion": 61000,
"balance": 0.00000000,
"privatesend_balance": 0.00000000,
"blocks": 785395,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 98595207.08844124,
"testnet": false,
"keypoololdest": 1512995010,
"keypoolsize": 999,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": "Warning: unknown new rules activated (versionbit 1)"
}

Anyone got an idea what is going on?
 
The same stuff with p2pool node.
I've got this error after updating p2pool-dash software and restarting a node.
I also tried to restart it together with dashd - didn't help.

2017-12-11 14:30:04.379246 > ########################################
2017-12-11 14:30:04.379568 > >>> Warning: (from dashd) Warning: unknown new rules activated (versionbit 1)
2017-12-11 14:30:04.379779 > ########################################
 
Last edited:
My understanding is that this is an erroneous error message related to the DIP-0001 activation. The issue was reported here and already has a PR merged to fix it.
 
Please ignore this error message for now. I know it's annoying but it shouldn't break anything afaik. The patch https://github.com/dashpay/dash/pull/1765 is already merged into develop branch and will be included into 12.2.2 release. If it's urgent for you you can apply the patch manually and recompile or you can use the latest development binaries https://bamboo.dash.org/browse/DASHL-DEV-226/artifact/JOB1/gitian-linux-dash-dist/ Otherwise I would recommend to wait for an official 12.2.2 release which should go live in just a few days. Sorry for inconvenience...
 
Back
Top