Skip to content

yanCode/bitz-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitz-rust

A BITZ tokens mining program. Based on https://github.com/naixiWeb3/bitz.

Account Snapshot

Features

  • Refactored the mining logic, replaced logic that can fail the whole command, like unwrap(), expect() by using anyhow::Result. In case there is errors, it can restart in it's own logic, no longer requiring to monitor the thread atoperating system level.
  • fixed parameter in Args, now it loads correctly if you use config file ~/.config/solana/cli/config.yml
  • Pool mining is not implemented, as I didn't find a pool in which I can test.

Background

$BITZ runs on Orca (Eclipse), while the native gas token is sometimes called $ETH, But in fact, Eclipse runs a modified Solana VM (SVM). which means in most cases, solana client works perferctly to interact with Eclipse blockchain.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages