Bitcoin Forum
March 19, 2024, 06:59:03 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 [656] 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591571 times)
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
July 19, 2015, 10:03:28 PM
 #13101

Yes.  You will need to stop the currently running p2pool instance, and then start a new one (the python command) for whatever OS you're using.  I posted the Linux/OS X commands.  Somebody who runs a Windows install could give you the proper syntax for that OS.

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.
1710831543
Hero Member
*
Offline Offline

Posts: 1710831543

View Profile Personal Message (Offline)

Ignore
1710831543
Reply with quote  #2

1710831543
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.
1710831543
Hero Member
*
Offline Offline

Posts: 1710831543

View Profile Personal Message (Offline)

Ignore
1710831543
Reply with quote  #2

1710831543
Report to moderator
1710831543
Hero Member
*
Offline Offline

Posts: 1710831543

View Profile Personal Message (Offline)

Ignore
1710831543
Reply with quote  #2

1710831543
Report to moderator
1710831543
Hero Member
*
Offline Offline

Posts: 1710831543

View Profile Personal Message (Offline)

Ignore
1710831543
Reply with quote  #2

1710831543
Report to moderator
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 19, 2015, 10:08:02 PM
 #13102

Got it up and running whit the code you provided. it works on windows you just have to cmd to the folder where p2pool is then use the code along whit it . Thanks guys for the help node up and running =)
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
July 19, 2015, 10:09:21 PM
 #13103

Got it up and running whit the code you provided. it works on windows you just have to cmd to the folder where p2pool is then use the code along whit it . Thanks guys for the help node up and running =)

Well done!

Welcome to the decentralized "in crowd"  Cheesy Grin
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 20, 2015, 10:29:55 AM
 #13104

Thanks m8 Cheesy is there a way to make a better p2pool dashboard site ? edit the html maybe if so where and how.
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
July 20, 2015, 02:33:03 PM
 #13105

There are a number of front ends available...

hardcpp's - https://github.com/hardcpp/P2PoolExtendedFrontEnd
johndoe75's - https://github.com/johndoe75/p2pool-node-status
justino's - https://github.com/justino/p2pool-ui-punchy

Installation is pretty much the same for them all - replace the contents of your web-static folder with it.  In case you want to keep your original (again, commands are *nix based):
Code:
cd p2pool
mv web-static web-static_orig
mkdir web-static
cd web-static
git clone https://github.com/justino/p2pool-ui-punchy.git

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.
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 20, 2015, 06:34:29 PM
Last edit: July 20, 2015, 06:46:41 PM by Tibi
 #13106

just what i was looking for thanks =) PS: do you have have it maybe for win?
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
July 20, 2015, 06:47:20 PM
 #13107

ps : do you have it maybe for windows ?

You can just rename the web-static folder, download the front end of your choice, create a new web-static folder with the front end index and anything else in it, and pull up the page...
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 20, 2015, 07:01:05 PM
 #13108

got it up and running thanks again .
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 21, 2015, 07:05:06 AM
 #13109

Hi all just abit offtopic. I started using p2pool got it setup and running on my local node. Now just a quick qustion how to make my node public so that i can have some of my friends connect to it.

Thanks in advance.
Not off topic at all.  Assuming you have a BTC p2pool node setup, you'll need to open up port 9332.  To be a "good" citizen, you should have the following ports open:

8333 - BTC peers
9333 - p2pool peers
9332 - p2pool miners

Note that opening up 8333 and 9333 will allow multiple peers to connect and you will see higher bandwidth usage.

both of protocols? or just TCP?
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 21, 2015, 07:12:40 AM
 #13110

Howto get latency of bitcoin-qt low? I am just now around 0.5s

Install bitcoin v0.11. Add to your bitcoin.conf:

maxconnections=10

then run bitcoin-qt and look connections in debug witdow. Choose IPs with lowest latencies and add them to your bitcoin.conf. Add there not more then 4 the best.

addnode=x.x.x.x
Bull.
You can do same adding
timeout=150
BUT it will NOT give you better GBT.

Hey I've been trying to optimize my bitcoind for p2pool any tips. As to settings, what kind of peers I should allow, where to find those peers, etc.
What do you think about his I been banning rbf peers kind of an actives activity.
https://www.mail-archive.com/bitcoin-development@lists.sourceforge.net/msg08422.html
Like that you represent in your tag name!

will "timeout=150" parameter of bitcoind allow only peers below that limit? if yes, you are absolutelly correct that should solve it. my gbt is around 0.4 just now with parameters I used (maxconnections=10 and manually choosed addnodes). but I see spikes sometimes (once a day or less often) whose are blocking for a while whole my node... is there any solution to filter it? look graph added

zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
July 21, 2015, 09:52:39 AM
 #13111

I wouldn't pay a lot of attention to GBT latency, unless it's absurdly high... check some other p2pools, the block sizes, and the GBT they're getting.  

Block size will have the biggest impact on your GBT times... more transactions, the higher it goes.  e.g. I put nogleg.com:9332 up just for the hell of it, and the GBT times are super low, because all the blocks being created are just 1 transaction, that's with maxblocksize=1000 set in bitcoin.conf.

ed: less confusing statement:  if you think yours is too high, you could lower that value (default is 1MB now?  or maybe still 750KB) until it maxes out at what you'd like it to max at.  you'll have less transactions included, though.
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 21, 2015, 11:36:26 AM
 #13112

ben mininig for 1.6 days now and still Payout if a block were found NOW: 0 BTC what does this meen ? do i need more THS?
here is the link to the node : 85.165.223.226:9332
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
July 21, 2015, 11:56:10 AM
 #13113

ben mininig for 1.6 days now and still Payout if a block were found NOW: 0 BTC what does this meen ? do i need more THS?
here is the link to the node : 85.165.223.226:9332

I think it means you are not mining to the default address. You currently have 2 miners mining on your node, both using wallet addresses. If these are your only miners then it's all good. Your latency & efficiency are all good also. Only the 1% fee your node charges miners will be paid to the default address.
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 21, 2015, 12:14:36 PM
 #13114

Thanks for the headsup so the defulte addrese is the one shown on the p2pool dashboard after the payout if a block were found NOW: 0 BTC to: Huh Should i make the  miners mine to the defulte addresse ?
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
July 21, 2015, 12:19:39 PM
 #13115

No. The default address is your bitcoind that p2pool is connected to & that p2pool generates when first connected. It's always safer to not have any coins in that wallet anyway. As long as one/all of those bitcoin addresses listed on your node stats page is yours then you're good to go. Everything is fine, really  Wink

Edit:  If you want the default payment address to be a different wallet (safer) you can change it by adding:

Code:
-a your_bitoin_address

..to the p2pool startup command.
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 21, 2015, 12:24:52 PM
 #13116

aha ok cool Cheesy cheers
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
July 21, 2015, 12:29:35 PM
 #13117

aha ok cool Cheesy cheers

No problem. Suggest you change the default address to the one you are mining with on a separate wallet if possible. Then you will see the correct payment due in the default payment stats to the wallet address you specify  Wink
Tibi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 21, 2015, 12:41:12 PM
 #13118

Payments will come when a block is found right ? or better said how frequent should payments come. Huh checked the wallet and no payment came inn Sad
TheAnalogKid
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
July 21, 2015, 01:03:15 PM
 #13119

Payments will come when a block is found right ? or better said how frequent should payments come. Huh checked the wallet and no payment came inn Sad
Typically 12-18 hours after a block is found, as it needs to go through full confirmations before payout.
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
July 21, 2015, 01:13:47 PM
 #13120

Payments will come when a block is found right ? or better said how frequent should payments come. Huh checked the wallet and no payment came inn Sad
Typically 12-18 hours after a block is found, as it needs to go through full confirmations before payout.
That's a little misleading... the payments arrive immediately when the block is found.  They are generated coins, so they show as "Immature" in your wallet.  You must wait the 101 confirmations before you can spend them.

Thanks for the headsup so the defulte addrese is the one shown on the p2pool dashboard after the payout if a block were found NOW: 0 BTC to: Huh Should i make the  miners mine to the defulte addresse ?
The bitcoind I have running my p2pool node doesn't even have the wallet functionality compiled in to it.  It's purpose is to process transactions and create blocks Wink.  I point p2pool to another address as p3yot33at3r described earlier.  In either case, that address exists because p2pool needs to know who to pay any fees to, and also who to pay if a miner is mining on your node with an invalid BTC address.

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.
Pages: « 1 ... 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 [656] 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 ... 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!