Bitcoin Forum
April 16, 2024, 06:27:28 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 771 772 773 774 775 [776] 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591608 times)
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
July 05, 2017, 08:41:57 PM
Last edit: July 05, 2017, 08:54:30 PM by sawa
 #15501

When mining DGB is part of the incompatibility is when 2 out of 3 miners with similar hash speed always have 90 percent less share?

Perhaps you have the illusion that the one who mining together with you, gets more payout? Although his hashrate is less than yours. In fact, he is mining on several p2pool nodes at once.
For example, DS53HJ8UiBfRAxpDJmKcGVsrzfN5GiPdVr has a small 2.37 TH/s hash but the payout is greater than the second miner having 8.76 TH/s:


This is his hashrate on the bound node:


In summary, the DS53HJ8UiBfRAxpDJmKcGVsrzfN5GiPdVr hashrate is 2.31+81.32 = 83.63 TH / s

1713248848
Hero Member
*
Offline Offline

Posts: 1713248848

View Profile Personal Message (Offline)

Ignore
1713248848
Reply with quote  #2

1713248848
Report to moderator
1713248848
Hero Member
*
Offline Offline

Posts: 1713248848

View Profile Personal Message (Offline)

Ignore
1713248848
Reply with quote  #2

1713248848
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713248848
Hero Member
*
Offline Offline

Posts: 1713248848

View Profile Personal Message (Offline)

Ignore
1713248848
Reply with quote  #2

1713248848
Report to moderator
1713248848
Hero Member
*
Offline Offline

Posts: 1713248848

View Profile Personal Message (Offline)

Ignore
1713248848
Reply with quote  #2

1713248848
Report to moderator
1713248848
Hero Member
*
Offline Offline

Posts: 1713248848

View Profile Personal Message (Offline)

Ignore
1713248848
Reply with quote  #2

1713248848
Report to moderator
notabeliever
Hero Member
*****
Offline Offline

Activity: 722
Merit: 504


View Profile
July 06, 2017, 01:01:48 AM
 #15502

Sawa,
Yes thank you for the clarifications I'm also asking Canan about why the Avalon has split accepted vs invalids on p2p. It was the same with btc.
Anyone I encourage giving this pool a try Sawa did a great job bringing altcoins into the mix using p2p
merelcoin
Hero Member
*****
Offline Offline

Activity: 675
Merit: 504


View Profile
July 06, 2017, 06:45:30 AM
 #15503

I tried to replicate the problem i had while merge mining, but since it took to long to re-sync a bitcoin node, i tried to merge mine DASH + UNITUS...
Had something strange that i can't seem to get fixed, can somebody push me in the right direction?

Setup: ubuntu 16.04 LTS
dash and unitus compiled, daemon running, sync'ed

cat ~/.dashcore/dash.conf
Code:
rpcuser=dashrpc
rpcpassword=[redacted]
server=1
daemon=1
rpcallowip=127.0.0.1

cat ~/.unitus/unitus.conf
Code:
rpcuser=unitusrpc
rpcpassword=[redacted]
server=1
daemon=1
rpcallowip=127.0.0.1

p2pool version: https://github.com/dashpay/p2pool-dash
p2pool started :
Code:

python run_p2pool.py --merged http://unitusrpc:[redacted]@127.0.0.1:50604/ --give-author 0.5 -f 0.5

My p2pool log:
Code:
2017-06-29 08:51:53.542922 GOT SHARE! [redacted] [redacted] prev [redacted] age 23.16s
2017-06-29 08:51:53.558159 New work for worker [redacted]! Difficulty: 0.999985 Share difficulty: 69.384484 Block [redacted] Total value: 3.603449 DASH including 3 transactions
2017-06-29 08:51:53.567219 P2Pool: 8689 shares in chain (7825 verified/8694 total) Peers: 12 (6 incoming)
2017-06-29 08:51:53.567285  Local: 2503MH/s in last 15.4 seconds Local dead on arrival: ~0.0% (0-30%) Expected time to share: 21.6 minutes
2017-06-29 08:51:53.567323  Shares: 1 (0 orphan, 0 dead) Stale rate: ~0.0% (0-80%) Efficiency: ~110.0% (22-111%) Current payout: (0.0000)=0.0000 DASH
2017-06-29 08:51:53.567366  Pool: 267GH/s Stale rate: 9.1% Expected time to block: 1.2 hours
2017-06-29 08:51:53.575882 > Merged block submittal result: False Expected: True

The last line drew my attention, every 30-40 minutes i got a line just like it "Merged block submittal result: False Expected: True"


