Bitcoin Forum
June 21, 2024, 05:17:55 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 [142] 143 144 145 146 147 148 »
2821  Local / Deutsch (German) / Re: hab heute Post von MtGox bekommen on: August 01, 2011, 05:58:40 PM
(you can choose to pay in USD or Bitcoin by using the selector in the header)
Mt.Gox Yubikey (with logo)    $29.99000
2822  Local / Deutsch (German) / Re: die neue GUI zum offiziellen client on: August 01, 2011, 04:34:18 PM
hat es jemand schon unter Ubuntu64 (natty) erfolgreich kompiliert (und vielleicht ein binary  Wink )
ich habe es vor ca. einer Woche versucht und nicht geschafft...
2823  Local / Mining (Deutsch) / Re: BTCPool24.com Jetzt mit PPS 0% Instant Pay on: August 01, 2011, 06:37:25 AM
@BTCPool24
in den Account Details steht noch immer Auszahlungs Addresse (testnet)...
ich hoffe das ist nicht wörtlich zu nehmen....
 
2824  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 31, 2011, 01:18:06 PM

run with --debug like c00w said

xxx@yyy:~/bitHopper$ python bitHopper.py --debug

and post output here or in pastebin
[/quote]
------------------------------------
xxx@yyy:~/bitHopper$ python bitHopper.py --debug
[15:14:48] Updating Difficulty
[15:14:48] 1690895.8030524
[15:14:48] Updating NameCoin Difficulty
[15:14:49] 94037.96
Traceback (most recent call last):
  File "bitHopper.py", line 227, in <module>
    bithopper_global = BitHopper()
  File "bitHopper.py", line 43, in __init__
    self.pool = pool.Pool(self)
  File "/home/xxx/bitHopper/pool.py", line 33, in __init__
    self.servers[pool]['default_role'] = self.servers[pool]['role']
KeyError: 'role'
------------------------------------
its always the same (and I have done the latest git pull...)
 Huh

edit:
now I have found that it musst have something wrong with my pool.cfg
with the original pool.cfg it's ok...
I will inspect it now...
2825  Local / Mining (Deutsch) / Re: BTCPool24.com Jetzt mit PPS 0% Instant Pay on: July 30, 2011, 08:49:24 PM
bei mir kommt öfters:
-----------------------------------
[2011-07-30 22:45:00] Pool 0 not providing work fast enough, generating work locall
y
[2011-07-30 22:46:09] Accepted 71abd1ad GPU 2 thread 5
[2011-07-30 22:46:12] Pool down, URL or credentials invalid
[2011-07-30 22:46:34] Rejected 207194ed GPU 0 thread 3
[2011-07-30 22:46:34] Accepted b6171c21 GPU 2 thread 5
[2011-07-30 22:46:34] Rejected 153708a3 GPU 0 thread 0
[2011-07-30 22:46:34] Rejected 53c1ef3d GPU 1 thread 1
[2011-07-30 22:46:34] Accepted ea3ec116 GPU 2 thread 5
[2011-07-30 22:46:34] Rejected 897616d7 GPU 1 thread 4

----------------------------------
 Sad
2826  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 08:29:49 PM
#and for every update run
git pull
now I have done the latest update:
--------------------------------------
xxx@yyy:~/bitHopper$ git pull https://github.com/c00w/bitHopper.git
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 3 (delta 2), reused 3 (delta 2)
Unpacking objects: 100% (3/3), done
From https://github.com/c00w/bitHopper
 * branch            HEAD       -> FETCH_HEAD
Updating 73e3015..dfa8302
Fast-forward
 index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
--------------------------------------
and when I start:
--------------------------------------
xxx@yyy:~/bitHopper$ python bitHopper.py
[22:24:18] Updating Difficulty
[22:24:18] 1690895.8030524
[22:24:18] Updating NameCoin Difficulty
[22:24:19] 94037.96
Traceback (most recent call last):
  File "bitHopper.py", line 227, in <module>
    bithopper_global = BitHopper()
  File "bitHopper.py", line 43, in __init__
    self.pool = pool.Pool(self)
  File "/home/xxx/bitHopper/pool.py", line 27, in __init__
    self.servers[pool]['default_role'] = self.servers[pool]['role']
