Bitcoin Forum
April 28, 2024, 12:08:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 »
  Print  
Author Topic: A Complete Guide to P2Pool - Merged Mining (BTC/NMC/DVC/IXC/I0C) plus LTC, Linux  (Read 198663 times)
FuzzyBear
Legendary
*
Offline Offline

Activity: 1420
Merit: 1010



View Profile WWW
October 16, 2013, 11:06:12 AM
 #281

sorry to part hijack ur thread, but just wanted to say if anyone doesn't want to have to run their own p2pool and all the clients you are more than welcome to join on my pool i opened up for testing here http://fuzzypool.mine.bz/

Mine all the Merged mined coins and get payout for them as well.  Over 150GH locally and soon to be rising further Smiley all welcome

sorry again for the thread hijack! pls delete if you do not want this here

FuzzyBear

***** Earn DEV at http://devtome.com *****
1714306083
Hero Member
*
Offline Offline

Posts: 1714306083

View Profile Personal Message (Offline)

Ignore
1714306083
Reply with quote  #2

1714306083
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
IYFTech
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


WANTED: Active dev to fix & re-write p2pool in C


View Profile
October 17, 2013, 01:33:30 PM
 #282

I recently shut my node down & I wouldn't mind using yours - but 1% - it's a little steep...... Angry

-- Smiley  Thank you for smoking  Smiley --  If you paid VAT to dogie for items you should read this thread:  https://bitcointalk.org/index.php?topic=1018906.0
ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
October 17, 2013, 04:19:49 PM
 #283

I recently shut my node down & I wouldn't mind using yours - but 1% - it's a little steep...... Angry

Feel free to use mine p2coins.com:9332  No fee  BTC node

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
IYFTech
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


WANTED: Active dev to fix & re-write p2pool in C


View Profile
October 17, 2013, 09:54:18 PM
 #284

I recently shut my node down & I wouldn't mind using yours - but 1% - it's a little steep...... Angry

Feel free to use mine p2coins.com:9332  No fee  BTC node

Thanks, but I'm looking for merge mining p2pools.

-- Smiley  Thank you for smoking  Smiley --  If you paid VAT to dogie for items you should read this thread:  https://bitcointalk.org/index.php?topic=1018906.0
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
October 25, 2013, 08:41:09 PM
Last edit: October 25, 2013, 09:19:50 PM by SpAcEDeViL
 #285

Hy,

i setup a node on my server but i become no shares

Code:
2013-10-25 22:40:36.266435 P2Pool: 17310 shares in chain (8866 verified/17314 total) Peers: 6 (0 incoming)
2013-10-25 22:40:36.266739  Local: 1395MH/s in last 10.0 minutes Local dead on arrival: ~1.5% (0-5%) Expected time to share: 5.5 days
2013-10-25 22:40:36.266872  Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 BTC
2013-10-25 22:40:36.267438  Pool: 27516GH/s Stale rate: 16.1% Expected time to block: 11.6 hours

What is wrong here?

