are you mining at the moment? Or are you having difficulty setting the eth miner up? to get the best hashrate depends on the type of cards you are using and also you need to flash the bios,,, you can overclock most cards,, but depends what you got.
I'm mining on a 7950 AMD card right now and getting around 20mh/s hashrate. Probably the performance could be a bit better if I used some tips and tricks.
Using a mining rig is so obvious but I'm not taking that into consideration right now
Download eth-proxy https://github.com/Atrides/eth-proxy/releases
There in the file eth-proxy.conf insert
COIN = "DBIX"
HOST = "127.0.0.1"
PORT = 8080
WALLET = "YOUR_DBIX_ADDRESS"
ENABLE_WORKER_ID = True
MONITORING = False
MONITORING_EMAIL = "[email protected]"
POOL_HOST = "eu.dbix.minecrypto.pro"
POOL_PORT = 8008
# Failover pool
POOL_FAILOVER_ENABLE = True
POOL_HOST_FAILOVER1 = "ua.dbix.minecrypto.pro"
POOL_PORT_FAILOVER1 = 8008
POOL_HOST_FAILOVER2 = "us.dbix.minecrypto.pro"
POOL_PORT_FAILOVER2 = 8008
POOL_HOST_FAILOVER3 = "us.dbix.minecrypto.pro"
POOL_PORT_FAILOVER3 = 8008
# Logging
LOG_TO_FILE = True
# Enable debug
DEBUG = False
Change the line WALLET
Run the file eth-proxy.exe
Download ethminer https://github.com/Genoil/cpp-ethereum/tree/110/releases
Create file start.bat insert
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
:loop
ethminer -G -F http://127.0.0.1:8080/f1 --cl-local-work 256 --cl-global-work 16384
echo restart miner...
goto loop
Run the file start.bat
See the statistics here http://dbix.minecrypto.pro