No registration is required to utilize this service and connecting miners is easy:
- Point your miner url to stratum+tcp://rdd.treeburner.com:7778
- Use your Reddcoin address of choice as the username
- Any password will work
Ensure the validity of your addresses as incorrect entries will forfeit earnings.
Examples:
minerd -o stratum+tcp://rdd.treeburner.com:7778 -u RtpwGe4tBZ6TWrLr3j7ztvZ1FqfCthgdqU -p earth
bfgminer --scrypt -o stratum+tcp://rdd.treeburner.com:7778 -O RtpwGe4tBZ6TWrLr3j7ztvZ1FqfCthgdqU
cgminer --scrypt -o stratum+tcp://rdd.treeburner.com:7778 -u RtpwGe4tBZ6TWrLr3j7ztvZ1FqfCthgdqU -p earth
Treeburner.com connects to the p2pool network of miner nodes. It operates a Pay-Per-Last-N-Shares payout strategy. The following quote based from https://en.bitcoin.it/wiki/P2Pool explains this system:
The block reward and the transaction fees are combined and apportioned according to these rules:
A subsidy of 0.5% is sent to the node that solved the block in order to discourage not sharing solutions that qualify as a block. The remaining 99.5% is distributed evenly to miners based on work done recently.
In the event that a share qualifies as a block, this generation transaction is exposed to the Reddcoin network and takes effect, transferring each node its payout.
Source code available on GitHub: https://github.com/kediacorp/p2pool-extra