Releases: Tritonn204/tnn-miner
Tnn-miner v0.2.0
Tnn-miner Beta v.0.2.0
This version has been deprecated due to an oversight with static linking. Please use v0.2.0-beta.3
tnn-miner
Fixed a newly introduced mutex bug that made mining stop mid-session.
tnn-miner
Release 2: Fixed dev timeout mutex bug
Usage has been overhauled.
Start the binary with no args to access a startup wizard, or provide any of the args below with granularity.
OPTIONS
-daemon-address, -d:
Dero node/pool URL or IP address to mine to
-port, -p:
The port used to connect to the Dero node
-wallet, -w:
Wallet address for receiving mining rewards
-threads, -t: (optional)
The amount of mining threads to create, default is 1
-dev-fee, -f: (optional)
Your desired dev fee percentage, default is 2.5, minimum is 1
-no-lock: (optional)
Disables CPU affinity / CPU core binding
-help, -h: (must be first arg)
Shows help
DEBUG
-test: (must be first arg)
Runs a set of tests to verify AstrobwtV3 is working
-benchmark <A> <B>:
Runs a mining benchmark for <B> seconds with <A> threads for hashrate testing
You may insert the -no-lock flag after <A> and <B> if desired.
Full Changelog: v0.1.5-alpha...v0.1.6-alpha
tnn-miner
100% static linking has been restored
The binaries now execute without any of the linking errors that were introduced in v0.1.4
Tnn-miner
The widespread segfault bug has been fixed.
It was due to getaddrinfo()/gethostbyname() from libc being broken when a program is compiled with the -static flag. Due to this, certain pool/host addresses would crash the miner.
The miner is still packaged as a single binary file.
Full Changelog: v0.1.3-alpha...v0.1.4-alpha
v0.1.3-alpha
Recompiled with new -march flags, and built aarch64 binaries for linux /android.
Full Changelog: v0.1.2-alpha...v0.1.3-alpha
Tnn-miner
Added a watchdog, as well as the ability to set a custom dev fee via terminal (minimum 1%)
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
Tnn-miner
USAGE
This miner can be activated from the command line with the following parameters in the same order. Simply adjust the syntax for use with your shell or terminal of choice!
Tnn-miner {node/pool url} {dero payout address} {threads}
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
Tnn-miner
Minimum viable product offering of my open-source Dero miner!
Current dev fee is 2.5%, though I plan to allow users to set their own fee (prebuilt binaries will have a minimum fee check in place, amount TBD)
Things to be improved are the usage syntax, mining overhead, scalability, and stability.
USAGE:
This miner can be activated from the command line with the following parameters in the same order. Simply adjust the syntax for use with your shell or terminal of choice!
Tnn-miner {node/pool url} {dero payout address} {threads}
Full Changelog: https://github.com/Tritonn204/tnn-miner/commits/v0.1-alpha