And, how can i fix this error:
Code:
2013-10-25 23:14:38.767354 New work for worker! Difficulty: 0.999985 Share difficulty: 148533.577062 Total block value: 25.048938 BTC including 189 transactions
2013-10-25 23:14:40.574594 > in handle_share_hashes:
2013-10-25 23:14:40.574763 > Traceback (most recent call last):
2013-10-25 23:14:40.574829 > Failure: twisted.internet.defer.TimeoutError: in GenericDeferrer
2013-10-25 23:14:40.576598 Lost peer 46.127.137.233:9333 - Connection was aborted locally, using.
2013-10-25 23:14:40.576820 > in download_shares:
2013-10-25 23:14:40.576888 > Traceback (most recent call last):
2013-10-25 23:14:40.576952 > Failure: twisted.internet.error.ConnectionAborted: Connection was aborted locally, using.
2013-10-25 23:14:40.577275 Requesting parent share 36b4bdfb from 37.200.67.186:9333
2013-10-25 23:14:40.766768 Processing 16 shares from 37.200.67.186:9333...
2013-10-25 23:14:41.380464 > Error while processing Event callbacks:
2013-10-25 23:14:41.380622 > Traceback (most recent call last):
2013-10-25 23:14:41.380684 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 135, in download_shares
2013-10-25 23:14:41.380743 >     self.handle_shares([(share, []) for share in shares], peer)
2013-10-25 23:14:41.380802 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 48, in handle_shares
2013-10-25 23:14:41.380859 >     self.node.set_best_share()
2013-10-25 23:14:41.380915 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 297, in set_best_share
2013-10-25 23:14:41.380973 >     self.best_share_var.set(best)
2013-10-25 23:14:41.381251 >   File "/opt/bitcoin/p2pool-master/p2pool/util/variable.py", line 74, in set
2013-10-25 23:14:41.381311 >     self.changed.happened(value)
2013-10-25 23:14:41.381367 > --- <exception caught here> ---
2013-10-25 23:14:41.381423 >   File "/opt/bitcoin/p2pool-master/p2pool/util/variable.py", line 42, in happened
2013-10-25 23:14:41.381517 >     func(*event)
2013-10-25 23:14:41.381574 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 96, in broadcast_share
2013-10-25 23:14:41.381632 >     peer.sendShares([share for share in shares if share.peer_addr != peer.addr], self.node.tracker, self.node.known_txs_var.value, include_txs_with=[share_hash])
2013-10-25 23:14:41.381692 >   File "/opt/bitcoin/p2pool-master/p2pool/p2p.py", line 291, in sendShares
2013-10-25 23:14:41.381749 >     assert tx_hash in known_txs, 'tried to broadcast share without knowing all its new transactions'
2013-10-25 23:14:41.381806 > exceptions.AssertionError: tried to broadcast share without knowing all its new transactions
2013-10-25 23:14:42.451184 New work for worker! Difficulty: 0.999985 Share difficulty: 141878.358327 Total block value: 25.048938 BTC including 189 transactions
2013-10-25 23:14:42.452693 ... done processing 16 shares. New: 16 Have: 17485/~17280

zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
October 29, 2013, 09:13:19 PM
 #286

Hy,

i setup a node on my server but i become no shares

Code:
2013-10-25 22:40:36.266435 P2Pool: 17310 shares in chain (8866 verified/17314 total) Peers: 6 (0 incoming)
2013-10-25 22:40:36.266739  Local: 1395MH/s in last 10.0 minutes Local dead on arrival: ~1.5% (0-5%) Expected time to share: 5.5 days
2013-10-25 22:40:36.266872  Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 BTC
2013-10-25 22:40:36.267438  Pool: 27516GH/s Stale rate: 16.1% Expected time to block: 11.6 hours

What is wrong here?

And, how can i fix this error:
Code:
2013-10-25 23:14:38.767354 New work for worker! Difficulty: 0.999985 Share difficulty: 148533.577062 Total block value: 25.048938 BTC including 189 transactions
2013-10-25 23:14:40.574594 > in handle_share_hashes:
2013-10-25 23:14:40.574763 > Traceback (most recent call last):
2013-10-25 23:14:40.574829 > Failure: twisted.internet.defer.TimeoutError: in GenericDeferrer
2013-10-25 23:14:40.576598 Lost peer 46.127.137.233:9333 - Connection was aborted locally, using.
2013-10-25 23:14:40.576820 > in download_shares:
2013-10-25 23:14:40.576888 > Traceback (most recent call last):
2013-10-25 23:14:40.576952 > Failure: twisted.internet.error.ConnectionAborted: Connection was aborted locally, using.
2013-10-25 23:14:40.577275 Requesting parent share 36b4bdfb from 37.200.67.186:9333
2013-10-25 23:14:40.766768 Processing 16 shares from 37.200.67.186:9333...
2013-10-25 23:14:41.380464 > Error while processing Event callbacks:
2013-10-25 23:14:41.380622 > Traceback (most recent call last):
2013-10-25 23:14:41.380684 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 135, in download_shares
2013-10-25 23:14:41.380743 >     self.handle_shares([(share, []) for share in shares], peer)
2013-10-25 23:14:41.380802 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 48, in handle_shares
2013-10-25 23:14:41.380859 >     self.node.set_best_share()
2013-10-25 23:14:41.380915 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 297, in set_best_share
2013-10-25 23:14:41.380973 >     self.best_share_var.set(best)
2013-10-25 23:14:41.381251 >   File "/opt/bitcoin/p2pool-master/p2pool/util/variable.py", line 74, in set
2013-10-25 23:14:41.381311 >     self.changed.happened(value)
2013-10-25 23:14:41.381367 > --- <exception caught here> ---
2013-10-25 23:14:41.381423 >   File "/opt/bitcoin/p2pool-master/p2pool/util/variable.py", line 42, in happened
2013-10-25 23:14:41.381517 >     func(*event)
2013-10-25 23:14:41.381574 >   File "/opt/bitcoin/p2pool-master/p2pool/node.py", line 96, in broadcast_share
2013-10-25 23:14:41.381632 >     peer.sendShares([share for share in shares if share.peer_addr != peer.addr], self.node.tracker, self.node.known_txs_var.value, include_txs_with=[share_hash])
2013-10-25 23:14:41.381692 >   File "/opt/bitcoin/p2pool-master/p2pool/p2p.py", line 291, in sendShares
2013-10-25 23:14:41.381749 >     assert tx_hash in known_txs, 'tried to broadcast share without knowing all its new transactions'
2013-10-25 23:14:41.381806 > exceptions.AssertionError: tried to broadcast share without knowing all its new transactions
2013-10-25 23:14:42.451184 New work for worker! Difficulty: 0.999985 Share difficulty: 141878.358327 Total block value: 25.048938 BTC including 189 transactions
2013-10-25 23:14:42.452693 ... done processing 16 shares. New: 16 Have: 17485/~17280

