Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 819 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 819 Bytes

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.