Bitcoin Forum
May 04, 2024, 03:53:07 PM *
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)
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
January 23, 2012, 09:02:12 PM
 #541

Don't forget that U is luck based.

The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714837987
Hero Member
*
Offline Offline

Posts: 1714837987

View Profile Personal Message (Offline)

Ignore
1714837987
Reply with quote  #2

1714837987
Report to moderator
1714837987
Hero Member
*
Offline Offline

Posts: 1714837987

View Profile Personal Message (Offline)

Ignore
1714837987
Reply with quote  #2

1714837987
Report to moderator
1714837987
Hero Member
*
Offline Offline

Posts: 1714837987

View Profile Personal Message (Offline)

Ignore
1714837987
Reply with quote  #2

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

Activity: 516
Merit: 643


View Profile
January 24, 2012, 01:39:58 AM
 #542

Strange things going on here:
The windows exe (p2pool_0.8.1_c7feb00.zip) works as expected, about one share per hour or so.

Today I tried installing Python 2.7 and using the source (forrestv-p2pool-release-0.8.1-71-gfff1dd9.zip).
Now cgminer 2.1.2 suddenly finds about 3 or 4 shares per minute.

The development version gives work to miners at a low difficulty so you can see how "well-tuned" your miner is by looking at the reject ratio over shorter periods of time.

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 513



View Profile
January 24, 2012, 02:24:45 AM
 #543

The development version gives work to miners at a low difficulty so you can see how "well-tuned" your miner is by looking at the reject ratio over shorter periods of time.
Oh, ok. Thanks.

jamesg
VIP
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000


AKA: gigavps


View Profile
January 24, 2012, 11:21:45 AM
 #544

For all who are interested, BAMT can now be updated to include phoenix 1.7.4 which means that if you run BAMT, you can run on p2pool with a simple upgrade! This should mean that some pretty big mining farms can now run on p2pool.

If you switch over your BAMT farm, please donate to jedi95, forrestv and lodcrappo for making it possible to run BAMT and p2pool together!
runeks
Legendary
*
Offline Offline

Activity: 980
Merit: 1008



View Profile WWW
January 24, 2012, 12:51:40 PM
 #545

I've noticed that p2pool puts an invalid scriptPubKey in the first output of the generation transaction in its blocks. Looking at this block for example:
http://blockexplorer.com/block/0000000000000485d92d555cf92f865f14579394818d9b4030ec24569632e74f
the first output looks like this:
Code:
        {
          "value":"0.00000000",
          "scriptPubKey":"ce32ad40ceff87531662999bb86b20d424d8018a199317681d1d4c79bc31f06d"
        },

I'm not sure what it is, but both blockexplorer.com and blockchain.info call these outputs strange. Looks like a SHA-256 hash.
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 24, 2012, 02:48:45 PM
 #546

probably for namecoin merged mining - a hash of the namecoin block
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 24, 2012, 04:34:32 PM
 #547

from what i understand orphan shares are ones that were recieved too late by the other clients - and some other solution was accepted first.
but what are the dead shares?
gnar1ta$
Donator
Hero Member
*
Offline Offline

Activity: 798
Merit: 500


View Profile
January 24, 2012, 05:02:26 PM
 #548

For all who are interested, BAMT can now be updated to include phoenix 1.7.4 which means that if you run BAMT, you can run on p2pool with a simple upgrade! This should mean that some pretty big mining farms can now run on p2pool.

Does that mean you are adding your farm?

Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
coretechs
Donator
Sr. Member
*
Offline Offline

Activity: 362
Merit: 250



View Profile
January 24, 2012, 06:16:13 PM
 #549

Yeah come on gigavps... one of us... one of us... one of us... Wink

https://bitcoindoc.com - The Rise and Rise of Bitcoin | https://blocktap.io - Lightning powered crypto query engine
forrestv
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
January 24, 2012, 06:51:47 PM
 #550

from what i understand orphan shares are ones that were recieved too late by the other clients - and some other solution was accepted first.
but what are the dead shares?

They're essentially orphans, but they're special because they arrived at your p2poold from your miner _after_ your p2poold sent out a long poll. Essentially, you can blame dead shares on your miner configuration and orphan shares on internet latency.

EDIT: About the strange outputs, those are as Holliday explained. However, I plan to eventually embed that data into the merged mining header so we won't be bloating the blockchain as much.

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 25, 2012, 06:56:44 AM
 #551

thanks
for some reason when running cgminer from cygwin i was getting quite a lot of dead shares.
switched back to the regular cmd.exe for now
Proofer
Member
**
Offline Offline

Activity: 266
Merit: 36


View Profile
January 25, 2012, 08:14:18 AM
 #552

  • Run p2pool:
    • ...
    • Source: python run_p2pool.py USER PASS

(Ubuntu 11.04)

Must run_p2pool.py be run with its distributed directory the current directory -- does it depend on other files in the distribution?  Or can run_p2pool.py be copied to somewhere else?
hoo
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile WWW
January 25, 2012, 08:35:48 AM
Last edit: January 25, 2012, 09:38:08 AM by hoo
 #553

Strange things going on here:
The windows exe (p2pool_0.8.1_c7feb00.zip) works as expected, about one share per hour or so.

Today I tried installing Python 2.7 and using the source (forrestv-p2pool-release-0.8.1-71-gfff1dd9.zip).
Now cgminer 2.1.2 suddenly finds about 3 or 4 shares per minute.

The development version gives work to miners at a low difficulty so you can see how "well-tuned" your miner is by looking at the reject ratio over shorter periods of time.

should we be using the feb executable or the source?
i noticed yesterday I received probably 14 shares, but never received any coins, so now I'm confused as to what we should be running.


bitcoin, 2nd most popular currency used by criminals.
bitcoin, 2nd most popular currency used by criminals.
bitcoin, 2nd most popular currency used by criminals.
bitcoin, 2nd most popular currency used by criminals.
bitcoin, 2nd most popular currency used by criminals.
The probability that you too are a criminal, is very high.
runeks
Legendary
*
Offline Offline

Activity: 980
Merit: 1008



View Profile WWW
January 25, 2012, 10:47:58 AM
 #554

  • Run p2pool:
    • ...
    • Source: python run_p2pool.py USER PASS

(Ubuntu 11.04)

Must run_p2pool.py be run with its distributed directory the current directory -- does it depend on other files in the distribution?  Or can run_p2pool.py be copied to somewhere else?
run_p2pool.py can't be copied anywhere else and used alone. Take a look inside the file. It's two lines of code Smiley.

You don't have to cd to the directory in order to run it. Just execute run_p2pool.py from anywhere.
Frizz23
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 500


View Profile
January 25, 2012, 05:51:09 PM
 #555

I am using p2pool now since 6 days. The last 4 days it seems "we" are working on the same block.

The logs says: "... Payout if block: 0.35 BTC ...".

So a measly 0.1 BTC / day. And only, if the block is resolved now(ish).

I think p2pool is not for me. To risky. Or buggy. Or both ...

Ξtherization⚡️First P2E 2016⚡️🏰💎🌈 etherization.org
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 25, 2012, 06:00:11 PM
 #556

that actually means you will get ~0.7 per day on average
and its not the same block, we are always working on the latest block in the chain

EDIT:
and we just got another one solved
http://blockchain.info/block-index/852772

at 200Mhash i got 0.88466231BTC in the last 3 days

actually it was 2 blocks:
http://blockchain.info/block-index/852769
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 25, 2012, 07:18:26 PM
 #557

actually thats not quite right. btcserv is a 0% PPS - so you will make the same money on average
But this is way more fun Smiley
and i get "mined" in my wallet instead or "received" from the pool's address
eja
Newbie
*
Offline Offline

Activity: 39
Merit: 0



View Profile
January 25, 2012, 09:38:51 PM
 #558

I actually kind of like the uncertainty. It is always a nice suprise when suddenly a mined block pops up in the bitcoin client.
Except for today, my miner crashed while I was away and my last shares expired just before finding the two blocks Cheesy

gmaxwell
Moderator
Legendary
*
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
January 25, 2012, 10:52:49 PM
 #559


This is an archived thread of P2Pool discussion.

See the new thread for more recent P2Pool discussion.
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!