Bitcoin Forum
May 04, 2024, 07:07:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 [215] 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591631 times)
lenny_
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


DARKNETMARKETS.COM


View Profile WWW
December 31, 2012, 01:11:25 AM
Last edit: December 31, 2012, 01:37:29 AM by lenny_
 #4281

P2pool becomes incompatible with some miners. Even with Stratum mining-proxy itself!
Look at Ztex BTCMiner log:
Code:
001-0: ztex_ufm1_15y1-04A3461AD9-3: Error: unknown protocol: localhost: Disabling URL localhost:9332 for 60s
It cannot connect to p2pool and switching to backup pool
Stratum-mining-proxy reports:
Code:
$ python ~/stratum-mining-proxy/mining_proxy.py -gp 4704 -sp 4705 -rt -oh localhost -o localhost -p 9332
2012-12-31 01:08:20,062 INFO proxy jobs.<module> # Using C extension for midstate speedup. Good!
2012-12-31 01:08:23,061 ERROR proxy mining_proxy.main # Stratum host/port autodetection failed
Traceback (most recent call last):
  File "/home/pioruns/stratum-mining-proxy/mining_proxy.py", line 154, in main
    new_host = (yield utils.detect_stratum(args.host, args.port))
  File "/usr/local/lib/python2.6/dist-packages/Twisted-12.2.0-py2.6-linux-x86_64.egg/twisted/internet/defer.py", line 1045, in _inlineCallbacks
    result = g.send(result)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/utils.py", line 69, in detect_stratum
    header = f.response_headers.get('x-stratum', None)[0]
TypeError: 'NoneType' object is unsubscriptable
2012-12-31 01:08:23,083 WARNING proxy mining_proxy.main # Stratum proxy version: 1.3.0
2012-12-31 01:08:23,083 WARNING proxy mining_proxy.main # Trying to connect to Stratum pool at localhost:9332
2012-12-31 01:08:23,092 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2012-12-31 01:08:23,093 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2012-12-31 01:08:23,094 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2012-12-31 01:08:23,111 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2012-12-31 01:08:23,112 WARNING proxy mining_proxy.main # LISTENING FOR MINERS ON http://localhost:4704 (getwork) and stratum+tcp://0.0.0.0:4705 (stratum)
2012-12-31 01:08:23,113 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
And it's not working, miner connected to this stratum-mining-proxy cannot get any work (proxy spits out thousands of errors) and switching to backup pool.
With new version 10, P2pool become unusable for both miners I am using - Ztex BTCMiner and Stratum mining proxy.

DARKNET MARKETS >> https://DARKNETMARKETS.COM
1714806432
Hero Member
*
Offline Offline

Posts: 1714806432

View Profile Personal Message (Offline)

Ignore
1714806432
Reply with quote  #2

1714806432
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714806432
Hero Member
*
Offline Offline

Posts: 1714806432

View Profile Personal Message (Offline)

Ignore
1714806432
Reply with quote  #2

1714806432
Report to moderator
1714806432
Hero Member
*
Offline Offline

Posts: 1714806432

View Profile Personal Message (Offline)

Ignore
1714806432
Reply with quote  #2

1714806432
Report to moderator
1714806432
Hero Member
*
Offline Offline

Posts: 1714806432

View Profile Personal Message (Offline)

Ignore
1714806432
Reply with quote  #2

1714806432
Report to moderator
iongchun
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
December 31, 2012, 02:07:35 AM
 #4282

P2pool becomes incompatible with some miners. Even with Stratum mining-proxy itself!
Look at Ztex BTCMiner log:
Code:
001-0: ztex_ufm1_15y1-04A3461AD9-3: Error: unknown protocol: localhost: Disabling URL localhost:9332 for 60s
It cannot connect to p2pool and switching to backup pool

Both BTCMiner (v121126, cluster mode) and BFGminer seem work well with p2pool Stratum for me,
I don't see the same error for BTCMiner, running on amd64 Linux,
do you use different version or platform?

