Compile and Run
Last updated
Last updated
Download source code via git
git clone https://github.com/koisanworld/koisan-chain
Reference:
After compilation completed, the generated binary is in the folder build/bin
.
By running ./build/bin/geth --help
, we can get all option
info. Specific usage can refer to
Program will connect into mainnet
after started. If want to connect the public testnet, you can add option --testnet
to command when starting.
Please refer