I dunno really about the error, except it sounds like it'd fix itself... you were still processing the most recent shares, or so it says

1.4ghash isn't much... you can see it says expected time to share: 5.5 days....   so  about 15% chance each day to get a share

Quote
Thanks, but I'm looking for merge mining p2pools.

waste of resources, 
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
October 29, 2013, 10:28:49 PM
 #287

Hy,

i mine now for 5 days with 14 GHs. And i become no shares in the p2pool network... so i think  p2pool is not for little miners.
A friendly user from the german part of bitcointalk mine with 450 GHs on my node . about 20, 30 min. to create a share, to show, that my node can make shares Wink
To become shares a miner needs 100 GHs.. or more...

So i let open my node. but i dont mine on the network...

zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
October 30, 2013, 02:05:02 AM
 #288

Hy,

i mine now for 5 days with 14 GHs. And i become no shares in the p2pool network... so i think  p2pool is not for little miners.
A friendly user from the german part of bitcointalk mine with 450 GHs on my node . about 20, 30 min. to create a share, to show, that my node can make shares Wink
To become shares a miner needs 100 GHs.. or more...

So i let open my node. but i dont mine on the network...
14ghash should get you around 2 a day

i think

i didnt get a batch 1 avalon, so i havent mined in a long ass time
IYFTech
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


WANTED: Active dev to fix & re-write p2pool in C


View Profile
October 30, 2013, 10:32:51 PM
 #289

Quote
Thanks, but I'm looking for merge mining p2pools.

waste of resources, 

Exactly, that's why I switched my node off  Wink

I'd rather use someone else's resources/electricity.... Cheesy

-- Smiley  Thank you for smoking  Smiley --  If you paid VAT to dogie for items you should read this thread:  https://bitcointalk.org/index.php?topic=1018906.0
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
October 30, 2013, 11:55:13 PM
 #290

Hy,

i mine now for 5 days with 14 GHs. And i become no shares in the p2pool network... so i think  p2pool is not for little miners.
A friendly user from the german part of bitcointalk mine with 450 GHs on my node . about 20, 30 min. to create a share, to show, that my node can make shares Wink
To become shares a miner needs 100 GHs.. or more...

So i let open my node. but i dont mine on the network...
14ghash should get you around 2 a day

i think

i didnt get a batch 1 avalon, so i havent mined in a long ass time


i mine now 5 days.... no share... so i give up on mining in p2pool, yesterday.
The p2pool share is to high for a little miner....

Why collect the node all shares an create a p2pool share? And when the become the btc on the node btc address, they split it when its higher then 0.10 or 1 week old, to the miner based on there shares to the node.


zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
November 02, 2013, 07:56:22 AM
 #291

Hy,

i mine now for 5 days with 14 GHs. And i become no shares in the p2pool network... so i think  p2pool is not for little miners.
A friendly user from the german part of bitcointalk mine with 450 GHs on my node . about 20, 30 min. to create a share, to show, that my node can make shares Wink
To become shares a miner needs 100 GHs.. or more...

So i let open my node. but i dont mine on the network...
14ghash should get you around 2 a day

i think

i didnt get a batch 1 avalon, so i havent mined in a long ass time


i mine now 5 days.... no share... so i give up on mining in p2pool, yesterday.
The p2pool share is to high for a little miner....

