Pages:
Author

Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool - page 39. (Read 2591916 times)

hero member
Activity: 496
Merit: 500
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
newbie
Activity: 37
Merit: 0
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.





hero member
Activity: 496
Merit: 500
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!
newbie
Activity: 37
Merit: 0
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.



legendary
Activity: 3164
Merit: 2258
I fix broken miners. And make holes in teeth :-)
newbie
Activity: 55
Merit: 0
hero member
Activity: 496
Merit: 500
hero member
Activity: 675
Merit: 504
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.
sr. member
Activity: 295
Merit: 250
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?
hero member
Activity: 496
Merit: 500
Don't blow a fuse sawa  Grin
This is because you are merging a known coin with an unknown
hero member
Activity: 675
Merit: 504
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?
hero member
Activity: 726
Merit: 504
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
legendary
Activity: 1308
Merit: 1011
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
hero member
Activity: 726
Merit: 504
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?
legendary
Activity: 1512
Merit: 1012
Everybody is so quiet!  Roll Eyes

 Grin Summer vacancy + Segwit waiting.
full member
Activity: 175
Merit: 100
Is it luck or that we are divided? Angry
newbie
Activity: 55
Merit: 0
Worst bit of luck we've had in a while.
newbie
Activity: 19
Merit: 0
There is news on the state of play?
Everybody is so quiet!  Roll Eyes
legendary
Activity: 1308
Merit: 1011
So is it correct to say that the jtoomim brach is not compatible with altcoins as things stand atm?
There is a problem with the launch of mining, when the sharechain of the altcoin p2pool is empty:
https://bitcointalksearch.org/topic/m.19772037
I hope that jtoomim will easily fix this problem
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
So is it correct to say that the jtoomim brach is not compatible with altcoins as things stand atm?
Pages:
Jump to: