Author

Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool - page 618. (Read 2591920 times)

hero member
Activity: 504
Merit: 500
Scattering my bits around the net since 1980
woohoo, I got the last block!  cgminer reports best share is 14.9m.  Smiley

I'm curious why I didn't get a namecoin block too though.  I'm on merged mining, and I thought if you get a bitcoin block, you get a namecoin block.

M
Do a "namecoind listtransactions" command, see if the last one listed says 'generated'.

You won't see the generated coin as part of your balance until it has the usual 120 confirmations.

-- Smoov
legendary
Activity: 1540
Merit: 1001
woohoo, I got the last block!  cgminer reports best share is 14.9m.  Smiley

I'm curious why I didn't get a namecoin block too though.  I'm on merged mining, and I thought if you get a bitcoin block, you get a namecoin block.

M
newbie
Activity: 43
Merit: 0
Hello,

Further to this post, where I show how you can use twidge and swatch to keep you informed via twitter about share and block events in the p2pool log, it occurred to me that if you are doing well at mining, the notifications can get a bit much.

Here is an alternative that gives you a daily direct message via twitter to tell you how many blocks and shares you created the previous day:

You need to install and setup twidge of course:

Code:
sudo apt-get install twidge
twidge setup

And then use

Code:
crontab -e


And add the following command:

Code:
5 0 * * * twidge dmsend paulkoan "$(cat /path/to/p2pool/log | grep $(date -d '1 day ago' +%Y-%m-%d) | grep -c SHARE) Shares, $(cat /path/to/p2pool/log | grep $(date -d '1 day ago' +%Y-%m-%d) | grep -c BLOCK) Blocks"

What this does runs a command 5 minutes after midnight, and scans the p2pool log for the previous day, getting a count of shares and blocks, then direct messages them to the userid in twitter:

Code:
24 Shares, 3 Blocks

You can modify the message of course, and change this to an update command instead if you prefer to public tweet your progress.  You can of course put the command in a script if you don't want this huge line in your crontab Smiley   You might want to modify to remove DOAs also.

legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
now we just have to get rid of v5 and v7 ppl Tongue
It looks like the LTC network switched over about 20min ago... showing no v8 and below in the desired version graph now. (not counting the mean indicators)

-- Smoov

Yep, only pure red-ish v9 on LTC side Smiley
hero member
Activity: 504
Merit: 500
Scattering my bits around the net since 1980
now we just have to get rid of v5 and v7 ppl Tongue
It looks like the LTC network switched over about 20min ago... showing no v8 and below in the desired version graph now. (not counting the mean indicators)

-- Smoov
legendary
Activity: 1792
Merit: 1008
/dev/null
now we just have to get rid of v5 and v7 ppl Tongue
hero member
Activity: 658
Merit: 500
sweet I found 2 blocks yesterday...

Quote
2012-11-20 18:22:08.027000 GOT BLOCK FROM MINER! Passing to bitcoind! http://blockexplorer.com/block/000000000000023638806d34a04439e98d8d3bcd23c6260e9708934dcbdbcfef

2012-11-21 06:08:21.602000 GOT BLOCK FROM MINER! Passing to bitcoind! http://blockexplorer.com/block/000000000000046e13afeab763e597b4c293b93504b697dfd4eaee9b4ca43a55
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
It is a good thing rav3n_pl isn't prone to gloating...

-- Smoov

Cmon Smoov, I`m just happy that math just proven my good thoughts about p2pool Smiley
hero member
Activity: 504
Merit: 500
Scattering my bits around the net since 1980
It is a good thing rav3n_pl isn't prone to gloating...

-- Smoov
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
I just posted a new analysis of p2Pool's statistics as per rav3n_pl's request: http://organofcorti.blogspot.com/2012/11/52-p2pool-achieving-expectations.html

I hope it dispels the "increasing the hashrate means the end of the world" myths, and I also hope one of you can answer a question I couldn't.
*blushing*
(...)
*reading*
(...)
"There is no correlation between pool luck and pool hashrate, or orphaned block production and pool hashrate"
Eat this, infidels! Cheesy

In some way I see pattern in "Shares per round / D as function of p2pool hashrate" graph, it looks like this:

;]
legendary
Activity: 1036
Merit: 1000
DARKNETMARKETS.COM
Look at it now! Newest p2pool, newest bitcoind compiled, same machine. It was 5s at the beginning, after customizations 2s, now it is 0.5s !
hero member
Activity: 658
Merit: 500
That's are my results, on Intel Atom 230 1.6GHz HT + 1 GB RAM:

It was after switching from bitcoind 0.7.1 to newest from git Smiley

2+ seconds, that sucks.

donator
Activity: 2058
Merit: 1007
Poor impulse control.
I just posted a new analysis of p2Pool's statistics as per rav3n_pl's request: http://organofcorti.blogspot.com/2012/11/52-p2pool-achieving-expectations.html

I hope it dispels the "increasing the hashrate means the end of the world" myths, and I also hope one of you can answer a question I couldn't.
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Update progress:
v9: 81%
v8: 12%
v5: 6%
Rest is under 1%

I`ts final git pull time! Cheesy

