Pages:
Author

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

hero member
Activity: 818
Merit: 1006
The p2pool code will refuse to mine if your node is not connected to any peers.
legendary
Activity: 1258
Merit: 1027
Actually I am mining my own node. It appears to have been knocked off when the switch happened and took me a minute to get it back on line.
This leads to the question: If I am running my own node, with 6 outbound connections and 0 inbound connections, am I still connected and part of the pool or am I on my own now?


Yes, it can take a long time to get inbound connections.
newbie
Activity: 31
Merit: 0
Actually I am mining my own node. It appears to have been knocked off when the switch happened and took me a minute to get it back on line.
This leads to the question: If I am running my own node, with 6 outbound connections and 0 inbound connections, am I still connected and part of the pool or am I on my own now?
sr. member
Activity: 351
Merit: 410
Did something happen ... cause I seem to have lost all my shares ... Shocked

P2Pool.org is now running jtoomim's fork of P2Pool. The stats page on P2Pool.org is therefore now tracking jtoomimnet's stats, not mainnet's stats.

If you're mining on mainnet, your miner stats will no longer appear on P2Pool.org's stats page as long as windpath continues running jtoomim's fork. This does not mean your shares on mainnet have been lost, just that P2Pool.org is no longer keeping track of mainnet and its miners' stats. If you're looking for your miners' mainnet stats, you would have to look at the web frontend of another mainnet P2Pool node.

If your miner is pointed at P2Pool.org's node, you would now be mining on jtoomimnet. It would take some time for your miner to ramp up to its expected amount of shares on jtoomimnet, while your mainnet shares would start to fall off the mainnet sharechain. This would, in theory and in general, have limited impact on your expected earnings during your miners' transition from mainnet to jtoomimnet.