KeyError: 'role'
---------------------------------------
the same as before... Huh
2827  Other / Archival / Re: Pictures of your mining rigs! on: July 30, 2011, 05:59:31 PM
The black thing on the video cards support plank is Neoprene Rubber Self-Adhesive Strip.
Any questions please ask.
for what reason is this Neoprene Rubber?
TIA
2828  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 05:25:43 PM
anterior versions worked for you or this is the first time you run the script ?
now I have rebooted and also the old versions are no longer running...
if I start cgminer@localhost:
-------------------
No pools active! Exiting.
-------------------
a few hours ago this was ok... *confused*

2829  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 03:40:11 PM
Code:
cd ~
rm -r bitHopper/
git clone https://github.com/c00w/bitHopper.git
I have done this with the same result.... Huh
2830  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 03:03:06 PM
you forgot to tell us how you launch it (exact command and what dir)
in dir /home/xxx/test_4/bitHopper/
python bitHopper.py
2831  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 02:52:02 PM
now I have git clone the latest version of
https://github.com/c00w/bitHopper.git
and there comes this:

------------------------------------------------------
Traceback (most recent call last):
  File "bitHopper.py", line 227, in <module>
    bithopper_global = BitHopper()
  File "bitHopper.py", line 43, in __init__
    self.pool = pool.Pool(self)
  File "/home/xxx/test_4/bitHopper/pool.py", line 27, in __init__
    self.servers[pool]['default_role'] = self.servers[pool]['role']
KeyError: 'role'
-----------------------------------------------------
(ubuntu natty64)
whats wrong?
TIA
2832  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 29, 2011, 12:06:25 PM
if i have time left i'll implement jqPlot graphs (similar to eligius one) where you could change time-range displayed and zoom in and out. but that depends on my time.
+1  Smiley
2833  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 29, 2011, 11:47:23 AM
try restarting bitHopper or refreshing the page
Thanks, but this does not resolve
I have had this a few times ago and on the homepage of poolmunity they are on the 2. Block since 5 days and in the graphs sometimes is showing that a new round is beginning...
2834  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 29, 2011, 10:38:22 AM
does anyone know why this difference in stats display?







2835  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 28, 2011, 07:59:23 PM
Also, can't stay connected to bitclockers for more than a minute at a time.
the same here and I have tried
pool(x,y,z).bitclockers.com
2836  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 28, 2011, 07:56:33 PM
is there somewhere an option in
http://localhost:8337/stats
to force mine (above the limit which ist set)
if for any reason I want to do it?
(without editing pools.cfg)
2837  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 28, 2011, 07:38:02 PM
Yeah I got 14% stales with bitclockers, 7% with mtred, 2.3% with unitedminers.
bitclockers 13.5%
mtred         5.9%

edit-update
bitclockers 15.9%

edit-update2
bitclockers 18.9%
2838  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 28, 2011, 02:10:20 PM
Odd things are going on at slush's pool right now. He said he had database problems and claimed that they're fixed, but the estimated reward continues to plummet if you stop mining in the middle of the round and you end up not getting paid for your work. I don't know if that's still the database problem or some anti-hopper mechanism.
I have the same with Eclipse
one round
1505    shares
another round
6075    shares
and because
last share submitted for block is more than 6 hours prior to the block ending the early shares are nothing worth

In another block I have ~ 4500 shares
and
in block xx I have ~ 2100 shares
in block stats to both listed
my shares = 0

I think I will disable Eclipse now...

2839  Local / Suche / Re: PCIe x16 -> x16 Riser (Verlängerung) - Kaufberatung on: July 27, 2011, 04:42:06 PM
100 dual Power Supplz cables (schalten 2tes power supply ein wenn das motherboard startet Wink
Das ist eine gute Idee  Wink
2840  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 27, 2011, 12:22:13 PM
mtred is kicking ass today another block down.. 58 minutes
look@this:
deepbit: 27.07 10:35:15   0h 00m     0    14474     None
only a few seconds...
Pages: « 1 ... 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 [142] 143 144 145 146 147 148 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!