Red Emerald
|
|
January 23, 2012, 09:02:12 PM |
|
Don't forget that U is luck based.
|
|
|
|
forrestv
|
|
January 24, 2012, 01:39:58 AM |
|
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
|
|
January 24, 2012, 02:24:45 AM |
|
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
Activity: 1358
Merit: 1000
AKA: gigavps
|
|
January 24, 2012, 11:21:45 AM |
|
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
Activity: 980
Merit: 1008
|
|
January 24, 2012, 12:51:40 PM |
|
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/0000000000000485d92d555cf92f865f14579394818d9b4030ec24569632e74fthe first output looks like this: { "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
Activity: 28
Merit: 0
|
|
January 24, 2012, 02:48:45 PM |
|
probably for namecoin merged mining - a hash of the namecoin block
|
|
|
|
Costia
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 24, 2012, 04:34:32 PM |
|
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
Activity: 798
Merit: 500
|
|
January 24, 2012, 05:02:26 PM |
|
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
Activity: 362
Merit: 250
|
|
January 24, 2012, 06:16:13 PM |
|
Yeah come on gigavps... one of us... one of us... one of us...
|
|
|
|
forrestv
|
|
January 24, 2012, 06:51:47 PM |
|
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
Activity: 28
Merit: 0
|
|
January 25, 2012, 06:56:44 AM |
|
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
Activity: 266
Merit: 36
|
|
January 25, 2012, 08:14:18 AM |
|
- 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
|
|
January 25, 2012, 08:35:48 AM Last edit: January 25, 2012, 09:38:08 AM by hoo |
|
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
Activity: 980
Merit: 1008
|
|
January 25, 2012, 10:47:58 AM |
|
- 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 . You don't have to cd to the directory in order to run it. Just execute run_p2pool.py from anywhere.
|
|
|
|
Frizz23
|
|
January 25, 2012, 05:51:09 PM |
|
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
Activity: 28
Merit: 0
|
|
January 25, 2012, 07:18:26 PM |
|
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 and i get "mined" in my wallet instead or "received" from the pool's address
|
|
|
|
eja
Newbie
Offline
Activity: 39
Merit: 0
|
|
January 25, 2012, 09:38:51 PM |
|
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
|
|
|
|
gmaxwell
Moderator
Legendary
Offline
Activity: 4270
Merit: 8805
|
|
January 25, 2012, 10:52:49 PM |
|
This is an archived thread of P2Pool discussion.See the new thread for more recent P2Pool discussion.
|
|
|
|
|