ninja_2014
What's up, everyone? I'd love to hear your thoughts on Chromia. It was a strong player back in the last bull market, with some solid projects like Mine of Deliria and Alice built on it. So where do you think Chromia is…
Hey everyone, quick question. Is it accurate that the GetExponentialRand function is only called once for every outbound connection, which means the TX is sent with the same delay? But for inbound connections, is it…
- Avalon 8 specs now availableAug 2, 2019
Aren't the new Avalons coming with built in power supplies? -M
It seems like the likeliest option. Thanks for the analysis
++ I was able to filter the INV messages by applying: bitcoin.inv.hash == TXID (Natural Byte Order), it shows me INV messages only through INBOUND peers. For outbound peers, it does not show anything, which is strange.
This is what I see when filtering by raw transaction data: Bitcoin protocol Packet magic: 0xf9beb4d9 Command name: tx Payload Length: 370 Payload checksum: 0x7e0ee856 Tx message Transaction version: 2 Input Count: 0…
Hey folks, I'm diving into some analysis with Wireshark to better understand Bitcoin transactions, but I've hit a bit of a snag. When I filter transactions using the hex value, which is the raw transaction data, I get…