Author

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

hero member
Activity: 798
Merit: 1000
This was supposedly fixed April 2013 - I'd check your setup:

https://bitcointalksearch.org/topic/m.1978587
it obviously got broken again or there is some requirement we are missing.


Yup, that fix didn't stay fixed.  And it was only for windows.  Mac nodes are still sans memory usage graph. 

Not a huge deal for me either.... I've got 32GB on the box running my node. I just hate seeing a blank graph. Hence the "teensy tiny" request Wink
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
This was supposedly fixed April 2013 - I'd check your setup:

https://bitcointalksearch.org/topic/m.1978587
it obviously got broken again or there is some requirement we are missing.
sr. member
Activity: 379
Merit: 250
Welcome to dogietalk.bs
This was supposedly fixed April 2013 - I'd check your setup:

https://bitcointalksearch.org/topic/m.1978587
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
So now that there are more eyes looking at P2Pool's code... and talk of brainstorming the BIG fix items like variance for smaller miners...

I'd like to make a teensy tiny request... from forrestv, the Templar Crypto Research team, or anyone really...

Could someone fix the Memory Usage graph so that it can actually work on anything other than Linux? 

This is what it looks like on a Mac and Windows (minus my big red arrow and commentary):


Haha I run windows servers and have the same issue. I'm also lucky enough to not really be resource restrained so not a huge issue for me. I agree it would be nice but you'd have to write WMI for windows and god knows what for mac. Essentially though mac is Linux, well close enough, so the task should be somewhat easier.

I was looking at some powershell stuff to feed into the p2pool front end to report on server stats but my coding knowledge just isn't that great.
hero member
Activity: 798
Merit: 1000
So now that there are more eyes looking at P2Pool's code... and talk of brainstorming the BIG fix items like variance for smaller miners...

I'd like to make a teensy tiny request... from forrestv, the Templar Crypto Research team, or anyone really...

Could someone fix the Memory Usage graph so that it can actually work on anything other than Linux? 

This is what it looks like on a Mac and Windows (minus my big red arrow and commentary):

hero member
Activity: 798
Merit: 1000
"Just run one... there's no reason to run two instances of Bitcoin Core on same box."

Theres plenty of reasons, but it can be done with just one...

So... what are they?  If it can be done with just one, then it really isn't a reason to run two or more.
full member
Activity: 932
Merit: 100
arcs-chain.com
"Just run one... there's no reason to run two instances of Bitcoin Core on same box."

Theres plenty of reasons, but it can be done with just one...
hero member
Activity: 798
Merit: 1000


yes of course, running a second is impossible
[ /quote]

What about chrooted bitcoind? Put it in jail perhaps
Why would you want two separate bitcoind's on the same machine? What problem are you trying to solve?

You can run one instance for mining --without-wallet and other for coins maybe?

1. Why?
2. Port contention issues.
3. Space Issues (inefficient use of space to have two Blockchains stored and sharing a Blockchain between two daemons is not advisable)
3. Why again?

Just run one... there's no reason to run two instances of Bitcoin Core on same box.

Usual caveats apply regarding Merged Coins and co-existing *coind instances...blah blah.. Smiley
full member
Activity: 932
Merit: 100
arcs-chain.com


yes of course, running a second is impossible
[ /quote]

What about chrooted bitcoind? Put it in jail perhaps
Why would you want two separate bitcoind's on the same machine? What problem are you trying to solve?

You can run one instance for mining --without-wallet and other for coins maybe, security..
legendary
Activity: 1540
Merit: 1001
Another thing I'd add to the list...

Fix being able to get lots of transactions without GetBlocktemplate Latency going through the roof.  OR something that alleviates the problem.  Long term p2pool isn't going to cut it if it can't get transactions.

M
Is that reliant on bitcoind only or also peers? I've been doing some tuning of bitcoind but struggle to keep it below 0.5 secs and not topping 1s.
Is that a bitcoind issue or a p2pool issue?

Its not p2pool issue, use ssd disk and should be able to put
blockprioritysize=0
#blockminsize=2000
blockmaxsize=1000000
mintxfee=0.00001
minrelaytxfee=0.00001

With just 0.2s, with merged mining namecoin, fusioncoin, ixcoin and devcoin

I don't have control over the disk being used, as I'm using a VPS.  My maxconn is at 50, though, maybe that's my issue.  I'll tweak it and see what happens.

Thanks!

M
hero member
Activity: 798
Merit: 1000
So, I can use one bitcoind to both run as a full Bitcoin node, AND also run a p2pool node? 


Yup
hero member
Activity: 1246
Merit: 501
So, I can use one bitcoind to both run as a full Bitcoin node, AND also run a p2pool node? 
sr. member
Activity: 295
Merit: 250


yes of course, running a second is impossible
[ /quote]

What about chrooted bitcoind? Put it in jail perhaps
Why would you want two separate bitcoind's on the same machine? What problem are you trying to solve?
full member
Activity: 932
Merit: 100
arcs-chain.com


yes of course, running a second is impossible
[/quote]

What about chrooted bitcoind? Put it in jail perhaps
legendary
Activity: 2912
Merit: 1060
It's been a while since I played with p2pool. 

Can I have a full bitcoin node running, and use that same bitcoind to run p2pool?  I'm thinking not, due to the rpcpassword stuff, or is that separate?

yes of course, running a second is impossible
full member
Activity: 932
Merit: 100
arcs-chain.com
Sun Jun 22 2014 11:59:24 GMT+0300 (EEST)   0.0489
Sun Jun 22 2014 11:56:36 GMT+0300 (EEST)   0.0662
Sun Jun 22 2014 11:53:48 GMT+0300 (EEST)   0.0334
Sun Jun 22 2014 11:51:00 GMT+0300 (EEST)   0.0242
Sun Jun 22 2014 11:48:12 GMT+0300 (EEST)   0.0162
Sun Jun 22 2014 11:45:24 GMT+0300 (EEST)   0.0175

This is getblocktemplate latency with 0.0001 fees...

.bitcoin .namecoin .devcoin .fusioncoin .ixcoin directorys are moved to a small 60gb ssd with nothing else there as mentioned earlier.

If blocks gets corrupted, its only umount /home/username/.coindir and restart client not the bootstrap project - if you have it there, then when its up to date shutdown client and cp -Rp /home/username/.coindir /mnt/.coindir remount it and restart client...
hero member
Activity: 1246
Merit: 501
It's been a while since I played with p2pool. 

Can I have a full bitcoin node running, and use that same bitcoind to run p2pool?  I'm thinking not, due to the rpcpassword stuff, or is that separate?
full member
Activity: 932
Merit: 100
arcs-chain.com
Can Coin Cadence P2P Bitcoin Mining Pool frontend be dowloaded , it doesnt look so "beta" to me, I think it looks great and want to try it because it has many things in one place...
full member
Activity: 932
Merit: 100
arcs-chain.com

blockprioritysize=0 prevents 0 fee transactions


On my node, I set that to 196kB out of 500kB.

The fees are mainly to prevent spam, and are mainly a bonus at this point.

Between 12% hardware error rate, 20% penalty for no long polling, and another 10% for slow CPU lag (probably 3 seconds), I am getting 43% local DOA though.


Hard numbers?
legendary
Activity: 1008
Merit: 1001
Let the chips fall where they may.

blockprioritysize=0 prevents 0 fee transactions


On my node, I set that to 196kB out of 500kB.

The fees are mainly to prevent spam, and are mainly a bonus at this point.

Between 12% hardware error rate, 20% penalty for no long polling, and another 10% for slow CPU lag (probably 3 seconds), I am getting 43% local DOA though.
Jump to: