Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.8.0 - Ethash/Kawpow/Nimiq/Etchash and More
by
thedreamer
on 12/02/2021, 02:03:41 UTC
Hi all, I just started using teamredminer with my Radeon VII as someone said it'll work better than Phoenixminer.

Mining with basic settings like wallet and pool info, I get this error when trying to run it.


C:\Users\PB\Desktop\teamredminer-v0.8.1-win>set GPU_MAX_ALLOC_PERCENT=100

C:\Users\PB\Desktop\teamredminer-v0.8.1-win>set GPU_SINGLE_ALLOC_PERCENT=100

C:\Users\PB\Desktop\teamredminer-v0.8.1-win>set GPU_MAX_HEAP_SIZE=100

C:\Users\PB\Desktop\teamredminer-v0.8.1-win>set GPU_USE_SYNC_OBJECTS=1

C:\Users\PB\Desktop\teamredminer-v0.8.1-win>teamredminer.exe -a ethash -o stratum+tcp://us1.ethermine.org:14444 -u xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.trmtest -p x
          Team Red Miner version 0.8.1
[2021-02-11 21:01:57] Pool us1.ethermine.org: Ethermine ethash auto mode detected, setting --eth_stratum=ethproxy
[2021-02-11 21:01:57] Auto-detected AMD OpenCL platform 0
[2021-02-11 21:01:57] WARNING: Windows TDR delay value is missing or invalid, you might experience suboptimal miner execution.
[2021-02-11 21:01:57] WARNING: Windows TDR DDI delay value is missing or invalid, you might experience suboptimal miner execution.
[2021-02-11 21:01:57] -----------------------------------------------------------------------------------------
[2021-02-11 21:01:57] To fix the Windows TDR warnings above, double-click the windows_tdr_fix.reg file included
[2021-02-11 21:01:57] in the TRM package zip file. This will insert two relevant entries into your registry.
[2021-02-11 21:01:57] Without this registry patch, the miner will throttle its execution somewhat. There is
[2021-02-11 21:01:57] also a small risk you might experience DEAD gpus due to driver timeout resets.
[2021-02-11 21:01:57] -----------------------------------------------------------------------------------------
[2021-02-11 21:01:57] Initializing GPU 0.
[2021-02-11 21:01:57] GPU 0 Warning: crossfire auto-link is active in the registry. Use --enable_compute to fix.
[2021-02-11 21:01:57] GPU 0 Starting tuning.
[2021-02-11 21:01:57] --------------------------------------------------------------------------
[2021-02-11 21:01:57] GPU 0 Miner detected 1 connected monitor(s). This means we will use less
[2021-02-11 21:01:57] aggressive settings to accomodate for gpu rendering while mining. These
[2021-02-11 21:01:57] settings could be either insufficient or overly conservative. In the
[2021-02-11 21:01:57] former case you'll experience sluggish graphics behavior, while in the
[2021-02-11 21:01:57] latter you can lose more hashrate than necessary. After observing the
[2021-02-11 21:01:57] chosen config by the miner by pressing 's' when the miner is running and
[2021-02-11 21:01:57] has completed the auto-tuning process, you can then adjust this config
[2021-02-11 21:01:57] using the --eth_config command line parameter. For more or less intensity,
[2021-02-11 21:01:57] increase/decrease the numerical value in steps of 8 until your graphics
[2021-02-11 21:01:57] interaction is acceptable for your setup.
[2021-02-11 21:01:57]
[2021-02-11 21:01:57] For more info, see the USAGE.txt file in the release package.
[2021-02-11 21:01:57] --------------------------------------------------------------------------
[2021-02-11 21:01:57] Successfully initialized GPU 0: Vega2 with 60 CU (PCIe 03:00.0)
[2021-02-11 21:01:57] GPU 0 DAG allocation trying 16192.0 - 8000.0 = 8192.0 MiB.
[2021-02-11 21:01:57] Watchdog thread starting.
[2021-02-11 21:01:57] GPU 0 ERROR - failed to allocate ethash DAG buffer, tried down to 8096.0MiB.
[2021-02-11 21:01:57] GPU 0 thread exiting with error.
[2021-02-11 21:01:57] Runtime Command Keys: h - help, s - stats, e - enable gpu, d - disable gpu, q - quit
[2021-02-11 21:01:57] Pool us1.ethermine.org connecting to address 172.65.218.238.
[2021-02-11 21:01:57] Pool us1.ethermine.org successfully connected to address 172.65.218.238.
[2021-02-11 21:01:57] Pool us1.ethermine.org login succeeded.
[2021-02-11 21:01:57] Pool us1.ethermine.org set difficulty to 0.931 (4000 MH)
[2021-02-11 21:01:57] Pool us1.ethermine.org received new job. (job_id: 0x551fd94a710..., diff 0.931 / 4000 MH)
[2021-02-11 21:01:58] Dev pool connected and ready.
[2021-02-11 21:02:01] Pool us1.ethermine.org received new job epoch 394 (variant ethash), cache built in 3.2 secs.
[2021-02-11 21:02:01] Pool us1.ethermine.org received new job. (job_id: 0xb281c1bc42e..., diff 0.931 / 4000 MH)
[2021-02-11 21:02:04] Pool us1.ethermine.org received new job. (job_id: 0x3220f14249c..., diff 0.931 / 4000 MH)
[2021-02-11 21:02:07] Watchdog detected all worker threads have exited, shutting down.
[2021-02-11 21:02:07] Shutting down...
[2021-02-11 21:02:07] Watchdog thread exiting.
[2021-02-11 21:02:07] Successful clean shutdown.


Any Ideas?