Skip to content

Community Servers

Eric Voskuil edited this page Jun 1, 2017 · 45 revisions

Libbitcoin community servers are provided for private posting. Running your own server is otherwise preferred. However feel free to use the community servers for development, test or even in production. The hosts provide no assurance regarding the stability or privacy of these free services.

mainnet

Hosted by thecodefactory.

ip address:           50.244.13.28
dns address:          mainnet1.libbitcoin.net
tor address (public): 55k4e2eaeucf3omt.onion:9091
tor address (secure): fvojrzqniq3b3oes.onion:9081
public key:           p*4PbFGsCkipZ]K}CI5$d>Fc=zF*q-5iWi5twl}.
query ports:          9091/9081 (public/secure)
heartbeat ports:      9092/9082 (public/secure)
block publish ports:  9093/9083 (public/secure)
tx publish ports:     9094/9084 (public/secure)
bitcoin p2p port:     8333

Hosted by thecodefactory.

ip address:          50.244.13.27
dns address:         mainnet2.libbitcoin.net
tor address:         55k4e2eaeucf3omt.onion
public key:          }[YQ:ks:iKd0F1!ycPgj:4CVzfV-=jsF}x&%ff=/
query ports:         9091/9081
heartbeat ports:     9092/9082
block publish ports: 9093/9083
tx publish ports:    9094/9084
bitcoin p2p port:    8333

Hosted by bitprim.

ip address:          149.56.243.169
dns address:         mainnet3.libbitcoin.net
tor address:         N/A
public key:          f!qCf4(YHm3rp/J15Q+!l>{jz>>eUkW9}6&pc0tB
query ports:         9091/9081
heartbeat ports:     9092/9082
block publish ports: 9093/9083
tx publish ports:    9094/9084
bitcoin p2p port:    8333

testnet

testnet1

Hosted by thecodefactory.

ip address:          50.244.13.28
dns address:         testnet1.libbitcoin.net
tor address:         rmrai2ifbed2bf55.onion
public key:          )nNv4Ji=CU:}@<LOu-<QvB)b-PIh%PX[)?mH>XAl
query ports:         19091/19081
heartbeat ports:     19092/19082
block publish ports: 19093/19083
tx publish ports:    19094/19084
bitcoin p2p port:    18333

testnet2

Hosted by thecodefactory.

ip address:          50.244.13.27
dns address:         testnet2.libbitcoin.net
tor address:         4zubdzxdpxrss5rv.onion
public key:          M>dfC.16SBU&O9hA@rUWP:k]>DF=xTJ73Iw}HE0g
query ports:         19091/19081
heartbeat ports:     19092/19082
block publish ports: 19093/19083
tx publish ports:    19094/19084
bitcoin p2p port:    18333

testnet3

Hosted by bitprim.

ip address:          149.56.243.187
dns address:         testnet3.libbitcoin.net
tor address:         N/A
public key:          ZW4K2g{E>*a@n>NqZ<VeI^2ANqw.7Ub<?>UgSiNq
query ports:         19091/19081
heartbeat ports:     19092/19082
block publish ports: 19093/19083
tx publish ports:    19094/19084
bitcoin p2p port:    18333

Server Status

The current server status may be verified using the following set of commands.

Note that the fetch-height PUBLIC_KEY argument is not supported in bx v3.0 as this feature was added in v3.1, though the value may be entered in the configuration file for v3.0.

bx fetch-height tcp://mainnet1.libbitcoin.net:9091
bx fetch-height tcp://mainnet2.libbitcoin.net:9091
bx fetch-height tcp://mainnet3.libbitcoin.net:9091
bx fetch-height tcp://mainnet1.libbitcoin.net:9081 "p*4PbFGsCkipZ]K}CI5$d>Fc=zF*q-5iWi5twl}."
bx fetch-height tcp://mainnet2.libbitcoin.net:9081 "}[YQ:ks:iKd0F1!ycPgj:4CVzfV-=jsF}x&%ff=/"
bx fetch-height tcp://mainnet3.libbitcoin.net:9081 "f!qCf4(YHm3rp/J15Q+!l>{jz>>eUkW9}6&pc0tB"

bx fetch-height tcp://testnet1.libbitcoin.net:19091
bx fetch-height tcp://testnet2.libbitcoin.net:19091
bx fetch-height tcp://testnet3.libbitcoin.net:19091
bx fetch-height tcp://testnet1.libbitcoin.net:19081 ")nNv4Ji=CU:}@<LOu-<QvB)b-PIh%PX[)?mH>XAl"
bx fetch-height tcp://testnet2.libbitcoin.net:19081 "M>dfC.16SBU&O9hA@rUWP:k]>DF=xTJ73Iw}HE0g"
bx fetch-height tcp://testnet3.libbitcoin.net:19081 "ZW4K2g{E>*a@n>NqZ<VeI^2ANqw.7Ub<?>UgSiNq"

Privacy

The community servers may be used to post a transaction (or a block) to the network privately (i.e. using Tor). Posting data to your own server (even if using Tor) can result in loss of privacy. Each item posted to, or queried from, a public server should utilize an independent Tor channel. Otherwise the items posted and/or queried on the same channel may be correlated to each other by the server. It is unnecessary to use public servers for private query (i.e. you can use your own server).

The bitcoin peer-to-peer (P2P) protocol is a public network of public information. It is unsafe to access via Tor. It should also not be used to query for wallet transaction information, including via Bloom Filters, or to post transactions (or blocks) if privacy is desired. Additionally, encrypting P2P connections does not anonymize either queried or posted information.

Clone this wiki locally