Skip to content
hak8or edited this page Feb 11, 2014 · 3 revisions

Wiki page for the rarer issues I see popping up and less common features being used.

I want to put this online for other users to use!

You can totally do that with this! The more on P2P pool the merrier! Run the following few commands which uses the script itself, the core of this project, to setup the node.

# How to run the setup script by itself.
wget https://raw.github.com/hak8or/Personal_Doge_Picaxe/master/setup.sh
chmod 777 setup.sh
sudo ./setup.sh
I am running different cards, and one is getting a lot of rejects! How do I set share diff?

A very good reject ratio is about 10%, %10-%15 is alright, but above 20% is not ideal. What is probably happening is your higher hash rate card is making the nodes difficulty go up further than your slower card can handle. Try adding to your username a fixed share difficulty for the slower card by multiplying the hash rate of your card by 0.0000166 with a plus sign. For example, a 7950 runs at 600 Khash/s, so you do 0.0000166 * 600 to give you 0.00996.

Then your new username will be DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM+0.00996, which gives you this in the command line: sgminer -o stratum+tcp://localhost:22550 -u DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM+0.00996 -p x -I 20.

If you want to do this on a per card basis in a multi-card setup, with each card getting a different share difficulty, then you will need to run a separate sgminer process for cards with different share difficulties.