Bitcoin Forum
May 04, 2024, 08:56:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591633 times)
nicklello
Member
**
Offline Offline

Activity: 193
Merit: 10


View Profile
December 11, 2015, 10:37:12 AM
 #13921


Regarding trying to increase adoption of p2pool....

are there any 'official' packaged releases of p2pool for Linux and/or Windows ?

Thinking that if there are not, establishing packages in the main repositories may be a good way to promote adoption.
1714856191
Hero Member
*
Offline Offline

Posts: 1714856191

View Profile Personal Message (Offline)

Ignore
1714856191
Reply with quote  #2

1714856191
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714856191
Hero Member
*
Offline Offline

Posts: 1714856191

View Profile Personal Message (Offline)

Ignore
1714856191
Reply with quote  #2

1714856191
Report to moderator
1714856191
Hero Member
*
Offline Offline

Posts: 1714856191

View Profile Personal Message (Offline)

Ignore
1714856191
Reply with quote  #2

1714856191
Report to moderator
1714856191
Hero Member
*
Offline Offline

Posts: 1714856191

View Profile Personal Message (Offline)

Ignore
1714856191
Reply with quote  #2

1714856191
Report to moderator
wariner
Legendary
*
Offline Offline

Activity: 1250
Merit: 1004


pool.sexy


View Profile
December 11, 2015, 12:54:02 PM
 #13922


Regarding trying to increase adoption of p2pool....

are there any 'official' packaged releases of p2pool for Linux and/or Windows ?

Thinking that if there are not, establishing packages in the main repositories may be a good way to promote adoption.

https://github.com/p2pool/p2pool

Pool.sexy - Pool ETH-ETC-EXP-UBQ-ZEC-DBIX..and more low fee Discussion

my BTC: 1KiMpRAWscBvhRgLs8jDnqrZEKJzt3Ypfi
trendax
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile WWW
December 11, 2015, 02:28:27 PM
 #13923

It's alive! (barely) The 21 Bitcoin Computer running P2Pool (proof of concept)

https://twitter.com/CoinCadence/status/674982369884008448


Wow that's neat, I expected some fun stuff to come from 21 Bitcoin computer. Good job.


Richy_T
Legendary
*
Offline Offline

Activity: 2436
Merit: 2119


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
December 11, 2015, 02:57:05 PM
 #13924


Regarding trying to increase adoption of p2pool....

are there any 'official' packaged releases of p2pool for Linux and/or Windows ?

Thinking that if there are not, establishing packages in the main repositories may be a good way to promote adoption.

A livecd might be interesting. Or possibly a VM.

1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
P2XTPool
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 11, 2015, 02:58:48 PM
 #13925

Hey Forrestv, v0.11D of BitcoinXT is now officially released with support for BIP65: https://github.com/bitcoinxt/bitcoinxt/releases/tag/v0.11D

Okay, can you post the output of the RPC getinfo command?

You should merge my pull request https://github.com/p2pool/p2pool/pull/287
nicklello
Member
**
Offline Offline

Activity: 193
Merit: 10


View Profile
December 11, 2015, 08:15:10 PM
 #13926


Regarding trying to increase adoption of p2pool....

are there any 'official' packaged releases of p2pool for Linux and/or Windows ?

Thinking that if there are not, establishing packages in the main repositories may be a good way to promote adoption.

A livecd might be interesting. Or possibly a VM.

Or even just availability in .deb and/or .rpm format with all the dependencies taken care of.....

-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
December 12, 2015, 05:28:41 AM
Last edit: December 12, 2015, 10:25:29 AM by -ck
 #13927

I've been working with some experimental ckproxy code designed to consolidate multiple user logins into different upstream connections. As a practical upshot of this I'm able to create a p2pool node that should accept many workers to the same user login without slowing down the p2pool node behind it. Each different user that logs in will add extra load because of the way p2pool is designed but it does allow me to create a public p2pool node that should be able to cope with many more workers than a regular p2pool node is able to.

As an experiment then, I've put up a public p2pool node with a 1% fee to test this out. So if you would like to help test it out, please direct your miners to:

Code:
stratum+tcp://node.ckpool.org:9332

If you wish to monitor progress, the actual statistics and graphs etc. are visible at http://node.ckpool.org:19332 but please don't use this url too often as it speaks directly to the p2pool node behind ckproxy.

What I'm looking for most of all are people to test multiple workers logged in with the same username, and remember to use your bitcoin address to log in with!
If it proves mildly popular I may leave this node up long term. Please give it a go.