Bitcoin: 1NFMpJUW7sTKmnVKj12MxhPvCvzAKQ5gUV
Namecoin: N5Tnt3JyMeizsoAFAZDr7CSxjzDtPSisK8
Mining with P2Pool. Graph. Blocks.
lenny_
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


DARKNETMARKETS.COM


View Profile WWW
December 31, 2012, 02:27:26 AM
 #4283

P2pool becomes incompatible with some miners. Even with Stratum mining-proxy itself!
Look at Ztex BTCMiner log:
Code:
001-0: ztex_ufm1_15y1-04A3461AD9-3: Error: unknown protocol: localhost: Disabling URL localhost:9332 for 60s
It cannot connect to p2pool and switching to backup pool

Both BTCMiner (v121126, cluster mode) and BFGminer seem work well with p2pool Stratum for me,
I don't see the same error for BTCMiner, running on amd64 Linux,
do you use different version or platform?


BTCMiner does not have any Stratum support, only GetWork+ var diff. How it can be working for you, mate?  Cheesy
I am using same as you AMD64 Linux.

DARKNET MARKETS >> https://DARKNETMARKETS.COM
iongchun
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
December 31, 2012, 03:43:52 AM
 #4284


Both BTCMiner (v121126, cluster mode) and BFGminer seem work well with p2pool Stratum for me,
I don't see the same error for BTCMiner, running on amd64 Linux,
do you use different version or platform?


BTCMiner does not have any Stratum support, only GetWork+ var diff. How it can be working for you, mate?  Cheesy
I am using same as you AMD64 Linux.

Haha..I just mean the version of p2pool with Stratum support Smiley
But maybe I don't run BTCMiner long enough to see the error.

Bitcoin: 1NFMpJUW7sTKmnVKj12MxhPvCvzAKQ5gUV
Namecoin: N5Tnt3JyMeizsoAFAZDr7CSxjzDtPSisK8
Mining with P2Pool. Graph. Blocks.
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
December 31, 2012, 06:10:17 AM
 #4285

Luke jr, I thought you were anti stratum last I checked Wink

Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
December 31, 2012, 06:49:14 AM
 #4286

Luke jr, I thought you were anti stratum last I checked Wink
I'm anti-stratum for the pool<->miner connection, because it is* harmful to Bitcoin's security. In this case, the p2pool daemon is running locally, so it makes sense. (It also makes more work for me, and slush did it behind closed doors instead of contributing to the open developement of GBT)

* slush added a get_transactions method to allow for more transparent stratum use, but in this usage, it just consumes more bandwidth than GBT with none of the benefits

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
December 31, 2012, 07:00:11 AM
 #4287

Gotcha

kano
Legendary
*
Offline Offline

Activity: 4480
Merit: 1800


Linux since 1997 RedHat 4


View Profile
December 31, 2012, 10:41:20 AM
 #4288

Luke jr, I thought you were anti stratum last I checked Wink
I'm anti-stratum for the pool<->miner connection, because it is* harmful to Bitcoin's security. In this case, the p2pool daemon is running locally, so it makes sense. (It also makes more work for me, and slush did it behind closed doors instead of contributing to the open developement of GBT)

* slush added a get_transactions method to allow for more transparent stratum use, but in this usage, it just consumes more bandwidth than GBT with none of the benefits
Can you at least back up those lies?

1) How is stratum harmful to bitcoin's security in any way that GBT isn't also therefore harmful by your definition in their current incarnations?

2) Why does someone have to contribute to the development of GBT when they have their own idea that was known and in the open since the beginning of the year?

3) What is this new lie you are now spreading about comparing GBT to Stratum and saying that the Stratum transaction list is in any way less meaningful than the GBT transaction list and in any way uses more bandwidth?

Seriously, you lie about this all the time and never back up your lies coz they are simply that: lies.

Backup your bullshit or shut the fuck up about this crap you keep lying about all over the place.

Yes I know you wont follow this up and give any proof to your lies, coz they are simply that - lies - as everyone should understand that they are.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
December 31, 2012, 03:33:46 PM
 #4289

