Bitcoin Forum
April 28, 2024, 01:13:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 [559] 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591625 times)
entr04y
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 02, 2014, 01:52:45 AM
 #11161

Might be worth while asking ckolivas if the S3 binary he done to fix the stale shares filtering can also be used in the C1? I don't have a C1, but it might be compatible......
If S3 binaries run on the C1, my binary is compatible.

Doesn't look like it:

Code:
root@ant1:~# /usr/bin/cgminer --help
/usr/bin/cgminer: line 1: syntax error: unexpected "("

$ file cgminer
cgminer: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), with unknown capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 = 0x70403, stripped

$ file cgminer.orig
cgminer.orig: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, stripped

cgminer.orig  is the one that came with the c1.


1714266818
Hero Member
*
Offline Offline

Posts: 1714266818

View Profile Personal Message (Offline)

Ignore
1714266818
Reply with quote  #2

1714266818
Report to moderator
1714266818
Hero Member
*
Offline Offline

Posts: 1714266818

View Profile Personal Message (Offline)

Ignore
1714266818
Reply with quote  #2

1714266818
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714266818
Hero Member
*
Offline Offline

Posts: 1714266818

View Profile Personal Message (Offline)

Ignore
1714266818
Reply with quote  #2

1714266818
Report to moderator
mahrens917
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile WWW
December 02, 2014, 02:42:45 AM
 #11162

> Error submitting primary block: (will retry)
2014-12-01 08:58:52.269638 > Traceback (most recent call last):
2014-12-01 08:58:52.269676 >   File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 490, in _startRunCallbacks
2014-12-01 08:58:52.269704 >     self._runCallbacks()
2014-12-01 08:58:52.269738 >   File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 577, in _runCallbacks
2014-12-01 08:58:52.269780 >     current.result = callback(current.result, *args, **kw)
2014-12-01 08:58:52.269832 >   File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 1155, in gotResult
2014-12-01 08:58:52.269856 >     _inlineCallbacks(r, g, deferred)
2014-12-01 08:58:52.269880 >   File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
2014-12-01 08:58:52.269913 >     result = g.send(result)
2014-12-01 08:58:52.269954 > --- <exception caught here> ---
2014-12-01 08:58:52.269987 >   File "/mnt/60gb/p2pool/p2pool/util/deferral.py", line 41, in f
2014-12-01 08:58:52.270028 >     result = yield func(*args, **kwargs)
2014-12-01 08:58:52.270059 >   File "/mnt/60gb/p2pool/p2pool/bitcoin/helper.py", line 67, in submit_block_p2p
2014-12-01 08:58:52.270112 >     factory.conn.value.send_block(block=block)
2014-12-01 08:58:52.270136 >   File "/mnt/60gb/p2pool/p2pool/util/p2protocol.py", line 102, in <lambda>
2014-12-01 08:58:52.270169 >     return lambda **payload2: self.sendPacket(command, payload2)
2014-12-01 08:58:52.270201 >   File "/mnt/60gb/p2pool/p2pool/util/p2protocol.py", line 93, in sendPacket
2014-12-01 08:58:52.270224 >     raise TooLong('payload too long')
2014-12-01 08:58:52.270247 > p2pool.util.p2protocol.TooLong: payload too long

Whatsup?


It became orphan because payload too long? Too many users on pool or too many transactions in a block or what?


I received the same error as well at around the same time.  I will post it on github if anyone hasn't already.

Find the pool with the best payout!
nodes.p2pool.co
mahrens917
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile WWW
December 02, 2014, 02:52:47 AM
 #11163

The latest algorithm change definitely boosted my node's standing (currently 112% score in your list).

Could you change the listing from the IP  71.172.92.76 to the host name galactica.geekgalaxy.com?

Also, the algorithm FAQ at the bottom still lists GWL.

I changed your hostname and updated the FAQ on the bottom of the page.  You should be all set now. 

Note, that your score is relative to your location so 112% for you in NJ will be (slightly) different for me in NY.

Find the pool with the best payout!
nodes.p2pool.co
mahrens917
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile WWW
December 02, 2014, 03:04:37 AM
 #11164


2014-12-01 08:58:52.270247 > p2pool.util.p2protocol.TooLong: payload too long

Whatsup?


It became orphan because payload too long? Too many users on pool or too many transactions in a block or what?


I received the same error as well at around the same time.  I will post it on github if anyone hasn't already.

I posted the issue here https://github.com/forrestv/p2pool/issues/238 so others can update as well.

Did this happen to anyone else?

Find the pool with the best payout!
nodes.p2pool.co
entr04y
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 02, 2014, 03:23:58 AM
 #11165

Might be worth while asking ckolivas if the S3 binary he done to fix the stale shares filtering can also be used in the C1? I don't have a C1, but it might be compatible......
If S3 binaries run on the C1, my binary is compatible.

Doesn't look like it:

Code:
root@ant1:~# /usr/bin/cgminer --help
/usr/bin/cgminer: line 1: syntax error: unexpected "("

$ file cgminer
cgminer: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), with unknown capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 = 0x70403, stripped

$ file cgminer.orig
cgminer.orig: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, stripped

cgminer.orig  is the one that came with the c1.


The S4 binary seems to run ok (actually it seems to give quite a boost in hash rate), but the GH/s (5s) field is 0 (the avg field looks right) and the discarded field is really high... p2pool says 1.34THS/s and 5.5% discard rate, and the temperature seemed stable.  I've switched back to the original binary for now... it seems like it was running too fast and if the GH/s field isn't working, I'm not sure that I trust the rest of the stats on the miner.

ckolivas (or anyone else), any opinion on running the s4 binary on a c1?

-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
December 02, 2014, 03:53:42 AM
 #11166

The S4 binary seems to run ok (actually it seems to give quite a boost in hash rate), but the GH/s (5s) field is 0 (the avg field looks right) and the discarded field is really high... p2pool says 1.34THS/s and 5.5% discard rate, and the temperature seemed stable.  I've switched back to the original binary for now... it seems like it was running too fast and if the GH/s field isn't working, I'm not sure that I trust the rest of the stats on the miner.

ckolivas (or anyone else), any opinion on running the s4 binary on a c1?


Obviously the architecture is like an S4 then (beaglebone not mips), not an S3.

Fields are different due to random api changes that bitmain felt obliged to do breaking compatibility so it's harmless (but missing).

Huge discards is due to the ridiculous default queue that bitmain set on these devices to 8000 or so. Change it to zero.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
entr04y
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 02, 2014, 04:27:04 AM
 #11167


Obviously the architecture is like an S4 then (beaglebone not mips), not an S3.

Fields are different due to random api changes that bitmain felt obliged to do breaking compatibility so it's harmless (but missing).

Huge discards is due to the ridiculous default queue that bitmain set on these devices to 8000 or so. Change it to zero.

yeah.  I switched back to the S4 binary and it crashed (the c1 rebooted itself).  I had that happen once before on that miner after restarting cgminer several times, so I don't think it was the new binary that caused it.

It also completely wiped any changes I made to the filesystem, so either the entire filesystem is running in memory and not committing to "disk", or it reflashes itself on reboot.  That's not annoying at all

I sent an email to bitmain regarding the stale submission issue and they responded with "engineers are working on it, but in the meantime use antpool"  Roll Eyes

Done messing with it for tonight... thanks for the input!
-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
December 02, 2014, 06:22:11 AM
 #11168

I sent an email to bitmain regarding the stale submission issue and they responded with "engineers are working on it, but in the meantime use antpool"  Roll Eyes
Lolz, antpool is (allegedly) p2pool (or some bastard child of it) anyway so how does that help?

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
IYFTech
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


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


View Profile
December 02, 2014, 11:25:39 AM
 #11169

I sent an email to bitmain regarding the stale submission issue and they responded with "engineers are working on it, but in the meantime use antpool"  Roll Eyes
Lolz, antpool is (allegedly) p2pool (or some bastard child of it) anyway so how does that help?

Exactly. They either don't get it or don't care about it  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
entr04y
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 02, 2014, 06:17:34 PM
 #11170

Quick update, I replaced the stock cgminer binary on my C1 with ckolivas' s4 binary this morning (about 5 hours ago) and it has been running well since... with two C1's I've been averaging slightly above 2TH/s, with 3-5% rejects and has already found three shares.  Temps look good (running about 40C) and the only problems I've seen so far is the GH/s(5s) metric is missing and the discards are high as usual.

For comparison, the stock cgminer was running at around 1.9TH/s, with 5-7% rejects and I was finding one or two shares per day.  Given the timeframe, I'm not putting much weight behind the number of shares found, but there is clearly a significant improvement in hash rate and reject rate.   Temps are about the same.

Now, if someone would just find a block I could get paid too Wink
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
December 02, 2014, 09:15:40 PM
 #11171

Now, if someone would just find a block I could get paid too Wink

BOOM!!  Ask & ye shall receive...... Wink

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
jcumins
Full Member
***
Offline Offline

Activity: 312
Merit: 100


Bcnex - The Ultimate Blockchain Trading Platform


View Profile
December 02, 2014, 11:24:27 PM
 #11172

You are the man 2 blocks Bamm Smiley

OgNasty
Donator
Legendary
*
Offline Offline

Activity: 4718
Merit: 4234


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
December 03, 2014, 09:47:56 PM
 #11173

NastyPool just solved its first Bitcoin block! :-)

Block 332691

The miner to thank: NastyMining-PPS

Nice that I can claim to have mined one of the recent p2pool blocks.   Cool

The block finder reward will be a nice little bonus for all the NastyPool -PoP miners this week as well.  Not too late to jump in and try to grab a piece of the reward.   Wink

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
jcumins
Full Member
***
Offline Offline

Activity: 312
Merit: 100


Bcnex - The Ultimate Blockchain Trading Platform


View Profile
December 03, 2014, 11:22:48 PM
 #11174

Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley

norgan
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Decentralize your hashing - p2pool - Norgz Pool


View Profile WWW
December 03, 2014, 11:24:47 PM
 #11175

Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
it's on the node logs. something like Block found passing to network.

Miner, tech geek, operator of NorgzPool - Sydney Australia P2Pool Node creator of p2pool fancy front end

Tips: 1NorganBbymShTN2MMpfGzRYJF8mcPeXjv Exchange BTC locally in Australia or Donate to p2pool miners
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
December 03, 2014, 11:29:57 PM
 #11176

Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
2 ways...

First is to look at your logs and you'll see the message that the block was found.
Code:
2014-04-26 04:18:51.302213 GOT BLOCK FROM MINER! Passing to bitcoind!

Second is to look at your payout.  If you found the block you get a 0.125BTC reward for it.

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.
norgan
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Decentralize your hashing - p2pool - Norgz Pool


View Profile WWW
December 03, 2014, 11:32:01 PM
 #11177

Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
2 ways...

First is to look at your logs and you'll see the message that the block was found.
Code:
2014-04-26 04:18:51.302213 GOT BLOCK FROM MINER! Passing to bitcoind!

Second is to look at your payout.  If you found the block you get a 0.125BTC reward for it.

Is the reward to the miner or the nodes address? It's the miner right?

Miner, tech geek, operator of NorgzPool - Sydney Australia P2Pool Node creator of p2pool fancy front end

Tips: 1NorganBbymShTN2MMpfGzRYJF8mcPeXjv Exchange BTC locally in Australia or Donate to p2pool miners
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
December 03, 2014, 11:34:21 PM
 #11178

Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley
2 ways...

First is to look at your logs and you'll see the message that the block was found.
Code:
2014-04-26 04:18:51.302213 GOT BLOCK FROM MINER! Passing to bitcoind!

Second is to look at your payout.  If you found the block you get a 0.125BTC reward for it.

Is the reward to the miner or the nodes address? It's the miner right?
Reward goes to the miner.

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
December 04, 2014, 02:00:25 AM
 #11179

Ok I am wondering how does one determine what miner or if there pool found the block.

I have not figured that out yet. Smiley

You can look at your shares, the 8 character (shortened) "share hash" is the last 8 characters of the block hash (assuming the share found a block), in OG's case:

Block hash: 0000000000000000164109c6391d508781ce46149099a9d64e4d0fecfebf15ad

Share hash on node: febf15ad

I just realized that unfortunately NastyPool does not make the default front-end available at the typical URL (https://www.nastyfans.org:9332/static)...

But if it was there and they did find the block (which I assume they did), you would see the share...

OG/nonnakip: might be worth opening up the default front end (even it only shows your single combined address) for transparencies sake...

Congrats on finding the block Smiley

Edit: here is the share on my node, indeed the Nasty address Smiley
http://minefast.coincadence.com:9332/static/original/share.html#0000000000000000164109c6391d508781ce46149099a9d64e4d0fecfebf15ad
jcumins
Full Member
***
Offline Offline

Activity: 312
Merit: 100


Bcnex - The Ultimate Blockchain Trading Platform


View Profile
December 04, 2014, 02:38:47 AM
 #11180

Thanks so much.  Still new at this and have my first node up and running.   Working on a new Debian based server and will have to see how that works out better then the windows based servers.  So far the windows one is running great on a older used quad core dual processor desktop with 64bit win 7.  The box is running great. 

Pages: « 1 ... 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 [559] 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 ... 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!