SRBMiner
Used for AMD cards.
Prerequisites
In order to be able to mine on a AMD card, OpenCL must be available. This can be achieved via the opencl-amd package from AUR.
Initial setup
The guided setup provided by SRBMiner can be invoked either via ./SRBMiner-MULTI --setup or via ./guided-setup.sh.
Following the setup will yield a bash script, e.g., start_ergo.sh which will contain something like the following
export GPU_MAX_HEAP_SIZE=100
export GPU_MAX_USE_SYNC_OBJECTS=1
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_ALLOC_PERCENT=100
export GPU_MAX_SINGLE_ALLOC_PERCENT=100
export GPU_ENABLE_LARGE_ALLOCATION=100
export GPU_MAX_WORKGROUP_SIZE=1024
#!/bin/sh
reset
./SRBMiner-MULTI --algorithm autolykos2 --pool stratum+ssl://pooladdress --wallet address --password rigname --cpu-threads -1 --log-file log-ergo.txt --extended-logWhich should be working "out of the box" when doing ./start_ergo.sh given that you have provided the correct pool address, wallet and a name for your rig.
Help
Explanation of flags can always be found by ./SRBMiner-Multi --help.
Last updated