CloudCone Backup Witness Node Recovered
I haven't checked my backup witness node from cloudcone for a while, and I was surprised to find out it stopped a while ago.
The error was "unexpected EOF".
The server specs:
- 960 GB SSD
- 10 Cores
- 8 GB RAM
Time to restore
About a day to download and zip at the same time:
Here is the BASH Script
#!/bin/bash
set -ex
cd /root/steem-docker/data/witness_node_data_dir
rm -rf blockchain
(wget -c -O- https://files.steem.fans/hetzner/steem_witness_20250414.tar.lz4 | lz4 -d -v | tar x -v)
cd /root/simple-steem-docker
./run.sh restart
./run.sh logs
The last 3 commands require: https://github.com/doctorlai/simple-steem-docker
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem!
- You can swap the STEEM/SBD to SUI via steem2sui!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools
