slippyrocks
Member
Offline
Activity: 69
Merit: 10
respecttheslider
|
|
July 31, 2011, 04:42:33 AM |
|
I see the problem notepad was making the README unreadable. WordPad to the rescue-
|
|
|
|
error
|
|
July 31, 2011, 04:44:33 AM |
|
Python 3 has a bunch of things which break backward compatibility, so scripts written for Python 2.x often need alteration to run on Python 3.x. Complicating the issue is that Arch seems to have no way of installing multiple versions of programs/libraries and they have been actively hostile to the idea in the past. Arch, then, is not something you would run anything remotely important on, since it's likely to break the next time you run pacman.
|
3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
|
|
|
Sukrim
Legendary
Offline
Activity: 2618
Merit: 1007
|
|
July 31, 2011, 04:48:11 AM |
|
If you refer to my problem before, I installed the wrong (Python3) version of pyopenssl. A simple addition of a "2" in the right spot fixed it...
Python simply is split now in "python2" and "python" (=python3) in Arch, no real biggie. Also nothing did break yet on updates so far, keeping fingers crossed!
|
|
|
|
slippyrocks
Member
Offline
Activity: 69
Merit: 10
respecttheslider
|
|
July 31, 2011, 05:02:40 AM |
|
getting there with python-2.7.2.msi now i just have to learn how to install an .egg what fun like the good old days
|
|
|
|
Sukrim
Legendary
Offline
Activity: 2618
Merit: 1007
|
|
July 31, 2011, 05:19:46 AM |
|
Already got >120 shares. Let's hope this is a short one!
|
|
|
|
djex
|
|
July 31, 2011, 05:28:24 AM |
|
Oh no it's starting to lag. Just went red, anyone else?
|
: 1LbvSEJwtQZKLSQQVYxQJes8YneQk2yhE3
|
|
|
gnaget
|
|
July 31, 2011, 05:29:44 AM |
|
yea, they can't handle it
|
|
|
|
macboy80
Member
Offline
Activity: 102
Merit: 10
|
|
July 31, 2011, 05:39:39 AM |
|
Not sure about "Then each of the packages mentioned in the readme should detect where the python directory is to install into."
I found out that if you install python first, the other packages you need to install will detect your python installation and install into the right place. There are three packages you need: https://launchpad.net/pyopensslhttp://pypi.python.org/pypi/zope.interfacehttp://twistedmatrix.com/tracgetting there with python-2.7.2.msi now i just have to learn how to install an .egg what fun like the good old days
A .egg is the same as a .zip. Just change the extension.
|
|
|
|
|
Sukrim
Legendary
Offline
Activity: 2618
Merit: 1007
|
|
July 31, 2011, 06:07:50 AM |
|
You know I know how To make em stop and stare as I jump out The pool can't even handle me right now Watchin' shares watchin' shares I go all out The pool can't even handle me right now (yeahhhhh) The pool can't even handle me right now (yeahhhhh) @slippyrocks: Or just download my packaged version and have a single .exe + config files.
|
|
|
|
macboy80
Member
Offline
Activity: 102
Merit: 10
|
|
July 31, 2011, 06:16:04 AM |
|
Have not been able to locate bitHopper documentation and arguments not obvious where to look.
So, it sounds like you're up and running? Definitely try the shortcut from my first post. The pool.cfg is really all the documentation you really "need" to keep up, however this massive 90+ page topic is excellent documentation. And, these guys are very helpful if you just ask. (Personal experience)
|
|
|
|
djex
|
|
July 31, 2011, 06:17:33 AM Last edit: July 31, 2011, 07:21:02 AM by djex |
|
If any one is interested I made an edit to the index.html so each pool name is a link to its corresponding web address. Makes it easier to visit a pool while reviewing pool stats. The links open in a new tab / window. Just add the line "url: http://site-address-here.com" to the pool.cfg file for each pool and then change code in the index.html to the code below. function getName(payload, srv) { return "<a href='" + srv['url'] + "' target='_blank' style='text-decoration:underline;color:" + getColor(payload,srv) + ";'>" + srv['name'] + "</href>"; }
function getColor(payload, srv) { if(payload['servers'][payload['current']]['name'] == srv['name']) { return 'yellow'; } if(srv['lag'] == true) { return 'red'; } return 'white'; }
|
: 1LbvSEJwtQZKLSQQVYxQJes8YneQk2yhE3
|
|
|
Sukrim
Legendary
Offline
Activity: 2618
Merit: 1007
|
|
July 31, 2011, 06:22:05 AM |
|
Nice, but I'm unsure if that "getURL(srv)" function should be there with a huge switch statement + all the pools hardcoded.
It's a nice + quick hack, but I'd rather see an additional "url:..." field in pool.cfg to be honest, otherwise this likely becomes a nightmare to maintain.
|
|
|
|
djex
|
|
July 31, 2011, 06:25:13 AM Last edit: July 31, 2011, 07:08:59 AM by djex |
|
Nice, but I'm unsure if that "getURL(srv)" function should be there with a huge switch statement + all the pools hardcoded.
It's a nice + quick hack, but I'd rather see an additional "url:..." field in pool.cfg to be honest, otherwise this likely becomes a nightmare to maintain.
Yeah I agree, it's a gross hack and should be like you said. I thought about putting it in the pool.cfg and I looked at the pool.py code to see if I could do it that way but I couldn't figure out how it gets the config file data to the server variable array? ಠ_ಠ . My python is rusty Edit: I figured it out and edited my first post. Was easier than I thought.
|
: 1LbvSEJwtQZKLSQQVYxQJes8YneQk2yhE3
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 31, 2011, 06:29:49 AM |
|
Team Hopper is now in the top rankings! #14 Team Hopper Gold digger 2267 MH/s 2 Thx pbj!
|
|
|
|
gooie
Newbie
Offline
Activity: 28
Merit: 0
|
|
July 31, 2011, 06:34:59 AM |
|
https://i.imgur.com/d5IJ3.pngsome errors with the latest version Team Hopper is now in the top rankings! #14 Team Hopper Gold digger 2267 MH/s 2 Thx pbj! how do i join the pool? seems like i just did my own pool when i changed minipool name.
|
|
|
|
slippyrocks
Member
Offline
Activity: 69
Merit: 10
respecttheslider
|
|
July 31, 2011, 06:44:52 AM Last edit: July 31, 2011, 07:06:45 AM by slippyrocks |
|
Is there any way to take advantage that slush brings your payout up to full within a few minutes of joining the pool? Like: Miner A mining for 3 hours Miner B just joined 5 minutes ago Block then ends Both get roughly the same payout of .066BTC This work in my favor quite a few times. ---Added Am pretty sure a new block can be id'd using LP like from BTC Guild.
|
|
|
|
c00w (OP)
|
|
July 31, 2011, 07:44:15 AM |
|
Heads up I broke the delagger a couple of commits ago. You should probably update since I fixed it.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
Sukrim
Legendary
Offline
Activity: 2618
Merit: 1007
|
|
July 31, 2011, 07:59:49 AM |
|
@c00w: As the pull from paraipanakos is basically from me: My code is public domain, I guess he/she/it sees it the same way.
|
|
|
|
c00w (OP)
|
|
July 31, 2011, 08:11:05 AM |
|
Its merged, If you have a script to automatically build windows packages I can throw the packages on github or in the readme.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
|