Latest binary 9.0-6-gf18f763 for win32 and win64 on my skydrive if any1 interested Smiley
hero member
Activity: 896
Merit: 1000
One of ways to keep node automagically updated: https://bitcointalksearch.org/topic/m.836949
Edit to your config, put it to cron weekly and forget.
Here's the updated version I'm currently using (launched by cron everyday and at @reboot, see your crontab manual...):

http://pastebin.com/HtD0uku4

The pool.sh script it uses launches p2pool in the background with screen. You should write it according to your needs, something like:
Code:
screen -U -S p2pool -d -m python run_p2pool.py

Makes it easy to connect with
Code:
screen -r p2pool
if needed.
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Updated to v9. It seems I'm always one of the last ones to move over (because I'm not as active on these forums anymore). Could I possibly get someone to shoot me an email when a new binary is released? That way I don't get left behind, and we can move the transition to the next version along? Smiley

Why not add a notify on this thread, otherwise if your not willing to update yourself, then why should anyone make that effort for you. If you want to benefit, then take a proactive approach and stop waiting for someone to spoon feed you. Grow up, we are not your mom and dad.
One of ways to keep node automagically updated: https://bitcointalksearch.org/topic/m.836949
Edit to your config, put it to cron weekly and forget.
legendary
Activity: 1036
Merit: 1000
DARKNETMARKETS.COM
Updated to v9. It seems I'm always one of the last ones to move over (because I'm not as active on these forums anymore). Could I possibly get someone to shoot me an email when a new binary is released? That way I don't get left behind, and we can move the transition to the next version along? Smiley

New: Mailing list for urgent news (updates, bugs): http://groups.google.com/group/p2pool-notifications

Subscribe here, you will got your e-mails Smiley
sr. member
Activity: 389
Merit: 250
Updated to v9. It seems I'm always one of the last ones to move over (because I'm not as active on these forums anymore). Could I possibly get someone to shoot me an email when a new binary is released? That way I don't get left behind, and we can move the transition to the next version along? Smiley
Why not add a notify on this thread, otherwise if your not willing to update yourself, then why should anyone make that effort for you. If you want to benefit, then take a proactive approach and stop waiting for someone to spoon feed you. Grow up, we are not your mom and dad.
Well someone beat you to the punch with a polite, helpful answer. To add insult to injury your solution isn't really adequate; a notification on this thread would work the first time anyone else posted in this thread (nearly daily) and have relatively little correlation to the new versions coming out.

As a curiosity, does the p2pool client support forwarding a signed message similarly to how bitcoind does? Could this be added to the low-priority wishlist if not?
hero member
Activity: 988
Merit: 1000
Updated to v9. It seems I'm always one of the last ones to move over (because I'm not as active on these forums anymore). Could I possibly get someone to shoot me an email when a new binary is released? That way I don't get left behind, and we can move the transition to the next version along? Smiley

Why not add a notify on this thread, otherwise if your not willing to update yourself, then why should anyone make that effort for you. If you want to benefit, then take a proactive approach and stop waiting for someone to spoon feed you. Grow up, we are not your mom and dad.
hero member
Activity: 737
Merit: 500
Updated to v9. It seems I'm always one of the last ones to move over (because I'm not as active on these forums anymore). Could I possibly get someone to shoot me an email when a new binary is released? That way I don't get left behind, and we can move the transition to the next version along? Smiley

Sign up here:  http://groups.google.com/group/p2pool-notifications

forrestv uses this to send subscribers notifications anytime there is a required new version (or other urgent communications).
Jump to: