Skip to content

ScuderiaScottiTech/ScuderiaCoinMiner

Repository files navigation

ScuderiaCoinMiner

Installation / Building

By running the following command you'll be able to get an executable file built by yourself for your OS.

go build .

Usage

By running the following command you'll be able to get a brief explainaion of all the parameters you can set on your miner

./ScuderiaCoinMiner --help
Usage of ./ScuderiaCoinMiner:
  -api string
        API endpoint of the mining server
  -goroutines int
        Number of goroutines to mine onto (default 1)
  -id string
        YOUR telegram ID
  -ratecounter
        Rate counter enabled (may degrade performance)
  -testmode
        Test your hash rate without the use of an API

NOTE: Goroutines ARE NOT threads

Example usage

./ScuderiaCoinMiner -api https://mineapi.scuderia.tech -ratecounter -id <yourtelegramid> -goroutines 6

NOTE: https://mineapi.scuderia.tech is the official api for the token

Example output:

Getting new challenge info: Random: -3327122211037515956 Difficulty: 6 Reward: 10
Spawning goroutine
Spawning goroutine
Spawning goroutine
Spawning goroutine
Spawning goroutine
Spawning goroutine
Hash rate:  2113495 / second
Correct hash rate:  0 / hour
...
...

About

Basic Golang implementation of a SHA512 for Scuderia Coin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages