Bitcoin Forum
April 25, 2024, 12:13:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
  Print  
Author Topic: p2pool - Decentralized, Absolutely DoS-Proof, Pool Hopping-Proof Pool [archival]  (Read 35482 times)
lizthegrey (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 17, 2011, 11:23:27 AM
 #1

Nice. Thank you for beating me to the punch, as I've been red taped. I'll go audit your code and give suggestions this weekend since I'm still unable to write code. Smiley

What license is your code under?
1714004027
Hero Member
*
Offline Offline

Posts: 1714004027

View Profile Personal Message (Offline)

Ignore
1714004027
Reply with quote  #2

1714004027
Report to moderator
1714004027
Hero Member
*
Offline Offline

Posts: 1714004027

View Profile Personal Message (Offline)

Ignore
1714004027
Reply with quote  #2

1714004027
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714004027
Hero Member
*
Offline Offline

Posts: 1714004027

View Profile Personal Message (Offline)

Ignore
1714004027
Reply with quote  #2

1714004027
Report to moderator
1714004027
Hero Member
*
Offline Offline

Posts: 1714004027

View Profile Personal Message (Offline)

Ignore
1714004027
Reply with quote  #2

1714004027
Report to moderator
forrestv
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
June 17, 2011, 11:38:26 AM
Last edit: July 26, 2011, 07:10:34 PM by forrestv
 #2

GPLv3 (now). What exactly were you thinking of doing?

---

EDIT: Original (outdated) announcement: http://im.forre.st/pb/85341005.txt

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
lizthegrey (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 17, 2011, 12:06:54 PM
 #3

GPLv3 (now). What exactly were you thinking of doing?
(mentioned on IRC, but for the record, https://docs.google.com/document/d/1ciKH3M8WYS49ywz08beXtvpCm2wVGdzU7waKwcn_uaU/edit?hl=en_US&authkey=CJTqyOMF&pli=1 was what I had in mind)
Artefact2
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile WWW
June 17, 2011, 12:30:16 PM
 #4

This definitely seems interesting, but I have a few concerns that would make me think that the system is fubar :

The network finds, in average, 1 block every 10 minutes (and it's often less because the difficulty only resets every 2 weeks).
A block should be found, in average, after 600 of your shares. So that's pretty much 1 share per second to announce to all the miners !

That's an awful lot. If you want it to be decentralized, you can't just send your share to one server, you have to send it to everyone, and that P2P-style like propagation induces latency. And because there's a new share found, in average, every second, you're going to be computing outdated work most of the time. If we consider that it takes 500 milliseconds to announce a share to all the network (and that's a very optimistic estimate, most people don't have very high-quality internet connections), you're effectively going to waste 50% of your work time.

I could be wrong, though, if shares don't have to includes the hash of the "previous" share like blocks do. But, why call it a chain then ?

Also, you claim it to be mostly decentralized at the moment, yet you handle the payouts. How do you ensure the generated shares only give the 50 BTC to you ? (Ie, a malicious miner that finds a "winning" share could keep it for himself and take the 50 BTC). That needs an explanation in my opinion.

A pool-biased blockchain representation, by me: pident (WTFPL)
lizthegrey (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 17, 2011, 01:00:13 PM
 #5

The network finds, in average, 1 block every 10 minutes (and it's often less because the difficulty only resets every 2 weeks).
A block should be found, in average, after 600 of your shares. So that's pretty much 1 share per second to announce to all the miners !
Incorrect - this assumes a *single* p2pool represents all of bitcoin's hash network, rather than only a small fraction of the total hash power. If p2pool becomes popular enough, it can be split into multiple sub-pools.

Also, you claim it to be mostly decentralized at the moment, yet you handle the payouts. How do you ensure the generated shares only give the 50 BTC to you ? (Ie, a malicious miner that finds a "winning" share could keep it for himself and take the 50 BTC). That needs an explanation in my opinion.
Only the payouts that balance risk from short blocks to long blocks are managed centrally; the rest of the payouts are fully distributed. A malicious miner finding a winning share would have computed it already with the pool's payout proportions in mind; otherwise, his/her earlier shares would have been rejected by the other miners in the pool and would have no credit with them in the event that they found the block instead; therefore, malicious mining is equivalent to solo mining.
Artefact2
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile WWW
June 17, 2011, 01:40:26 PM
 #6

The network finds, in average, 1 block every 10 minutes (and it's often less because the difficulty only resets every 2 weeks).
A block should be found, in average, after 600 of your shares. So that's pretty much 1 share per second to announce to all the miners !
Incorrect - this assumes a *single* p2pool represents all of bitcoin's hash network, rather than only a small fraction of the total hash power. If p2pool becomes popular enough, it can be split into multiple sub-pools.

Also, you claim it to be mostly decentralized at the moment, yet you handle the payouts. How do you ensure the generated shares only give the 50 BTC to you ? (Ie, a malicious miner that finds a "winning" share could keep it for himself and take the 50 BTC). That needs an explanation in my opinion.
Only the payouts that balance risk from short blocks to long blocks are managed centrally; the rest of the payouts are fully distributed. A malicious miner finding a winning share would have computed it already with the pool's payout proportions in mind; otherwise, his/her earlier shares would have been rejected by the other miners in the pool and would have no credit with them in the event that they found the block instead; therefore, malicious mining is equivalent to solo mining.

About the first point : okay, I didn't consider that. This pool is still not very scalable though (even if it represents 10% of the network, that's 1 share every 10 seconds).

About the second point : seems complicated. How about simply putting the 599 previous shares in every found share, and when one is a "winner", pay all the previous 599 shares ? Regardless whether they are from a previous block or not. This is much simpler, allows complete decentralization and still pool-hop resistant.

A pool-biased blockchain representation, by me: pident (WTFPL)
lizthegrey (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 17, 2011, 03:07:17 PM
 #7

About the second point : seems complicated. How about simply putting the 599 previous shares in every found share, and when one is a "winner", pay all the previous 599 shares ? Regardless whether they are from a previous block or not. This is much simpler, allows complete decentralization and still pool-hop resistant.
This means that people will get double-paid if there are two blocks in short succession and some people won't get paid at all for their shares.

Another option might be to keep a list of the people who have not yet been paid for their shares, and always pay the oldest shares first.
forrestv
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
June 17, 2011, 05:31:07 PM
 #8

About the second point : seems complicated. How about simply putting the 599 previous shares in every found share, and when one is a "winner", pay all the previous 599 shares ? Regardless whether they are from a previous block or not. This is much simpler, allows complete decentralization and still pool-hop resistant.

This could work, but variance would be quite a bit higher. P2pool only keeps a chain of shares made since the last p2pool-generated-block in the blockchain (each share points to this last-generated-block). If p2pool looked past that block into the shares for the previous round, it would be vulnerable to somebody generating a block that looks like it was generated by p2pool, but with all the reward going to them, among other things. Then, any p2pool blocks in the next 600 shares would pay a chunk of their reward to the evil creator of that fake block.
With how it is currently, all a fake block does is reset the round, thereby increasing variance a bit. There is a constant fee that goes to me in every block in place to make this not worth it. (You'd have to pay a little less than 1btc for every time that you reset the p2pool round.)
Looking at previous rounds would be more complex - what happens if a node can't find shares from a previous round? (This could happen if an evil person generated a block referencing shares but didn't publish them)
I'm thinking about it and am going to try implementing it.

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
forrestv
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
June 17, 2011, 05:53:59 PM
 #9

Screenshot of mining on Windows (on the testnet, don't get too excited):


Larger: http://u.forre.st/u/quzzemof/p2pool.jpg

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
June 17, 2011, 07:08:56 PM
 #10

What about the fact that IP transactions are scheduled to be removed from the client soon?

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
forrestv
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
June 17, 2011, 07:42:11 PM
 #11

What about the fact that IP transactions are scheduled to be removed from the client soon?
I can change it to generate to addresses instead of pubkeys, but that's not optimal as they're harder to claim (larger scriptSig). Ideally there would be a way to get a pubkey via the RPC interface ... maybe a patch could make 'getnewaddress' return the pubkey along with the address.

Also, the protocol and the verification rules are designed to be very forward compatible and extensible. Somebody can begin using addresses instead of pubkeys in the existing network.

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
gmaxwell
Moderator
Legendary
*
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
June 24, 2011, 04:34:27 PM
 #12

If a block is found in the first 599 shares, the extra is paid to me. On average, 36% of the subsidy of a block will go to me as a result of this. This is a trade-off between minimizing the payment to some central entity and having lower variance in payouts. If the proportion going to me were reduced by half, variance would double. I believe that this is an acceptable compromise.

I think this is a beautiful system, but I have a suggested improvement.

If the block is found in the first 599 shares, it should be payed to a multisig escrow. Like this: https://github.com/bitcoin/bitcoin/pull/319

The keys in use could be held by either a collection of parties (reduced trust centralized) or, better,  by a large deterministic random subset of the P2P nodes.  E.g. Take all of the nodes who were paid in the last round and use the block hash of the last block to pick 21 of them (or all of them if there are fewer), and require >50% to sign the transaction releasing the escrow to the appropriate receivers.

I believe this would completely decentralize it while preserving the other properties of your system.
jojkaart
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 24, 2011, 07:41:14 PM
 #13

I like this idea for how to solve the problem of making it completely decentralized. The only misgiving I have about this system is that while it works for now, it'll eventually end up having too much variance as well. So, people would start pooling again. However, it would likely still have solved the problem of pools having too much power.

I'd love to have something like this integrated into the main client to replace solo mining but the scalability problems inherent in this version make this approach unsuitable for it.

- Joel
gmaxwell
Moderator
Legendary
*
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
June 24, 2011, 08:51:31 PM
 #14

I like this idea for how to solve the problem of making it completely decentralized. The only misgiving I have about this system is that while it works for now, it'll eventually end up having too much variance as well. So, people would start pooling again. However, it would likely still have solved the problem of pools having too much power.

I'd love to have something like this integrated into the main client to replace solo mining but the scalability problems inherent in this version make this approach unsuitable for it.

Hm? it reduces variance vs solo by an enormous factor. This might not be all that helpful for joe-random cpu-miner, but for someone with enough power that they might even think about running solo its _very_ attractive because it reduces the variance enough to make 'solo' perfectly reasonable without the negatives of the pool system— poor reliability, fees, cheating (by operators and other users), and power consolidation that endangers bitcoin.

The payout system implied by this makes it automatically not so great for aggregating lots of tiny users. Were you to increase the number of shares so that most slow users would get one every block then you'd end up with massively bloated blocks, and also a lot of people with micropayments that cost them more money to use as inputs.

Moreover, centralized pools themselves could be participants in this scheme, so smaller pool operators would have less variance disadvantage vs big ones, so even the pooling that remains could be more distributed and competitive.

 

huayra.agera
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
June 25, 2011, 10:59:57 AM
 #15

Hi I read through it all and it seems I got it to work, only that I'm generating "zero" shares. Is this up and running now? I can help in testing this. I too am looking at this as a very good idea/implementation of a pool.  Smiley

BTC: 1JMPScxohom4MXy9X1Vgj8AGwcHjT8XTuy
Shevek
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
June 27, 2011, 09:21:32 AM
 #16

Nothing is sent though port 9332.

I've launched locally p2pool, bitcoind (0.3.23) and cpuminer (I know it is useless; just to test p2pool).

p2pool and bitcoind inter-communicate well.

Miner ("cpuminer") doesn't get in touch with p2pool.

Code:
minerd -a cryptopp_asm32 -t 1 --syslog --url http://127.0.0.1:9332 --userpass dummy:dummy &

And the answer:

Code:
Jun 27 11:12:30 anarres cpuminer[32184]: 1 miner threads started, using SHA256 'cryptopp_asm32' algorithm.
Jun 27 11:12:59 anarres cpuminer[32184]: HTTP request failed: couldn't connect to host
Jun 27 11:12:59 anarres cpuminer[32184]: json_rpc_call failed, retry after 30 seconds

Any clues?

Proposals for improving bitcoin are like asses: everybody has one
1SheveKuPHpzpLqSvPSavik9wnC51voBa
Shevek
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
June 27, 2011, 01:20:49 PM
 #17

Nothing is sent though port 9332.

OK.

It's simple a matter of waiting 'till "Got block..." messages finish.  Undecided

Proposals for improving bitcoin are like asses: everybody has one
1SheveKuPHpzpLqSvPSavik9wnC51voBa
Shevek
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
June 27, 2011, 06:55:42 PM
 #18

Is the program actually used in the real net or only in the testnet?

I've used it for a while and all shares I've found were rejected as stale, with an error messages on terminal related to python code.

There were also messages about connected peers... but only one IP-address appeared (I don't remember: 71.Huh?).

Proposals for improving bitcoin are like asses: everybody has one
1SheveKuPHpzpLqSvPSavik9wnC51voBa
forrestv
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
June 28, 2011, 12:59:14 AM
 #19

There just aren't many users currently (only me at the moment). Can you post any Python error messages you see?

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
Shevek
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
June 28, 2011, 08:58:35 AM
 #20

There just aren't many users currently (only me at the moment). Can you post any Python error messages you see?


Code:
GOT SHARE! afe24d1fd5f252cceb1b781f683db4bdddc45da174456f5f0d2d16ef

Error processing data received from worker:
Traceback (most recent call last):
  File "main.py", line 399, in got_response
    p2p_share(share)
  File "main.py", line 245, in p2p_share
    res = chain.accept(share, net)
  File "main.py", line 55, in accept
    share2 = share.check(self, height, previous_share2, net) # raises exceptions
  File "/home/shevek/bitcoin/p2pool_2/p2pool.py", line 103, in check
    raise ValueError('not enough work!')
ValueError: not enough work!

Proposals for improving bitcoin are like asses: everybody has one
1SheveKuPHpzpLqSvPSavik9wnC51voBa
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
  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!