Author

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

legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
My internet is terrible. getblock latency is always around 1-1.5 seconds.
It is more like CPU/bitcoind troubles, not internet.
hero member
Activity: 575
Merit: 500
The North Remembers
My internet is terrible. getblock latency is always around 1-1.5 seconds.
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Got cure for giant transfers in TRC nodes:
https://github.com/Rav3nPL/p2pool/commit/1685c53a5dc5f394ecc13345b7bbe61429e5792e
There is at least one badly updated/hacked TRC node that are messing in TRC chain.
Patch is affecting ONLY TRC nodes, can be applied safe in BTC/LTC ones. Maybe more users will run own TRC nodes Smiley

EDIT:
User of node 94.219.146.231 plz update your TRC stuff. Your node is asking for shares over and over...
just block him and its fine?
It is making ~20k/s form 0.5k/s traffic. I can block it, but he will bang to other nodes and make them suffer wasted traffic. I have unlimited bandwidth, but not ever1 have that luxury.
legendary
Activity: 1792
Merit: 1008
/dev/null
Got cure for giant transfers in TRC nodes:
https://github.com/Rav3nPL/p2pool/commit/1685c53a5dc5f394ecc13345b7bbe61429e5792e
There is at least one badly updated/hacked TRC node that are messing in TRC chain.
Patch is affecting ONLY TRC nodes, can be applied safe in BTC/LTC ones. Maybe more users will run own TRC nodes Smiley

EDIT:
User of node 94.219.146.231 plz update your TRC stuff. Your node is asking for shares over and over...
just block him and its fine?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
AFIK there is no way to "forget" node other than delete 'addrs' file from 'data' directory.
Those hits are harmless. Block port on router if it is brothering you much.
I stopped mining p2pool a few weeks ago but I noticed that I'm still getting hits on port 9333 all the time.

Wouldn't p2pool forget my IP address after it's no longer active?
legendary
Activity: 916
Merit: 1003
I stopped mining p2pool a few weeks ago but I noticed that I'm still getting hits on port 9333 all the time.

Wouldn't p2pool forget my IP address after it's no longer active?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Got cure for giant transfers in TRC nodes:
https://github.com/Rav3nPL/p2pool/commit/1685c53a5dc5f394ecc13345b7bbe61429e5792e
There is at least one badly updated/hacked TRC node that are messing in TRC chain.
Patch is affecting ONLY TRC nodes, can be applied safe in BTC/LTC ones. Maybe more users will run own TRC nodes Smiley

EDIT:
User of node 94.219.146.231 plz update your TRC stuff. Your node is asking for shares over and over...
legendary
Activity: 1792
Merit: 1008
/dev/null
My getwork latency is 0.211s mean. Had one spike up to 0.8s
I dont know if its good or bad. Whats your latency?
Also how can i optimize?

Use bitcoind from git.
Put bitcoind on SSD disk if you have.
Or use some RAID array.

On my RAID1 (mirror) with 2 disk 10k RPM i have under 0.1 latancy (now  is 0.0539s mean)

even better, use it over ext4 for extreme caching speed Tongue
also renicing it to -10 gives ALOT of latency reduce
I hadn't thought about using nice or ext4. I'll have to try that.

I think ionice might help even more.
ionice is unecessary with ext4.
Really? Why is that? A quick google search didn't turn up anything.

I'm on ext3, so I'll play with ionice anyway
ext3 has some seconds until a flush of queue is forced, ext4 up to 120 seconds, therefore u can read/write alot (my ext4 got 4GB buffer Tongue depends on system/kernel settings) and therefore u can easely write/read stuff without the need for flushing it instantly, therefore new miners will get the work and some seconds later it gets flushed to disk Wink ionice is good if there is continues rw going on @ the HD, but if you do all these operations in cache anyway it dosnt matter. you should ionice it to -c 3 (idle) otherwise the whole system may hang while its being flushed (then even p2pool cant write to its sharechain). sry for all the typos, tired as hell, gtg sleep Tongue
hero member
Activity: 742
Merit: 500
My getwork latency is 0.211s mean. Had one spike up to 0.8s
I dont know if its good or bad. Whats your latency?
Also how can i optimize?

Use bitcoind from git.
Put bitcoind on SSD disk if you have.
Or use some RAID array.

On my RAID1 (mirror) with 2 disk 10k RPM i have under 0.1 latancy (now  is 0.0539s mean)

even better, use it over ext4 for extreme caching speed Tongue
also renicing it to -10 gives ALOT of latency reduce
I hadn't thought about using nice or ext4. I'll have to try that.

I think ionice might help even more.
ionice is unecessary with ext4.
Really? Why is that? A quick google search didn't turn up anything.

I'm on ext3, so I'll play with ionice anyway
legendary
Activity: 1792
Merit: 1008
/dev/null
My getwork latency is 0.211s mean. Had one spike up to 0.8s
I dont know if its good or bad. Whats your latency?
Also how can i optimize?

Use bitcoind from git.
Put bitcoind on SSD disk if you have.
Or use some RAID array.

