Galaxy-Traveler
Galaxy-Traveler
Try to see what's going on docker-compose up parity Then docker-compose stop parity and docker-compose up -d parity
So Parity must be installed
sudo snap install parity sudo snap install parity-ui
Parity must be installed sudo snap install parity sudo snap install parity-ui cryptonodes.yaml volumes: - ../data/parity:/home/parity/.local/share/io.parity.ethereum to ../data/parity:/home/app/snap/parity/16707/.local/share/io.parity.ethereum
Let's try it again: sudo snap install parity/////////////////////////// nano opendax/temples/compose services: parity: image: parity/parity:v2.7.2-stable restart: always command: | --chain=kovan --mode=active --interface=all --warp=true --snapshot-peers=10 --min-peers=5 --max-peers=10 --jsonrpc-interface=0.0.0.0 --jsonrpc-cors=all --jsonrpc-hosts=all --jsonrpc-apis=all --db-compaction=ssd...
For testnet is ok For mainnet you will need a ssd min 500GB-2TB Blockchain mainnet min-450GB
There are questions that sometimes can't be answered????? The community will always help you. It's for testing and improvement
What OS you use? Ubuntu: free -m sudo swapoff -a sudo fallocate -l 12G /swapfile sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile free -h ------ sudo sysctl...
create a new account for USDT in parity set gass to 90,000
/home/app/opendax/config/app.yml ------- bitcoind: enabled: false to bitcoind: enabled: true --- save ---- ~/opendax$ rake service:all ---- docker-compose up -Vd bitcoind docker-compose up -Vd blockchain ----- Blockchain size: 300 GB =============...