Bitcoin Forum
May 07, 2024, 04:23:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 [679] 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591637 times)
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
October 20, 2015, 02:01:00 PM
 #13561


Any other input on this? If shares are being dropped early, it seems like this is either a bug that is causing it or a bug that is being exploited by a malicious actor (?). Either way, not good. I'm willing to help with diagnosing this if anyone who knows what they're doing is interested. I suspect it's easy enough to duplicate.

I'm pretty sure it's not a p2pool issue, otherwise we'd all be suffering from it? So, that leaves either a malicious 3rd party or it's a problem with the users setup. My diagnostic skills are fairly limited I'm afraid - so I won't be much help. If it were me who was having this problem, I'd consider ensuring my rig has all the right security settings set up correctly first (firewall, ports, iptables etc), then I'd start from scratch & check all my configs, redownload/recompile everything & see if the issue persists.

Not very helpful or fun to do, I know - but that's what I'd do....... Tongue
1715098994
Hero Member
*
Offline Offline

Posts: 1715098994

View Profile Personal Message (Offline)

Ignore
1715098994
Reply with quote  #2

1715098994
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715098994
Hero Member
*
Offline Offline

Posts: 1715098994

View Profile Personal Message (Offline)

Ignore
1715098994
Reply with quote  #2

1715098994
Report to moderator
Richy_T
Legendary
*
Offline Offline

Activity: 2436
Merit: 2121


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
October 20, 2015, 02:51:03 PM
 #13562


Not very helpful or fun to do, I know - but that's what I'd do....... Tongue

But my understanding is that even if one fully disconnects from p2pool, the shares you've found should count for 24 hours from their time of creation. Once those shares are in the p2pool net, it shouldn't matter my setup.

Personally, I'm a casual miner and this has only cost me a couple of $ worth of Bitcoin so I'm not going to sweat it too much unless it keeps happening but I'm willing to give back in terms of assisting troubleshooting.

1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
October 20, 2015, 04:32:54 PM
 #13563

@ windpath: Are the luck stats displayed on your web GUI correct?:

They are not 100% accurate, but about as good as we can get with the data available.

The global hashrate reported by any p2pool node is an estimate based on difficulty and submitted shares pool wide, so expected time to block is not perfect.

If you dig back in the thread when I was developing the front end I published the formula used and how it was calculated for feedback and made some tweaks.

If they are, I'm pretty sure there isn't another pool out there that can touch us atm  Smiley

I agree 100%. Even when our luck is down I still think P2Pool is by far the best option for miners.

- Trustless & Decentralized
- Highly resistant to DDOS attacks
- 100% Uptime if p2pool backup nodes are used (best use for my node)
- Lowest orphan rate of any pool, period.
- Open source
- No registration of any kind
- I could go on and on, but I think you get it already Wink


On the mempool monitoring, it has grown to 11.5MB overnight, nothing to be overly concerned about yet, but will continue to keep an eye on it.

Code:
bitcoin-cli getmempoolinfo
{
    "size" : 6090,
    "bytes" : 11401452
}




jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
October 20, 2015, 04:51:38 PM
 #13564

...
 I watched as the bitcoind would slowly consume more and more memory, up until it took almost the entire 8G available, at which point it would invariably die off.

What was the magic you used to produce the output, (8G <-- bitcoind is using this much ram.)
Somethings not right there man.

Linux will try to use alot of the computers memory to keep the system fast. 8 gigs of ram
i'm thinking is below average for power linux users. Is adding more of it an option for you.

Maybe i'll bootstrap a build and run the latest bitcoind and the p2pool to see what the story is.
No magic at all... and honestly I'm not sure why things just kept spiraling up like they did.  I had that node running for over a year and never experienced any problems with it until relatively recently.  I ended up just killing the node.  I couldn't justify the $80 a month expense, and I didn't have the time to constantly monitor it to ensure it was behaving.  I know there are plenty of other nodes out there running on Linux, and likely not experiencing anything near what I saw, and to be honest I never bothered inspecting it too closely.  I just finally got fed up with the hassle and realized that I didn't want to deal with it any longer.  I still run my own local node and now use windpath's node as my backup instead of my own VPS.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
jtoomim
Hero Member
*****
Offline Offline

Activity: 818
Merit: 1006


View Profile WWW
October 20, 2015, 07:01:33 PM
 #13565


On the mempool monitoring, it has grown to 11.5MB overnight, nothing to be overly concerned about yet, but will continue to keep an eye on it.

Code:
bitcoin-cli getmempoolinfo
{
    "size" : 6090,
    "bytes" : 11401452
}

No, this is not the right metric. The cases I've seen of bloated memory usage have been from something other than the mempool itself. My nodes typically have 2+ GB memory usage ("RSS") after a few days, but only 0.5 to 20 MB of mempool usage. You want to check the RSS using a program like top, or check /proc/$PID/status (Linux).

Hosting bitcoin miners for $65 to $80/kW/month on clean, cheap hydro power.
http://Toom.im
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
October 20, 2015, 08:03:32 PM
 #13566


On the mempool monitoring, it has grown to 11.5MB overnight, nothing to be overly concerned about yet, but will continue to keep an eye on it.

Code:
bitcoin-cli getmempoolinfo
{
    "size" : 6090,
    "bytes" : 11401452
}

No, this is not the right metric. The cases I've seen of bloated memory usage have been from something other than the mempool itself. My nodes typically have 2+ GB memory usage ("RSS") after a few days, but only 0.5 to 20 MB of mempool usage. You want to check the RSS using a program like top, or check /proc/$PID/status (Linux).

Hmmm, took a look, your right, at 2.5GB. Will have to investigate further tomorrow.
jtoomim
Hero Member
*****
Offline Offline

Activity: 818
Merit: 1006


View Profile WWW
October 20, 2015, 09:21:14 PM
 #13567

Hmmm, took a look, your right, at 2.5GB. Will have to investigate further tomorrow.
More info on this issue can be found on the bitcoin-dev and bitcoin-xt mailing lists:
http://bitcoin-development.narkive.com/j9BLYJIC/memory-leaks

Hosting bitcoin miners for $65 to $80/kW/month on clean, cheap hydro power.
http://Toom.im
midas28
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
October 21, 2015, 03:45:51 AM
 #13568

To anyone who has experiences in p2pool, for 2.3PH/s running 24x7 how many bitcoins would you estimate I would get/day?

Thanks
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
October 21, 2015, 06:30:24 AM
 #13569

here we go ! ...

BITCOIN BLOCK FOUND by 18oaD7wEawJPvTs9D1xfDorFXxTSm8p1WJ! @ 1267.51 GH/s

https://blockchain.info/block/00000000000000000d30874b7d3b90bda0fa939c86fd81349d0bb8d4fccdca2f

To anyone who has experiences in p2pool, for 2.3PH/s running 24x7 how many bitcoins would you estimate I would get/day?

Thanks

not that difficult to estimate ... if you are the only one running p2p with 2.3 PH then you would get all 25 btc rite ?

so now p2p is around 1.7ph + 2.3ph (yours) = 4 ph

math comes out to a little over 13 btc NOT daily. it is ONLY when p2p hits a block or more then you'll be rewarded with the btc which could be 4 a day too.

oh you do get a little "extra" bonus of 0.5% if you're the block finder.

i'd say give it a shot but you'll need lots of patience in p2p but it does pays off. ask away as many here would be able to give you answers to p2p.
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
October 21, 2015, 06:41:37 AM
 #13570

you mean this one http://lnlb.sourceforge.net/ for example?

Maybe. I don't know enough about it. I would imagine that p2pool talking to bitcoind is simple enough that simple load balancing would be enough but I don't know enough to say for sure.

I have found crossroads as a load balancer possible able to do this work. I am going soon to test running two bitcoind with two independent internet connections and let my p2pool node to be connected to them over crossroads.
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
October 21, 2015, 06:51:19 AM
 #13571

here we go ! ...

BITCOIN BLOCK FOUND by 18oaD7wEawJPvTs9D1xfDorFXxTSm8p1WJ! @ 1267.51 GH/s

https://blockchain.info/block/00000000000000000d30874b7d3b90bda0fa939c86fd81349d0bb8d4fccdca2f

To anyone who has experiences in p2pool, for 2.3PH/s running 24x7 how many bitcoins would you estimate I would get/day?

Thanks

not that difficult to estimate ... if you are the only one running p2p with 2.3 PH then you would get all 25 btc rite ?

so now p2p is around 1.7ph + 2.3ph (yours) = 4 ph

math comes out to a little over 13 btc NOT daily. it is ONLY when p2p hits a block or more then you'll be rewarded with the btc which could be 4 a day too.

oh you do get a little "extra" bonus of 0.5% if you're the block finder.

i'd say give it a shot but you'll need lots of patience in p2p but it does pays off. ask away as many here would be able to give you answers to p2p.

to get 25 BTC per day you would need 4.4PHs. If you have 2.3PHs you will get daily 13 BTC. Actual luck is higher than 100%. 30 days luck is 147%. So ideal calculacion is 13*1.47=19.21BTC. My own 42 days back statistics says I have got around 120% of what I could mine with other pools. But for to reach this you need to have well done p2pool node (great hardware), well done bitcoind server, great internet connection, well tunned miners (spondoolies do not need any tunning, antminers do). good luck
kano
Legendary
*
Offline Offline

Activity: 4494
Merit: 1808


Linux since 1997 RedHat 4


View Profile
October 21, 2015, 10:18:35 AM
 #13572

You can't use historical luck to determine future payout - that either ignorance of mathematics or deception.

Also the p2pool luck is over estimated by most sites coz it includes extra blocks but not the hashes that mined them - so yeah blocks with zero hashes will of course fake the luck up higher than it really is.
(The stale p2pool blocks that are valid blockchain blocks have no hash rate counted towards them in most stats anywhere)

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
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
October 21, 2015, 11:08:27 AM
 #13573

here we go ! ...

BITCOIN BLOCK FOUND by 18oaD7wEawJPvTs9D1xfDorFXxTSm8p1WJ! @ 1267.51 GH/s

