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.
- Install Rust
- Checkout repository and
cdto the folder - Run
cargo build --release - The binary will be in
target/release/
- Create a pool wallet using the latest WASM release. Follow the instructions and make sure to save the keys.
- Create a postgresql database.
- 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.