vipnode / vipnode.org

Connect instantly with your Ethereum Light Client to a premium vipnode.
https://vipnode.org/
MIT License
45 stars 6 forks source link
ethereum

vipnode

Connect instantly with your Ethereum Light Client to a premium VIPNode.

Status: v2.0 is released, work on v3 is suspended: https://medium.com/vipnode/what-happened-to-vipnode-90530fc78018

More background on Vipnode in this blog post: An economic incentive for running Ethereum Full Nodes

vipnode v1: Solo Node

How does it work?

On the front-end, there's a smart contract, contracts/vipnode.sol.

The smart contract keeps the state of which enode is registered and what the expiration time is.

There is a DApp which allows people to register.

On the back-end, it's running a modified version of go-ethereum, the patchset is here.

The geth-vipnode is driven by some JavaScript which loads the smart contract and monitors events of new registered members, see run.js.

vipnode v2: Node Pools

A vipnode pool that third-party full-nodes can join and get proportional payout based on the light nodes they serve.

How does it work?

vipnode v3: TBD

Work on this milestone is suspended until several ecosystem blockers are resolved, see blog post for details: https://medium.com/vipnode/vipnode-2-0-released-9af1d65b4552

License

MIT.