Skip to content
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

mining: BMM fails with network error #17

Open
torkelrogstad opened this issue Jan 24, 2025 · 1 comment
Open

mining: BMM fails with network error #17

torkelrogstad opened this issue Jan 24, 2025 · 1 comment

Comments

@torkelrogstad
Copy link
Contributor

This is from trying to mine with #16 deployed

2025-01-24T18:36:02.566000+0100 DEBUG thunder_app::app:360: mine: confirming BMM... bmm_txid=1fa1ec91a2d05693a3a8409ce1c3a00f46d984fa0c0c7351822c9f19fb65e5cf
2025-01-24T18:36:02.566000+0100 DEBUG thunder::miner:77: confirm BMM: verifying... block_hash=14233860d09cb4ff281f5448985367ef37b82434d6cf5bd1388b919d5db8f28a
2025-01-24T18:36:02.663000+0100 DEBUG thunder::miner:88: confirm BMM: verified block_hash=14233860d09cb4ff281f5448985367ef37b82434d6cf5bd1388b919d5db8f28a
2025-01-24T18:36:02.663000+0100 DEBUG thunder_app::app:364: mine: confirmed BMM, submitting block 14233860d09cb4ff281f5448985367ef37b82434d6cf5bd1388b919d5db8f28a
2025-01-24T18:36:02.663000+0100 DEBUG thunder::node::mainchain_task:115: requesting ancestor headers block_hash=0000008eea63ddc39a1923fba20fedc27264715dda695cdab19f753d7f70235a
2025-01-24T18:36:02.666000+0100 DEBUG thunder::node::mainchain_task:196: requesting ancestor bmm commitments main_hash=0000008eea63ddc39a1923fba20fedc27264715dda695cdab19f753d7f70235a
2025-01-24T18:36:02.669000+0100 ERROR thunder_app::rpc_server:36: node error: net task error: Send new tip ready failed: send failed because receiver is gone
@torkelrogstad
Copy link
Contributor Author

Here are all lines leading up to the error message above

