Code Monkey home page Code Monkey logo

Comments (2)

tony-iqlusion avatar tony-iqlusion commented on August 10, 2024 1

Does this hold the keys, and deliver signed transactions upon request, or does it connect to the peer-to-peer network and act as a validator?

It only holds keys, with the idea that the validator is kept offline except for communication with sentries.

There are some other options for Tendermint key storage which claim to act as a "validator", but really all these options do is provide equivalent functionality to TMKMS, but suggest you put your "validator" (i.e. the one which signs validated blocks, and proposes blocks) on the edge of the network. This is largely a terminological difference, but the real idea of the sentry architecture is that the Tendermint node which is validating blocks and asking TMKMS to sign PreVotes/PreCommits/Proposals is only seeing P2P traffic which has first passed through a sentry.

Software like this could potentially allow a single Raspberry Pi to validate multiple networks although I'm not sure if that's desirable from a decentralization / reliability perspective.

The hardware requirements for TMKMS are minimal and this should work if you have a Raspberry Pi running Linux.

from tmkms.

faddat avatar faddat commented on August 10, 2024

Hey thank you, I'm getting deeper and deeper into my validator journey and I think that soon in Raspberry Pi of the type that you've described here will enter it.

from tmkms.

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.