Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Relay Network support directly to p2pool #224

Closed
wants to merge 2 commits into from

Conversation

TheBlueMatt
Copy link

Its essentially a separate client, but its kicked off from p2pool directly.

@yhaenggi
Copy link

Why is this needed? P2Pool already relays TXs and blocks trough the p2p network.

@TheBlueMatt
Copy link
Author

Because (a) p2pool doesnt relay outside blocks quicker through its network last I heard and (b) the relay network peers directly with other miners, and will likely receive blocks quicker than any p2p connection your bitcoind might have.

@yhaenggi
Copy link

yhaenggi commented Sep 1, 2014

Is there a BCT thread about your software?

@TheBlueMatt
Copy link
Author

No.

@CoinCadence
Copy link

I have been running Matt’s P2Pool fork since Friday, Bitcoin blocks are coming in through the relay network and mining has not been affected otherwise.

I’d like to see the merge happen.

On Sep 2, 2014, at 12:13 AM, Matt Corallo notifications@github.com wrote:

No.


Reply to this email directly or view it on GitHub.

@TheBlueMatt
Copy link
Author

@yhaenggi
Copy link

yhaenggi commented Sep 3, 2014

Thanks for the thread.

The code seems fine.
Can we merge this, @forrestv ?

@TheBlueMatt
Copy link
Author

Actually, python seems to be simply too slow for this kind of thing :(. There is a C++ client which people should prefer at https://github.com/TheBlueMatt/RelayNode/tree/master/client

@TheBlueMatt TheBlueMatt closed this Sep 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants