Author

Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool - page 142. (Read 2591920 times)

newbie
Activity: 30
Merit: 0
Wooooohoooooooo got my first p2pool payment today

On your own node? You got it sorted?

No not yet need to send you a pm lol
sr. member
Activity: 266
Merit: 250
Wooooohoooooooo got my first p2pool payment today

On your own node? You got it sorted?
legendary
Activity: 1512
Merit: 1012
hero member
Activity: 818
Merit: 1006
Wooooohoooooooo got my first p2pool payment today
You're welcome.

(Toomim Bros found another block. BitcoinXT/BIP101, as usual.)
newbie
Activity: 30
Merit: 0
Wooooohoooooooo got my first p2pool payment today
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool

I'm not aware of anyone who's tried the S5 cgminer version on an S7. You might want to check with kano or ckolivas first?

Sorry, my bad. This is on an S5.
As far as I know kano didn't write a shiny new set of code for the S5 like he did for the S3.  Also as far as I know, the latest version of cgminer for the S5 is indeed the one listed on page 627 of this thread.
legendary
Activity: 2576
Merit: 2267
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k

I'm not aware of anyone who's tried the S5 cgminer version on an S7. You might want to check with kano or ckolivas first?

Sorry, my bad. This is on an S5.
sr. member
Activity: 266
Merit: 250
Is anyone here using the S7 on p2pool? If so, how are they performing? I'm interested to know if they are still using the crazy queue settings with their cgminer fork & if anyone has replaced it with the mainline cgminer yet. If bitmain lower their prices again soon, I might be tempted.....if they work OK with p2pool that is.

Performance suffers with default cgminer on p2pool. I was getting about 4.4 TH/s on p2pool and 4.6 TH/s on Eligius.

Just noticed that my hashrate had fallen to <50% over time. Will be doing the cgminer upgrade. Is the version on page 627 still the one to use?



I'm not aware of anyone who's tried the S5 cgminer version on an S7. You might want to check with kano or ckolivas first?
legendary
Activity: 2576
Merit: 2267
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
Is anyone here using the S7 on p2pool? If so, how are they performing? I'm interested to know if they are still using the crazy queue settings with their cgminer fork & if anyone has replaced it with the mainline cgminer yet. If bitmain lower their prices again soon, I might be tempted.....if they work OK with p2pool that is.

Performance suffers with default cgminer on p2pool. I was getting about 4.4 TH/s on p2pool and 4.6 TH/s on Eligius.

Just noticed that my hashrate had fallen to <50% over time. Will be doing the cgminer upgrade. Is the version on page 627 still the one to use?

sr. member
Activity: 266
Merit: 250
@ btcscot:  WAIT!  I think I might know what the problem is...type this into terminal & show me the results:

Code:
ip route show

Damn this forum keeps dropping....... Angry
sr. member
Activity: 266
Merit: 250
ok so any more ideas other than re install which i dont wanna do lol


