Run these commands to start the fullnode after installing libbitcoin:

  $ make
  $ mkdir blockchain
  $ ./initchain blockchain
  $ screen -S fullnode
  $ ./fullnode
  ... press CTRL-A, D
  $ ./blocks.sh

