Coder Social home page Coder Social logo

Comments (3)

jules avatar jules commented on July 30, 2024

However, in case of starting the network from genesis block, wouldn't the network get stuck as no node is able to generate block at height 1?

This can be worked around by using the internal walletgenesis.dat, which is currently kept in dusk-buddy. The wallet has a stake and bid attributed to it in block 0, so that it can bootstrap the consensus by itself and allow others to join. A wallet file can be specified with -w I believe, if using the spawner script.

Note by the way, that the patch you suggest would be moot if #25 were merged. It should allow for the generation component to start on it's own as a bid would be found, and the provisioner components to be started automatically as searching for stakes was removed, since it was deemed unnecessary.

from dusk-blockchain.

ggoranov avatar ggoranov commented on July 30, 2024

This can be worked around by using the internal walletgenesis.dat, which is currently kept in dusk-buddy. The wallet has a stake and bid attributed to it in block 0, so that it can bootstrap the consensus by itself and allow others to join. A wallet file can be specified with -w I believe, if using the spawner script.

The local network has a node that loads the genesis wallet. But it does not initialize the consensus as msg.InitializationTopic is never published.

from dusk-blockchain.

jules avatar jules commented on July 30, 2024

The local network has a node that loads the genesis wallet. But it does not initialize the consensus as msg.InitializationTopic is never published.

That's correct, my mistake. Even with #25 merged, it would still need to see at least one block before starting up, so the patch should take care of it.

from dusk-blockchain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.