grep SHARE p2pool/data/bitcoin/log
2012-12-31 07:26:37.637027 GOT SHARE! toy.gpu 005461de prev 7f752c8e age 1.00s
2012-12-31 09:41:22.081034 GOT SHARE! toy.gpu 5bb6c97b prev 28ae9b73 age 10.18s
2012-12-31 11:42:48.881662 GOT SHARE! toy.gpu 498af61a prev a690bd70 age 1.22s
2012-12-31 15:27:47.966547 GOT SHARE! 1FooBarwPJBCHENtafHz7UCfSK15FTh8wm 7c447bf4 prev 33c2552f age 0.78s
2012-12-31 16:17:29.271429 GOT SHARE! toy.gpu eaf9f045 prev 46eef6d5 age 1.84s

Shares: 5 total (5 orphaned, 0 dead) Efficiency: 0.000%

Mean GBT is 0.2s

WHY all orphaned???

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/
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 31, 2012, 03:52:10 PM
 #4290

grep SHARE p2pool/data/bitcoin/log
2012-12-31 07:26:37.637027 GOT SHARE! toy.gpu 005461de prev 7f752c8e age 1.00s
2012-12-31 09:41:22.081034 GOT SHARE! toy.gpu 5bb6c97b prev 28ae9b73 age 10.18s
2012-12-31 11:42:48.881662 GOT SHARE! toy.gpu 498af61a prev a690bd70 age 1.22s
2012-12-31 15:27:47.966547 GOT SHARE! 1FooBarwPJBCHENtafHz7UCfSK15FTh8wm 7c447bf4 prev 33c2552f age 0.78s
2012-12-31 16:17:29.271429 GOT SHARE! toy.gpu eaf9f045 prev 46eef6d5 age 1.84s

Shares: 5 total (5 orphaned, 0 dead) Efficiency: 0.000%

Mean GBT is 0.2s

WHY all orphaned???

something wrong with ur bitcoind

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


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


View Profile WWW
December 31, 2012, 03:58:31 PM
 #4291

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh

"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/
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 31, 2012, 04:08:37 PM
 #4292

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh
did you upgrade to latest cgminer?

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


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


View Profile WWW
December 31, 2012, 04:10:51 PM
 #4293

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh
did you upgrade to latest cgminer?

Yup, latest of both.....

"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/
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 31, 2012, 04:15:25 PM
 #4294

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh
did you upgrade to latest cgminer?

Yup, latest of both.....
well then just use getwork, unless u got more than 50 GH/s it dosnt need stratum Wink

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
December 31, 2012, 04:34:18 PM
 #4295

grep SHARE p2pool/data/bitcoin/log
2012-12-31 07:26:37.637027 GOT SHARE! toy.gpu 005461de prev 7f752c8e age 1.00s
2012-12-31 09:41:22.081034 GOT SHARE! toy.gpu 5bb6c97b prev 28ae9b73 age 10.18s
2012-12-31 11:42:48.881662 GOT SHARE! toy.gpu 498af61a prev a690bd70 age 1.22s
2012-12-31 15:27:47.966547 GOT SHARE! 1FooBarwPJBCHENtafHz7UCfSK15FTh8wm 7c447bf4 prev 33c2552f age 0.78s
2012-12-31 16:17:29.271429 GOT SHARE! toy.gpu eaf9f045 prev 46eef6d5 age 1.84s

Shares: 5 total (5 orphaned, 0 dead) Efficiency: 0.000%

Mean GBT is 0.2s

WHY all orphaned???

something wrong with ur bitcoind
Recompiled to latest git and restarted, will see.
Nothing wrong i see in bitcoin log anyway.

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/
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


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


View Profile WWW
December 31, 2012, 04:38:39 PM
 #4296

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh
did you upgrade to latest cgminer?

Yup, latest of both.....
well then just use getwork, unless u got more than 50 GH/s it dosnt need stratum Wink

Done. Much better results. I was of the understanding that stratum was going to be an improvement ie: less stales/DOA?

"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/
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 31, 2012, 04:42:11 PM
 #4297

grep SHARE p2pool/data/bitcoin/log
2012-12-31 07:26:37.637027 GOT SHARE! toy.gpu 005461de prev 7f752c8e age 1.00s
2012-12-31 09:41:22.081034 GOT SHARE! toy.gpu 5bb6c97b prev 28ae9b73 age 10.18s
2012-12-31 11:42:48.881662 GOT SHARE! toy.gpu 498af61a prev a690bd70 age 1.22s
2012-12-31 15:27:47.966547 GOT SHARE! 1FooBarwPJBCHENtafHz7UCfSK15FTh8wm 7c447bf4 prev 33c2552f age 0.78s
2012-12-31 16:17:29.271429 GOT SHARE! toy.gpu eaf9f045 prev 46eef6d5 age 1.84s

Shares: 5 total (5 orphaned, 0 dead) Efficiency: 0.000%

Mean GBT is 0.2s

WHY all orphaned???

something wrong with ur bitcoind
Recompiled to latest git and restarted, will see.
Nothing wrong i see in bitcoin log anyway.
a share being orphaned means it dosnt fit the rules (did include wrong transactions, etc) or just really unlucky. therefore something wrong with ur bitcoind, restart it. i found that using the latest git is working well, but u shouldnt mine to a address in the wallet of the git bitcoind since its not declared stable yet. i got a VM running with every altcoin in it and bitcoind, p2pool is connecting to this and payout is set to another adress.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 31, 2012, 04:44:35 PM
 #4298

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh
did you upgrade to latest cgminer?

Yup, latest of both.....
well then just use getwork, unless u got more than 50 GH/s it dosnt need stratum Wink

Done. Much better results. I was of the understanding that stratum was going to be an improvement ie: less stales/DOA?
it should yes, altough if there are problems (since its new and therefore probably bit buggy) u can get worse performance. im running cminer too and i got 0.36% stale, all my shares have been accepted (due to alot of connections) so far with stratum enabled.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
December 31, 2012, 04:48:22 PM
 #4299

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh
did you upgrade to latest cgminer?

Yup, latest of both.....
well then just use getwork, unless u got more than 50 GH/s it dosnt need stratum Wink

Done. Much better results. I was of the understanding that stratum was going to be an improvement ie: less stales/DOA?
it should yes, altough if there are problems (since its new and therefore probably bit buggy) u can get worse performance. im running cminer too and i got 0.36% stale, all my shares have been accepted (due to alot of connections) so far with stratum enabled.

I had to disable stratum here as well, higher rejects with stratum than with LP.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
sharky112065
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
December 31, 2012, 11:25:50 PM
 #4300

I upgraded to the stratum enabled p2pool & cgminer but had to turn stratum off due to massive rise in stale/rejects, even after lowering my intensity on both Linux & windoze rigs - anyone else having these problems?  Huh
did you upgrade to latest cgminer?

Yup, latest of both.....
well then just use getwork, unless u got more than 50 GH/s it dosnt need stratum Wink

Done. Much better results. I was of the understanding that stratum was going to be an improvement ie: less stales/DOA?
it should yes, altough if there are problems (since its new and therefore probably bit buggy) u can get worse performance. im running cminer too and i got 0.36% stale, all my shares have been accepted (due to alot of connections) so far with stratum enabled.

I had to disable stratum here as well, higher rejects with stratum than with LP.

M

Interesting indeed. I'm running cgminer/p2pool with Stratum and am not having the issues you and others are mentioning. My reject rate is 2.3% and is the same as it was when I was running getwork. I still show Zero stales on Stratum as I did on getwork as well.

p2pool and bitcoind are running on a local server on my LAN. My rigs communicate with them on that same LAN/subnet.
 
I do not use the un-released git version of bitcoind.

If you are using an un-released git version of bitcoind or are using a non local p2pool server that could be your problem.

Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
Pages: « 1 ... 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 [215] 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 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!