EDIT: That node is in west coast USA. If there is demand I can also start up separate nodes in China and Germany...

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 12, 2015, 10:09:22 AM
 #13928

Hi -ck,

What a coincidence, only yesterday I was looking at your ckproxy repo with thoughts on this exact same thing. US West is a long way away from me here in Europe, but I'll point a small S3 at it for testing purposes - hopefully more p2pool users will help out also.

Many thanks for taking the time & trouble to look into this & set it up - much appreciated  Smiley
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 12, 2015, 10:45:37 AM
 #13929

I've been working with some experimental ckproxy code designed to consolidate multiple user logins into different upstream connections. As a practical upshot of this I'm able to create a p2pool node that should accept many workers to the same user login without slowing down the p2pool node behind it. Each different user that logs in will add extra load because of the way p2pool is designed but it does allow me to create a public p2pool node that should be able to cope with many more workers than a regular p2pool node is able to.

As an experiment then, I've put up a public p2pool node with a 1% fee to test this out. So if you would like to help test it out, please direct your miners to:

Code:
stratum+tcp://node.ckpool.org:9332

If you wish to monitor progress, the actual statistics and graphs etc. are visible at http://node.ckpool.org:19332 but please don't use this url too often as it speaks directly to the p2pool node behind ckproxy.

What I'm looking for most of all are people to test multiple workers logged in with the same username, and remember to use your bitcoin address to log in with!
If it proves mildly popular I may leave this node up long term. Please give it a go.

EDIT: That node is in west coast USA. If there is demand I can also start up separate nodes in China and Germany...

I have set one SP20 to work there (1PXJiWRQt3gNBAe4j6dbugEqhufJdgncCc)
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
December 12, 2015, 10:49:12 AM
 #13930

Hi -ck,

What a coincidence, only yesterday I was looking at your ckproxy repo with thoughts on this exact same thing. US West is a long way away from me here in Europe, but I'll point a small S3 at it for testing purposes - hopefully more p2pool users will help out also.

Many thanks for taking the time & trouble to look into this & set it up - much appreciated  Smiley
Cool, so far so good. Since you're in the EU I guess I could set up the .de node as well. Will post here once it's ready and you can try that instead.

