Pages:
Author

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

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: 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: 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.
legendary
Activity: 1764
Merit: 1002
Its meant to say that.

if so, this is what happens when i continue:

Code:
home@server:~/git/bitcoin$ git checkout v0.8.3
HEAD is now at 40809ae... Bump version numbers for 0.8.3 release
home@server:~/git/bitcoin$ cd bitcoind/src/
bash: cd: bitcoind/src/: No such file or directory
home@server:~/git/bitcoin$
full member
Activity: 176
Merit: 100
Its meant to say that.
legendary
Activity: 1764
Merit: 1002
If the libraries match in the build docs are the same for the new version as they were for the old then


Code:
cd
cd git
rm -rf bitcoin

git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
git checkout v0.8.3
cd bitcoind/src/

make makefile.unix

once its finished recompiling
sudo cp bitcoind /usr/local/bin/

you can change the git checkout command to the new version when it comes out if the libraries match

that's exactly what i've done but have still gotten hung up as above at the git checkout v0.8.3.
full member
Activity: 176
Merit: 100
If the libraries match in the build docs are the same for the new version as they were for the old then


Code:
cd
cd git
rm -rf bitcoin

git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
git checkout v0.8.3
cd src/

make -f makefile.unix

once its finished recompiling
sudo cp bitcoind /usr/local/bin/

you can change the git checkout command to the new version when it comes out if the libraries match
Pages:
Jump to: