Pages:
Author

Topic: Avalon users: bitcoind and slush's/generalfaults mining pool setup - page 3. (Read 39219 times)

newbie
Activity: 32
Merit: 0
Hi, can someone help me here i cant seem to figure out why i keep getting the following error,

https://gist.github.com/drkyro/2d0e04ab0506a07141dc

At a guess it is trying to access and element that doesnt exist, ask in the mining pool software thread in pools someone might be able to help there. Does it do it when you are not using mysql for the database ?


Thanks for the reply. i tried the other databases and it still does it.
full member
Activity: 176
Merit: 100
Hi, can someone help me here i cant seem to figure out why i keep getting the following error,

https://gist.github.com/drkyro/2d0e04ab0506a07141dc

At a guess it is trying to access and element that doesnt exist, ask in the mining pool software thread in pools someone might be able to help there. Does it do it when you are not using mysql for the database ?
newbie
Activity: 32
Merit: 0
Hi, can someone help me here i cant seem to figure out why i keep getting the following error,

https://gist.github.com/drkyro/2d0e04ab0506a07141dc
legendary
Activity: 2702
Merit: 1468
The devices using different login names ?

change the setting and see how it goes Smiley

Yes.  All clients use different names.  When I used VDIFF_TARGET=5  I got the correct share/min, but after it goes into checking client diff it re-evaluates and diff goes up to 1k+ then down to 300.  The variable diff does not work too well for me.

I set POOL_TARGET=600 and disabled the variable diff functionality.  Works ok now.  Might need to hack the diff for each client during subscription once I get clients with different hashing rates.

With 600 I get mini rig going at ~11 shares/min.

legendary
Activity: 1764
Merit: 1002
The devices using different login names ?

change the setting and see how it goes Smiley

Yes.  All clients use different names.  When I used VDIFF_TARGET=5  I got the correct share/min, but after it goes into checking client diff it re-evaluates and diff goes up to 1k+ then down to 300.  The variable diff does not work too well for me.

I set POOL_TARGET=600 and disabled the variable diff functionality.  Works ok now.  Might need to hack the diff for each client during subscription once I get clients with different hashing rates.

With 600 I get mini rig going at ~11 shares/min.



any feedback on this strategy?
sr. member
Activity: 476
Merit: 250
Great guide. What I used to start up my pool. Currently wishing there was a nice clean website front end for this too.
full member
Activity: 176
Merit: 100
The devices using different login names ?

change the setting and see how it goes Smiley
legendary
Activity: 2702
Merit: 1468
tiktoc and other solo miners,

I'm not sure if this is the right thread to ask this question, but since there are many solo miners reading it, I'll ask anyway.

I've read somewhere that the optimal "share per minute" is 12/min when working with a pool.
I was wondering if that is true here in this solo setup.

I see VDIFF_TARGET in the config.py set to 30 (1 share every 30 seconds) which is 2 shares/min.

When I run my miners with this setup, some devices work, but don't submit any shares because the share difficulty has been increased to 3.84k
by the pool.  I don't know if this is optimal for solo mining.

VDIFF_TARGET=5

would be a better setting.

Or it does not matter for solo mining.

legendary
Activity: 2702
Merit: 1468
if you get:

ImportError: Entry point ('console_scripts', 'easy_install') not found

after running "sudo easy_install stratum"

You need to do the following:

sudo rm /usr/bin/easy_install*
sudo rm /usr/local/bin/easy_install*
curl -O http://python-distribute.org/distribute_setup.py
sudo python distribute_setup.py
sudo rm distribute_setup.py

legendary
Activity: 1120
Merit: 1002
waww  !  great work ! thank you so much for this super guide !  Grin
full member
Activity: 176
Merit: 100
If you are following the tute can you tell me where you get stuck? Can give you a hand to sort it out.
legendary
Activity: 1036
Merit: 1000
Nighty Night Don't Let The Trolls Bite Nom Nom Nom
would anyone be able to help me set up solo mining on my machines and computer? me and a friend(who has it setup) have tried but failed several times....
newbie
Activity: 19
Merit: 0
Hi all,

I was wondering if anyone could shed some light on the following lines of output I am receiving from stratum-mining (I have removed sensitive info):

Code:
2013-07-09 08:32:18,600 WARNING protocol # Failed message: Cannot decode message '{"params": ["", "j", "í000000", "1d000000", "f6e56e5f"], "id": 5, "method": "mining.submit"}' from

The parameters change every faulty message, however they all seem to include a "strange" character: í, ï, ®.

All miners are using cgminer. Any idea a way to fix these?

Everything seems to be running fine, but I periodically get these messages.

Thanks!
legendary
Activity: 1764
Merit: 1002
just hit my first solo mining block!

thank you tiktoc.  you da Man!

legendary
Activity: 1764
Merit: 1002
legendary
Activity: 1764
Merit: 1002
Done Smiley I was in a rush :p

its up and running.  i got my fingers crossed.
full member
Activity: 176
Merit: 100
Done Smiley I was in a rush :p
legendary
Activity: 1764
Merit: 1002
legendary
Activity: 1764
Merit: 1002
it should be just cd src

I changed the top part when I rewrote it to delete the bitcoin directory and re clone instead of updating it the git again.

Ive edited it now.

actually, you need to edit it again.

use make -f makefile.unix instead. Tongue
full member
Activity: 176
Merit: 100
it should be just cd src

I changed the top part when I rewrote it to delete the bitcoin directory and re clone instead of updating it the git again.

Ive edited it now.
Pages:
Jump to: