:: [Libbitcoin] Node not working corre…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Paul Nispel
Date:  
À: libbitcoin
Sujet: [Libbitcoin] Node not working correctly
Hi,

I’m looking to get some support for libbitcoin.

I downloaded the library, built the examples and ran the full node app. Everything looked fine until around block 264000, when it started to slow down.

Now its is fully blocked and doesn’t do anything but output lines similar to this:

bash-3.2$ ./fullnode
ERROR [protocol]: Failed to connect to seed node: Unable to reach remote network
ERROR [protocol]: Failed to connect to seed node: Unable to reach remote network
ERROR [protocol]: Failed to connect to seed node: Unable to reach remote network
ERROR [protocol]: Failed to connect to seed node: Unable to reach remote network
ERROR [protocol]: Failed to connect to seed node: Unable to reach remote network
INFO [protocol]: Connected to 31.11.212.69:8333 (1 connections)
INFO [protocol]: Connected to 78.63.196.97:8333 (2 connections)
INFO [protocol]: Connected to 75.102.1.116:8333 (3 connections)
INFO [protocol]: Connected to 50.159.94.239:8333 (4 connections)
INFO [protocol]: Connected to 209.121.15.82:8333 (5 connections)
INFO [protocol]: Connected to 190.136.121.182:8333 (6 connections)
INFO [protocol]: Connected to 201.26.215.195:8333 (7 connections)
INFO [protocol]: Connected to 81.84.213.10:8333 (8 connections)
ERROR [poller]: Received bad block: Bad stream
ERROR [session]: inventory: Service stopped
ERROR [poller]: Received bad inventory: Service stopped
ERROR [session]: get_data: Service stopped
ERROR [session]: get_blocks: Service stopped
ERROR: Receive transaction: Service stopped
ERROR [poller]: Received bad block: Service stopped
INFO [protocol]: Connected to 72.138.97.96:8333 (8 connections)
ERROR [session]: inventory: Service stopped
ERROR [session]: get_data: Service stopped
ERROR [session]: get_blocks: Service stopped
ERROR [poller]: Received bad inventory: Service stopped
ERROR: Receive transaction: Service stopped
ERROR [poller]: Received bad block: Service stopped
INFO [protocol]: Connected to 188.27.162.200:8333 (8 connections)
ERROR [poller]: Received bad block: Bad stream

I’ve tried restarting the full node app multiple times. I’ve also tried deleting and recreating the leveldb directory twice now. It always either hangs or fails around this point. I have my open files limit increased to 10000. this is on OSX 10.9.

Thanks!