Post
Topic
Board Announcements (Altcoins)
Re: [PreANN][POW][NG]Decentrailized Application Engine based on Blockchain Ecosystem
by
chenyuan07gis
on 21/07/2020, 14:07:34 UTC
where is wallet?how to mine


Mining
Code:
# no binary before release so you have to build by yourself now
git clone https://github.com/ngchain/ngcore
cd ngcore
go build ./cmd/ngcore

# 0 means using all CPU
./ngcore --mining 0


Wallet

First, use
Code:
./ngcore keytools
to output your key and address

1. directly use JSON RPC to handle txs
2. use the simple CLI wallet https://github.com/C0MM4ND/ngwallet-dart to get easier operation
3. wait for ngwallet-go, a more powerful CLI wallet
3. wait for hawkhover, the official GUI wallet
will the mined testnet coins swap to mainet?