So i dug into the unitus debug log and found following things:
Code:
2017-06-29 09:06:09 CreateNewBlock(): total size 1000, nVersion 10158082
2017-06-29 09:10:43 UpdateTip: new best=16bb343c4ab1bb4c683e7049337143e9ebec89025fa185df5e5c8f9f70084947 height=1027199 log2_work=252.30016 tx=1264450 algo=4 (X11) date=2017-06-29 09:06:1$
2017-06-29 09:10:43 ProcessBlock: ACCEPTED
2017-06-29 09:10:43 CreateNewBlock(): total size 1000, nVersion 10158082
2017-06-29 09:11:29 DEBUG| UnitusMiner:
2017-06-29 09:11:29 DEBUG| proof-of-work submitted
  algo: 0
block-PoWhash: 4b3d2ac518cbf707a2c282ff9156ba3b20989f3474ed96071e88d84849a62242
block-hash: 9c423199fdb84de374985d32e84c12f3b3cf9c417a919128bf2a9d038062a0ae
  ntarget: 000000000049053b000000000000000000000000000000000000000000000000
2017-06-29 09:11:29 ERROR: AUX POW parent hash b306269522cdf39fa8f65a75384aaa7e00ae9811abf876a83120b4155c2f4406 is not under target 000000000049053b000000000000000000000000000000000000000$
2017-06-29 09:11:47

Could somebody push me in the right direction?
tubexc
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500


View Profile
July 06, 2017, 07:18:06 AM
 #15504

Don't blow a fuse sawa  Grin
This is because you are merging a known coin with an unknown
KyrosKrane
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile WWW
July 07, 2017, 02:52:22 AM
 #15505

I tried to replicate the problem i had while merge mining, but since it took to long to re-sync a bitcoin node, i tried to merge mine DASH + UNITUS...
Had something strange that i can't seem to get fixed, can somebody push me in the right direction?
I haven't merge-mined in a long time, but I remember having to set different RPC ports for each coin. Is that still needed?

Tips and donations: 1KyrosREGDkNLp1rMd9wfVwfkXYHTd6j5U  |  BTC P2Pool node: p2pool.kyros.info:9332
merelcoin
Hero Member
*****
Offline Offline

Activity: 675
Merit: 504


View Profile
July 07, 2017, 08:06:15 AM
 #15506

I tried to replicate the problem i had while merge mining, but since it took to long to re-sync a bitcoin node, i tried to merge mine DASH + UNITUS...
Had something strange that i can't seem to get fixed, can somebody push me in the right direction?
I haven't merge-mined in a long time, but I remember having to set different RPC ports for each coin. Is that still needed?

Well, i have tried two merge mining setups, the first one couldn't find a share if it's life depended on it, the second one seems to be misconfigured, so i might not be the right person to give advice here... But if i did the setup more or less correct, you can set an rpcport if you want to, but if there is no conflict when using the default rpc port, it's not really necessary.
tubexc
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500


View Profile
July 10, 2017, 05:22:20 PM
 #15507

Big dry

http://imgur.com/a/4RUm0
KorbinDallas
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
July 11, 2017, 01:26:45 AM
 #15508

BTClock!!
lightfoot
Legendary
*
Offline Offline

Activity: 3080
Merit: 2228


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


View Profile
July 11, 2017, 01:36:17 AM
 #15509

Ah the block summoning dance. May it rain blocks.
justdigging
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 11, 2017, 02:04:18 AM
 #15510

Ah the block summoning dance. May it rain blocks.

So I'm glad to say I have finally gotten my Bitcoin cherry popped by mining.....

And now that I have had that experience I guess I might be left slightly disappointed and perhaps might need a pointer or two in the right direction.

One thing might be that I might not know exactly what it is we uncover from a block.

I would be deeply appreciative if someone would be able to enlighten me and if anybody could entertain and English conversation over any medium that would be great.

I'm located in California on Pacific Time thank you so much for your consideration.



tubexc
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500


View Profile
July 11, 2017, 05:26:52 AM
 #15511

Ah the block summoning dance. May it rain blocks.

So I'm glad to say I have finally gotten my Bitcoin cherry popped by mining.....

And now that I have had that experience I guess I might be left slightly disappointed and perhaps might need a pointer or two in the right direction.

One thing might be that I might not know exactly what it is we uncover from a block.

I would be deeply appreciative if someone would be able to enlighten me and if anybody could entertain and English conversation over any medium that would be great.

I'm located in California on Pacific Time thank you so much for your consideration.





Why are you disappointed?
Sometimes blocks come in waves, one after another!
justdigging
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 11, 2017, 01:02:07 PM
Last edit: July 11, 2017, 02:10:16 PM by justdigging
 #15512

Quote from: tubexc link=topic=18313.msg20061581#msg20061581

Why are you disappointed?
Sometimes blocks come in waves, one after another!
[/quote

I was under the impression when we hit a block,  either we processed more of the block, or there was a greater reward based on what was in the block.

Am to understand that whenever we hit a block that we receive about the same amount?

Where might I get s better understanding of What the reward for mining is,  and how it varies with in the pool?

I Thought there was an amount of bitcoin in s block and when a node hit a block, we discovered how many bitcoins were in the block,  and then based on our hash rate,  and number of miners in the pool, we were given a reward for mining/ processing the bitcoin network.....

Thank you for any insight and Enlightenment you can send my way and again I ask if anyone could have a conversation with me about these matters I really appreciate it.





tubexc
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500


View Profile
July 11, 2017, 01:13:58 PM
 #15513

Quote from: tubexc link=topic=18313.msg20061581#msg20061581

[/quote

Why are you disappointed?
Sometimes blocks come in waves, one after another!

I was under the impression when we hit a block,  either we processed more of the block, or there was a greater reward based on what was in the block.

Am to understand that whenever we hit a block that we receive about the same amount?

Where might I get s better understanding of What the reward for mining is,  and how it varies with in the pool?

I Thought there was an amount of bitcoin in s block add when a node hit a block, we discovered how many bitcoins were in the block,  and then based on our hash rate,  and number of miners in the pool, we were given a reward for mining/ processing the bitcoin network.....

Thank you for any insight and Enlightenment you can send my way and again I ask if anyone could have a conversation with me about these matters I really appreciate it.







 You just need to here http://p2pool.org/stats/
 Select the tab Active Miners
 Locate your Bitcoin Address
 And see your estimated reward  Cool
justdigging
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 11, 2017, 01:26:46 PM
 #15514

I am familiar with the process and Link you are referring to and I have been monitoring that ever since I started mining and I did start mining with this pool.

So what it looks like is we are rewarded for processing one piece of a block.

Are there variables as to what is contained in the block that affect the reward amount?

tubexc
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500


View Profile
July 11, 2017, 01:41:15 PM
 #15515

I am familiar with the process and Link you are referring to and I have been monitoring that ever since I started mining and I did start mining with this pool.

So what it looks like is we are rewarded for processing one piece of a block.

Are there variables as to what is contained in the block that affect the reward amount?



 The only variables are here  http://p2pool.org/learn/start.php
 And if you are a block finder you have a % , if you want you can dig more on this thread doing a search
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
July 11, 2017, 01:42:27 PM
 #15516

I am familiar with the process and Link you are referring to and I have been monitoring that ever since I started mining and I did start mining with this pool.

So what it looks like is we are rewarded for processing one piece of a block.

Are there variables as to what is contained in the block that affect the reward amount?



Currently the block reward is 12.5 BTC, the variable is the # of transactions included in the block and the fees associated with those transactions. The transactions included in a given p2pool block are determined by the node that finds it. Your reward is based on the number of valid shares currently in the p2pool share chain, your reward is the same % of the block regardless of what node finds it.
justdigging
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 11, 2017, 01:54:37 PM
 #15517

Thank you for that I believe when I review that further it will make more sense I'm driving at this time.

Where does your hashrate comes into play?

I was under the impression that the greater your hashrate the greater reward you receive as you are able to do more work in the same amount of time.

tubexc
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500


View Profile
July 11, 2017, 01:58:00 PM
 #15518

Thank you for that I believe when I review that further it will make more sense I'm driving at this time.

Where does your hashrate comes into play?

I was under the impression that the greater your hashrate the greater reward you receive as you are able to do more work in the same amount of time.



 If your hashrate is normaly under 1T, i think you will receive the pointless same thing  Grin
justdigging
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 11, 2017, 02:06:11 PM
 #15519


If your hashrate is normaly under 1T, i think you will receive the pointless same thing  Grin


And what if it's NOT under 1T?

If you have 5,10,15,20,30+TH/s doesn't that make a difference?

tubexc
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500


View Profile
July 11, 2017, 02:10:32 PM
 #15520




If your hashrate is normaly under 1T, i think you will receive the pointless same thing  Grin


And what if it's NOT under 1T?

If you have 5,10,15,20,30+TH/s doesn't that make a difference?

[/quote]
[/quote]

I think that from 1 T is a growing arithmetic progression but that will stop at a certain time due to the current difficulty
Pages: « 1 ... 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 771 772 773 774 775 [776] 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 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!