git clone git@github.com:bitex-la/custodian_server.git
cd custodian_server/bin
./custodian_server_btc mainnet_btc.cfg
In order to stop the service in a safe way, to avoid database corruption, visit the stop url, like this: 'curl http://localhost:9100/stop'
- Install docker
- Install docker compose
git clone git@github.com:bitex-la/custodian_server.git
cd custodian_server
docker-compose build
docker-compose up -d