DERO Atlantis migration

Notes for DERO Atlantis mainnet.

Daemon:
P2P port 20202
RPC port 20206

Wallet:
RPC port 20209

Pls use following nodes priority option for speed and reliability.
./derod-linux-amd64 --add-priority-node 212.8.249.51:20202 --add-priority-node 212.8.242.60:20202 --add-priority-node 212.8.250.158:20202

DERO Atlantis pool software: https://git.dero.io/Captain/dero-pool
Block time 12 seconds. Pool operators keep share time 2 seconds. Else missed shares or low block rewards.

RPC wallet example for pool:
./dero_linux_amd64/./dero-wallet-cli-linux-amd64 --rpc-server --wallet-file pool-wallet1.db --rpc-bind 127.0.0.1:20209 --unlock

Miners can use CryptoNight orignal programs to mine.

Important daemon options:

 --help for options listings.
 --sync , Incase if any issues use this option to sync blockchain. Remove option after full sync.