Bitcoin Forum
April 26, 2024, 03:23:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 [642] 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591625 times)
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
June 22, 2015, 11:46:06 AM
 #12821

latest changes ... https://github.com/forrestv/p2pool/commit/2acfd3c670fb5e03a42ba48b34354ec2367f3295

anyone updated ?
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 22, 2015, 05:23:38 PM
 #12822


I'm running it for a few hours now - can't say I'm sure if there's any difference tbh, looks like a small code tidy up is all. It would be nice if forrestv chimed in when he updated any p2pool code to let us know what the changes are exactly - if any.

Aren't we due a block or two?  Grin
jdot007
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
June 23, 2015, 09:08:49 PM
 #12823

p3yot33at3r

Avalon 4.1 as far as I can determine works with P2P

I set up 2 miners pointed the to the same pool and matched (as much as possible) running time, getwork amount.
Calc'd Hashrate/Hashrate=% compared to accepted shares/accepted shares=%

#'s
Avalon hash/Sp20 hash & corresponding shares
948.38/1308.54  ~27.5% diff hashrate  3254/4494 diff accepted shares ~27.6%

Avalon has slightly higher getworks 1578 & 8 min running time lead on sp20
SP20   has 1566 getworks

margin of error is .0076%

If my math is wrong please speak up

J




Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
June 24, 2015, 07:14:27 AM
 #12824

It would be nice if forrestv chimed in when he updated any p2pool code to let us know what the changes are exactly - if any.


You will be lucky if forrestv reappears in this community, he was attacked in this thread over some seriously ignorant attitudes toward his development of this software. He has not returned since, rightly so.

Vires in numeris
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
June 24, 2015, 07:19:50 AM
 #12825

It would be nice if forrestv chimed in when he updated any p2pool code to let us know what the changes are exactly - if any.


You will be lucky if forrestv reappears in this community, he was attacked in this thread over some seriously ignorant attitudes toward his development of this software. He has not returned since, rightly so.

yes he did reappear notifying an update.

here it is: https://github.com/forrestv/p2pool/commit/2acfd3c670fb5e03a42ba48b34354ec2367f3295

not a big update but still updated.

did you guys read couple of posts up and 1 or 2 pages back ?
igorwhite
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 24, 2015, 12:49:01 PM
 #12826

Hello!
Who uses relay netvork for p2pool?
I have an error:
user@p2pool:~/RelayNode/client$ ./relaynetworkclient public.eu.relay.mattcorallo.com 127.0.0.1 8333
illegal instruction (memory dump)

CTO, R&D Director Esonics
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
June 24, 2015, 01:16:38 PM
 #12827

Hello!
Who uses relay netvork for p2pool?
I have an error:
user@p2pool:~/RelayNode/client$ ./relaynetworkclient public.eu.relay.mattcorallo.com 127.0.0.1 8333
illegal instruction (memory dump)
I use it... have since Matt first announced it.  You might be better served by asking Matt in his thread here: https://bitcointalk.org/index.php?topic=766190.200 (which it appears you already have asked there as well).

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

Activity: 266
Merit: 250



View Profile
June 24, 2015, 02:02:24 PM
 #12828

Since the last update (20 hours ago) I'm unable to build the client on Xubuntu 64bit. When I execute the command "make -f Makefile" from within the c++ folder - I get the following error:

Code:
yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o crypto/sha256_code_release/sha256_avx2_rorx2.a crypto/sha256_code_release/sha256_avx2_rorx2.asm
make: yasm: Command not found
make: *** [crypto/sha256_code_release/sha256_avx2_rorx2.a] Error 127

Everything worked fine until the last update  Sad

EDIT: The pre-compiled binary will also not run on 64bit system, giving the following error:

Code:
relaynetworkclient: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by relaynetworkclient)

Do I need to download & install dependences now?

EDIT2: I've reverted to the previous build until further news  Wink
Code:
sudo apt-get install yasm
Once it's installed just run make and it'll compile just fine.

Hi JB,

Yeah, I saw the comment on Matts thread about it. I figured that was what was needed, but just wanted to be sure, as I'd not needed it on previous builds. It's running great again now though - thanks  Wink

You will be lucky if forrestv reappears in this community, he was attacked in this thread over some seriously ignorant attitudes toward his development of this software. He has not returned since, rightly so.

I'm aware of what happened previously, I've read the entire thread & am continually re-reading sections for info. There's no reason to keep harping on about what happened - posting negative, butthurt comments is neither constructive nor helpful to anyone. Please get over it & accept it like everyone else has, including forrestv who is posting here again, thankfully.  Wink
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
June 24, 2015, 02:42:32 PM
 #12829

Since the last update (20 hours ago) I'm unable to build the client on Xubuntu 64bit. When I execute the command "make -f Makefile" from within the c++ folder - I get the following error:

Code:
yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o crypto/sha256_code_release/sha256_avx2_rorx2.a crypto/sha256_code_release/sha256_avx2_rorx2.asm
make: yasm: Command not found
make: *** [crypto/sha256_code_release/sha256_avx2_rorx2.a] Error 127

Everything worked fine until the last update  Sad

EDIT: The pre-compiled binary will also not run on 64bit system, giving the following error:

Code:
relaynetworkclient: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by relaynetworkclient)

Do I need to download & install dependences now?

EDIT2: I've reverted to the previous build until further news  Wink
Code:
sudo apt-get install yasm
Once it's installed just run make and it'll compile just fine.

Hi JB,

Yeah, I saw the comment on Matts thread about it. I figured that was what was needed, but just wanted to be sure, as I'd not needed it on previous builds. It's running great again now though - thanks  Wink

You will be lucky if forrestv reappears in this community, he was attacked in this thread over some seriously ignorant attitudes toward his development of this software. He has not returned since, rightly so.

I'm aware of what happened previously, I've read the entire thread & am continually re-reading sections for info. There's no reason to keep harping on about what happened - posting negative, butthurt comments is neither constructive nor helpful to anyone. Please get over it & accept it like everyone else has, including forrestv who is posting here again, thankfully.  Wink
Yeah... it wasn't required in his previous iterations of the relay client.  I'm assuming he probably did it to try and bring parity to the *nix/win builds... but I didn't read too much into the changes he made, so I'd have to leave it up to Matt to comment on the inclusion 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.
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
June 25, 2015, 06:10:18 AM
Last edit: June 25, 2015, 06:23:56 AM by luthermarcus
 #12830

Is it possible to compile the newest updates to p2pool for windows? Is there a way i could do this myself? Any input would be appreciated.

Donate Bitcoin
1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc
Donate TRX
TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
June 25, 2015, 07:10:51 AM
 #12831

You will be lucky if forrestv reappears in this community, he was attacked in this thread over some seriously ignorant attitudes toward his development of this software. He has not returned since, rightly so.

I'm aware of what happened previously, I've read the entire thread & am continually re-reading sections for info. There's no reason to keep harping on about what happened - posting negative, butthurt comments is neither constructive nor helpful to anyone. Please get over it & accept it like everyone else has, including forrestv who is posting here again, thankfully.  Wink

People are commenting that forrest is neglecting this thread, and I'm setting the record straight. You're behaving in exactly the same manner as the people that hounded him off, trying to use insults to assert your will.

Vires in numeris
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
June 25, 2015, 07:25:21 AM
 #12832

Is it possible to compile the newest updates to p2pool for windows? Is there a way i could do this myself? Any input would be appreciated.

yes you can do it yourself if you do lots of reading & keep on trying.

you can use pyhtonwin in windows & run the latest p2p in python. tbh, it;s not that difficult, just some reading, trial & error.

don't mean to be an a*s but if the right questions are asked, you'll get a good answer & help to your problems.
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
June 25, 2015, 09:03:11 AM
Last edit: June 25, 2015, 09:14:19 AM by luthermarcus
 #12833

Is it possible to compile the newest updates to p2pool for windows? Is there a way i could do this myself? Any input would be appreciated.

yes you can do it yourself if you do lots of reading & keep on trying.

you can use pyhtonwin in windows & run the latest p2p in python. tbh, it;s not that difficult, just some reading, trial & error.

don't mean to be an a*s but if the right questions are asked, you'll get a good answer & help to your problems.

Trying my best here trail and error is where i'm at. I tried running it with python it wont load the shares how it does with the forestcv's app. I was looking for info on how to compile if someone has done it here if they like to share or point me in the right direction on how to?  geez sorry for the wording of my last question hope this one is more direct. lol  Undecided

Donate Bitcoin
1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc
Donate TRX
TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
June 25, 2015, 10:12:43 AM
 #12834

I did compile current git.
Look @ my OneDrive.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
June 25, 2015, 11:56:04 AM
 #12835

I did compile current git.
Look @ my OneDrive.

Thank you   Grin

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

Activity: 223
Merit: 130



View Profile WWW
June 25, 2015, 10:30:01 PM
 #12836

Is it possible to compile the newest updates to p2pool for windows? Is there a way i could do this myself? Any input would be appreciated.

Maybe this setup guide will help you out?

yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
June 26, 2015, 07:27:28 AM
 #12837

small update

https://github.com/forrestv/p2pool/tree/master/p2pool
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
June 26, 2015, 10:01:00 AM
 #12838

Is it possible to compile the newest updates to p2pool for windows? Is there a way i could do this myself? Any input would be appreciated.

Maybe this setup guide will help you out?

