Skip to content

TT-Miner 2024.1.5

Compare
Choose a tag to compare
@TrailingStop TrailingStop released this 17 Mar 23:01
· 10 commits to main since this release
1595799

What's new in TT version 2024.1.5

  • support for CUDA 12.4
  • improved hashrate for GHOSTRIDER
  • add support for MEOWPOW (switch from KAWPOW to MEOWPOW on March 18th, 2024 - 22:00:00)
  • add support for the MEOWPOW EPOCH switch at epoch 110 to grow the DAG size to 4GB

Using TT-Miner to mine the new MEOW algo:

connect to coinminerz as MEOW pool:
TT-Miner -c MEWC -P stratum+tcp://<MEOW-ADDRESS>.<WORKER-NAME>@stratum.coinminerz.com:3323

after the algo switch to MEOWPOW at March 18th, 2024 - 22:00:00 you can also use:
-a MEOWPOW as replacement for -c MEOW if you need:
TT-Miner -a MEOWPOW -P stratum+tcp://<MEOW-ADDRESS>.<WORKER-NAME>@stratum.coinminerz.com:3323

If you solo mine to your MEOW node please use this command line-scheme (QT-Wallet 2.0.3 or later is required):

TT-Miner -c MEWC -P http://<RPC-USER>:<RPC-PASSWORD>@127.0.0.1:9766

RPC-USER and RPC-PASSWORD is picked from your config file that you use as commandline option to start the QT-wallet. The entries of interest are:
rpcuser=RPC-USER
rpcpassword=RPC-PASSWORD

Please let mw know if you run into any issues.