2025-01-24T17:34:24.172859Z  INFO thunder_app::app:185: Instantiating wallet with data directory: /root/.local/share/thunder
2025-01-24T17:34:24.173167Z  INFO thunder_app::app:196: Connecting to mainchain at http://enforcer:50051/
2025-01-24T17:34:24.175787Z  INFO thunder_app::app:163: Verified existence of cusf.mainchain.v1.ValidatorService
2025-01-24T17:34:24.176141Z  INFO thunder_app::app:170: Checked existence of cusf.mainchain.v1.WalletService: true
2025-01-24T18:34:24.176000+0100 DEBUG thunder_app::app:224: Instantiating node struct
2025-01-24T17:34:24.178639Z  INFO thunder_app:107: Running in headless mode
2025-01-24T17:34:24.178718Z  INFO thunder_app::rpc_server:242: RPC server listening on 0.0.0.0:6009
2025-01-24T18:34:24.178000+0100 DEBUG thunder_app::app:61: finished wallet update
2025-01-24T17:34:24.327847Z  INFO thunder::net::peer:310: Connected to peer at 139.162.66.220:4009
2025-01-24T18:34:54.180000+0100 ERROR thunder::node::net_task:781: Peer connection error addr=172.105.148.135:4009 err="connection error: timed out"
2025-01-24T17:34:54.180067Z  INFO thunder::net:132: Disconnected from peer at 172.105.148.135:4009
2025-01-24T17:34:54.180076Z  WARN thunder::node::net_task:773: Connection to peer closed addr=172.105.148.135:4009
2025-01-24T17:35:02.543641Z  INFO thunder::miner:62: attempt BMM: created TX: 8115ede47032238b46d1c297d48c0d946bbc61807e81d14ad50474de9654f163
2025-01-24T18:35:02.543000+0100 DEBUG thunder_app::app:360: mine: confirming BMM... bmm_txid=8115ede47032238b46d1c297d48c0d946bbc61807e81d14ad50474de9654f163
2025-01-24T18:35:02.543000+0100 DEBUG thunder::miner:77: confirm BMM: verifying... block_hash=d7bd4f647af27f026a40b1404a9d4730b169c17987669958fa65bc28fb90410f
2025-01-24T18:35:02.675000+0100 DEBUG thunder::miner:88: confirm BMM: verified block_hash=d7bd4f647af27f026a40b1404a9d4730b169c17987669958fa65bc28fb90410f
2025-01-24T18:35:02.675000+0100 DEBUG thunder_app::app:364: mine: confirmed BMM, submitting block d7bd4f647af27f026a40b1404a9d4730b169c17987669958fa65bc28fb90410f
2025-01-24T18:35:02.675000+0100 DEBUG thunder::node::mainchain_task:115: requesting ancestor headers block_hash=0000033e6b43b146fd7523e83fa592aec1c2fe67419dd1bcd2d12082a2943c88
2025-01-24T18:35:02.677000+0100 DEBUG thunder::node::mainchain_task:196: requesting ancestor bmm commitments main_hash=0000033e6b43b146fd7523e83fa592aec1c2fe67419dd1bcd2d12082a2943c88
2025-01-24T18:35:02.709000+0100 DEBUG thunder::node::net_task:123: connected body height=2535 merkle_root=71e0a99173564931c0b8acc52d2685a8e39c64dc52e3d02390fdac2a12b155cb block_hash=d7bd4f647af27f026a40b1404a9d4730b169c17987669958fa65bc28fb90410f
2025-01-24T18:35:02.709000+0100 DEBUG thunder_app::app:61: finished wallet update
2025-01-24T17:35:02.711062Z  INFO thunder::node::net_task:312: synced to tip: d7bd4f647af27f026a40b1404a9d4730b169c17987669958fa65bc28fb90410f
2025-01-24T18:35:02.711000+0100 DEBUG thunder_app::app:370: mine: BMM accepted as new tip: 0000033e6b43b146fd7523e83fa592aec1c2fe67419dd1bcd2d12082a2943c88
2025-01-24T18:35:02.711000+0100 DEBUG thunder_app::app:61: finished wallet update
2025-01-24T18:35:15.164000+0100 ERROR thunder::node::net_task:908: Net task error: Net error: connection error: timed out
2025-01-24T17:36:02.566507Z  INFO thunder::miner:62: attempt BMM: created TX: 1fa1ec91a2d05693a3a8409ce1c3a00f46d984fa0c0c7351822c9f19fb65e5cf
2025-01-24T18:36:02.566000+0100 DEBUG thunder_app::app:360: mine: confirming BMM... bmm_txid=1fa1ec91a2d05693a3a8409ce1c3a00f46d984fa0c0c7351822c9f19fb65e5cf
2025-01-24T18:36:02.566000+0100 DEBUG thunder::miner:77: confirm BMM: verifying... block_hash=14233860d09cb4ff281f5448985367ef37b82434d6cf5bd1388b919d5db8f28a
2025-01-24T18:36:02.663000+0100 DEBUG thunder::miner:88: confirm BMM: verified block_hash=14233860d09cb4ff281f5448985367ef37b82434d6cf5bd1388b919d5db8f28a
2025-01-24T18:36:02.663000+0100 DEBUG thunder_app::app:364: mine: confirmed BMM, submitting block 14233860d09cb4ff281f5448985367ef37b82434d6cf5bd1388b919d5db8f28a
2025-01-24T18:36:02.663000+0100 DEBUG thunder::node::mainchain_task:115: requesting ancestor headers block_hash=0000008eea63ddc39a1923fba20fedc27264715dda695cdab19f753d7f70235a
2025-01-24T18:36:02.666000+0100 DEBUG thunder::node::mainchain_task:196: requesting ancestor bmm commitments main_hash=0000008eea63ddc39a1923fba20fedc27264715dda695cdab19f753d7f70235a
2025-01-24T18:36:02.669000+0100 ERROR thunder_app::rpc_server:36: node error: net task error: Send new tip ready failed: send failed because receiver is gone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant