Bitcoin Forum
March 19, 2024, 10:58:48 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 707 708 709 710 711 712 713 714 715 716 717 718 719 [720] 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591571 times)
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
February 27, 2016, 05:49:28 PM
 #14381

Hi,

I'm very new to bitcoin mining. I'm following the guide in http://p2pool.in

I have a few question:

When the p2pool start, it creates a wallet in bitcoin core. lets call it Wallet A.

and me and my friend setup the miner with the username Wallet B and Wallet C.

My question is when assuming I get something. Does the payment go to Wallet A or Wallet B and C automatically?

Hey
There are two separate parts to running your own node.
Bitcoin core (Which has wallet capabilities but warning using these wallets while running full node required for p2pool https://bitcoin.org/en/full-node )
P2pool (when you start p2pool using "python run_p2pool.py" add parameter -a {YOUR BITCOIN ADDRESS HERE})
EXAMPLE OF RUNNING P2POOL WITH DEFINED WALLET (python run_p2pool.py -a 1MuRbSfrKi6KErZjGfiMec76dEkt12fbvg)
When you point your miner to p2pool you also define your wallet under worker aka username but setup above will be a backup just in case you messed up something.

Hope this answers it send me a PM if you need any further help.


Can you a little bit explain to me what is the advantage of running full node?
at the moment I only open port 9332 and 9333 so that my friend can connect to my p2pool.
I think I need to open port 8333 to run full node but I don't know what is the advantage of running full node?

as far as I know from jonny explanation is that the BTC address is useless unless someone mine on my p2pool node and not using their BTC address in their username
or unless I want to setup a -f (fee) on my p2pool node to receive fee. otherwise it will not be use for payment ?

In all running a full node connects you with more than 8 peers for an array of purposes mainly in our case mining check the link for exactly what bitcoin core does. Your required to run a full node for p2pool to work properly.

Here a link for more info: https://bitcointalk.org/index.php?topic=153232.0
I recommend you read this full it will answer some questions you may have.

If you set things up right at every step parameter -a could be considered "useless". I think its a must and should be setup just-in-case-shit.

Donate Bitcoin
1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc
Donate TRX
TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
1710845928
Hero Member
*
Offline Offline

Posts: 1710845928

View Profile Personal Message (Offline)

Ignore
1710845928
Reply with quote  #2

1710845928
Report to moderator
1710845928
Hero Member
*
Offline Offline

Posts: 1710845928

View Profile Personal Message (Offline)

Ignore
1710845928
Reply with quote  #2

1710845928
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
notbatman
Legendary
*
Offline Offline

Activity: 2212
Merit: 1038



View Profile
February 28, 2016, 05:35:59 AM
 #14382

It's getting hard to solo mine Ethereum...
donatebitcointome
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
February 28, 2016, 11:19:26 AM
Last edit: February 28, 2016, 01:30:05 PM by donatebitcointome
 #14383

In all running a full node connects you with more than 8 peers for an array of purposes mainly in our case mining check the link for exactly what bitcoin core does. Your required to run a full node for p2pool to work properly.

Here a link for more info: https://bitcointalk.org/index.php?topic=153232.0
I recommend you read this full it will answer some questions you may have.

If you set things up right at every step parameter -a could be considered "useless". I think its a must and should be setup just-in-case-shit.

Thanks luther for the explanation.

So my current setting is as follows:

run bitcoin core with the bitcoin.conf as per http://p2pool.in instruction.
run p2pool with --give-author 0 -a MyBTCAddress

open port 8333, 9332, 9333

did I missing something or I'm good to go?
and another thing I saw many pool use stratum+tcp... is there any noob guide to setup this? I read from slushpool for this protocol.

ohh and I read somewhere that it is better to put /1000+128 with every GHz hash rate I have? and I will have better chance of getting share? Is it true?
Whats the recommended value?

and can anyone tell me what is txfee?
•0% fees and PPLNS earnings. (The tx fee is not paid out to miners for maintaining cost and the bonus for our engineers.)

is Antminer S7 Batch 11 any good not in terms of hash rate but in like durability, etc.?
Can I use this on my own p2pool?

Any good recommended rigs out there?

Why does I see so many A (Accepted Share) in bfgminer but my AS (Active Submission is still 0?
Is there any how much Accepted Share equal to 1 AS ?

Thanks.
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
February 28, 2016, 04:51:41 PM
 #14384

1) Opening ports 9332, 8333 and 9333 means you're running a full BTC node and publicly accessible p2pool node.

2) P2Pool supports stratum by default.  You don't need to do anything.  Just set your miner to use stratum+tcp://your.ip.address:9332

3) Putting "/" and/or "+" doesn't increase your odds of finding a share.  Well... the "/" *might* if you're mining on a node that has a ton of hashing power and defaults to a share value higher than p2pool minimum... but not really relevant if you're the only miner on the node.

4) Transaction fees are the fees BTC users pay for their transactions to be included in blocks.  The bit you quoted is from Antpool.  Just ignore that crap.  Standard p2pool (i.e. running your own node) includes paying the transaction fees to miners.

5) I don't own an S7, but reports have shown that, like other Bitmain products, the S7 suffers on p2pool because of the crap fork of cgminer they use.

6) I have no idea about bfgminer or active submission, sorry.

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

Activity: 48
Merit: 0


View Profile
February 29, 2016, 02:05:37 AM
 #14385

5) I don't own an S7, but reports have shown that, like other Bitmain products, the S7 suffers on p2pool because of the crap fork of cgminer they use.

6) I have no idea about bfgminer or active submission, sorry.

thanks jonny,

do you know any recommended ASIC?

I thought that cgminer become bfgminer, is it not?
what is the main difference between these two?
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
February 29, 2016, 02:27:34 AM
 #14386

1) Opening ports 9332, 8333 and 9333 means you're running a full BTC node and publicly accessible p2pool node.

2) P2Pool supports stratum by default.  You don't need to do anything.  Just set your miner to use stratum+tcp://your.ip.address:9332

3) Putting "/" and/or "+" doesn't increase your odds of finding a share.  Well... the "/" *might* if you're mining on a node that has a ton of hashing power and defaults to a share value higher than p2pool minimum... but not really relevant if you're the only miner on the node.

4) Transaction fees are the fees BTC users pay for their transactions to be included in blocks.  The bit you quoted is from Antpool.  Just ignore that crap.  Standard p2pool (i.e. running your own node) includes paying the transaction fees to miners.

5) I don't own an S7, but reports have shown that, like other Bitmain products, the S7 suffers on p2pool because of the crap fork of cgminer they use.

6) I have no idea about bfgminer or active submission, sorry.

One thing i'll disagree with is that you should get in a habit of setting your difficulty. Especially with touchy equipment. And make sure you stay and pressure your company you purchased your miner from to  updated cgminer on their firmware.

Donate Bitcoin
1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc
Donate TRX
TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
February 29, 2016, 02:30:23 AM
 #14387

5) I don't own an S7, but reports have shown that, like other Bitmain products, the S7 suffers on p2pool because of the crap fork of cgminer they use.

6) I have no idea about bfgminer or active submission, sorry.

thanks jonny,

do you know any recommended ASIC?

I thought that cgminer become bfgminer, is it not?
what is the main difference between these two?

go on ebay check it out you can view your price range.

Donate Bitcoin
1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc
Donate TRX
TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
AliceWonderMiscreations
Full Member
***
Offline Offline

Activity: 182
Merit: 102


View Profile WWW
March 01, 2016, 01:54:15 PM
 #14388

Clicked on the contact page and it sent me here.

Bottom of "Read This First" JavaScript hover (WHICH SHOULD BE A DISTINCT PAGE, BUT NOT HERE TO DISCUSS WEB DESIGN) says "Close this window and click to stat mining"

The stat should be start.

Someone should notify the webmaster.

I would, but again, the contact link is a fricken useless link that just says to come here.

So someone here hopefully knows the webmaster contact and get it fixed.

-=-

The concept of p2pool I like. The web page - everything I hate about modern web design. But at least it can be everything I hate with noticed spelling errors fixed... Wink

I hereby reserve the right to sometimes be wrong
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
March 01, 2016, 02:13:33 PM
 #14389

I'm pretty sure p2pool.org is maintained by windpath.  However, you can see they've got a github repo.  You could always fork it, fix it and make a pull request Smiley.

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.
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 01, 2016, 02:13:43 PM
 #14390

Clicked on the contact page and it sent me here.

Bottom of "Read This First" JavaScript hover (WHICH SHOULD BE A DISTINCT PAGE, BUT NOT HERE TO DISCUSS WEB DESIGN) says "Close this window and click to stat mining"

The stat should be start.

Someone should notify the webmaster.

I would, but again, the contact link is a fricken useless link that just says to come here.

So someone here hopefully knows the webmaster contact and get it fixed.

-=-

The concept of p2pool I like. The web page - everything I hate about modern web design. But at least it can be everything I hate with noticed spelling errors fixed... Wink

100% agreed Smiley

Contributions welcome....

https://github.com/ChainQuery/p2pool.org/tree/gh-pages
Alfi1966
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 01, 2016, 06:36:55 PM
 #14391

Could someone please throw some extra hashpower into p2pool? We could certainly use it, as the 3 day valid share period is way too less when not finding any block in 16 days...  Grin
OgNasty
Donator
Legendary
*
Offline Offline

Activity: 4676
Merit: 4154


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
March 05, 2016, 06:38:10 PM
 #14392

Is this the longest P2Pool has ever gone without hitting a block?

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
lightfoot
Legendary
*
Offline Offline

Activity: 3080
Merit: 2222


I fix broken miners. And make holes in teeth :-)


View Profile
March 05, 2016, 09:45:23 PM
 #14393

What is this "block" you speak of?
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
March 05, 2016, 10:38:18 PM
 #14394



Ahh Blocks, I remember those...






igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
March 06, 2016, 01:35:32 PM
Last edit: March 06, 2016, 01:50:20 PM by igorwhite
 #14395

Hello.
Russian FORUM gathering power (Th/s) for the switching on of mining p2pool.

CTO, R&D Director Esonics
Alfi1966
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 06, 2016, 01:54:30 PM
 #14396


Good stuff!
notbatman
Legendary
*
Offline Offline

Activity: 2212
Merit: 1038



View Profile
March 06, 2016, 10:21:24 PM
 #14397

What's the pool hashrate at?

I've been mining alts for a bit. Not to be critical of Bitmain at all but um yeah, I'm not going to tinker with that firmaware at all... So I use https://github.com/Rav3nPL/p2pool-rav as stratum proxy for solo mining alts.

Code:
C:\Users\Not Batman\Desktop\p2pool-rav\p2pool\networks\batcoin.py

PERSIST = False
BOOTSTRAP_ADDRS = ''.split(' ')


Could I just upload my own cgminer or go pro with bfgminer to the ram disk, yeah but then I don't get all sorts of useful information and it's better that the interface with the node is on the same box.
notbatman
Legendary
*
Offline Offline

Activity: 2212
Merit: 1038



View Profile
March 07, 2016, 08:05:39 PM
 #14398

The attention from an Ethereum p2pool would probably bring in additional SHA hashers.
Meuh6879
Legendary
*
Offline Offline

Activity: 1512
Merit: 1011



View Profile
March 11, 2016, 04:13:40 PM
 #14399

Is this the longest P2Pool has ever gone without hitting a block?

when global power rise ... and P2Pool is stable (or decline like now), you can't fight.
it's only 0,5 Ph/s after all.

http://bitcoin.sipa.be/
CartmanSPC
Legendary
*
Offline Offline

Activity: 1270
Merit: 1000



View Profile
March 11, 2016, 10:05:24 PM
 #14400

Block!  Grin

Man, that was a tough patch. 27.90% luck...miners dropped from the mid 200 to under 170 :/

Pages: « 1 ... 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 707 708 709 710 711 712 713 714 715 716 717 718 719 [720] 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 ... 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!