Why collect the node all shares an create a p2pool share? And when the become the btc on the node btc address, they split it when its higher then 0.10 or 1 week old, to the miner based on there shares to the node.



you said you left open your node.. what's the IP?  5 days with nothing would be some extremely low % chance of happening at reported hashing rate
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
November 02, 2013, 01:31:02 PM
 #292

smileandgo.de:9332

zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
November 02, 2013, 02:33:12 PM
 #293

smileandgo.de:9332

I hate that interface.  =p

The tables are all messed up, so it's hard to see.

.. but, yeah, you did get zero.. surprising.  I can tell because of the little dot on the share chart for 1Nkvy9srMWF6Aji1jp8aCVBXe8osKRoDzE (otherwise I'd just think the whole interface was screwed) ... so I think your server did find a share, just not for you?

The 'local share' field is just empty for me.

SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
November 02, 2013, 04:06:55 PM
 #294

smileandgo.de:9332

I hate that interface.  =p

The tables are all messed up, so it's hard to see.

.. but, yeah, you did get zero.. surprising.  I can tell because of the little dot on the share chart for 1Nkvy9srMWF6Aji1jp8aCVBXe8osKRoDzE (otherwise I'd just think the whole interface was screwed) ... so I think your server did find a share, just not for you?

The 'local share' field is just empty for me.



i have restart  the p2pool yesterday.

total shares from my node was 2. But not from me, this shares come from a 400 GHs . A friendly guy from this board, that show me, that my node can make shares.

zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
November 02, 2013, 09:33:24 PM
 #295

smileandgo.de:9332

I hate that interface.  =p

The tables are all messed up, so it's hard to see.

.. but, yeah, you did get zero.. surprising.  I can tell because of the little dot on the share chart for 1Nkvy9srMWF6Aji1jp8aCVBXe8osKRoDzE (otherwise I'd just think the whole interface was screwed) ... so I think your server did find a share, just not for you?

The 'local share' field is just empty for me.



i have restart  the p2pool yesterday.

total shares from my node was 2. But not from me, this shares come from a 400 GHs . A friendly guy from this board, that show me, that my node can make shares.

well, you could always try my node.  i obsess over the stats, since there's nothing else for me to do now bitcoin related (until ppl stop paying absurd amounts for asics)

it needs some herlp since I had to reset it and it's 1 DOA out of 2 =/

but, yeah, that was just some seriously bad luck.  it could have been the exact opposite & you could have made bank...  over a long period of time, p2pool will pay out more than any pool that charges fees....  that is, if you're on one that averages 100%+ efficiency & it's one of the p2pools that doesn't charge a fee (and it also depends on if you're running it locally or not, and how much that costs).  

100% efficiency would generally be one that has about 85% good shares (probably a bit lower).  if they have the latest version of p2pool, good/orphan/doa will show up on the monthly chart etc.

orphans matter the most, you can figure out your expected DOA based on your latency. 

oh, that guy that got 2 shares...  uh, it looks to me like he got super lucky?
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
November 03, 2013, 05:56:17 AM
 #296

Yeah i like stock too

smileandgo.de:9332

I hate that interface.  =p

The tables are all messed up, so it's hard to see.

.. but, yeah, you did get zero.. surprising.  I can tell because of the little dot on the share chart for 1Nkvy9srMWF6Aji1jp8aCVBXe8osKRoDzE (otherwise I'd just think the whole interface was screwed) ... so I think your server did find a share, just not for you?

The 'local share' field is just empty for me.



zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
November 03, 2013, 11:29:01 AM
 #297

Yeah i like stock too

i never understood the fascination with that new design... seems 75% of the pools run it now
semaster
Sr. Member
****
Offline Offline

Activity: 395
Merit: 250


View Profile
January 03, 2014, 03:17:27 PM
 #298

Can anybody advise?
If using merged mining for namecoins will it be solo mining for namecoins or will it interact with other nodes?

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 03, 2014, 03:18:51 PM
 #299

Can anybody advise?
If using merged mining for namecoins will it be solo mining for namecoins or will it interact with other nodes?
Solo

eroxors
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Think. Positive. Thoughts.


View Profile WWW
January 15, 2014, 04:29:51 PM
 #300

Can anybody advise?
If using merged mining for namecoins will it be solo mining for namecoins or will it interact with other nodes?
Solo

Sheesh... almost need p2pool introduced for each of the altcoins... bitparking probably has more than 51% of them, right?

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 »
  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!