doragogonet / doragogo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doragogo

https://github.com/doragogonet/doragogo.git

Ethereum Development with Go

Human Resources BlockchainA doraGoGo Development with Go (golang)

License Mentioned in Awesome Go PRs Welcome

Online

https://www.filecoin.jp

Help & Support

Contact us #HELP

RPC-API

wiki

Development

Install dependencies:

Apply for a node address and private key in the contact form

Initialize:

doragogo  --datadir ./n0
  • Add a private key to the owner.node file
  • copy the static-nodes.json and owner.node file to datadir

Start then doaGoGo Node:

doragogo  --datadir ./n0 --syncmode "full"  --rpcport "8545" --rpc --rpcaddr "0.0.0.0"  --rpcapi "admin,do.shh" --shh --ws --wsport 8546 --wsaddr "0.0.0.0"  --rpccorsdomain "*" --allow-insecure-unlock --nodiscover --port 40400  --miner.etherbase "hode-address" --mine console

About