Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 13/07/2025, 14:09:48 UTC
Just asking for a short answer about BIP152

Completing handshakes and sending getheaders messages to other bitcoin nodes. Here's the debug output:

Quote
Connection established successfully with

User Agent: /Satoshi:25.0.0/

What do you want to do?
1. ask for genesis block headers

1
Requesting for block headers...
Sending getheaders, see payload (69 bytes):
7e110100016fe28c0ab6f1b372c1a6a246ae63f74f931e8365e15a089c68d61900000000004860e b18bf1b1620e37e9490fc8a427514416fd75159ab86688e9a8300000000
[DEBUG]: Received sendcmpct, see payload (9 bytes):
000200000000000000
error: PayloadParseError
C:\projectpath\src\network.zig:445:37: 0x7ff7f39b7949 in parse (zig-bitcoin.exe.obj)
            if (!supported_command) return error.UnsupportedCommandReceived;
                                    ^

Don't mind the error, it just means that I donit doesn't have code to handle a sendcmpct command. But I'm confusedConfusion arises cause apparently sendcmpct is asking me for blocks, when Ithe sys was the one asking first... let's have some order here.

NOTE: The node being reached by me in IP[STATIC] is on the seeding of hardcoded nodes of bitcoin core
Original archived Bitcoin nodes don't answer `getheaders` with `headers` anymore?
Scraped on 13/07/2025, 14:04:56 UTC
Just asking for a short answer about BIP152

Completing handshakes and sending getheaders messages to other bitcoin nodes. Here's the debug output:

Quote
Connection established successfully with

User Agent: /Satoshi:25.0.0/

What do you want to do?
1. ask for genesis block headers

1
Requesting for block headers...
Sending getheaders, see payload (69 bytes):
7e110100016fe28c0ab6f1b372c1a6a246ae63f74f931e8365e15a089c68d61900000000004860e b18bf1b1620e37e9490fc8a427514416fd75159ab86688e9a8300000000
[DEBUG]: Received sendcmpct, see payload (9 bytes):
000200000000000000
error: PayloadParseError
C:\projectpath\src\network.zig:445:37: 0x7ff7f39b7949 in parse (zig-bitcoin.exe.obj)
            if (!supported_command) return error.UnsupportedCommandReceived;
                                    ^

Don't mind the error, it just means that I don't have code to handle a sendcmpct command. But I'm confused cause apparently sendcmpct is asking me for blocks, when I was the one asking first... let's have some order here.

NOTE: The node being reached by me in IP[STATIC] is on the seeding of hardcoded nodes of bitcoin core