OK, the only thing I can think of (if it's not your vps provider blocking) is that there's some crap left over from the outdated previous install. Try this:

Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install aptitude
sudo aptitude install python-software-properties screen git python-rrdtool python-pygame python-scipy python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev python-dev libssl-dev libboost-all-dev dh-autoreconf libcurl4-openssl-dev libminiupnpc-dev ufw libtool autotools-dev autoconf automake pkg-config libprotoc8 libgtk2.0-dev libgmp-dev libmpfr-dev yasm libevent-dev

Aptitude will detect if there are any conflicting dependencies & advise you - just hit enter to agree & install what it says when/if it asks. It's a bit of a long shot, but what do you got to lose?

Make sure you stop Bitcoind & p2pool before doing this, & reboot when everything is done. Then try again.  Wink

ok done that now getting this in bitcoind

Code:
2015-10-01 15:48:07 connect() to 84.118.73.120:8333 failed after select(): No route to host (113)

 Huh

Did you reboot?

PM me your bitcoind conf file details dude.....
newbie
Activity: 30
Merit: 0
ok so any more ideas other than re install which i dont wanna do lol


OK, the only thing I can think of (if it's not your vps provider blocking) is that there's some crap left over from the outdated previous install. Try this:

Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install aptitude
sudo aptitude install python-software-properties screen git python-rrdtool python-pygame python-scipy python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev python-dev libssl-dev libboost-all-dev dh-autoreconf libcurl4-openssl-dev libminiupnpc-dev ufw libtool autotools-dev autoconf automake pkg-config libprotoc8 libgtk2.0-dev libgmp-dev libmpfr-dev yasm libevent-dev

Aptitude will detect if there are any conflicting dependencies & advise you - just hit enter to agree & install what it says when/if it asks. It's a bit of a long shot, but what do you got to lose?

Make sure you stop Bitcoind & p2pool before doing this, & reboot when everything is done. Then try again.  Wink

ok done that now getting this in bitcoind

Code:
2015-10-01 15:48:07 connect() to 84.118.73.120:8333 failed after select(): No route to host (113)
sr. member
Activity: 266
Merit: 250
ok so any more ideas other than re install which i dont wanna do lol


OK, the only thing I can think of (if it's not your vps provider blocking) is that there's some crap left over from the outdated previous install. Try this:

Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install aptitude
sudo aptitude install python-software-properties screen git python-rrdtool python-pygame python-scipy python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev python-dev libssl-dev libboost-all-dev dh-autoreconf libcurl4-openssl-dev libminiupnpc-dev ufw libtool autotools-dev autoconf automake pkg-config libprotoc8 libgtk2.0-dev libgmp-dev libmpfr-dev yasm libevent-dev

Aptitude will detect if there are any conflicting dependencies & advise you - just hit enter to agree & install what it says when/if it asks. It's a bit of a long shot, but what do you got to lose?

Make sure you stop Bitcoind & p2pool before doing this, & reboot when everything is done. Then try again.  Wink
newbie
Activity: 30
Merit: 0
ok so any more ideas other than re install which i dont wanna do lol
legendary
Activity: 1258
Merit: 1027
We are finding so many blocks my stats are having trouble digesting it all Wink I'll be able to fix it later today...
sr. member
Activity: 266
Merit: 250
All good there too - version is current.
newbie
Activity: 30
Merit: 0
Code:
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-042stab108.8 x86_64)

 * Documentation:  https://help.ubuntu.com/
Last login: Thu Oct  1 10:38:02 2015 from 194.82.191.177
root@euve82885:~#
root@euve82885:~#
root@euve82885:~# Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
-bash: Re:: command not found
root@euve82885:~# Today at 11:52:25 AM
-bash: Today: command not found
root@euve82885:~# Reply with quote  #13469
-bash: Reply: command not found
root@euve82885:~# Quote from: btcscot on Today at 11:47:35 AM
-bash: Quote: command not found
root@euve82885:~# How do I check bitcoin version sorry noob question
-bash: How: command not found
root@euve82885:~#
root@euve82885:~# On QT it's in the Help/about tab.
>
> On the daemon it's:
-bash: On: command not found
root@euve82885:~#
root@euve82885:~# Code:
-bash: Code:: command not found
root@euve82885:~# bitcoin-cli getinfo
{
    "version" : 110000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 376995,
    "timeoffset" : -1,
    "connections" : 50,
    "proxy" : "",
    "difficulty" : 60813224039.44034576,
    "testnet" : false,
    "keypoololdest" : 1443174678,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}
root@euve82885:~#
sr. member
Activity: 266
Merit: 250
How do I check bitcoin version sorry noob question

On QT it's in the Help/about tab.

On the daemon it's:

Code:
bitcoin-cli getinfo

Aaaand another BLOCK!!  Grin  Out. Freaking. Standing.

Edit: corrected code.
newbie
Activity: 30
Merit: 0
How do I check bitcoin version sorry noob question
sr. member
Activity: 266
Merit: 250

That's from nearly 2 years ago with much older clients - I don't think it's that that, especially as workers can't connect.

Edit: @ btcscot - what version is your bitcoin client?
Jump to: