Sign inSign up

dalijolijo/proofofexistence

By dalijolijo

Updated almost 8 years ago

Prove the existence of documents on BitCore (BTX) blockchain

Image
0

419

dalijolijo/proofofexistence repository overview

docker pulls

proofofexistence

Docker image to prove the existence of documents on BitCore (BTX) blockchain.

Configure your wallet

For the server to start, you will need to pass your config to the Docker image by using a list of environment variables. You will find an example in .sample-env. Please report to the config doc for more info about environment variables.

cp .sample-env .env-docker

Start/stop the image

You can now start your Docker image as daemon:

docker run -d -i --rm --name proofofexistence --env-file .env-docker -p 3003:3003 dalijolijo/proofofexistence[:VERSION]

You can check that the node is running using:

docker ps

Stop the image:

docker stop proofofexistence

Attach to the docker-node:

docker exec --user node -w /home/node -ti proofofexistence bash

Tag summary

Content type

Image

Digest

Size

420.1 MB

Last updated

almost 8 years ago

docker pull dalijolijo/proofofexistence