You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Bitcoin full node based on libbitcoin-blockchain*
8
-
9
-
Make sure you have installed [libbitcoin-blockchain](https://github.com/libbitcoin/libbitcoin-blockchain) and [libbitcoin-network](https://github.com/libbitcoin/libbitcoin-network) beforehand according to their build instructions.
10
-
11
-
```sh
12
-
$ ./autogen.sh
13
-
$ ./configure
14
-
$ make
15
-
$ sudo make install
16
-
$ sudo ldconfig
17
-
```
18
-
19
-
libbitcoin-node is now installed in `/usr/local/`.
1
+
This branch is not usable in its current state. Please see [version3](https://github.com/libbitcoin/libbitcoin-node/tree/version3) for the latest functional branch.
0 commit comments