Search Criteria
Package Details: libbitcoin-server 3.5.0-5
Git Clone URL: | https://aur.archlinux.org/libbitcoin-server.git (read-only, click to copy) |
---|---|
Package Base: | libbitcoin-server |
Description: | Bitcoin Full Node and Query Server |
Upstream URL: | https://github.com/libbitcoin/libbitcoin-server |
Licenses: | |
Groups: | |
Submitter: | atweiden |
Maintainer: | None |
Last Packager: | atweiden |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-11 05:15 |
Last Updated: | 2018-08-18 01:44 |
Dependencies (22)
- boost (boost-git)
- boost-libs (boost171, boost-libs-git)
- icu (icu-git-static, icu-git)
- libbitcoin-blockchain (libbitcoin-blockchain-git)
- libbitcoin-consensus (libbitcoin-consensus-git)
- libbitcoin-database (libbitcoin-database-git)
- libbitcoin-network (libbitcoin-network-git)
- libbitcoin-node (libbitcoin-node-git)
- libbitcoin-protocol (libbitcoin-protocol-git)
- libbitcoin-system (libbitcoin-system-git)
- libsecp256k1 (libsecp256k1-git)
- zeromq (libxs, zeromq-git)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- libtool (libtool-git) (make)
- m4 (m4-git) (make)
- make (make3, make-git, make-without-guile) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
- libbitcoin-explorer (libbitcoin-explorer-git) (optional) – CurveZMQ client/server authentication
- statsd (optional) – log to statistics collection server
Latest Comments
atweiden commented on 2017-03-11 20:58
In case you are wondering how to speed up syncing: https://lists.dyne.org/lurker/message/20170309.090244.47481338.en.html
Subscribe to the list: https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin
atweiden commented on 2017-03-09 23:59
This pkg works by relying on the user obelisk, created during installation of pkg libbitcoin-node, which owns the `bn` or `bs` process. The obelisk user home directory is /etc/obelisk. Directories /etc/obelisk/bn and /etc/obelisk/bs store config files for the `bn` and `bs` process respectively.
The blockchain data directory is in /srv/obelisk, which is shared between pkgs libbitcoin-node and libbitcoin-server.
The log directory is in /var/log/obelisk, which is also shared between pkgs libbitcoin-node and libbitcoin-server.
If you don't know whether to run libbitcoin-node or libbitcoin-server, you should probably run libbitcoin-server. On first run, do:
# systemctl start bs-init
# systemctl start bs
On subsequent runs, do:
# systemctl start bs
Install the libbitcoin-explorer pkg to communicate with `bn` or `bs`.