-
Notifications
You must be signed in to change notification settings - Fork 860
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
ETC Mainnet only bad blocks #6196
Comments
@diega any input on this one? |
what version are you running @naterland - is this recent PR a clue? #6078 |
@macfarla besu-23.10.2 thanks for looking into this. |
@macfarla thank you for the heads up. No, #6078 shouldn't be related to this b/c the upgrade isn't active on mainnet yet. $ curl -s --location -H 'Content-Type:application/json' --request POST 'http://localhost:8545' --data-raw '{"jsonrpc": "2.0", "method": "admin_peers", "params": [], "id": 1}' |
My local node and all others that I maintain are all still on sync. @naterland what's your use case? are you using Besu to retrieve works to mine? |
Hi @diega the startup command I am using is as follows: It only showed one peer due to a reset. I am connected to 25 peers (but stopped mining): |
|
I should also note I am connecting iPollo (successfully mining) and Jasminer (unable to connect) ASIC miners. |
@naterland when you say that the iPollo is successfully mining do you mean that the miner is sealing blocks but those are invalid? |
@diega Yes, Sir. That is correct. |
Greetings @diega Just checking in to see if your team has an update on this. I scrapped Linux and got a node running on Windows 11. Still getting the same error. ←[m←[2m2023-12-01 19:38:52.123-05:00←[m←[2m | ←[m←[2mEthScheduler-Workers-0←[m←[2m | ←[m←[32mINFO ←[m←[2m | ←[m←[2mBlockPropagationManager←[m←[2m | ←[m←[32mImported 1 pending blocks: [18829693] |
Hello @naterland, I haven't dive into this yet. I'll try to take a look at it tomorrow. In the meanwhile, is there something preventing you to use core-geth for mining? |
Hey @diega nothing preventing me at all. Was just trying to explore the Besu option. I’ll look into core-geth. Thanks! |
@naterland great, I just wanted to know to not disrupt your mining operation. I'll keep you posted about this |
PoW is now deprecated so we won't be adding features to it |
ETC Mainnet only finding bad blocks. What is needed of me so this issue can be researched? Error message received is as follows:
2023-11-22 00:20:57.913+00:00 | EthScheduler-Workers-0 | INFO | ProofOfWorkValidationRule | Invalid block header: the EthHash result 0x123e96ac9021ffa91b0cd1c255914615d5038b2929ba831e13ceed7e8bf04cbf was greater than the target 0x00000000000023a608bb4a774d24c80724463de03b398d5fe5e3a7995f245c80.
Failing header:
BlockHeader{hash=0x9c1e3da54eac2ab30d1674b8869f7092e3f59cb5a2b986c921bce7cdf8802c9f, parentHash=0xf9f0fc1b6240bf59c4a5e8c934f0a7706c8e6006df0d274e7a1116aab7edc69d, ommersHash=0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347, coinbase=0xa6e43e5d497ce1f4d28b4270630e97308eda8b3e, stateRoot=0x7e653d53c7b641f24b0a919d7743a893692cd3dd426462928dc63cba80295f08, transactionsRoot=0x9ff97b51d319a934ec4b7084f8c076b059e0885bdd8c1c03b7d89d9af2d53a5a, receiptsRoot=0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421, logsBloom=0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, difficulty=0x00000000000000000000000000000000000000000000000000072e6403404c05, number=18765045, gasLimit=8007811, gasUsed=43835, timestamp=1700612447, extraData=0x457468436c617373696350504c4e532f326d696e6572735f455534, baseFee=null, mixHashOrPrevRandao=0x7add98a1f172c84f2b89a1c04e082b0e3670d6d3651c7c379d52d5a3debfd805, nonce=465696622907535877, }
2023-11-22 00:20:57.913+00:00 | EthScheduler-Workers-0 | WARN | BlockPropagationManager | Added to bad block manager for invalid header, failed to import announced block 18765045 (0x9c1e3da54eac2ab30d1674b8869f7092e3f59cb5a2b986c921bce7cdf8802c9f)
SYNC & HASHING SEEMS FINE:
2023-11-22 01:47:31.269+00:00 | EthScheduler-Services-5 (importBlock) | INFO | FullImportBlockStep | Import reached block 18765400 (0x48c7e9570759f3416fa368be942a133353c0b8df312f0b3dd14fe4725099b7d1), - Mg/s, Peers: 1
2023-11-22 01:47:31.373+00:00 | EthScheduler-Services-5 (importBlock) | INFO | PoWMiningCoordinator | Resuming mining operations
2023-11-22 01:47:34.144+00:00 | vert.x-eventloop-thread-3 | INFO | PoWMiningCoordinator | Hashrate submitted id 1b0924795b22812f7b26bb4d5c71edb57c7627d32c7c7f0039f0ab7e1b3bdde5 hashrate 350000000
2023-11-22 01:47:34.746+00:00 | vert.x-eventloop-thread-3 | INFO | PoWMiningCoordinator | Hashrate submitted id 375346bf08ad449128b17eaf09fcb1162a00eb355a074262677b6ee048c6a147 hashrate 280000000
2023-11-22 01:47:37.488+00:00 | vert.x-eventloop-thread-3 | INFO | PoWMiningCoordinator | Hashrate submitted id 3d6001065c369f927c3ad9b01c3f13cf7d8a46360c4ddf396d9911a07b0d3e1e hashrate 280000000
2023-11-22 01:47:39.227+00:00 | vert.x-eventloop-thread-3 | INFO | PoWMiningCoordinator | Hashrate submitted id 4a5be4854bbc39846bc073a37934a0205a7fd287493f316c2a8a63d30bd5963b hashrate 280000000
2023-11-22 01:47:46.742+00:00 | vert.x-eventloop-thread-3 | INFO | PoWMiningCoordinator | Hashrate submitted id 30c552bc2372f73102303907637b6b6e037fa58c3385fcba40fa293822455b9f hashrate 350000000
2023-11-22 01:47:46.833+00:00 | EthScheduler-Workers-0 | INFO | PersistBlockTask | Imported #18,765,423 / 3 tx / 0 om / 108,670 (1.4%) gas / (0xbfd9a339fc7160d55b9c41b8ecd75de4c7f21d06cbac893ee651df02c0e98187) in 0.030s. Peers: 1
2023-11-22 01:47:51.362+00:00 | vert.x-eventloop-thread-3 | INFO | PoWMiningCoordinator | Hashrate submitted id 330e3ed874770814147b423275c6749915caaeb745d105e55345326373496c81 hashrate 150000000
2023-11-22 01:47:51.648+00:00 | vert.x-eventloop-thread-3 | INFO | PoWMiningCoordinator | Hashrate submitted id 280d0602296d5b01497195206975cf3e76e9fbbc26f052e9083b8550283fbf6f hashrate 350000000
The text was updated successfully, but these errors were encountered: