Post
Topic
Board Announcements (Altcoins)
Re: [PreANN][POW][NG]Decentrailized Application Engine based on Blockchain Ecosystem
by
c0mm4nd
on 16/07/2020, 12:29:59 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 `./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