Releases: Tritonn204/tnn-miner
0.4.1-beta-1.0
Full Changelog: 0.4.0-beta-2.5...0.4.1-beta-1.0
Downloads available on the GitLab repo
0.4.0-beta-2.5
Slight hashrate gains over 0.2.4
Corrected extra_nonce
handling on Spectre
v0.3.1-beta.r3
Xatum/Xelpool is now supported! The miner now has better Xatum timeout handling.
Windows users can now run at full speed with Windows binaries.
Run the miner with --xelis and --xatum specified with your other settings to mine XEL on the Xelpool.
Direct Connection Settings
- xatum-test.xelpool.com
- port 5212
Proxy Connection Settings
- 127.0.0.1 (or local IP of proxy machine)
- port 5211
A wizard will guide you to input any missing options.
HIVE NOTES:
0.3.1.br3.1 is hardcoded for xelis (confirmed working)
0.3.1.br3.2 is intended to allow you to set the coin using extra args, with either --dero or --xelis (needs testing)
All other settings need to be passed using extra args on both, this will be updated in the future.
What's Changed
- Xelis Windows Optimization by @Tritonn204 in #26
Full Changelog: v0.3.1-beta.r2...v0.3.1-beta.r3
Tnn-miner v0.3.1-beta.r2
Xatum/Xelpool is now supported! The miner now has better Xatum timeout handling.
Run the miner with --xelis and --xatum specified with your other settings to mine XEL on the first pool.
Direct Connection Settings
- xatum-test.xelpool.com
- port 5212
Proxy Connection Settings
- 127.0.0.1 (or local IP of proxy machine)
- port 5211
A wizard will guide you to input any missing options.
HIVE NOTES:
0.3.1.br2.1 is hardcoded for xelis (confirmed working)
0.3.1.br2.2 is intended to allow you to set the coin using extra args, with either --dero or --xelis (needs testing)
All other settings need to be passed using extra args on both, this will be updated in the future.
What's Changed
- Xatum timeout handling by @Tritonn204 in #25
Full Changelog: v0.3.1-beta...v0.3.1-beta.r2
Tnn-miner v0.3.1
Xatum/Xelpool is now supported!
Run the miner with --xelis and --xatum specified with your other settings to mine XEL on the first pool.
- xatum-test.xelpool.com
- port 5212
A wizard will guide you to input any missing options.
What's Changed
- Check wallet against algo by @dirkerdero in #17
- Sync by @Tritonn204 in #18
- v0.3.1 by @Tritonn204 in #20
- Http Broadcast server for stats added by @Tritonn204 in #22
- Xatum mainnet launch by @Tritonn204 in #24
Full Changelog: v0.3.0-beta.r2...v0.3.1-beta
Tnn-miner v0.3.0 r2
What's Changed
- Corrected switch statement in do_session by @Tritonn204 in #16
Full Changelog: v0.3.0-beta...v0.3.0-beta.r2
Tnn-miner v0.3.0
Xelis mining support has been added! Run with --xelis to use the setup wizard, or use standard arguments with --xelis added to your list.
Improvements have also been made to the websocket session structure, which should improve pool mining performance.
See v0.3.0-beta.r2, very minor patch
What's Changed
- Add global maskTable. Disable clang optimizations when initializing it by @dirkerdero in #12
- Update astrobwtv3.cpp by @dirkerdero in #13
- Tweak benchmark routine by @dirkerdero in #14
- Xelis Integration, Websocket Improvements by @Tritonn204 in #15
Full Changelog: v0.2.5-beta.2...v0.3.0-beta
Tnn-miner v0.2.5, Release 2
What's Changed
- AVX2 accuracy fixes by @Tritonn204 in #11
Full Changelog: v0.2.5-beta...v0.2.5-beta.2
v0.2.5-beta
Please see latest release for AVX2 bug fix
What's Changed
- Synchronizing by @Tritonn204 in #7
- Arg parsing with Boost. Clang++ compilation by @dirkerdero in #8
- Fix unknown params crasher by @dirkerdero in #9
- v0.2.5 SIMD & Cache Friendliness by @Tritonn204 in #10
New Contributors
- @dirkerdero made their first contribution in #8
Full Changelog: v0.2.0-beta.3...v0.2.5-beta
v0.2.0-beta.3
10-15% hashrate gains over v0.1.6, with the bugs introduced in v0.2.0's initial releases corrected.
Make sure to compare running with and without the -no-lock
flag for best results.
What's Changed
- Complete the-unification of dev and main by @Tritonn204 in #4
- Removed AVX2 Dependency by @Tritonn204 in #5
- Static linking re-enabled, Clang compatibility by @Tritonn204 in #6
Full Changelog: v0.2.0-beta...v0.2.0-beta-r3