-
Notifications
You must be signed in to change notification settings - Fork 65
Home
Eric Voskuil edited this page Apr 17, 2017
·
18 revisions
Bitcoin Full Node and Query Server
Bitcoin Server is a Bitcoin full node and query server. It is identical to Bitcoin Node apart from the addition of address indexing and a client-server interface.
Example
$ bs
04:15:32.222545 INFO [server] ================= startup 03/08/17 20:15:32 ==================
04:15:32.224009 WARNING [server] ================= startup 03/08/17 20:15:32 ==================
04:15:32.224009 ERROR [server] ================= startup 03/08/17 20:15:32 ==================
04:15:32.239812 FATAL [server] ================= startup 03/08/17 20:15:32 ==================
04:15:32.255410 INFO [server] Using config file: "bs.cfg"
04:15:32.255410 INFO [server] Please wait while the server is starting...
04:15:32.321948 INFO [network] Starting manual session.
04:15:32.323923 INFO [server] Seeding is complete.
04:15:32.339683 INFO [node] Node start height is (430806).
04:15:32.339683 INFO [network] Starting inbound session on port (8333).
04:15:32.339683 INFO [network] Starting outbound session.
04:15:32.386530 INFO [server] Bound secure query service to tcp://*:9081
04:15:32.440000 INFO [server] Bound public query service to tcp://*:9091
04:15:32.486873 INFO [server] Bound secure heartbeat service to tcp://*:9082
04:15:32.486873 INFO [server] Bound public heartbeat service to tcp://*:9092
04:15:32.521662 INFO [server] Bound secure block service to tcp://*:9083
04:15:32.540320 INFO [server] Bound public block service to tcp://*:9093
04:15:32.555944 INFO [server] Bound secure transaction service to tcp://*:9084
04:15:32.571570 INFO [server] Bound public transaction service to tcp://*:9094
04:15:32.571570 INFO [server] Server is started.
04:15:33.523913 INFO [blockchain] Block [430807] 2570 txs 4673 ins 0 wms 456 vms 98 vµs 32 rµs 6 cµs 32 pµs 16 aµs 11 sµs 57 dµs 0.000000
04:15:34.519618 INFO [blockchain] Block [430808] 2177 txs 4018 ins 0 wms 344 vms 86 vµs 26 rµs 6 cµs 26 pµs 17 aµs 12 sµs 38 dµs 0.000000
04:15:35.572365 INFO [blockchain] Block [430809] 1665 txs 5119 ins 0 wms 394 vms 77 vµs 17 rµs 4 cµs 23 pµs 11 aµs 22 sµs 24 dµs 0.000000
04:15:36.494041 INFO [blockchain] Block [430810] 1824 txs 4728 ins 0 wms 375 vms 79 vµs 18 rµs 4 cµs 24 pµs 13 aµs 20 sµs 25 dµs 0.000000
04:15:37.673376 INFO [blockchain] Block [430811] 2829 txs 4404 ins 0 wms 388 vms 88 vµs 26 rµs 7 cµs 27 pµs 15 aµs 12 sµs 26 dµs 0.000000
04:15:38.792796 INFO [blockchain] Block [430812] 952 txs 4594 ins 0 wms 314 vms 68 vµs 17 rµs 3 cµs 21 pµs 13 aµs 14 sµs 31 dµs 0.000000
...
If you encounter problems or have suggestions please use the issues board.
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build Server
- Download Server
- Frequently Asked Questions
- General Information
- Client Server Interface
- Configuration Settings
- Tutorials