Author

Topic: Warning Message - One Of My Full Nodes (Read 180 times)

legendary
Activity: 3528
Merit: 9525
#1 VIP Crypto Casino
April 04, 2019, 06:12:43 AM
#4
Thanks HCP
HCP
legendary
Activity: 2086
Merit: 4314
April 03, 2019, 04:47:11 PM
#3
Warning: Unknown block versions being mined! It’s possible unknown rules are in effect.
Anything to worry about, do I need to do anything?

Looking at debug.log we see:
Quote
2019-04-03T18:53:11Z ... height=570062 version=0x20c00000 ... warning='42 of last 100 blocks have unexpected version'
2019-04-03T18:58:38Z ... height=570063 version=0x20400000 ... warning='43 of last 100 blocks have unexpected version'
2019-04-03T18:59:09Z ... height=570064 version=0x20000000 ... warning='43 of last 100 blocks have unexpected version'
2019-04-03T19:00:15Z ... height=570065 version=0x20400000 ... warning='43 of last 100 blocks have unexpected version'
2019-04-03T19:03:24Z ... height=570066 version=0x20000000 ... warning='43 of last 100 blocks have unexpected version'
2019-04-03T19:06:23Z ... height=570067 version=0x20000000 ... warning='42 of last 100 blocks have unexpected version'
2019-04-03T19:07:09Z ... height=570068 version=0x20000000 ... warning='41 of last 100 blocks have unexpected version'
2019-04-03T19:27:35Z ... height=570069 version=0x20400000 ... warning='42 of last 100 blocks have unexpected version'
2019-04-03T19:34:11Z ... height=570070 version=0x20c00000 ... warning='42 of last 100 blocks have unexpected version'
2019-04-03T19:36:04Z ... height=570071 version=0x20800000 ... warning='43 of last 100 blocks have unexpected version'
2019-04-03T19:49:14Z ... height=570072 version=0x20000000 ... warning='43 of last 100 blocks have unexpected version'
2019-04-03T20:00:59Z ... height=570073 version=0x20800000 ... warning='44 of last 100 blocks have unexpected version'
2019-04-03T20:18:44Z ... height=570074 version=0x20c00000 ... warning='44 of last 100 blocks have unexpected version'
2019-04-03T20:26:08Z ... height=570075 version=0x3fffe000 ... warning='44 of last 100 blocks have unexpected version'

Not sure exactly what version=0x3fffe000 is... but apparently some of this is related to "overt" ASICBOOST
legendary
Activity: 2730
Merit: 7065
Farewell, Leo. You will be missed!
April 03, 2019, 04:49:24 AM
#2
achow101 explained it here:

If you are using Bitcoin Core and derivative software, then you may have noticed that there is now a warning that states:
Quote
Warning: Unknown block versions being mined! It's possible unknown rules are in effect

This warning will appear at the top of the Bitcoin Core GUI and reported in the errors or warnings field of the getinfo, getnetworkinfo, and getmininginfo RPC commands.

This warning is triggered when more than 50 of the last 100 blocks have a version number that Bitcoin Core does not expect. Currently that is being triggered by miners mining for BIP 91 (aka the first half of segwit2x). These miners are setting bit 4 of the block version field, and Bitcoin Core does not expect this to be set.

The version numbers that Bitcoin Core expects are 0x20000000 (536870912) and 0x20000002 (536870914). The unexpected version numbers currently are 0x20000012 (536870930) and 0x20000010 (536870928).

Currently this warning is benign as there is no fork and no new network rules have activated. Your coins are not at risk.
legendary
Activity: 3528
Merit: 9525
#1 VIP Crypto Casino
April 03, 2019, 03:29:06 AM
#1
Warning: Unknown block versions being mined! It’s possible unknown rules are in effect.

Anything to worry about, do I need to do anything?
Jump to: