Bitcoin Forum
May 11, 2024, 02:39:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 [519] 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591641 times)
kgb2mining
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
August 26, 2014, 03:07:12 AM
 #10361

Just grabbed the new version, working perfectly.  Also adding -Xmx my virt mem went from 11GB down to 2GB usage, so I'm a happy camper.

Great work Matt!
1715438354
Hero Member
*
Offline Offline

Posts: 1715438354

View Profile Personal Message (Offline)

Ignore
1715438354
Reply with quote  #2

1715438354
Report to moderator
1715438354
Hero Member
*
Offline Offline

Posts: 1715438354

View Profile Personal Message (Offline)

Ignore
1715438354
Reply with quote  #2

1715438354
Report to moderator
1715438354
Hero Member
*
Offline Offline

Posts: 1715438354

View Profile Personal Message (Offline)

Ignore
1715438354
Reply with quote  #2

1715438354
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715438354
Hero Member
*
Offline Offline

Posts: 1715438354

View Profile Personal Message (Offline)

Ignore
1715438354
Reply with quote  #2

1715438354
Report to moderator
EErik
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
August 26, 2014, 11:45:25 AM
 #10362

hello I modified blixnood frontend making a version with a dark theme ... if someone likes you can download it from here https://github.com/erikyo/P2PoolExtendedFrontEnd

preview: http://2.234.55.84:9332/static/
bryonp
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
August 26, 2014, 11:48:52 AM
 #10363

Just grabbed the new version, working perfectly.  Also adding -Xmx my virt mem went from 11GB down to 2GB usage, so I'm a happy camper.

Great work Matt!


Hey guys, running windows 8.0 Bitcoin core and my p2pool node.
Is there anyway for me to get this all up and running with this sort of setup?
I cant figure out how you guys are doing this.

Must I be running lenox?

Any info would be much much appreciated....
Thanks.
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
August 26, 2014, 12:35:47 PM
 #10364

How often does p2pool query namecoind getblockaux? I would like to make sure the namecoind internal recalculation time step makes sense.
hamburgerhelper
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
August 26, 2014, 12:38:24 PM
 #10365

Just grabbed the new version, working perfectly.  Also adding -Xmx my virt mem went from 11GB down to 2GB usage, so I'm a happy camper.

Great work Matt!


Hey guys, running windows 8.0 Bitcoin core and my p2pool node.
Is there anyway for me to get this all up and running with this sort of setup?
I cant figure out how you guys are doing this.

Must I be running lenox?

Any info would be much much appreciated....
Thanks.

You should be able to download the latest Java JRE from Oracle, then run the same command:

Code:
java -Xmx100m -jar DRIVE:\PATH\TO\RelayNodeClient.jar public.YOURRELAYREGION.relay.mattcorallo.com 127.0.0.1:8333

I'm not a Windows user, so I might have a minor detail wrong, but Java is cross-platform and works on many operating systems.
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
August 26, 2014, 01:07:15 PM
 #10366

hello I modified blixnood frontend making a version with a dark theme ... if someone likes you can download it from here https://github.com/erikyo/P2PoolExtendedFrontEnd

preview: http://2.234.55.84:9332/static/

What's with the cats?

How often does p2pool query namecoind getblockaux? I would like to make sure the namecoind internal recalculation time step makes sense.
Great question.  I'll look into the code to see if I can find the answer for you.  If somebody happens to know this off the top of your head, please respond to phelix.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
kgb2mining
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
August 26, 2014, 03:17:40 PM
 #10367

Hey guys, running windows 8.0 Bitcoin core and my p2pool node.
Is there anyway for me to get this all up and running with this sort of setup?
I cant figure out how you guys are doing this.

Must I be running lenox?

Any info would be much much appreciated....
Thanks.

Three simple steps:
1) Go to http://www.java.com and download and install the executable installer for your platform.  You only need the JRE, not the full JDK.
2) Open a cmd prompt (I think it's now powershell in Win8?) and navigate to the "bin" subdirectory where java installed itself.
3) Execute the same commandline as above.

Now, there are enhancements you can do to this, namely putting it into a batch file and running it in the background (i.e. as a service) so that it will run without needing the powershell window open all the time.  However since I'm not a windows guy you'll have to do some research on the best way to achieve that.

But, those 3 steps should get you up and running quickly for now.

bitcoiner23
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
August 27, 2014, 11:00:12 AM
 #10368

the page http://p2pool.info/luck/ don't work.
http://p2pool.info/scripts/p2pool-luck.js tries to load /stats and /blocks?all=true. it should be /data/stats and /data/blocks?all=true
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
August 27, 2014, 12:55:09 PM
 #10369

the page http://p2pool.info/luck/ don't work.
http://p2pool.info/scripts/p2pool-luck.js tries to load /stats and /blocks?all=true. it should be /data/stats and /data/blocks?all=true

p2pool.info has been inaccurate for some time, try http://minefast.coincadence.com/p2pool-stats.php
EErik
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
August 27, 2014, 01:11:01 PM
 #10370

Hello I have a problem with a p2pool that I have installed on my computer ... I have the "Bitcoind GetBlockTemplate Latency" very high (avarage 646ms, max over 1s), you have some advice to improve performance? my pool is this http://2.234.55.84:9332/

http://s7.postimg.org/3z8nzrddj/Schermata_da_2014_08_27_14_38_50.jpg

specs:
server pool: toshiba tecra s10 (2x intel P8600 2.4 GHz - 4 g ram - hd wd scorpio black)

Internet connection: 100mbit

bitcoin.conf:

rpcuser = MYREALUSER
rpcpassword = MYREALPASSWORD
server = 1
blockmaxsize = 1000000
mintxfee = 0.00001
minrelaytxfee = 0.000001
maxconnections = 15
addNode = bitseed.xf2.org
addNode = dnsseed.bluematt.me
addNode = seed.bitcoin.sipa.be
addNode = dnsseed.bitcoin.dashjr.org
addNode = bitcoin.coinprism.com
addNode = btcnode1.evolyn.net
addNode = InductiveSoul.US
addNode = archivum.info

Thanks in advance Erik
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
August 27, 2014, 01:25:06 PM
 #10371

Hello I have a problem with a p2pool that I have installed on my computer ... I have the "Bitcoind GetBlockTemplate Latency" very high (avarage 646ms, max over 1s), you have some advice to improve performance? my pool is this http://2.234.55.84:9332/



specs:
server pool: toshiba tecra s10 (2x intel P8600 2.4 GHz - 4 g ram - hd wd scorpio black)

Internet connection: 100mbit

bitcoin.conf:

rpcuser = MYREALUSER
rpcpassword = MYREALPASSWORD
server = 1
blockmaxsize = 1000000
mintxfee = 0.00001
minrelaytxfee = 0.000001
maxconnections = 15
addNode = bitseed.xf2.org
addNode = dnsseed.bluematt.me
addNode = seed.bitcoin.sipa.be
addNode = dnsseed.bitcoin.dashjr.org
addNode = bitcoin.coinprism.com
addNode = btcnode1.evolyn.net
addNode = InductiveSoul.US
addNode = archivum.info

Thanks in advance Erik

Give this a try...

Code:
blockmaxsize = 500000 
mintxfee = 0.0001
minrelaytxfee = 0.0001
EErik
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
August 27, 2014, 01:59:51 PM
 #10372

Give this a try...

Code:
blockmaxsize = 500000 
mintxfee = 0.0001
minrelaytxfee = 0.0001

Thanks windpath for the fast reply! but now I have another noob question... i can reload bitcoind bitcoin.conf without restart p2pool and loose incoming connection? E
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
August 27, 2014, 02:16:12 PM
Last edit: August 27, 2014, 03:40:17 PM by windpath
 #10373

...

Thanks windpath for the fast reply! but now I have another noob question... i can reload bitcoind bitcoin.conf without restart p2pool and loose incoming connection? E

You can, obviously you may miss out on a share during the restart. Your bitcoin peer connections will be lost, but p2pool peers will stay, here is what to expect:

p2pool will throw the following error while it can not reach Bitcoind

Code:
Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 61: Connection refused.

If the bitcoin restart takes more then a minute this message displays in the log and front end:

Code:
> ########################################
> Warning: LOST CONTACT WITH BITCOIND for 1.0 minutes! Check that it isn't frozen or dead!
> ########################################

kgb2mining
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
August 27, 2014, 03:42:24 PM
 #10374


specs:
server pool: toshiba tecra s10 (2x intel P8600 2.4 GHz - 4 g ram - hd wd scorpio black)

Thanks in advance Erik
Laptop?

I would guess your issue is with the hard drive - although it's 7200RPM, it is only a single drive.  You might be better served by replacing it with an SSD, since the local blockchain transactions are disk intensive.

Also, what O/S?  If it's Windows you also might benefit from more than 4GB RAM as well.

CPU should be plenty tho.
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
August 27, 2014, 04:30:59 PM
 #10375

Just grabbed the new version, working perfectly.  Also adding -Xmx my virt mem went from 11GB down to 2GB usage, so I'm a happy camper.

Great work Matt!

Got mine up & running today - just a heads up though, there's been another update to it  Wink

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
EErik
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
August 27, 2014, 05:16:03 PM
Last edit: August 27, 2014, 05:47:09 PM by EErik
 #10376


You can, obviously you may miss out on a share during the restart. Your bitcoin peer connections will be lost, but p2pool peers will stay, here is what to expect:

p2pool will throw the following error while it can not reach Bitcoind

Code:
Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 61: Connection refused.

If the bitcoin restart takes more then a minute this message displays in the log and front end:

Code:
> ########################################
> Warning: LOST CONTACT WITH BITCOIND for 1.0 minutes! Check that it isn't frozen or dead!
> ########################################



ok and thanks for the reply, so if I understand it, restart your bitcoin wallet does not create any problem (apart from losing a share if it happens at the time of the reboot)


specs:
server pool: toshiba tecra s10 (2x intel P8600 2.4 GHz - 4 g ram - hd wd scorpio black)

Thanks in advance Erik
Laptop?

I would guess your issue is with the hard drive - although it's 7200RPM, it is only a single drive.  You might be better served by replacing it with an SSD, since the local blockchain transactions are disk intensive.

Also, what O/S?  If it's Windows you also might benefit from more than 4GB RAM as well.

CPU should be plenty tho.

is an experimental configuration to see if it works, surely if all goes well I will invest some money in a faster computer.

The HD is 7200rpm, but I'm going to replace it with a ssd

Operating system is openSUSE linux, cpu utilization varies between 20% and 70%, I have 4 gb of ram in total and by now they are only used 2.6
kgb2mining
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
August 27, 2014, 05:50:41 PM
 #10377

ok and thanks for the reply, so if I understand it, restart your bitcoin wallet does not create any problem (apart from losing a share if it happens at the time of the reboot)
Correct, you'll just chance losing a share if it were to happen during your restart.  Otherwise no worries.  I have done it multiple times where I just restart bitcoind without touching P2Pool and it recovers nicely.

is an experimental configuration to see if it works, surely if all goes well I will invest some money in a faster computer.

The HD is 7200rpm, but I'm going to replace it with a ssd

Using openSUSE linux, cpu utilization varies between 20% and 70%, I have 4 gb of ram in total and by now they are only used 2.6
Ok, that sounds fine.  I'm thinking the disk will really help with the GBT.  1s is not good, but it's workable for now especially if you're just testing it and have plans for something beefier later.  I would just caution you that if you are running the wallet on the same "server" you take plenty of backups... with only a single drive if it goes you'll lose everything if you don't have backups.

And, I would also suggest that if you are planning on opening your node to be public (and possible even if not), if you have the resources, run your wallet on a totally different machine.  This way if something bad were to happen (hack)  your wallet won't be compromised. 
EErik
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
August 27, 2014, 08:11:43 PM
 #10378

Ok, that sounds fine.  I'm thinking the disk will really help with the GBT.  1s is not good, but it's workable for now especially if you're just testing it and have plans for something beefier later.  I would just caution you that if you are running the wallet on the same "server" you take plenty of backups... with only a single drive if it goes you'll lose everything if you don't have backups.

And, I would also suggest that if you are planning on opening your node to be public (and possible even if not), if you have the resources, run your wallet on a totally different machine.  This way if something bad were to happen (hack)  your wallet won't be compromised. 

Right, good idea! I'll do a daily auto-backup on a usb stick. Just copy the folder "data" or is it better that I do I copy the whole folder directly "p2p-master"?

With regard to the possibility that something bad happens :-(  I made start the pool with the option "--address" which, as far I understand, it sends the payout of the pool to another address different than the wallet of the pool. is that right?
This idea, however, I hold in consideration because surely could raise a bit of work to my poor toshiba...

I had think a laptop was sufficient to run the p2pool because I noticed that system requirements not too exorbitant, also consumes much less power than a standard desktop, the only thing I regret is not having put a ssd .. .

I hope and I plan it can become a public node, because in Italy there are few p2pool and with a very high ping, but for first I want to fix this glitch ... thanks to all for the help. Erik
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
August 27, 2014, 08:17:55 PM
 #10379

Ok, that sounds fine.  I'm thinking the disk will really help with the GBT.  1s is not good, but it's workable for now especially if you're just testing it and have plans for something beefier later.  I would just caution you that if you are running the wallet on the same "server" you take plenty of backups... with only a single drive if it goes you'll lose everything if you don't have backups.

And, I would also suggest that if you are planning on opening your node to be public (and possible even if not), if you have the resources, run your wallet on a totally different machine.  This way if something bad were to happen (hack)  your wallet won't be compromised. 

Right, good idea! I'll do a daily auto-backup on a usb stick. Just copy the folder "data" or is it better that I do I copy the whole folder directly "p2p-master"?

With regard to the possibility that something bad happens :-(  I made start the pool with the option "--address" which, as far I understand, it sends the payout of the pool to another address different than the wallet of the pool. is that right?
This idea, however, I hold in consideration because surely could raise a bit of work to my poor toshiba...

I had think a laptop was sufficient to run the p2pool because I noticed that system requirements not too exorbitant, also consumes much less power than a standard desktop, the only thing I regret is not having put a ssd .. .

I hope and I plan it can become a public node, because in Italy there are few p2pool and with a very high ping, but for first I want to fix this glitch ... thanks to all for the help. Erik

I would STRONGLY recommend against keeping any private keys on the pool machine.
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
August 28, 2014, 03:23:54 AM
 #10380

Old School P2Poolers...

I reached out to Forrest V for this, but in case he does not reply, or misses a key point; I'm working on putting together a brief history of P2Pool milestones for inclusion in the new P2Pool.org site (launching soon!).

The current planned format is a timeline, so if you know of a key P2Pool milestone/event you remember from the past please share it here so I can include it in the new site...

Pages: « 1 ... 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 [519] 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 ... 814 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!