A service-focused, knowledge-sharing business platform with decentralized, crypto-enabled marketplace that facilitates purchase and sale
To begin with, you need to install a docker CE and a docker-compose according to this instruction docker CE docker-compose
Start private net
cd bin
./dev-up.shStart private net truffle migration
cd bin
./migration-dev.shStart mining private net
cd bin
./miner-start.shStop mining private net
cd bin
./miner-stop.shStart rinkeby net
cd bin
./rinkeby-up.shStart rinkeby net truffle migration
You must create a file with a password in the directory $HOME/ICO/ethernode/rinkeby/password and insert the password from the private key (49b7776ea56080439000fd54c45d72d3ac213020)
cd bin
./migration-rinkeby.shConnection Ethereum Wallet to private net:
Linux
ethereumwallet --rpc http://localhost:8545Show sync stats:
cd bin
./sync_stats.sh