https://blockchain.info/block/00000000000000000d30874b7d3b90bda0fa939c86fd81349d0bb8d4fccdca2f

To anyone who has experiences in p2pool, for 2.3PH/s running 24x7 how many bitcoins would you estimate I would get/day?

Thanks

not that difficult to estimate ... if you are the only one running p2p with 2.3 PH then you would get all 25 btc rite ?

so now p2p is around 1.7ph + 2.3ph (yours) = 4 ph

math comes out to a little over 13 btc NOT daily. it is ONLY when p2p hits a block or more then you'll be rewarded with the btc which could be 4 a day too.

oh you do get a little "extra" bonus of 0.5% if you're the block finder.

i'd say give it a shot but you'll need lots of patience in p2p but it does pays off. ask away as many here would be able to give you answers to p2p.

to get 25 BTC per day you would need 4.4PHs. If you have 2.3PHs you will get daily 13 BTC. Actual luck is higher than 100%. 30 days luck is 147%. So ideal calculacion is 13*1.47=19.21BTC. My own 42 days back statistics says I have got around 120% of what I could mine with other pools. But for to reach this you need to have well done p2pool node (great hardware), well done bitcoind server, great internet connection, well tunned miners (spondoolies do not need any tunning, antminers do). good luck

That's a over estimation (don't forget to take the "dry spells" into account).

I'd rather NOT to over estimate the payout using history for future payout but use the history as payout reference/estimation based on a worse case scenario. just my 2 cents.

don't really need a good hw but of course it is preferred. maybe the correct term or word is "Proper Setup" hey but that's the fun of learning Wink

-bitcoind is bitcoind, i'm using qt on win7 & so far so good.
-great internet connection ? i'd say STABLE no need to be high speed or high bandwidth
-tuned miners ... hmm preferred of course but ant's do run fine some miners are NOT compatible though but should run. ask away & you shall get answers.

imho, there is no 1 single pool that's the best. all of it has it's up's & downs. be your own judge.

p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
October 21, 2015, 01:57:24 PM
Last edit: October 21, 2015, 02:13:12 PM by p3yot33at3r
 #13574

Hmmm....has anyone else had the latest bitcoind "lock up" on them? First time it's ever happened to me - I had to kill & restart it  Sad

Edit:  And another BLOCK!  Smiley
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
October 21, 2015, 02:21:59 PM
 #13575

Hmmm, took a look, your right, at 2.5GB. Will have to investigate further tomorrow.
More info on this issue can be found on the bitcoin-dev and bitcoin-xt mailing lists:
http://bitcoin-development.narkive.com/j9BLYJIC/memory-leaks

Thx.
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
October 21, 2015, 02:29:28 PM
 #13576

To anyone who has experiences in p2pool, for 2.3PH/s running 24x7 how many bitcoins would you estimate I would get/day?

Thanks

D = Difficulty
H = Mhash/s
C = Reward (currenctly 25 BTC, soon to be 12.5)

24 / (D * 2^32 / (H * 10^6) / 60 / 60) * C = BTC/day


jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
October 21, 2015, 02:37:15 PM
 #13577

To anyone who has experiences in p2pool, for 2.3PH/s running 24x7 how many bitcoins would you estimate I would get/day?

Thanks

D = Difficulty
H = Mhash/s
C = Reward (currenctly 25 BTC, soon to be 12.5)

24 / (D * 2^32 / (H * 10^6) / 60 / 60) * C = BTC/day
Writing the formula another way:
Code:
25 / (2^32 * difficulty / hashrate / 86400)
For 2.3PH/s it's 18.99852101BTC expected per day.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
Richy_T
Legendary
*
Offline Offline

Activity: 2436
Merit: 2121


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
October 21, 2015, 03:01:08 PM
 #13578

OK, think I'm done with this pool. My payout on the last block according to the graph should have been 0.012 but was actually around 0.005. Then I had to restart the pool and bitcoind and my shares dropped again. Something screwy, chaps.

1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
October 21, 2015, 03:09:58 PM
 #13579

OK, think I'm done with this pool. My payout on the last block according to the graph should have been 0.012 but was actually around 0.005. Then I had to restart the pool and bitcoind and my shares dropped again. Something screwy, chaps.

I'm not sure what front end your running, but the predicted payout reported by p2pool is exact if a block is found "now". Perhaps you had some shares drop off from when you saw it and when the block was mined?

midas28
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
October 21, 2015, 03:21:20 PM
 #13580

To anyone who has experiences in p2pool, for 2.3PH/s running 24x7 how many bitcoins would you estimate I would get/day?

Thanks

D = Difficulty
H = Mhash/s
C = Reward (currenctly 25 BTC, soon to be 12.5)

24 / (D * 2^32 / (H * 10^6) / 60 / 60) * C = BTC/day
Writing the formula another way:
Code:
25 / (2^32 * difficulty / hashrate / 86400)
For 2.3PH/s it's 18.99852101BTC expected per day.


Your calculation seems fairly accurate.

I get about 18.6 with PPS.

I might give it a shot. thanks man.
Pages: « 1 ... 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 [679] 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 ... 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!