Bitcoin Forum
April 25, 2024, 01:43:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 [148] 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591624 times)
coinnewb
Full Member
***
Offline Offline

Activity: 155
Merit: 100



View Profile
July 13, 2012, 02:43:21 AM
Last edit: July 13, 2012, 06:12:09 AM by coinnewb
 #2941

Thanks for sharing the details, tucenaber!

I also changed mine to 100 but still see the warning message from time to time.  Any idea on how to proceed?
1714009411
Hero Member
*
Offline Offline

Posts: 1714009411

View Profile Personal Message (Offline)

Ignore
1714009411
Reply with quote  #2

1714009411
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714009411
Hero Member
*
Offline Offline

Posts: 1714009411

View Profile Personal Message (Offline)

Ignore
1714009411
Reply with quote  #2

1714009411
Report to moderator
-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
July 13, 2012, 11:25:14 AM
 #2942

I don't understand. If p2pool can roll the time locally fast enough, there should be no need to tell the mining software to roll the time at all. Alternatively, if you let the mining software roll the time, why should p2pool roll time at all? There's some kind of catch 22 thing going on here, and yet it should be very low overhead to roll the time. Something is missing in this equation. The mining software should report if it supports nrolltime in X-Mining-Extensions: "longpoll midstate rollntime submitold". If it supports rollntime then p2pool should not be rolling the time itself and allow the miner to do it by advertising X-Roll-Ntime (potentially with some expire= but just "Y" should suffice here). If it does not support rollntime, then p2pool should roll the time itself and not advertise X-Roll-Ntime.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
July 13, 2012, 01:21:31 PM
 #2943

I don't understand. If p2pool can roll the time locally fast enough, there should be no need to tell the mining software to roll the time at all. Alternatively, if you let the mining software roll the time, why should p2pool roll time at all? There's some kind of catch 22 thing going on here, and yet it should be very low overhead to roll the time. Something is missing in this equation. The mining software should report if it supports nrolltime in X-Mining-Extensions: "longpoll midstate rollntime submitold". If it supports rollntime then p2pool should not be rolling the time itself and allow the miner to do it by advertising X-Roll-Ntime (potentially with some expire= but just "Y" should suffice here). If it does not support rollntime, then p2pool should roll the time itself and not advertise X-Roll-Ntime.
Looks like killing rolltime line is best option if using cgminer then Smiley

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 513



View Profile
July 13, 2012, 03:43:16 PM
 #2944

Looks like these are the options we have:
1. recalculate the merkle root each time p2pool is going to send work to the miner
  • this will increase CPU load
  • the miner can roll the time
2. p2pool rolls the time, don't let the mining client do it
  • this will result in more getwork requests

tucenaber
Sr. Member
****
Offline Offline

Activity: 337
Merit: 252


View Profile
July 13, 2012, 04:14:59 PM
 #2945

Looks like these are the options we have:
1. recalculate the merkle root each time p2pool is going to send work to the miner
  • this will increase CPU load
  • the miner can roll the time
This is incorrect. We don't have to recalculate merkle-roots at every request. We only have to calculate once for each miner each time we get new work, compared to once for all miners as it is now.

For those that have only one miner connected there will be no difference.
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
July 14, 2012, 12:00:28 AM
 #2946

I don't understand. If p2pool can roll the time locally fast enough, there should be no need to tell the mining software to roll the time at all. Alternatively, if you let the mining software roll the time, why should p2pool roll time at all? There's some kind of catch 22 thing going on here, and yet it should be very low overhead to roll the time. Something is missing in this equation. The mining software should report if it supports nrolltime in X-Mining-Extensions: "longpoll midstate rollntime submitold". If it supports rollntime then p2pool should not be rolling the time itself and allow the miner to do it by advertising X-Roll-Ntime (potentially with some expire= but just "Y" should suffice here). If it does not support rollntime, then p2pool should roll the time itself and not advertise X-Roll-Ntime.
Looks like killing rolltime line is best option if using cgminer then Smiley

I did that and it drove cgminer nuts.  It complained non stop about the p2pool not supplying work fast enough and directed all the work to my backup pools.

Anyhow, I fixed mine.  I directed all my workers to ozcoin again.  Experiment is over (a week), things haven't changed, I still do better on 5% PPS on ozcoin than I do on p2pool.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
July 14, 2012, 06:33:47 AM
 #2947

P2pool software is updated, xrolll changed to 120 seconds and some other stuff. It should prevent all this dupe madness (unless you have over 35GH on one miner....).

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
July 14, 2012, 12:44:16 PM
 #2948

We're still disagreeing about what the "expire=" means. cgminer can roll up to 7000 seconds into the future, but will only work on rolled work for $expire seconds before discarding it.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
RandomQ
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
July 14, 2012, 08:44:01 PM
 #2949

so I was looking at /pings I think this is ping time to other p2pool servers
IE "108.175.12.32:9333": 271.435022354126,

and /user_stales i think is a percent of stales?
IE "1GREEN1Q1iGnonZ5yBdFbxifYdwhbzNU1m": 0.056818181818181816

Any Ideas?

Using  3.1-29-gfc4ae93
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
July 14, 2012, 10:53:19 PM
 #2950

UR correct.
Looks like I`m connected to very few European nodes, only 2-3 addresses under 100ms, on both LTC and BTC pool.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
July 15, 2012, 01:02:33 AM
 #2951

... and if you look at the cgminer API 'stats' command it will tell you the network performance figures for each pool so you can compare them that way for active pools.
However, the actual non 'Pool' stats in there are really all that matter since as long as cgminer is getting work before it is needed that's all that matters.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
RandomQ
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
July 15, 2012, 01:37:12 AM
 #2952

p2pool official birthday?

June 17, 2011?

 mid-July, 2011?

July 26, 2011?

mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
July 15, 2012, 11:13:25 AM
 #2953

P2pool software is updated, xrolll changed to 120 seconds and some other stuff. It should prevent all this dupe madness (unless you have over 35GH on one miner....).

I put one miner back on p2pool.  I double checked my math and p2pool is pretty close to ozcoin.

I also changed my xroll to 120, and I'm still getting a lot of dupes. Sad

when you say "p2pool software is updated", what do you mean?  I still show the official version as 3.1

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
sharky112065
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
July 15, 2012, 12:40:24 PM
 #2954

P2pool software is updated, xrolll changed to 120 seconds and some other stuff. It should prevent all this dupe madness (unless you have over 35GH on one miner....).

I put one miner back on p2pool.  I double checked my math and p2pool is pretty close to ozcoin.

I also changed my xroll to 120, and I'm still getting a lot of dupes. Sad

when you say "p2pool software is updated", what do you mean?  I still show the official version as 3.1

M

If your version does not show "3.1-33-g246efaa-dirty" you are probably not using the latest version available (git; https://github.com/forrestv/p2pool/commits/master").

Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
July 15, 2012, 12:43:34 PM
 #2955

3.1 form 1st post is constantly updated.
If ur on windows try latest source from git and run it from source on python.
Just copy data directory to keep history and payout address.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
July 15, 2012, 06:19:34 PM
 #2956

3.1 form 1st post is constantly updated.
If ur on windows try latest source from git and run it from source on python.
Just copy data directory to keep history and payout address.

I pulled in the latest version and I'm no longer getting dupe share messages!!  Not sure what else you changed... as I changed my local source timeout to 120 and it didn't fix it.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
RandomQ
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
July 15, 2012, 11:05:26 PM
 #2957

I know we have the sendmany command to send donations to all p2pool miners.

Is there a command to sendlocal where any miners on your sub pool would be sent a donation?

I really want to sent BTC generated from alt coins to the Miners that help generate them.

I guess I could grep "GOT SHARE" to have a list of the recent shares and figure how to dividend up the payments but a command would be so nice

Subo1977
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250


Flixxo - Watch, Share, Earn!


View Profile
July 16, 2012, 07:52:31 AM
 #2958

Hi.

I got 2 payouts from p2pool in the Last 24 h.
In the Staats Page are 0 Blocks found in the Last 24 hours.
This Happens a few in the Last days

Is this a Bug?

X       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo    X▄████████████████████▄
██████████████████████
██████████████████████
████████████▀▀███████
█████▀████░░░░░░▄████
█████░░░░░░░░░░▄█████
█████▄░░░░░░░░░░██████
██████░░░░░░░░░███████
███████░░░░░░▄████████
████▄▄░░░░▄▄██████████
██████████████████████
██████████████████████
▀████████████████████▀
▄████████████████████▄
██████████████████████
█████████▀█▀██████████
██████▀▀▀▀▀████████
██████▄▄░░▄▄▄░░███████
████████░░███░░███████
████████░░░░░░▀███████
████████░░███▄░░██████
██████▀▀░░▀▀▀░░░██████
██████▄▄▄▄▄▄███████
█████████▄█▄██████████
██████████████████████
▀████████████████████▀
X[[]]X
racerguy
Sr. Member
****
Offline Offline

Activity: 270
Merit: 250


View Profile
July 16, 2012, 11:40:27 AM
 #2959

is there a way to make bitcoin p2pool serve out variable diff shares in the same way as litecoin p2pool does?
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
July 16, 2012, 12:03:15 PM
 #2960

Hi.

I got 2 payouts from p2pool in the Last 24 h.
In the Staats Page are 0 Blocks found in the Last 24 hours.
This Happens a few in the Last days

Is this a Bug?
Code:
Blocks found in last day:

Note that blocks may have been orphaned from the P2Pool chain and so not be here.
See http://p2pool.info/ for real block found count Smiley

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
Pages: « 1 ... 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 [148] 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 ... 814 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!