Skip to content

Voter fetches records from XENBLOCKs ledger and runs verification in CPU

Notifications You must be signed in to change notification settings

jacklevin74/voter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

xenblocks lightnode

Voter fetches records from XENBLOCKs ledger and runs verification in CPU

Installation instructions:

Clone the repo:

$ git clone https://github.com/jacklevin74/voter $ cd voter

Install Rust:

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

check if cargo is installed:

$ cargo -v

Build project:

$ cargo build --release

Run lightnode:

$ ./target/release/voter

During initialization, the node will create id.json file with your private key so you are be identified among other nodes, this is also where you will receive your future rewards. As your lightnode runs, it will submit computed data to xenblocks consensus ledger, which can be accessed here: http://xenminer.mooo.com:5000/show_data

The node will also write into a log file (voter.log) in the same directory.

About

Voter fetches records from XENBLOCKs ledger and runs verification in CPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages