Skip to content

Releases: QuarkChain/Qkchash_CPU_Miner

qkchashX1.0

13 Oct 04:46
0ae36b4
Compare
Choose a tag to compare

Disclaimer

The public full nodes (fullnode.quarkchain.io and fullnode2.quarkchain.io) are only for the novices. You do not require to maintain a full cluster node, but we cannot guarantee or promise any service availability and security for these nodes. If you have several mining machines, we strongly recommend that you run a cluster by yourself to guarantee the security and mining efficiency.

Updates

Switch qkchash with rotation stats(QuarkChain/pyquarkchain#727)
The ENABLE_QKCHASHX_HEIGHT is set to 1,480,000. The estimated time is between 11 Am and 2 PM on Oct. 18. To avoid wasting the mining power, please update the mining software before Oct. 18.

Examples connecting to one button cluster

please use,

cd ethminer
# IMPORTANT: always update coinbase address for mining
# use the following command 
./ethminer --farm http://$CLUSTER_IP:38391 --coinbase $COINBASE_ADDRESS -t <n> --shard-id $SHARD_ID

- `CLUSTER_IP` defines the IP for the Quarkchain cluster. If you want to try the one-button quick mining, you can use fullnode.quarkchain.io or fullnode2.quarkchain.io.
- `--shard-id` defines one specify shard to mine. shard id 60001 and 70001 are Qkchash.
- `--coinbase` defines your mining coinbase address. Please use 20 bytes address generated the same way as an Ethereum address.
- `-t` limits number of CPU miners to n 

One example for chain 7, shard 0 is
./ethminer --farm fullnode.quarkchain.io:38391 --coinbase 0x1234000000000000000000000000000000000000 -t 4 --shard-id 70001

Note:
Please use the 20 bytes address with the first two characters "0x" from the coinbase address.
Please specify the shard id which you want to mine.

mainnet CPU mining shardID

Chain Shard Hash Algo Parameter for Ethminer shard ID
6 0 Qkchash 60001
7 0 Qkchash 70001

One Button Quick Start - Use Docker Image to Start a CPU Mining for Qkchash

Here we provide detailed instructions for starting the mining process using a pre-built docker image.

# please login in the docker with your username and password
docker login -u <docker username> -p <docker password>

# NOTE the version should be in sync with the release version, e.g. jyouyj/qkchash_one_button:latest
$ docker pull jyouyj/qkchash_with_rotation:qkchashX1.0

# recommend using some window management tool to start
# different programs, for example `screen` or `tmux`.
$ docker run -it jyouyj/qkchash_with_rotation:qkchashX1.0

one_button_qkchash1.0

30 Aug 21:06
9ec6464
Compare
Choose a tag to compare
one_button_qkchash1.0 Pre-release
Pre-release

Disclaimer

The public full nodes (fullnode.quarkchain.io and fullnode2.quarkchain.io) are only for the novices. You do not require to maintain a full cluster node, but we cannot guarantee or promise any service availability and security for these nodes. If you have several mining machines, we strongly recommend that you run a cluster by yourself to guarantee the security and mining efficiency.

Updates

Support getWork with specified coinbase address QuarkChain/pyquarkchain#702

Examples connecting to one buttion cluster

please use,

cd ethminer
# IMPORTANT: always update coinbase address for mining
# use the following command 
./ethminer --farm http://$CLUSTER_IP:38391 --coinbase $COINBASE_ADDRESS -t <n> --shard-id $SHARD_ID

- `CLUSTER_IP` defines the IP for the Quarkchain cluster. If you want to try the one button quick mining, you can use fullnode.quarkchain.io or fullnode2.quarkchain.io.
- `--shard-id` defines one specify shard to mine. shard id 60001 and 70001 are Qkchash.
- `--coinbase` defines your mining coinbase address. Please use 20 bytes address generated the same way as an Ethereum address.
- `-t` limits number of CPU miners to n 

One example for chain 7, shard 0 is
./ethminer --farm fullnode.quarkchain.io:38391 --coinbase 0x1234000000000000000000000000000000000000 -t 4 --shard-id 70001

Note:
Please use the 20 bytes address with the first two characters "0x" from the coinbase address.
Please specify the shard id which you want to mine.

mainnet CPU mining shardID

Chain Shard Hash Algo Parameter for Ethminer shard ID
6 0 Qkchash 60001
7 0 Qkchash 70001