Author

Topic: Running Regtest with Libbitcoin (Read 144 times)

newbie
Activity: 7
Merit: 0
February 17, 2018, 04:32:59 PM
#1
I am having trouble using libbitcoin to run a regtest node. The documentation provided on regtest seems to be a bit sparse when it comes to the configuration of the server. I was wondering if anyone has been able to get this running and could possible shed some light on this process.

I have seen https://github.com/libbitcoin/libbitcoin-server/wiki/Regtest-Configuration and I've tried a bunch of different ways of implementing these different configuration options but I keep getting the following error when I try starting the server after I initialize the chain:

Code:

20:31:53.264383 INFO [server] ================= startup  ==================
20:31:53.264405 WARNING [server] ================= startup  ==================
20:31:53.264476 ERROR [server] ================= startup  ==================
20:31:53.264509 FATAL [server] ================= startup  ==================
20:31:53.264534 INFO [server] Using config file: "/usr/local/etc/libbitcoin/bs.cfg"
20:31:53.264572 INFO [server] Please wait while the server is starting...
20:31:53.265203 INFO [network] Starting manual session.
20:31:53.265276 INFO [network] Not configured to populate an address pool.
20:31:53.265299 INFO [server] Seeding is complete.
20:31:53.265343 INFO [node] Node start height is (0).
20:31:53.265393 INFO [network] Not configured for accepting incoming connections.
20:31:53.265420 INFO [network] Starting outbound session.
20:31:53.265476 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265557 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265586 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265613 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265626 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265675 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265692 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265705 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265718 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265731 WARNING [network] Failure fetching new address: object does not exist
20:31:53.266051 INFO [server] Bound public query service to tcp://*:9091
20:31:53.266251 INFO [server] Bound public heartbeat service to tcp://*:9092
20:31:53.266339 INFO [server] Bound public block service to tcp://*:9093
20:31:53.266451 INFO [server] Bound public transaction service to tcp://*:9094
20:31:53.266478 INFO [server] Server is started.
20:31:58.265851 WARNING [network] Failure fetching new address: object does not exist
20:31:58.265889 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266024 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266048 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266110 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266133 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266212 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266240 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266345 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266354 WARNING [network] Failure fetching new address: object does not exist

Jump to: