Releases: jyouyj/ethminer
Releases · jyouyj/ethminer
QuarkChain_Miner_Linux_x86_64_V1.0
This is source file for QuarkChain Testnet 2.0 Ethash mining. It works for the Linux operating system. You can mine the shards (0 ~ 3), which relies on an Ethash Proof of Work.
After you have installed the GPU driver and cuda, run the following command lines
cd ethminer/build/ethminer
ethminer -U http://$CLUSTER_IP:38391 --shard-id $SHARD_ID --cuda-devices $GPU_ID
QuakrChain_Miner_Windows_Binary_Release_AMD_OpenCL
This version is for the AMD and OpenCL user. Please make sure you have installed the GPU driver and the toolkit.
Open the ethminer.bat file and fill in your cluster IP address, shard id, and GPU id.
ethminer -G http://$CLUSTER_IP:38391 --shard-id $SHARD_ID --cuda-devices $GPU_ID
--shard-id
defines one specify shard to mine. shard id 0 ~ 3 are Ethash.--cuda-devices
defines specify GPUs to mine.
Double click ethminer.bat. Then it will start mining.
QuarkChain_Miner_Windows_Binary_Release
After you have installed the GPU driver and Cuda, download this binary release.
Open the ethminer.bat file and fill in your cluster IP address, shard id, and GPU id.
ethminer -U http://$CLUSTER_IP:38391 --shard-id $SHARD_ID --cuda-devices $GPU_ID
--shard-id
defines one specify shard to mine. shard id 0 ~ 3 are Ethash.--cuda-devices
defines specify GPUs to mine.
Double click ethminer.bat. Then it will start mining.