-
Notifications
You must be signed in to change notification settings - Fork 170
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
Can not get results from https://docs.ergoplatform.com/node/testnet/mine-your-own-chain/ #2168
Comments
This tutorial is not looking correct , with To just run your network, you can start with following:
So the config would be like:
and then go to 127.0.0.1:9052/panel , initialize and unlock wallet, this is needed as first blocks will be generated with Autolykos v1. For questions and suggestions in regards with deeper modifications etc please visit developers TG chat https://t.me/ErgoDevelopers or Dsicord: https://discord.gg/ergo-platform-668903786361651200 , developers channel |
I have a lot of messages and the node is in loop...
Beginning-end of loop:
The sync process is extremely slow (And I do not know whom is it synchronizing) Thanks |
This is not sync, your node is CPU-mining the blockchain, according to logs. By default, delay between blocks on average is "blockInterval = 2m", if you think it is slow, relaunch the network with more aggressive value |
Hi,
I am trying to fllow docs.ergoplatform.com/node/testnet/mine-your-own-chain/
But I think it is not clear to me.
Follow these steps to configure your chain values in the
src/main/resources/testnet.conffile and compile the node to obtain the genesisStateDigestHex
Then
genesisStateDigestHex = "Still to be generated at this stage"
gives error when run:java -jar -Xmx4G target/scala-2.12/ergo-5.0.21.jar --testnet -c testnet.conf
Can you give me support or give me a support address?
Thanks
The text was updated successfully, but these errors were encountered: