We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where the testnet is,my team needs to do some test before the main net
The text was updated successfully, but these errors were encountered:
Hi!
To use testnet, you should set nethash in the config to:
38f153a81332dea86751451fd992df26a9249f0834f72f58f84ac31cceb70f43
The config for testnet can be located under test directory (copy test/config.default.json).
test
test/config.default.json
test ├── config.default.json └── config.json
To run the node using the config (test/config.json) run:
test/config.json
npm run start:testnet
Or if your config is located in a different directory, you can use --config flag:
--config
node app.js --config path/to/your/config.json --genesis test/genesisBlock.json
Regards.
Sorry, something went wrong.
No branches or pull requests
where the testnet is,my team needs to do some test before the main net
The text was updated successfully, but these errors were encountered: