Search content
Sort by

Showing 2 of 2 results by fs0ciety
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.6d: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
fs0ciety
on 02/08/2021, 14:28:26 UTC


But I think you problem is in the start bat. You have -worker when it should be -wal and at the end of the wallet address add .worker name

thanks fixed!

Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.6d: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
fs0ciety
on 02/08/2021, 01:10:00 UTC
Attempting to mine with my friends 6800M using the unmineable pool,
 
his start.bat file looks like this

Quote
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
PhoenixMiner.exe -epool ethash.unmineable.com:3333 -worker DOGE:DUGto7yfSAJUHpyqNfqDdGTRkz3Hv5GKkd.AMD6800M#72nw-eo30 -pass x
pause

5.6d log file says
Quote
2021.08.01:21:01:56.766: main No CUDA driver found
2021.08.01:21:01:57.906: main OpenCL driver version: 21.3.1-2
2021.08.01:21:01:57.916: main Available GPUs for mining:
2021.08.01:21:01:57.916: main GPU1: AMD Radeon RX 6800M (pcie 3), OpenCL 2.0, 12 GB VRAM, 40 CUs
2021.08.01:21:01:57.916: main GPU2: AMD Radeon(TM) Graphics (pcie 7), OpenCL 2.0, 6.1 GB VRAM, 8 CUs
2021.08.01:21:01:57.917: main ADL library initialized
2021.08.01:21:01:58.633: main Eth: Missing host or wallet for the main command-line pool
2021.08.01:21:01:58.633: main Eth: No valid pools specified in epools.txt
2021.08.01:21:01:58.633: main Eth: No valid pools specified on command line or in epools.txt
2021.08.01:21:01:58.633: main Exit code: 5

downloaded the 5.7a beta and it said video driver consistency error, please go back to version 5.5c

5.5c log file says
Quote
2021.08.01:21:01:56.766: main No CUDA driver found
2021.08.01:21:01:57.906: main OpenCL driver version: 21.3.1-2
2021.08.01:21:01:57.916: main Available GPUs for mining:
2021.08.01:21:01:57.916: main GPU1: AMD Radeon RX 6800M (pcie 3), OpenCL 2.0, 12 GB VRAM, 40 CUs
2021.08.01:21:01:57.916: main GPU2: AMD Radeon(TM) Graphics (pcie 7), OpenCL 2.0, 6.1 GB VRAM, 8 CUs
2021.08.01:21:01:57.917: main ADL library initialized
2021.08.01:21:01:58.633: main Eth: Missing host or wallet for the main command-line pool
2021.08.01:21:01:58.633: main Eth: No valid pools specified in epools.txt
2021.08.01:21:01:58.633: main Eth: No valid pools specified on command line or in epools.txt
2021.08.01:21:01:58.633: main Exit code: 5

Any help appreciated Thanks!