organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 20, 2011, 12:23:31 AM |
|
Polmine?
I may have missed the code but if you throw it in an issue on github I'll add it in/ try and figure out why it is broken.
This was just ryouki's fork - haven't tried on yours yet. He done some regex, added it in and it works for him - just not for me. So I've done something stupid. Did you add it to the func_map in selectsharesResponse? thanks - will check when I'm home.
|
|
|
|
1bitc0inplz
Member
Offline
Activity: 112
Merit: 10
|
|
July 20, 2011, 01:47:43 AM |
|
Basically if someone else does what bitp.it did, well, it won't work.
We're blushing
|
|
|
|
c00w (OP)
|
|
July 20, 2011, 01:49:35 AM |
|
Why didn't you guys just change your algorithm? We could have added you as a backup pool.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
|
joulesbeef
Sr. Member
Offline
Activity: 476
Merit: 250
moOo
|
|
July 20, 2011, 02:18:58 AM |
|
we liked you guys too before things changed.. look forward to to going back soon.
|
mooo for rent
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 20, 2011, 02:38:17 AM |
|
Having a little problem when I try to access the stats. I get the message web.Server Traceback (most recent call last):
<type 'exceptions.IOError'>: [Errno 2] No such file or directory: 'index.html' Using latest version of ryouiki's fork possible cause 1. index.html is not there (same directory as bitHopper.py) 2. working (current) directory is not the correct 3. do not have permission to read file in case of 2. modify this line to point the absolute path file = open('index.html', 'r') as file = open('/root/dev/blahblah/index.html', 'r')
|
|
|
|
muyoso
Member
Offline
Activity: 84
Merit: 10
|
|
July 20, 2011, 02:38:35 AM |
|
Like every single pool I am mining is unlucky as hell right now. Only one that solved a block in like the last 12 hours is bitcoins.lc and their share count is bouncing around like a maniac.
|
I drink it up!
|
|
|
enmaku
|
|
July 20, 2011, 02:55:58 AM |
|
Holy crap Ryouiki this mod is AMAZING. So glad I decided to try it out and I really hope c00w works your changes into root
|
|
|
|
|
kbsbtc
Newbie
Offline
Activity: 53
Merit: 0
|
|
July 20, 2011, 03:43:15 AM |
|
Having a little problem when I try to access the stats. I get the message web.Server Traceback (most recent call last):
<type 'exceptions.IOError'>: [Errno 2] No such file or directory: 'index.html' Using latest version of ryouiki's fork possible cause 1. index.html is not there (same directory as bitHopper.py) 2. working (current) directory is not the correct 3. do not have permission to read file in case of 2. modify this line to point the absolute path file = open('index.html', 'r') as file = open('/root/dev/blahblah/index.html', 'r') Had to change the working directory manually set to the full path of the folder. Thanks! Weird that I had to do that though.
|
|
|
|
c00w (OP)
|
|
July 20, 2011, 03:54:03 AM |
|
1) Working changes into master branch? Yeah. I just got permission from flower who was sick to merge his changes over. Once I get that merged over I'll talk to ryou about his stuff and I'll add in the manual payout entry and try and script some.
2) So what have you been doing over the last two days? Database changes, Stability changes, code reorg, a flat info page, dynamic api polling changes, oh and the difficulty module now will deal with changing difficulty correctly. So the main code is really solid now.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
hawks5999
|
|
July 20, 2011, 04:54:32 AM |
|
hats off to c00w, flower and ryouiki. You guys have made some awesome progress working together separately. Really demonstrates some of the power of open source development.
What is really amazing to me is seeing the implementation of features that shortly after I "think" of them, before I can even suggest them. The webgui control is awesome. The enable, disable feature in the webgui - super. Can't wait to see what else lies ahead.
c00w major kudos for a solid and getting firmer foundation.
|
■ ▄▄▄ ■ ███ ■ ■ ■ LEDGER WALLET ████ ■■■ ORDER NOW! ■■■ LEDGER WALLET Smartcard security for your BTCitcoins ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Decentralized. Open. Secure.
|
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 20, 2011, 05:45:18 AM Last edit: July 20, 2011, 07:17:56 AM by ryouiki |
|
thanks, hawks5999 i've been doing this for my own purpose (studying python, git) and fun. btw, i must go back to my daytime job for a while fortunately, current version looks stable for casual use I really appreciate to c00w and flower for foundation codes
|
|
|
|
Clipse
|
|
July 20, 2011, 09:16:29 AM |
|
Quick update to anyone who is mining at bitcoins.lc. Looks like they are giving out random share data right now causing the hopper to mine there. Shared went from 10k to 90k to 60k to 80k to 70k to 26k. Make sure to disable them. IDK if any of the forks handle bitcoins.lc differently, ie not through the api.
Some regex code would be nice to read from the actual stats page(these seem to add up correctly), I have no idea where there current share stats come from since I cant find the bithopper reported shares on the website. That said, is there any reason yet not to hop bitcoins.lc ?
|
...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)
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 20, 2011, 09:57:57 AM |
|
Some regex code would be nice to read from the actual stats page(these seem to add up correctly), I have no idea where there current share stats come from since I cant find the bithopper reported shares on the website.
That said, is there any reason yet not to hop bitcoins.lc ?
bclc checks user-agent string and give real data for Web browser, fake data for hopper proxy sure, we can fake user-agent string to get real data but they will fake again.. this is endless.
|
|
|
|
Clipse
|
|
July 20, 2011, 10:03:39 AM |
|
dunno bout checking user-agent, ive assigned a specific browser proper user-agent and still get wrong stats from bitcoins.lc/stats page
Cant we use the stats.json page to read the shares ?
|
...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)
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 20, 2011, 10:11:55 AM |
|
dunno bout checking user-agent, ive assigned a specific browser proper user-agent and still get wrong stats from bitcoins.lc/stats page
Cant we use the stats.json page to read the shares ?
yes. their stats.json works fine (for web browser and my test build of bitHopper Mod)
|
|
|
|
Clipse
|
|
July 20, 2011, 10:20:06 AM |
|
dunno bout checking user-agent, ive assigned a specific browser proper user-agent and still get wrong stats from bitcoins.lc/stats page
Cant we use the stats.json page to read the shares ?
yes. their stats.json works fine (for web browser and my test build of bitHopper Mod) Wanna add the code to your git code
|
...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)
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 20, 2011, 11:24:06 AM |
|
Wanna add the code to your git code test branch has it
|
|
|
|
|