c00w (OP)
|
|
July 15, 2011, 09:53:50 PM |
|
1) Current delay? current delay is 117 seconds. You can decrease it if you want. Most pools don't update their stats very frequently.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
burp
Member
Offline
Activity: 98
Merit: 10
|
|
July 15, 2011, 10:09:29 PM |
|
Time to remove eclipsemc, they switched to a score system.
|
|
|
|
anty
Newbie
Offline
Activity: 40
Merit: 0
|
|
July 15, 2011, 10:24:33 PM |
|
I think eclipsemc delays their API stats. On their website they say round duration is 4:51h but we just started mining there. And you can clearly see in their graph that 20 min ago the first hoppers joined (raised from 60gh/s to 100gh/s. So I guess the delay is 4:30h. I disabled eclipsemc for me.
|
|
|
|
Clipse
|
|
July 15, 2011, 10:59:48 PM |
|
mmm just updated to latest git and bithopper just crash . Traceback (most recent call last): File "./bitHopper.py", line 7, in <module> import work File "/home/miner1/bitHopper/work.py", line 12, in <module> from bitHopper import * File "/home/miner1/bitHopper/bitHopper.py", line 9, in <module> import stats File "/home/miner1/bitHopper/stats.py", line 6, in <module> import pool File "/home/miner1/bitHopper/pool.py", line 21, in <module> 'api_address':'https://mtred.com/api/user/key/' + mtred_user_apikey, NameError: name 'mtred_user_apikey' is not defined
|
...In the land of the stale, the man with one share is king... >> ClipseWe pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
|
|
|
bigbeerjr
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 15, 2011, 11:11:01 PM |
|
mmm just updated to latest git and bithopper just crash . Traceback (most recent call last): File "./bitHopper.py", line 7, in <module> import work File "/home/miner1/bitHopper/work.py", line 12, in <module> from bitHopper import * File "/home/miner1/bitHopper/bitHopper.py", line 9, in <module> import stats File "/home/miner1/bitHopper/stats.py", line 6, in <module> import pool File "/home/miner1/bitHopper/pool.py", line 21, in <module> 'api_address':'https://mtred.com/api/user/key/' + mtred_user_apikey, NameError: name 'mtred_user_apikey' is not defined
do you have mtred_user_apikey defined in password.py?
|
|
|
|
Clipse
|
|
July 15, 2011, 11:16:20 PM |
|
yes, nothing changed from my previous bithopper version.
All I did was git pull to the latest version posted 20mins ago.
|
...In the land of the stale, the man with one share is king... >> ClipseWe pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
|
|
|
c00w (OP)
|
|
July 15, 2011, 11:29:59 PM |
|
1) Define mtred_user_apikey.
2) I fixed the difficulty pull to revert to a hard defined value. I'll fix it later.
3) I removed eclipsemc from the latest git version.
4) There is a vestigial database in the latest version. Ignore it. Its disabled and doesn't work.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
Clipse
|
|
July 15, 2011, 11:34:10 PM |
|
allright, was strange error randomly cropped up with permissions.
Wow knuckle award for me.
|
...In the land of the stale, the man with one share is king... >> ClipseWe pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
|
|
|
dewon
Newbie
Offline
Activity: 55
Merit: 0
|
|
July 15, 2011, 11:56:33 PM |
|
What I am doing wrong? root@linuxcoin:/opt/miners/phoenix/bithopper# sudo python bitHopper.py Traceback (most recent call last): File "bitHopper.py", line 7, in <module> import work File "/opt/miners/phoenix/bithopper/work.py", line 12, in <module> from bitHopper import * File "/opt/miners/phoenix/bithopper/bitHopper.py", line 8, in <module> import diff File "/opt/miners/phoenix/bithopper/diff.py", line 13, in <module> difficulty = get_difficulty() File "/opt/miners/phoenix/bithopper/diff.py", line 9, in get_difficulty response = urllib2.urlopen(req) File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.6/urllib2.py", line 397, in open response = meth(req, response) File "/usr/lib/python2.6/urllib2.py", line 510, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.6/urllib2.py", line 435, in error return self._call_chain(*args) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 503: Service Unavailable
|
|
|
|
roos
|
|
July 15, 2011, 11:59:41 PM |
|
Same here What I am doing wrong? root@linuxcoin:/opt/miners/phoenix/bithopper# sudo python bitHopper.py Traceback (most recent call last): File "bitHopper.py", line 7, in <module> import work File "/opt/miners/phoenix/bithopper/work.py", line 12, in <module> from bitHopper import * File "/opt/miners/phoenix/bithopper/bitHopper.py", line 8, in <module> import diff File "/opt/miners/phoenix/bithopper/diff.py", line 13, in <module> difficulty = get_difficulty() File "/opt/miners/phoenix/bithopper/diff.py", line 9, in get_difficulty response = urllib2.urlopen(req) File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.6/urllib2.py", line 397, in open response = meth(req, response) File "/usr/lib/python2.6/urllib2.py", line 510, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.6/urllib2.py", line 435, in error return self._call_chain(*args) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 503: Service Unavailable
|
|
|
|
Keninishna
|
|
July 16, 2011, 12:54:38 AM |
|
blockexplorer is having issues getting the current difficulty, what I did to fix was change the code in diff.py like so: #License# #bitHopper by Colin Rice is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. #Based on a work at github.com.
import urllib2
def get_difficulty(): # req = urllib2.Request('http://blockexplorer.com/q/getdifficulty') # response = urllib2.urlopen(req) # diff_string = response.read() diff_string = "1564057" return float(diff_string)
difficulty = get_difficulty()
this just hard codes the difficulty in the meantime.
|
|
|
|
Keninishna
|
|
July 16, 2011, 01:36:30 AM |
|
Wow code update already on github, "Updated eclipse mc to not be hopped and added a default difficulty if calls fail"
|
|
|
|
c00w (OP)
|
|
July 16, 2011, 06:03:48 AM |
|
1) Code already updated? I'm a beast! In reality I run the software the same as you guys. Global issues get fixed quickly. Non global issues get fixed when someone tells me about them.
2) Update on progress with regards to stats? So I know what I have to do. And I know how to do it. But all of tomorrow is busy. I'll see If I can knock it out on sunday. I'll need to rewrite everything again though in a less dramatic fashion. And I already figured out the system. I'm not going to automate pulling payouts from wallets though so if you want accurate stats you are going to have to tell the system when you get payouts from most pools. Some like btcguild have enough data in the API. Most don't.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
muyoso
Member
Offline
Activity: 84
Merit: 10
|
|
July 16, 2011, 10:55:01 AM |
|
Is there a way to simply re-enable bitcoins.lc?
|
I drink it up!
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 16, 2011, 11:28:56 AM |
|
Is there a way to simply re-enable bitcoins.lc?
In pools.py, change the last part of 'bclc':{'shares':default_shares, 'name':'bitcoins.lc', 'mine_address':'bitcoins.lc:8080', 'user':bclc_user, 'pass':bclc_pass, 'lag':False, 'LP':None, 'api_address':'https://www.bitcoins.lc/stats.json', 'role':'info' }, to
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 16, 2011, 11:36:07 AM |
|
Efficiency update, calculated from the website data (only using bitHopper, all same difficulty):
bitcoins-lc: 67.9% btc guild: 181.0% eclipse: 146.5% Mt Red: 181.7% for a total earnings increase of 158.7%
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 16, 2011, 12:24:22 PM |
|
Interestingly, the 'cheater function' shows that even hopping at <your shares>=<difficulty> has a 22% increase in effective hashrate (and thus coinage), which is better than eligius/arsbitcoin at 0% increase. So I it seems like it might pay have the jump off proportion of difficulty at 1.0 instead of 0.4
burp mentioned it earlier in the thread, be interesting to see if anyone tried it.
tl;dr change the hop shares from 0.4*diff to 1.0*diff
|
|
|
|
bb
Member
Offline
Activity: 84
Merit: 10
|
|
July 16, 2011, 12:52:02 PM |
|
Why is it though that Mt. Red has 100 Mhash jumps, while others only get ~10 Mhash jumps?
|
|
|
|
zybron
Member
Offline
Activity: 66
Merit: 10
|
|
July 16, 2011, 01:16:50 PM |
|
Why is it though that Mt. Red has 100 Mhash jumps, while others only get ~10 Mhash jumps?
I'd guess it's not all us. There must be lots of people out there hopping Mt. Red.
|
|
|
|
|
|