On my RAID1 (mirror) with 2 disk 10k RPM i have under 0.1 latancy (now  is 0.0539s mean)

even better, use it over ext4 for extreme caching speed Tongue
also renicing it to -10 gives ALOT of latency reduce
I hadn't thought about using nice or ext4. I'll have to try that.

I think ionice might help even more.
ionice is unecessary with ext4.
hero member
Activity: 742
Merit: 500
My getwork latency is 0.211s mean. Had one spike up to 0.8s
I dont know if its good or bad. Whats your latency?
Also how can i optimize?

Use bitcoind from git.
Put bitcoind on SSD disk if you have.
Or use some RAID array.

On my RAID1 (mirror) with 2 disk 10k RPM i have under 0.1 latancy (now  is 0.0539s mean)

even better, use it over ext4 for extreme caching speed Tongue
also renicing it to -10 gives ALOT of latency reduce
I hadn't thought about using nice or ext4. I'll have to try that.

I think ionice might help even more.
legendary
Activity: 1792
Merit: 1008
/dev/null
My getwork latency is 0.211s mean. Had one spike up to 0.8s
I dont know if its good or bad. Whats your latency?
Also how can i optimize?

Use bitcoind from git.
Put bitcoind on SSD disk if you have.
Or use some RAID array.

On my RAID1 (mirror) with 2 disk 10k RPM i have under 0.1 latancy (now  is 0.0539s mean)

even better, use it over ext4 for extreme caching speed Tongue
also renicing it to -10 gives ALOT of latency reduce
legendary
Activity: 1792
Merit: 1008
/dev/null
just wanted to test LTC and p2pool with LTC, litecoind is missing the submitblock RCP call and therefore it dosnt work, anoyne encountered this before?
https://github.com/litecoin-project/litecoin/issues/20

EDIT: nvm, p2pool still was using bitcoin logic even with --net litecoin, after restarting several times it worked.
member
Activity: 72
Merit: 10
My getwork latency is 0.211s mean. Had one spike up to 0.8s
I dont know if its good or bad. Whats your latency?
Also how can i optimize?

Use bitcoind from git.
Put bitcoind on SSD disk if you have.
Or use some RAID array.

On my RAID1 (mirror) with 2 disk 10k RPM i have under 0.1 latancy (now  is 0.0539s mean)
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Perfectly acceptable, I came back to edit that I learned the solution but was too late. I am a bit of a dumbass :p
You can also always: http://bit.ly/ZHDo8R Smiley
sr. member
Activity: 383
Merit: 250
Excuse me for the dumb question, but how do I look at my stats and graphs ? I know it's the PC IP but what is the total adresss...?

http://ip-address-of-your-p2pool-node-goes-here:9332/static/

So, if you are running it all on the same computer it would be:

http://127.0.0.1:9332/static/

Or you could have just done the basic of research and read the OP which would have led you to the wiki.

See the section "Web interface" at the following address:
https://en.bitcoin.it/wiki/P2Pool

In summery, the question was only made dumb because you were too lazy to do any reading for yourself.

Sorry if this is sounding harsh, it just gets old when people keep asking simple information of other people when they have not even bothered to try to find out for themselves.
then why u answer such questions?

I was in a good mood. Just saw The Hobbit and took a nap. Hopefully calling the person out on it will do some good and he/she will do some basic research next time. Smiley
legendary
Activity: 1792
Merit: 1008
/dev/null
Excuse me for the dumb question, but how do I look at my stats and graphs ? I know it's the PC IP but what is the total adresss...?

http://ip-address-of-your-p2pool-node-goes-here:9332/static/

So, if you are running it all on the same computer it would be:

http://127.0.0.1:9332/static/

Or you could have just done the basic of research and read the OP which would have led you to the wiki.

See the section "Web interface" at the following address:
https://en.bitcoin.it/wiki/P2Pool

In summery, the question was only made dumb because you were too lazy to do any reading for yourself.

Sorry if this is sounding harsh, it just gets old when people keep asking simple information of other people when they have not even bothered to try to find out for themselves.
then why u answer such questions?
sr. member
Activity: 364
Merit: 250
Perfectly acceptable, I came back to edit that I learned the solution but was too late. I am a bit of a dumbass :p
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Excuse me for the dumb question, but how do I look at my stats and graphs ? I know it's the PC IP but what is the total adresss...?
:9332 for BTC
:9327 for LTC
:9322 for TRC
depends on node type.
It is also written in log, just after node start.
sr. member
Activity: 383
Merit: 250
Excuse me for the dumb question, but how do I look at my stats and graphs ? I know it's the PC IP but what is the total adresss...?

http://ip-address-of-your-p2pool-node-goes-here:9332/static/

So, if you are running it all on the same computer it would be:

http://127.0.0.1:9332/static/

Or you could have just done the basic of research and read the OP which would have led you to the wiki.

See the section "Web interface" at the following address:
https://en.bitcoin.it/wiki/P2Pool

In summery, the question was only made dumb because you were too lazy to do any reading for yourself.

Sorry if this is sounding harsh, it just gets old when people keep asking simple information of other people when they have not even bothered to try to find out for themselves.
Jump to: