To install docker and docker-compose packages execute install-docker.sh script.
./install-docker.shIf the server have less than 4GB RAM create a swap file with add-swap.sh
./add-swap.sh Start bitcore-rpc with start-bitcore-rpc.sh script
./start-bitcore-rpc.shStop bitcore-rpc with start-bitcore-rpc.sh script
./stop-bitcore-rpc.shStart electrumx/bitcore-rpc with start-electrumx.sh script
./start-electrumx.shStop electrumx/bitcore-rpc with stop-electrumx.sh script
./stop-electrumx.shDownload bootstrap file and replace the old directories (blocks and chainstate) with bootstrapping.sh script
./bootstrapping.shStop electrumx/bitcore-rpc with stop-electrumx.sh script
./stop-electrumx.shCheck status of bitcore-rpc docker with checkstatus.sh script
./checkstatus.shCleanup memory and old docker files with cleanup.sh script
cleanup.shShow log files of electrumx/bitcore-rpc docker containers with logs-electrumx.sh script
logs-electrumx.shDelete electrumx database if loaded blockchain is on forked chain, use the delete-electrumx-db.sh script
delete-electrumx-db.shFlush electrumx database with flush-electrumx-db.sh script
flush-electrumx-db.shGo to your Electrum-btx installation folder and remove the cert file 'eleX.bitcore.cc' in subdir 'electrum-btx_data\cert'