Skip to content

Releases: Tritonn204/tnn-miner

Tnn-miner v0.2.0

10 Mar 22:16
Compare
Choose a tag to compare

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

28 Jul 22:43
Compare
Choose a tag to compare
tnn-miner Pre-release
Pre-release

Fixed a newly introduced mutex bug that made mining stop mid-session.

tnn-miner

27 Jul 17:12
Compare
Choose a tag to compare
tnn-miner Pre-release
Pre-release

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

18 Jul 21:47
Compare
Choose a tag to compare
tnn-miner Pre-release
Pre-release

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

18 Jul 02:22
Compare
Choose a tag to compare
Tnn-miner Pre-release
Pre-release

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

15 Jul 21:53
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

Recompiled with new -march flags, and built aarch64 binaries for linux /android.

Full Changelog: v0.1.2-alpha...v0.1.3-alpha

Tnn-miner

15 Jul 07:47
Compare
Choose a tag to compare
Tnn-miner Pre-release
Pre-release

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

15 Jul 01:31
288e4ac
Compare
Choose a tag to compare
Tnn-miner Pre-release
Pre-release

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

14 Jul 08:06
Compare
Choose a tag to compare
Tnn-miner Pre-release
Pre-release

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