kgb2mining
Member
Offline
Activity: 112
Merit: 10
|
|
August 26, 2014, 03:07:12 AM |
|
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!
|
|
|
|
|
bryonp
Member
Offline
Activity: 85
Merit: 10
|
|
August 26, 2014, 11:48:52 AM |
|
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
Activity: 1708
Merit: 1020
|
|
August 26, 2014, 12:35:47 PM |
|
How often does p2pool query namecoind getblockaux? I would like to make sure the namecoind internal recalculation time step makes sense.
|
|
|
|
hamburgerhelper
Member
Offline
Activity: 83
Merit: 10
|
|
August 26, 2014, 12:38:24 PM |
|
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: 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
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
|
|
August 26, 2014, 01:07:15 PM |
|
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
Activity: 112
Merit: 10
|
|
August 26, 2014, 03:17:40 PM |
|
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.
|
|
|
|
|
|
EErik
Newbie
Offline
Activity: 26
Merit: 0
|
|
August 27, 2014, 01:11:01 PM |
|
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.jpgspecs: 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
Activity: 1258
Merit: 1027
|
|
August 27, 2014, 01:25:06 PM |
|
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... blockmaxsize = 500000 mintxfee = 0.0001 minrelaytxfee = 0.0001
|
|
|
|
EErik
Newbie
Offline
Activity: 26
Merit: 0
|
|
August 27, 2014, 01:59:51 PM |
|
Give this a try... 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
Activity: 1258
Merit: 1027
|
|
August 27, 2014, 02:16:12 PM Last edit: August 27, 2014, 03:40:17 PM by windpath |
|
...
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 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: > ######################################## > Warning: LOST CONTACT WITH BITCOIND for 1.0 minutes! Check that it isn't frozen or dead! > ########################################
|
|
|
|
kgb2mining
Member
Offline
Activity: 112
Merit: 10
|
|
August 27, 2014, 03:42:24 PM |
|
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
|
|
August 27, 2014, 04:30:59 PM |
|
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
|
|
|
|
EErik
Newbie
Offline
Activity: 26
Merit: 0
|
|
August 27, 2014, 05:16:03 PM Last edit: August 27, 2014, 05:47:09 PM by EErik |
|
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 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: > ######################################## > 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
Activity: 112
Merit: 10
|
|
August 27, 2014, 05:50:41 PM |
|
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
Activity: 26
Merit: 0
|
|
August 27, 2014, 08:11:43 PM |
|
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
Activity: 1258
Merit: 1027
|
|
August 27, 2014, 08:17:55 PM |
|
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
Activity: 1258
Merit: 1027
|
|
August 28, 2014, 03:23:54 AM |
|
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...
|
|
|
|
|