Skip to content

Launch the PalletOne Client

etying edited this page Dec 29, 2018 · 10 revisions

1.Install and build

$ cd $GOPATH/src/github.com/palletone/go-palletone

$ make clean;make gptn

2.Download the genesis data

$ wget https://github.com/palletone/go-palletone/releases/download/0.6bat/testnet.tar.gz

$ tar xzvf node.tar.gz

$ cd node

$ gptn dumpconfig

$ ./gptn --datadir ./palletone --testnet

Clone this wiki locally