How to install a private testnet?

1

I'm looking to make my own NxT testnet for developpement purpose but couldn't find a way to do it.

I'm currently using the normal " testnet " but couldn't find the way to properly configure the nxt-default.propreties so that i could make local testnet.

Do you guys have any pointers ? or config files ? Will i be able to use my testnet on the same computer or should it be run on a server the same way a public node would ? What about setting up the configure of the genesis block , etc ?

Hope you guys can help

jayD

Posted 2016-01-21T20:24:40.020

Reputation: 111

Answers

1

See https://nxtforum.org/testnet/public-testnet-node/ for a description how to setup a testnet node.

lyaffe

Posted 2016-01-21T20:24:40.020

Reputation: 1 480

1Yes i saw that already but it's a public node.jayD 2016-01-22T14:36:44.073

1All you need to do is install NXT on your local workstation. Set the flag nxt.isTestnet=true as explained in the forum, start your node and let it download the testnet blockchain.lyaffe 2016-01-22T21:03:58.147

1Yes but this will connect to a public node.I want a private node on my own server. With my own blockchain.jayD 2016-01-23T01:15:02.657