moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

document basic restart processes #475

Closed lastmeta closed 2 years ago

lastmeta commented 2 years ago

Describe The Task

can you describe somewhere how to restart the electrum server, the rvnt mining, and the moontree layer? maybe just in their readme files

Additional Context

No response

lastmeta commented 2 years ago

private rvnt without limits:

sudo docker run -d -v /home/electrumx/electrumx_db/:/electrumx-db -v /home/electrumx/ravencoin_db/:/ravencoin-db -e NET=TESTNET -e PEER_DISCOVERY=self -e PEER_ANNOUNCE= -e COST_SOFT_LIMIT=0 -e COST_HARD_LIMIT=0 -p 18770:18770 -p 50002:50002 ravend-electrumx

sudo docker exec -it 28f /bin/bash

sudo docker logs --follow 28f

rvnt mining is just on a personal pc for now, and the moontree layer will be systemd, we'll make full documentation later.