(I'm assuming that you are not running and mining at your own P2Pool node, and that you were relying on P2Pool.org's stats page for your miners' stats.)

Sorry this took so long. I haven't fully tested this to make sure it works on testnet and can make segwit blocks, but if people can help review it and maybe help test it, that would be nice.

https://github.com/jtoomim/p2pool/commits/1mb_segwit


In order to expedite this as much as possible, p2pool.org is now running this code on Mainnet, cuurently downloading the share chain.
newbie
Activity: 31
Merit: 0
Did something happen ... cause I seem to have lost all my shares ... Shocked
newbie
Activity: 31
Merit: 0
did the pool go down?
hero member
Activity: 818
Merit: 1006
For some reason, it's not listed on the node dashboards in the "Blocks found in the last day" section, but it's a valid block. If you plug in the block/share's hash into share.html, you can see it. Example:

http://ml.toom.im:9332/static/share.html#00000000000000000068e942f0cc1a00684c039c2c3a729bed92729e2e72f14c
full member
Activity: 175
Merit: 100
Block on jtoomimnet (Bitcoin 1MB chain): https://blockchain.info/block-index/1611649

Mempool wasn't full, so only 504 kB. Previous and subsequent blocks from other pools were also not full.

On the fork with approximately 1.4PH? This is the same that Windpath is now running correct? I had just changed my node this morning but I don't see it on either.
hero member
Activity: 818
Merit: 1006
Block on jtoomimnet (Bitcoin 1MB chain): https://blockchain.info/block-index/1611649

Mempool wasn't full, so only 504 kB. Previous and subsequent blocks from other pools were also not full.
member
Activity: 107
Merit: 10
Sorry this took so long. I haven't fully tested this to make sure it works on testnet and can make segwit blocks, but if people can help review it and maybe help test it, that would be nice.

https://github.com/jtoomim/p2pool/commits/1mb_segwit


In order to expedite this as much as possible, p2pool.org is now running this code on Mainnet, cuurently downloading the share chain.

I posted the segwit PR in November last year. Jtoomim has now included it without modifications (except for the version number change) in his 1MB fork. It has been running on vertcoin for months with great success.

Why are you testing jtoomim's fork now when the exact same code has been available since last year?
legendary
Activity: 1258
Merit: 1027
Sorry this took so long. I haven't fully tested this to make sure it works on testnet and can make segwit blocks, but if people can help review it and maybe help test it, that would be nice.

https://github.com/jtoomim/p2pool/commits/1mb_segwit


In order to expedite this as much as possible, p2pool.org is now running this code on Mainnet, cuurently downloading the share chain.
hero member
Activity: 818
Merit: 1006
Sorry this took so long. I haven't fully tested this to make sure it works on testnet and can make segwit blocks, but if people can help review it and maybe help test it, that would be nice.

https://github.com/jtoomim/p2pool/commits/1mb_segwit

Segwit compatibility stuff starts with the July 19th commits.

For the UAHF, I have an idea for how to deal with it. Each time we receive a share, we can query our bitcoind to see whether that share's previousblockhash refers to a valid block hash in our bitcoind's blockchain (via the getblockheader RPC). If it is, we accept the share and memoize that hash. If it isn't, we ignore that share. This should allow people to mine on either blockchain without needing to worry about people getting valid shares while mining on the other blockchain.

Unfortunately, I'm very busy right now with datacenter stuff, so I don't know when I'll have a chance to implement this.
sr. member
Activity: 351
Merit: 410
As a new miner in this pool how do I know which fork I am in?

If you cloned P2Pool from https://github.com/p2pool/p2pool, then you are on the main P2Pool branch.

If you cloned P2Pool from https://github.com/jtoomim/p2pool/tree/1mb_hardforked, https://github.com/jtoomim/p2pool/tree/lowmem, or https://github.com/jtoomim/p2pool/tree/1mb_segwit, then you are on jtoomim's fork.

Also, the protocol version number on the main P2Pool branch is 16, while the protocol version number on jtoomim's fork is 32. You may find this by clicking on any share under the "My Shares" section of your P2Pool node's web frontend.

What is this all about?

2017-08-02 16:03:15.482000 Punishing share for 'Block-stale detected! height(5435887388abccffb3a282c994c986d6a893cd8a0f94bc) < height(13b061b122ac7c84e3fb81ca6c62554ae4e2aea3b26e30e)

Please refer to https://bitcointalksearch.org/topic/m.18580559.
newbie
Activity: 31
Merit: 0
Correct, jtoomimnet finally found a block. It's been 2 months 2 days since the last one.

SixOfFive: I would like to have p2pool support both branches of the hard fork, but making p2pool fork-aware will take a bit of work. I've been really busy recently with an 8 MW datacenter project we are now starting, so I haven't had as much time to dedicate to p2pool as I'd like, but I'll try to get it working eventually. It probably will not be ready for the launch date, though.

SegWit support is in beta on both mainnet and jtoomimnet. I need to finish some testing on the new code ASAP. I should probably just push it to my github so that others can help test it. I'll try to at least do that much today.

As a new miner in this pool how do I know which fork I am in?
Second:
what does this mean? Twisted doesn't have abortConnection! Upgrade to a newer version of Twisted to avoid memory leaks!

Third:
What is this all about?

2017-08-02 16:03:15.482000 Punishing share for 'Block-stale detected! height(5435887388abccffb3a282c994c986d6a893cd8a0f94bc) < height(13b061b122ac7c84e3fb81ca6c62554ae4e2aea3b26e30e)
newbie
Activity: 6
Merit: 0
i recently setup a p2pool server that is pretty reliable low latency, good bandwidth 72.5.167.41:9332
sr. member
Activity: 443
Merit: 251
How can I run p2pool in background? (linux version)
Have user interface?
You can use a docker container of p2pool.
hero member
Activity: 496
Merit: 500
Correct, jtoomimnet finally found a block. It's been 2 months 2 days since the last one.

SixOfFive: I would like to have p2pool support both branches of the hard fork, but making p2pool fork-aware will take a bit of work. I've been really busy recently with an 8 MW datacenter project we are now starting, so I haven't had as much time to dedicate to p2pool as I'd like, but I'll try to get it working eventually. It probably will not be ready for the launch date, though.

SegWit support is in beta on both mainnet and jtoomimnet. I need to finish some testing on the new code ASAP. I should probably just push it to my github so that others can help test it. I'll try to at least do that much today.
Ok
So when you remember the hobby miners say something  Grin
hero member
Activity: 818
Merit: 1006
Correct, jtoomimnet finally found a block. It's been 2 months 2 days since the last one.

SixOfFive: I would like to have p2pool support both branches of the hard fork, but making p2pool fork-aware will take a bit of work. I've been really busy recently with an 8 MW datacenter project we are now starting, so I haven't had as much time to dedicate to p2pool as I'd like, but I'll try to get it working eventually. It probably will not be ready for the launch date, though.

SegWit support is in beta on both mainnet and jtoomimnet. I need to finish some testing on the new code ASAP. I should probably just push it to my github so that others can help test it. I'll try to at least do that much today.
sr. member
Activity: 630
Merit: 257

Must be on the jtoomim fork, as those of us on forrestv's original just got hosed.
hero member
Activity: 496
Merit: 500
Leaving the ship.  Grin
     http://imgur.com/a/PeCMj
  Ridiculous hashrate  Embarrassed

To which pool are you headed, wise sir?

  At the moment for any one in which I am not harmed !!!
Pages:
Jump to: