Skip to main content

Installing a Wallet Server

Install Dojo

Continue copying and pasting the following commands in the terminal, then press ENTER.


Check Docker is working:

docker run hello-world

Expected result:

    • "Hello from Docker!
      This message shows that your installation appears to be working correctly..."

cd ~/dojo-app/docker/my-dojo

Install Dojo:

./dojo.sh install


Once you see a constant stream of "node.js", "bitcoind", and "fulcrum" logs, Dojo has installed successfully and will start to download and index the blockchain.

To exit the log screen, go:

    • ctrl + c

The time period for your Dojo to complete the Initial Block Download (IBD) and indexing of the Fulcrum Server will depend on your network peers, the hardware you are using and the bandwidth speeds. You may be waiting from anywhere between 2 and 7 days for this to complete.