paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
July 29, 2011, 03:31:41 AM |
|
i am still able to log on to the pool account, though. and i have my BTC... but... i have 0.0988411 BTC confirmed and there's this rule: "Minimum amount for instant payment: 0.10 BTC" btw, how can i be sure it's bitclockers pool i'm banned from? EDIT: also, how do i fix stuff like this from happening all the time? yeah they tend to impose a lot of rules lately, like the 0.10 limit when you get the server to "actively refuse" your connection you know you're banned (filter based), you could try getting another ip and try it again though not recommended because you know you're not wanted there stuff like what ? lagging some servers ? easy, you change to a better ISP
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 29, 2011, 03:42:06 AM |
|
anyone been an active member in this thread for a while and need an invite? PM.
|
|
|
|
Keninishna
|
|
July 29, 2011, 03:54:04 AM |
|
anyone been an active member in this thread for a while and need an invite? PM.
Invite to what? Hoppersden? what is this hoppersden anyways that everyone is trying to get into? On a side note is there a way to help mitigate stale shares? Backburn says 90% of them are from unknown work so it could be cross submitting shares. How do the getwork queues work? I read earlier in the thread setting your miner in phoenix to -q 2 instead of the default 5 helps with stales. You could implement something like on pool change stop sending work wait 10 seconds and if work is recieved reset the wait counter.
|
|
|
|
Clipse
|
|
July 29, 2011, 04:06:39 AM |
|
anyone been an active member in this thread for a while and need an invite? PM.
Invite to what? Hoppersden? what is this hoppersden anyways that everyone is trying to get into? On a side note is there a way to help mitigate stale shares? Backburn says 90% of them are from unknown work so it could be cross submitting shares. How do the getwork queues work? I read earlier in the thread setting your miner in phoenix to -q 2 instead of the default 5 helps with stales. You could implement something like on pool change stop sending work wait 10 seconds and if work is recieved reset the wait counter. Bithopper have no issues with switching pools fast, it only seems(according to backburn) to happen with bitclockers. If you were to use this 10second suggestion, you would allready lose out on alot of time within 24hrs just from switching, kinda counterproductive.
|
...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)
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 29, 2011, 04:10:01 AM |
|
anyone been an active member in this thread for a while and need an invite? PM.
Invite to what? Yes.
|
|
|
|
c00w (OP)
|
|
July 29, 2011, 04:34:19 AM |
|
The issue is that when we switch servers and alert the clients they send in their last solved blocks because most servers will still accept them. We could do some inspection and match getworks with the servers they came from instead of sending them to the current server. But well I just did the backend for user stats. Plenty of other items to do and I need to clean up a lot of code.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
gnaget
|
|
July 29, 2011, 04:54:22 AM |
|
@c00w:
I have a fork started, and everything running in eclipse on my laptop, so I'll try to help out with some of this. I can only imagine how much work it is mining and handling this at the same time. If you have anything pressing you want to send my way, I'll take a look. Otherwise I'm going to add a role for mine_friendly, like was discussed earlier. Maybe if enough people use it we'll end up with more pools
|
|
|
|
Keninishna
|
|
July 29, 2011, 04:57:49 AM |
|
anyone been an active member in this thread for a while and need an invite? PM.
Invite to what? Hoppersden? what is this hoppersden anyways that everyone is trying to get into? On a side note is there a way to help mitigate stale shares? Backburn says 90% of them are from unknown work so it could be cross submitting shares. How do the getwork queues work? I read earlier in the thread setting your miner in phoenix to -q 2 instead of the default 5 helps with stales. You could implement something like on pool change stop sending work wait 10 seconds and if work is recieved reset the wait counter. Bithopper have no issues with switching pools fast, it only seems(according to backburn) to happen with bitclockers. If you were to use this 10second suggestion, you would allready lose out on alot of time within 24hrs just from switching, kinda counterproductive. well how often does the hopper switch pools? at most 7 times an hour with 10 seconds per switch ~28 mins a day lost at most which is about 2% mining time worst case, which is still lower than 5% stales. Regardless though looks like c00w can implement something better.
|
|
|
|
c00w (OP)
|
|
July 29, 2011, 05:11:32 AM |
|
@gnaget
Um deep share inspection to make sure we send shares to the correct server would be awesome. Otherwise making websites load from a folder instead of hardcoding would be pretty useful. Others things I need to get done include slicing, holding on LP notification, and general code cleanup.
But do what you want. I'll accept anything unless it's unrelated.
EDIT: Oh and I just found a bug where payouts aren't being saved to the database. That would also be useful to fix"
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
enmaku
|
|
July 29, 2011, 05:26:24 AM |
|
Getting the following with the latest c00w build. localhost:8337/stats shows the disabled/info/mine legend and absolutely nothing else. Unhandled Error Traceback (most recent call last): File "D:\Python27\lib\site-packages\twisted\protocols\basic.py", line 564, in dataReceived why = self.lineReceived(line) File "D:\Python27\lib\site-packages\twisted\web\http.py", line 1551, in lineRe ceived self.allContentReceived() File "D:\Python27\lib\site-packages\twisted\web\http.py", line 1619, in allCon tentReceived req.requestReceived(command, path, version) File "D:\Python27\lib\site-packages\twisted\web\http.py", line 773, in request Received self.process() --- <exception caught here> --- File "D:\Python27\lib\site-packages\twisted\web\server.py", line 127, in proce ss self.render(resrc) File "D:\Python27\lib\site-packages\twisted\web\server.py", line 147, in rende r body = resrc.render(self) File "D:\Python27\lib\site-packages\twisted\web\resource.py", line 216, in ren der return m(request) File "D:\bitHopper\bitHopper.py", line 336, in render_GET 'user':bithopper_gloval.db.get_user_shares()})
|
|
|
|
c00w (OP)
|
|
July 29, 2011, 05:33:32 AM |
|
Already fixed. Update. I made a typo.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
enmaku
|
|
July 29, 2011, 06:06:17 AM |
|
Seems to have done the trick, thanks! I hate typos. Of course since I hate them that should indicate how often they plague me
|
|
|
|
|
Clipse
|
|
July 29, 2011, 06:12:01 AM |
|
WOW, the exchange listed btc-e.com from that russian pool site.
There is a open order, I think its a sell order for this:
10917.1 2183420 going at $200 a piece , what the hell ? Is it really listing as USD as the currency column suggests?
|
...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 29, 2011, 06:15:30 AM |
|
Russian website? You could probably sum the top 100 workers and then multiply by 1.5.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
user7516
Newbie
Offline
Activity: 41
Merit: 0
|
|
July 29, 2011, 06:18:25 AM |
|
WOW, the exchange listed btc-e.com from that russian pool site. btc-e.com in a beta test now. Russian website? You could probably sum the top 100 workers and then multiply by 1.5.
Yes. Can you implement this? Sorry for my bad English.
|
|
|
|
Clipse
|
|
July 29, 2011, 06:23:33 AM |
|
WOW, the exchange listed btc-e.com from that russian pool site. btc-e.com in a beta test now. Russian website? You could probably sum the top 100 workers and then multiply by 1.5.
Yes. Can you implement this? Sorry for my bad English. User I am curious, the beta exchange is listing everything as USD, is it only using the symbol USD but its actually RUB or is the USD just used as testnet currency for the beta test? EDIT: google auto translate the chatbox on btc-e, I see you discussing something with support there, epic
|
...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)
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 29, 2011, 06:24:13 AM |
|
Is any chances to add Russian pool https://pool.itzod.ru? It doesn’t show current shares without an authorization on it. No json? I don't know how you'd do a log on from bitHopper. Especially if you get logged out periodically. Did you have something in mind?
|
|
|
|
user7516
Newbie
Offline
Activity: 41
Merit: 0
|
|
July 29, 2011, 06:28:04 AM Last edit: July 29, 2011, 06:38:44 AM by user7516 |
|
ClipseDon't worry. Every beta tester have 100000 USD and 1000 btc at his account after beta test start. All deals in USD, but withdraw (not work in beta test) in RUR. No json? I don't know how you'd do a log on from bitHopper. Especially if you get logged out periodically. Did you have something in mind?
c00w offered the perfect solution, but I have no idea how to do it
|
|
|
|
Clipse
|
|
July 29, 2011, 06:35:49 AM |
|
Clipse Don't worry. Every beta tester have 10000 USD and 1000 btc at his account after beta test start. All deals in USD, but withdraw (not work in beta test) in RUR.
Would it be open to non-Russians?
|
...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)
|
|
|
|