Bitcoin Forum
April 19, 2024, 09:54:02 PM *
News: Latest Bitcoin Core release: 26.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 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591613 times)
forrestv (OP)
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
February 12, 2012, 04:09:45 PM
 #621

I keep getting the following error. It's on Arch Linux. Dependencies should be installed and everything seems to work well. It loads shares and build up connections, but after a few seconds this is what I get. Version 5250df6.

neptop, that's kind of normal if you're downloading the sharechain on a slow computer. The "Watchdog" errors just mean that P2Pool didn't respond for a while, in this case because it was spending time processing shares. This shouldn't happen in normal operation.

Another question... can somebody comment why it is such big variance in mining speed?

Is it because of intensity in miner is not on maximum?

Can somebody explain why it is better to set intensity 20% below maximum? ( like -I 8 is better than -I 10 in cgminer)

Seeing some variance is normal. P2Pool estimates your speed from the number of pseudoshares your miner submits, which varies randomly.

Lower intensities make your miner work on smaller chunks of work at a time, so they can start on a new one faster when a long poll comes in. However, I don't think that that is your problem because of the bulges in the dead rate... Maybe look in P2Pool's log around those times?

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
February 12, 2012, 04:11:30 PM
 #622

Another question... can somebody comment why it is such big variance in mining speed?


Is it because of intensity in miner is not on maximum?

Can somebody explain why it is better to set intensity 20% below maximum? ( like -I 8 is better than -I 10 in cgminer)

As I understand it, higher intensity just mean "hey, GPU, run for a longer period of time before asking for new work".  The idea is to minimize time wasted by constantly asking for more work.  But with p2pool, running for a long time without asking for new work means a higher probability that the GPU will spend time working on stale work.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
Andrew Vorobyov
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
February 12, 2012, 04:15:20 PM
 #623

Code:
Failure: twisted.internet.defer.TimeoutError: Getting http://127.0.0.1:8332/ took longer than 5 seconds.

Impossible - because they on the same server + I don't see any errors in log anyway.

Does bitcoin or p2pool use IPV6? I see this strange pattern in monitoring



ancow
Full Member
***
Offline Offline

Activity: 373
Merit: 100


View Profile WWW
February 12, 2012, 04:23:06 PM
 #624

Code:
Failure: twisted.internet.defer.TimeoutError: Getting http://127.0.0.1:8332/ took longer than 5 seconds.

Impossible - because they on the same server + I don't see any errors in log anyway.

Definitely possible - bitcoind sometimes gets stuck for a little while and doesn't answer RPC queries.

BTC: 1GAHTMdBN4Yw3PU66sAmUBKSXy2qaq2SF4
Andrew Vorobyov
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
February 12, 2012, 04:23:50 PM
 #625

Maybe look in P2Pool's log around those times?

Is any other log rather that one that I at the output on the screen?
Andrew Vorobyov
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
February 12, 2012, 04:25:04 PM
 #626

Definitely possible - bitcoind sometimes gets stuck for a little while and doesn't answer RPC queries.

Can somebody give me bitcoin RPC gateway with no lags? I will pay Smiley
forrestv (OP)
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
February 12, 2012, 04:39:16 PM
 #627

Maybe look in P2Pool's log around those times?

Is any other log rather that one that I at the output on the screen?

There's a log file in data/bitcoin/log. Also, P2Pool doesn't use IPv6; The traffic displayed on that graph is tiny anyway.

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
February 12, 2012, 05:29:00 PM
 #628

I've been working on a self-contained network-provisioned bitcoind + namecoind + p2pool USB stick.  I had horrible problems with bitcoind getting stuck for minutes at a time.

I came up with a solution, but it isn't pretty.  I run bitcoind entirely out of RAM now.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
Andrew Vorobyov
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
February 12, 2012, 05:37:58 PM
 #629

I'm going to try this - https://github.com/bitcoinjs/bitcoinjs-server
forrestv (OP)
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
February 12, 2012, 05:55:41 PM
 #630


I don't think that that will work. It doesn't seem to support the "getmemorypool" RPC call.

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
February 12, 2012, 06:04:43 PM
 #631

I've been working on a self-contained network-provisioned bitcoind + namecoind + p2pool USB stick.  I had horrible problems with bitcoind getting stuck for minutes at a time.

I came up with a solution, but it isn't pretty.  I run bitcoind entirely out of RAM now.

I have precisely this setup working here...
BTW, I also have Devcoin and Litecoin working... My USB stick have 8G...
My machine have 1G of RAM...

Cheers!
Thiago
Regex
Newbie
*
Offline Offline

Activity: 23
Merit: 0



View Profile
February 12, 2012, 06:10:38 PM
 #632

No block found for like 4h, something seriously stinks here.



 Roll Eyes


Gabi
Legendary
*
Offline Offline

Activity: 1148
Merit: 1008


If you want to walk on water, get out of the boat


View Profile
February 12, 2012, 06:23:27 PM
 #633

Quick, everyone go back on deepbit!

m3ta
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250



View Profile WWW
February 12, 2012, 06:25:13 PM
 #634

No block found for like 4h, something seriously stinks here.



 Roll Eyes




We found 7 blocks in 6.5 hours.
Yeah something stinks here: your concepts of "luck" and "variance". Smiley

Why the frell so many retards spell "ect" as an abbreviation of "Et Cetera"? "ETC", DAMMIT! http://en.wikipedia.org/wiki/Et_cetera

Host:/# rm -rf /var/forum/trolls
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
February 12, 2012, 06:28:28 PM
 #635

I've been working on a self-contained network-provisioned bitcoind + namecoind + p2pool USB stick.  I had horrible problems with bitcoind getting stuck for minutes at a time.

I came up with a solution, but it isn't pretty.  I run bitcoind entirely out of RAM now.

I have precisely this setup working here...
BTW, I also have Devcoin and Litecoin working... My USB stick have 8G...
My machine have 1G of RAM...

Cheers!
Thiago
Wonder what that will do to the lifespan of your flash drive.

Might be faster to install a small HD for the blockchains but still run the OS from the flash drive. Of course if you are doing that, might as well just run the whole OS from the HD...

m3ta
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250



View Profile WWW
February 12, 2012, 06:28:45 PM
 #636

No block found for like 4h, something seriously stinks here.



 Roll Eyes




We found 7 blocks in 6.5 hours.
Yeah something stinks here: your concepts of "luck" and "variance". Smiley


I'd bet 100 BTC, if I was a betting man, that he was being sarcastic.

I saw his smiley too. Didn't you didn't see mine? heh

Why the frell so many retards spell "ect" as an abbreviation of "Et Cetera"? "ETC", DAMMIT! http://en.wikipedia.org/wiki/Et_cetera

Host:/# rm -rf /var/forum/trolls
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
February 12, 2012, 07:01:47 PM
 #637

I've been working on a self-contained network-provisioned bitcoind + namecoind + p2pool USB stick.  I had horrible problems with bitcoind getting stuck for minutes at a time.

I came up with a solution, but it isn't pretty.  I run bitcoind entirely out of RAM now.

I have precisely this setup working here...
BTW, I also have Devcoin and Litecoin working... My USB stick have 8G...
My machine have 1G of RAM...

Cheers!
Thiago

No, you are doing something else.  The bitcoin blk00001.dat file itself is over a gigabyte now, and the index is a couple hundred megs more.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
wachtwoord
Legendary
*
Offline Offline

Activity: 2324
Merit: 1125


View Profile
February 12, 2012, 07:13:50 PM
 #638

It's 952 MB < 1GB, and the index is 352 MB
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
February 12, 2012, 07:17:09 PM
 #639

Hi!

 I just "git pull" p2pool and I'm seeing:

Code:
2012-02-12 17:15:34.299531 > Error while calling merged getauxblock:
2012-02-12 17:15:34.299732 > Traceback (most recent call last):
2012-02-12 17:15:34.299992 > Failure: twisted.internet.defer.TimeoutError: Getting http://127.0.0.1:7333/ took longer than 5 seconds.

But my namecoind is running normally...

Any thoughts?!
Rubberduckie
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000



View Profile
February 12, 2012, 07:26:14 PM
 #640

What setting do you guys use for "powertune" in cgminer?

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 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 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!