Author

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

legendary
Activity: 1258
Merit: 1027
Just an update folks...

For those of you that had supported CoinCadence's p2pool node by placing an ad or visiting an advertiser, thanks!

While the ads were bringing in a trickle of revenue, they are just not worth it for me to keep running (and I can't stand looking at banner ads either Wink ), soo...

Since bitcoin can bring so much to the table we thought we would try integrating with bitcoin micro-payment services (ChangeTip and CoinBase to start) and see how things go.

If you use the CoinCadence p2pool node, and like what you see consider sending a tip, if there is a feature your dying for send the suggestion with with a bigger tip  Grin...

Also, today we released a new Bitcoin Transaction Volume section on CoinCadence.com, it is in response to the great feedback we got on Reddit about some data mining I did on the blockchain.

You can see the post here:
TIL: Where the Bitcoins at… Mysteries of the Blockchain

The first iteration on the site only contains transaction volume data, more to come...

Cheers!
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
I think this is being lost on some folks.

Maybe releasing the code would cure that?....... Wink
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
I have a miner that runs continuously on the pool, but is has not processed a share since i rebooted the server do to having to move its location.  The block was found about 4am this morning and there was no pay ut to that miner, is that due to not finding a share, it is a older antminer s1 so kind of slow at 180gh


It'll take a while at 180gh/s.  I'd argue that you should have at least 1 th/s to be on a conventional p2pool node.

M

Rubbish...  You can get regular weekly payouts on P2Pool with as little as 10MH/s if you mine on NastyPool with the -PoP flag enabled.   Tongue

lol... you'll notice he wrote "conventional p2pool node".  10MH/s... you'd be better off hitting a faucet Smiley

Yes, I worded it that way intentionally. Smiley

M

I did notice.  However, NastyPool is a default p2pool node.  It couldn't be more conventional. The addition of our optional payout method is done completely outside of p2pool software.  I think this is being lost on some folks.
full member
Activity: 312
Merit: 100
Bcnex - The Ultimate Blockchain Trading Platform
I run a 180 ghz and a 1 th miner on the pool. until my next order.
legendary
Activity: 1540
Merit: 1001
I have a miner that runs continuously on the pool, but is has not processed a share since i rebooted the server do to having to move its location.  The block was found about 4am this morning and there was no pay ut to that miner, is that due to not finding a share, it is a older antminer s1 so kind of slow at 180gh


It'll take a while at 180gh/s.  I'd argue that you should have at least 1 th/s to be on a conventional p2pool node.

M

Rubbish...  You can get regular weekly payouts on P2Pool with as little as 10MH/s if you mine on NastyPool with the -PoP flag enabled.   Tongue
lol... you'll notice he wrote "conventional p2pool node".  10MH/s... you'd be better off hitting a faucet Smiley

Yes, I worded it that way intentionally. Smiley

M
full member
Activity: 238
Merit: 100
hi
desided to give it a try, installed local behind NAT p2pool and run it ~2.78THs for a while to see
any recommendation welcome
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
I have a miner that runs continuously on the pool, but is has not processed a share since i rebooted the server do to having to move its location.  The block was found about 4am this morning and there was no pay ut to that miner, is that due to not finding a share, it is a older antminer s1 so kind of slow at 180gh


It'll take a while at 180gh/s.  I'd argue that you should have at least 1 th/s to be on a conventional p2pool node.

M

Rubbish...  You can get regular weekly payouts on P2Pool with as little as 10MH/s if you mine on NastyPool with the -PoP flag enabled.   Tongue
lol... you'll notice he wrote "conventional p2pool node".  10MH/s... you'd be better off hitting a faucet Smiley
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
I have a miner that runs continuously on the pool, but is has not processed a share since i rebooted the server do to having to move its location.  The block was found about 4am this morning and there was no pay ut to that miner, is that due to not finding a share, it is a older antminer s1 so kind of slow at 180gh


It'll take a while at 180gh/s.  I'd argue that you should have at least 1 th/s to be on a conventional p2pool node.

M

Rubbish...  You can get regular weekly payouts on P2Pool with as little as 10MH/s if you mine on NastyPool with the -PoP flag enabled.   Tongue
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
I have a miner that runs continuously on the pool, but is has not processed a share since i rebooted the server do to having to move its location.  The block was found about 4am this morning and there was no pay ut to that miner, is that due to not finding a share, it is a older antminer s1 so kind of slow at 180gh

Your S1 has an expectation of 3.74 days to find a share at the current difficulty level.  Yeah... it's kind of rough.  As mdude77 wrote, a 1TH/s miner is pretty much the entry point to p2pool for expecting to regularly find shares and expecting to get a payout on every block found.  At 1TH/s, you would expect to find a share every 16 hours or so.
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
Is the reward to the miner or the nodes address? It's the miner right?
Reward goes to the miner.

I guess we could look at the code to find out but per https://en.bitcoin.it/wiki/P2Pool under the Payout logic section:

Quote
A subsidy of 0.5% is sent to the node that solved the block in order to discourage not sharing solutions that qualify as a block. (A miner with the aim to harm others could withhold the block, thereby preventing anybody from getting paid. He can NOT redirect the payout to himself.) The remaining 99.5% is distributed evenly to miners based on work done recently.
The reward goes to the miner who found the block, not the node.  Trust me, I've not only looked at the code, but also have found a block and my miner was the one paid out, not my node's address.
member
Activity: 78
Merit: 10
Is the reward to the miner or the nodes address? It's the miner right?
Reward goes to the miner.

I guess we could look at the code to find out but per https://en.bitcoin.it/wiki/P2Pool under the Payout logic section:

Quote
A subsidy of 0.5% is sent to the node that solved the block in order to discourage not sharing solutions that qualify as a block. (A miner with the aim to harm others could withhold the block, thereby preventing anybody from getting paid. He can NOT redirect the payout to himself.) The remaining 99.5% is distributed evenly to miners based on work done recently.
legendary
Activity: 1540
Merit: 1001
I have a miner that runs continuously on the pool, but is has not processed a share since i rebooted the server do to having to move its location.  The block was found about 4am this morning and there was no pay ut to that miner, is that due to not finding a share, it is a older antminer s1 so kind of slow at 180gh


It'll take a while at 180gh/s.  I'd argue that you should have at least 1 th/s to be on a conventional p2pool node.

M
full member
Activity: 312
Merit: 100
Bcnex - The Ultimate Blockchain Trading Platform
I have a miner that runs continuously on the pool, but is has not processed a share since i rebooted the server do to having to move its location.  The block was found about 4am this morning and there was no pay ut to that miner, is that due to not finding a share, it is a older antminer s1 so kind of slow at 180gh
full member
Activity: 312
Merit: 100
Bcnex - The Ultimate Blockchain Trading Platform
Thanks so much.  Still new at this and have my first node up and running.   Working on a new Debian based server and will have to see how that works out better then the windows based servers.  So far the windows one is running great on a older used quad core dual processor desktop with 64bit win 7.  The box is running great. 
legendary
Activity: 1258
Merit: 1027
Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley

You can look at your shares, the 8 character (shortened) "share hash" is the last 8 characters of the block hash (assuming the share found a block), in OG's case:

Block hash: 0000000000000000164109c6391d508781ce46149099a9d64e4d0fecfebf15ad

Share hash on node: febf15ad

I just realized that unfortunately NastyPool does not make the default front-end available at the typical URL (https://www.nastyfans.org:9332/static)...

But if it was there and they did find the block (which I assume they did), you would see the share...

OG/nonnakip: might be worth opening up the default front end (even it only shows your single combined address) for transparencies sake...

Congrats on finding the block Smiley

Edit: here is the share on my node, indeed the Nasty address Smiley
http://minefast.coincadence.com:9332/static/original/share.html#0000000000000000164109c6391d508781ce46149099a9d64e4d0fecfebf15ad
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
2 ways...

First is to look at your logs and you'll see the message that the block was found.
Code:
2014-04-26 04:18:51.302213 GOT BLOCK FROM MINER! Passing to bitcoind!

Second is to look at your payout.  If you found the block you get a 0.125BTC reward for it.

Is the reward to the miner or the nodes address? It's the miner right?
Reward goes to the miner.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
2 ways...

First is to look at your logs and you'll see the message that the block was found.
Code:
2014-04-26 04:18:51.302213 GOT BLOCK FROM MINER! Passing to bitcoind!

Second is to look at your payout.  If you found the block you get a 0.125BTC reward for it.

Is the reward to the miner or the nodes address? It's the miner right?
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
2 ways...

First is to look at your logs and you'll see the message that the block was found.
Code:
2014-04-26 04:18:51.302213 GOT BLOCK FROM MINER! Passing to bitcoind!

Second is to look at your payout.  If you found the block you get a 0.125BTC reward for it.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
it's on the node logs. something like Block found passing to network.
full member
Activity: 312
Merit: 100
Bcnex - The Ultimate Blockchain Trading Platform
Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
Jump to: