Skip to content

Vecno-Foundation/vecnopool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vecnopool

Vecnopool is a high performance mining pool written in Rust. It uses postgresql to store and update balances for miners. Use Vecnopool Payment for paying out rewards using WASM.

Installation

  • Install Rust
  • Checkout repository and cd to the folder
  • Run cargo build --release
  • The binary will be in target/release/

Usage

  1. Create a pool wallet using the latest WASM release. Follow the instructions and make sure to save the keys.
  2. Create a postgresql database.
  3. Create a .env file and copy content of the .env.example. Enter your own configs.

To start the mining pool, simply run

cargo run

This will start a stratum server at 127.0.0.1:6969.

About

Vecnopool is a high performance mining pool written in Rust.

Topics

Resources

Stars

Watchers

Forks