Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
October 23, 2015, 01:28:31 PM |
|
Though also in the log with the same error are the private IP of my p2pool node and the private IP of my router.
unlock (manually with rule on a fixed IP) the NAT : p2pool 9333 TCP
|
|
|
|
Richy_T
Legendary
Offline
Activity: 2604
Merit: 2327
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
October 23, 2015, 02:48:15 PM |
|
Though also in the log with the same error are the private IP of my p2pool node and the private IP of my router.
unlock (manually with rule on a fixed IP) the NAT : p2pool 9333 TCP Not sure what you mean by unlock but I do already have 9333 port forwarded. Been running gangbusters since starting with a fresh install of p2pool FWIW.
|
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
October 23, 2015, 06:17:12 PM |
|
Port 9333 need to be open if you want (and you want) incoming connections from other nodes. If you want allow others to mine on your node you also need forward port 9332.
|
|
|
|
yslyung
Legendary
Offline
Activity: 1500
Merit: 1002
Mine Mine Mine
|
|
October 23, 2015, 07:08:17 PM |
|
just posted on IRC asking whereisblock & a thx for the boost in p2pool. Here it is : BITCOIN BLOCK FOUND by 1NJJgrGhU7rTFCgD9ZbfktKoyj4vFHe4yB! @ 124482.10 GH/s https://blockchain.info/block/000000000000000008a08fd6ec6625113a7013673847e5950ce57467aa09761bi've also redirected some of my miners to the pool for a boost. more to come soon rav3n_pl any new updates on your p2p fork ? appreciate a link. i;ve just updated to latest qt 11.1 so far so good.
|
|
|
|
CartmanSPC
Legendary
Offline
Activity: 1270
Merit: 1000
|
|
October 23, 2015, 11:57:48 PM |
|
Maybe. I don't know enough about it. I would imagine that p2pool talking to bitcoind is simple enough that simple load balancing would be enough but I don't know enough to say for sure. I have found crossroads as a load balancer possible able to do this work. I am going soon to test running two bitcoind with two independent internet connections and let my p2pool node to be connected to them over crossroads. Let us know how it goes!
|
|
|
|
|
p3yot33at3r
|
|
October 24, 2015, 09:37:57 AM |
|
Ah yes - I wondered where I got this firmware from, I noticed the "White" sig in the firmware release - many thanks for this work igorwhite. I have used a webtranslator for your blog, but much of the details are lost in translation - can you tell me what firmware has queue 0 & submit stale? Thanks Edit: Also, is there a queue 1 & submit stale?
|
|
|
|
igorwhite
Member
Offline
Activity: 114
Merit: 10
|
|
October 24, 2015, 10:21:33 AM |
|
For p2pool only better CGM 4.9.0 queue 0 submit stale it is to reduce the orphan (do not know exactly how to say in English) but this is not good because at p2pool also pay for orphan
|
|
|
|
p3yot33at3r
|
|
October 24, 2015, 10:24:29 AM |
|
For p2pool only better CGM 4.9.0 queue 0 submit stale it is to reduce the orphan (do not know exactly how to say in English) but this is not good because at p2pool also pay for orphan
OK - so that is download number 1)? First on the list? Or number 3)? Sorry, it's difficult to tell
|
|
|
|
|
p3yot33at3r
|
|
October 24, 2015, 10:38:24 AM |
|
Right, so as I understand it, the correct one to use for p2pool on your blog is the first one (No. 1). This uses a queue 0, lowmem & submit stale - am I correct? Thanks again igorwhite - I will test & send you a tip to the BTC address on your blog
|
|
|
|
igorwhite
Member
Offline
Activity: 114
Merit: 10
|
|
October 24, 2015, 10:48:19 AM |
|
Yes
|
|
|
|
|
p3yot33at3r
|
|
October 24, 2015, 11:17:53 AM |
|
Yes
Cпacибo!! OK - it's a little confusing, but here goes: I inspected both downloads 1 & 3 and found that number 1 actually uses --no-submit-stale, while number 3 does not (this can be seen in the /etc/init.d/cgminer.sh file on line 69), which is where the confusion lies. So, the one to use is actually number 3 which is labelled SD-S5-20150107_cgm_4_9_0-queue_0_no-submit.tar.gz - as the "no-submit" part of the name actually means that it has been removed from the parameters & thus will submit stales. It is also the one I uploaded here: https://www.dropbox.com/s/gk6gva5e12g4qsr/SD-S5-20150107_cgm_4_9_0-queue_0_no-submit.tar.gz?dl=0& igorwhite - it might be worthwhile swapping the names over to avoid any more confusion for native English speakers - or I can do an English translation for you if you like?
|
|
|
|
Polyatomic
|
|
October 24, 2015, 11:34:33 AM |
|
Be careful to not offend him man! his english may be better than yours. Edit --^ p3yot33at3r I was not saying yours is not good btw
|
|
|
|
|
idonothave
|
|
October 24, 2015, 12:05:01 PM |
|
Maybe. I don't know enough about it. I would imagine that p2pool talking to bitcoind is simple enough that simple load balancing would be enough but I don't know enough to say for sure. I have found crossroads as a load balancer possible able to do this work. I am going soon to test running two bitcoind with two independent internet connections and let my p2pool node to be connected to them over crossroads. Let us know how it goes! crossroads installed on my ubuntu with sudo apt-get install crossroads running it with screen -d -m -S crossroads xr --web-interface 10.0.0.16:28332 --server tcp:127.0.0.1:18332 --backend 127.0.0.1:8332 --backend 10.0.0.16:8332 --backend 10.1.0.10:8332 to my p2pool run script I have added --bitcoind-rpc-port 18332 crossroads can be controled from web browser at 10.0.0.16:28332 while p2pool gave me an error if I put more than one rpc login/password, I have changed all rpc login/password at all bitcoind servers to be the same if one of bitcoind servers dies than another took his work automatically
|
|
|
|
torepia
|
|
October 24, 2015, 01:45:36 PM Last edit: October 24, 2015, 02:04:50 PM by torepia |
|
Anyone getting good numbers with S7? Seem to lose 400-500 GH/s. Big difference in what is reported in cgminer, and at the pool.
|
|
|
|
Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
October 24, 2015, 06:16:33 PM |
|
4,8GH/s on pool ... 4,1GH/s on web interface, what the problem web interface is a crappy thing after all.
|
|
|
|
igorwhite
Member
Offline
Activity: 114
Merit: 10
|
|
October 25, 2015, 06:51:10 AM |
|
Hello! torepia, you configure s7 btc_address/5000+16384 you do not know what values are needed for s5?
|
|
|
|
|