I forgot to mention the nodes are as equally well connected for fast block propagation as my solo ckpool is (they're part of my network of nodes) and have the same bitcoind optimisations.

Ok in addition I've added a node in Germany

Direct your miners to:
Code:
stratum+tcp://de.ckpool.org:9332

Statistics graphs etc. of that node are visible at http://de.ckpool.org:19332 but please don't use the URL too often

I have set one SP20 to work there (1PXJiWRQt3gNBAe4j6dbugEqhufJdgncCc)

Thanks, I appreciate the testing.

EDIT: This code is all still in TESTING so there may be issues. The de server is still not quite running properly.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 12, 2015, 10:59:08 AM
 #13931

Great - just swapped over to the de node  Smiley

ping to the US was 302ms, while to the de node it's only 54ms - much better!  Smiley

Let me know if you need anything else -ck.
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 12, 2015, 10:59:53 AM
 #13932

Hi -ck,

What a coincidence, only yesterday I was looking at your ckproxy repo with thoughts on this exact same thing. US West is a long way away from me here in Europe, but I'll point a small S3 at it for testing purposes - hopefully more p2pool users will help out also.

Many thanks for taking the time & trouble to look into this & set it up - much appreciated  Smiley
Cool, so far so good. Since you're in the EU I guess I could set up the .de node as well. Will post here once it's ready and you can try that instead.

I forgot to mention the nodes are as equally well connected for fast block propagation as my solo ckpool is (they're part of my network of nodes) and have the same bitcoind optimisations.

Ok in addition I've added a node in Germany

Direct your miners to:
Code:
stratum+tcp://de.ckpool.org:9332

Statistics graphs etc. of that node are visible at http://de.ckpool.org:19332 but please don't use the URL too often

I have set one SP20 to work there (1PXJiWRQt3gNBAe4j6dbugEqhufJdgncCc)

Thanks, I appreciate the testing.

EDIT: This code is all still in TESTING so there may be issues. The de server is still not quite running properly.

I have ten times better latencies to de.ckpool.org than to node.ckpool.org, I have switched SP20 to de.ckpool.org... or?
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
December 12, 2015, 11:06:30 AM
 #13933

Great - just swapped over to the de node  Smiley

ping to the US was 302ms, while to the de node it's only 54ms - much better!  Smiley

Let me know if you need anything else -ck.
Nope, all good. Just make sure you still have a backup/failover set up as this code is all new and almost certainly there will be issues.

I have ten times better latencies to de.ckpool.org than to node.ckpool.org, I have switched SP20 to de.ckpool.org... or?

Same thing. Seems to be okay now, just make sure you have a failover pool set up.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 12, 2015, 11:10:12 AM
 #13934

Great - just swapped over to the de node  Smiley

ping to the US was 302ms, while to the de node it's only 54ms - much better!  Smiley

Let me know if you need anything else -ck.
Nope, all good. Just make sure you still have a backup/failover set up as this code is all new and almost certainly there will be issues.

I have ten times better latencies to de.ckpool.org than to node.ckpool.org, I have switched SP20 to de.ckpool.org... or?

Same thing. Seems to be okay now, just make sure you have a failover pool set up.

Always  Wink

Many thanks again -ck. With all the nastyness going on atm, it's great that a dev such as yourself is willing to step in & help out us p2poolers  Smiley
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
December 12, 2015, 11:27:16 AM
 #13935

Many thanks again -ck. With all the nastyness going on atm, it's great that a dev such as yourself is willing to step in & help out us p2poolers  Smiley

Incredibly the DE node has already found a share.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 12, 2015, 11:32:57 AM
 #13936

Many thanks again -ck. With all the nastyness going on atm, it's great that a dev such as yourself is willing to step in & help out us p2poolers  Smiley

Incredibly the DE node has already found a share.

Yeah, I saw that  Smiley

I'm not seeing my payout address in the graphs for some reason:

17RAoAa2ZJy5vh2YNwx2NMHijrRmAajGr2
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 12, 2015, 11:36:22 AM
 #13937

Many thanks again -ck. With all the nastyness going on atm, it's great that a dev such as yourself is willing to step in & help out us p2poolers  Smiley

Incredibly the DE node has already found a share.

Yeah, I saw that  Smiley

I'm not seeing my payout address in the graphs for some reason:

17RAoAa2ZJy5vh2YNwx2NMHijrRmAajGr2

you cannot see it because it is working with default address which is sense of the thing
future payouts is another thing and he ck has there different solution then p2pool originaly has or?
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 12, 2015, 11:38:45 AM
 #13938

Oh yeah. Oops  Tongue
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
December 12, 2015, 11:42:42 AM
 #13939

Many thanks again -ck. With all the nastyness going on atm, it's great that a dev such as yourself is willing to step in & help out us p2poolers  Smiley

Incredibly the DE node has already found a share.

Yeah, I saw that  Smiley

I'm not seeing my payout address in the graphs for some reason:

17RAoAa2ZJy5vh2YNwx2NMHijrRmAajGr2

you cannot see it because it is working with default address which is sense of the thing
future payouts is another thing and he ck has there different solution then p2pool originaly has or?
Does the p2pool intrinsic web page usually show miners logged into a public node as separate addresses? I currently have 2 active miners in the proxy logs:

Code:
[2015-12-12 06:38:53.071] User 1PXJiWRQt3gNBAe4j6dbugEqhufJdgncCc:{"hashrate1m": "1.48T", "hashrate5m": "1.36T", "hashrate1hr": "658G", "hashrate1d": "36.5G", "hashrate7d": "5.27G", "lastupdate": 1449920333, "workers": 1, "shares": 741666, "bestshare": 2691098.6662059599}
[2015-12-12 06:38:53.071] User 17RAoAa2ZJy5vh2YNwx2NMHijrRmAajGr2:{"hashrate1m": "381G", "hashrate5m": "380G", "hashrate1hr": "134G", "hashrate1d": "7.03G", "hashrate7d": "1.01G", "lastupdate": 1449920333, "workers": 1, "shares": 142968, "bestshare": 475613.94521986018}

If all is going correctly, 1PXJiWRQt3gNBAe4j6dbugEqhufJdgncCc got the share and as far as I can tell it was credited to him, and only 1% credited to my 1GYU9ouTVY6ECTqidLe96mWn485dP6WZaJ address.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 12, 2015, 11:48:33 AM
 #13940

Yes, on the standard p2pool web GUI every mining address on that node can be seen.

PS:  BLOCK!!  Smiley

Pages: « 1 ... 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 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 ... 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!