Thanks bro but i was looking on a how to to compile forestv github. I have p2pool running i just wanted to learn to compile the latest version.

Donate Bitcoin
1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc
Donate TRX
TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
Polyatomic
Sr. Member
****
Offline Offline

Activity: 257
Merit: 250


View Profile
June 26, 2015, 11:16:23 AM
 #12839

Is it possible to compile the newest updates to p2pool for windows? Is there a way i could do this myself? Any input would be appreciated.

Maybe this setup guide will help you out?

Thanks bro but i was looking on a how to to compile forestv github. I have p2pool running i just wanted to learn to compile the latest version.

For MS Windows, I'm thinking there should be a tool out there to do this for you man. I'm sorry I can't tell you what that is exactly >.>
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
June 26, 2015, 01:50:55 PM
Last edit: June 26, 2015, 02:34:07 PM by jonnybravo0311
 #12840

I saw this error on my node:

(from bitcoind) EXCEPTION: St12out_of_range CInv::GetCommand() : type=513 unknown type bitcoin in ProcessMessages()

First time I've seen this... Anyone have any ideas?

Edit: my node is 104.131.12.128:9332 if anyone wants to see the error...

Edit 2: here's the snippet from the p2pool log:
Code:
2015-06-26 09:58:14.329592 P2Pool: 17376 shares in chain (17380 verified/17380 total) Peers: 41 (34 incoming)
2015-06-26 09:58:14.329634  Local: 2680GH/s in last 10.0 minutes Local dead on arrival: ~6.4% (4-9%) Expected time to share: 1.4 hours
2015-06-26 09:58:14.329676  Shares: 1048 (85 orphan, 68 dead) Stale rate: ~14.6% (12-17%) Efficiency: ~96.1% (93-99%) Current payout: (0.0000)=0.0000 BTC
2015-06-26 09:58:14.329724  Pool: 1259TH/s Stale rate: 11.1% Expected time to block: 2.0 days
2015-06-26 09:58:15.623680 Peer sent entire transaction 1170fcf19ad833fb8f237004c0efc59e46697dab9b81850478d4fa6f8ae18575 that was already received
2015-06-26 09:58:16.125142 Peer sent entire transaction 0b7dbeb74599087db6b263919499c71cf05da374b7d809a47585ce2c5f4f0dd2 that was already received
2015-06-26 09:58:17.291632 Peer sent entire transaction ea49a8b720dd2b4eea58f9eaff5b58fd780f5375b6de3ed6e328557658ffc71b that was already received
2015-06-26 09:58:17.333289 > ########################################
2015-06-26 09:58:17.333419 > >>> Warning: (from bitcoind) EXCEPTION: St12out_of_range
2015-06-26 09:58:17.333473 > CInv::GetCommand() : type=513 unknown type
2015-06-26 09:58:17.333520 > bitcoin in ProcessMessages()
2015-06-26 09:58:17.333567 >
2015-06-26 09:58:17.333620 > ########################################

Here's what the bitcoin log shows:
Code:
2015-06-26 13:58:02 socket recv error Connection reset by peer (104)
2015-06-26 13:58:03 CreateNewBlock(): total size 749911
2015-06-26 13:58:21 CreateNewBlock(): total size 749862
2015-06-26 13:58:38 CreateNewBlock(): total size 749950
2015-06-26 13:58:38 receive version message: : version 40000, blocks=0, us=104.131.12.128:8333, peer=122431
2015-06-26 13:58:38 Added time data, samples 200, offset -40 (+0 minutes)
2015-06-26 13:58:55 CreateNewBlock(): total size 749874

Not a lot of help there...

From bitcoind:
Code:
miner@devildog:~/bitcoin-0.10.2/src$ ./bitcoin-cli getinfo
{
    "version" : 100200,
    "protocolversion" : 70002,
    "blocks" : 362645,
    "timeoffset" : 0,
    "connections" : 97,
    "proxy" : "",
    "difficulty" : 49692386354.89383698,
    "testnet" : false,
    "relayfee" : 0.00001000,
    "errors" : "EXCEPTION: St12out_of_range       \nCInv::GetCommand() : type=513 unknown type       \nbitcoin in ProcessMessages()       \n"
}

Edit 3: and now it's gone.  Last occurrence was:
Code:
2015-06-26 10:31:37.606884 > ########################################
2015-06-26 10:31:37.607046 > >>> Warning: (from bitcoind) EXCEPTION: St12out_of_range
2015-06-26 10:31:37.607101 > CInv::GetCommand() : type=513 unknown type
2015-06-26 10:31:37.607148 > bitcoin in ProcessMessages()
2015-06-26 10:31:37.607226 >
2015-06-26 10:31:37.607282 > ########################################

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.
Pages: « 1 ... 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 [642] 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 ... 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!