-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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 to find Testnet genesis file? #140
Comments
Thanks for your advice. We do have a plan and a branch adding this feature. It was delayed due to other high priority things. I'm afraid it would not supposed to be provided in the new future.
Anyway, once the commitment decide to open the |
@0xcb9ff9 Could you take a glance at it? |
@DarianShawn embedding genesis file in binaries ? use flag switch Mainnet and Testnet |
Only support MainNet is enough now. Supply file in zip and docker is the minimum requirement.
|
The needed feature is merged. But we'll keep this issue unless we do provide the TestNet or some other test-usage network genesis file. |
Hello @DarianShawn, are you providing testnet genesis file in the release now or is there anyway that I can get the genesis file and setup a testnet node? |
hello i need to setup dogechain fullnode for testnet, can anyone provide me genesis.json file or something. |
@Supra-RaghulRajeshR If you need to run the test cluster in the local, can use this repository dogechain-testenv |
@0xcb9ff9 hi, i want testnet full node, not cluster. can you pls help me with it. |
|
@0xcb9ff9 then how do i setup testnet full node? any other way is there? |
The |
@0xcb9ff9 hi i don't want to set it up in local. i want it in testnet, ( ChainID: 568) |
The full node of the Testnet can be used, but it is not recommended to run it. If you want to debug with current network features, we recommend using Devnet. The chain ID is |
@DarianShawn thanks i'll try this. |
@DarianShawn hi i've followed this method but am facing an issue like this.
|
@Supra-RaghulRajeshR The bootnode address is wrong, use this |
@0xcb9ff9 thanks man it seems working. |
HI @0xcb9ff9 can you pls help me how to establish the websocket??? just adding the '--enable-ws' is that enough or do i need to add any port number for it? and which port number it would use |
That's enough for enabling websocket feature. |
@DarianShawn thanks |
@Supra-RaghulRajeshR all api endpoint |
I cannot find the the Testnet genesis file anywhere in the docs. Mainnet yes... Testnet no? Could someone with this info please include it in the docs? Additionally, including it in the releases might be a good idea to do moving forward.
The text was updated successfully, but these errors were encountered: