djeZo (OP)
|
|
January 30, 2014, 06:36:34 AM |
|
Sadly, but cgminer will not delete the only active pool, no matter how hard you try. It wants to have at least one pool alive at all times.
|
|
|
|
monoxide
|
|
January 30, 2014, 07:21:58 AM |
|
i had to reset my password but never received the email. also tried to login earlier to change pools on the rigs i rented but couldn't login because capthca error even thou the site never showed me recapthca. lost about 4 hrs on one rig for mining some other coin..
|
|
|
|
djeZo (OP)
|
|
January 30, 2014, 08:57:10 AM |
|
i had to reset my password but never received the email. also tried to login earlier to change pools on the rigs i rented but couldn't login because capthca error even thou the site never showed me recapthca. lost about 4 hrs on one rig for mining some other coin.. Send me PM with your email and I will send you password.
|
|
|
|
snipsnoop
Legendary
Offline
Activity: 924
Merit: 1000
|
|
January 30, 2014, 09:50:27 AM |
|
2) When I came back to the rig today it was still connected to bitcoin.cz and sending useless shares - even though the lease period had ended - because cgminer considered my main default pool "Dead". (Not sure why - I was able to add exactly the same pool details again and it's now working.) Can you please allow more than one default pool to be configured to prevent this happening? This happened again today because my default pool was considered 'Dead'. The customer got a few extra hours of hashing for free. Is it the API or leaserig that is refusing to delete the customer's pool (because it's the only one alive) ? I'd rather my rig just stop hashing because it can't connect to MY pool, instead of continuing to work on the former lessee's pool. And because the config file is updated the change is persistent - I restarted the miner and it connected again to the former lessee's pool and started sending shares! I notice there's now a backup pool entry, but I'm still wondering what will happen if both those are deemed 'Dead'. The lessee's details need to be COMPLETELY removed from the config when their lease finishes. Same issue. Both backup pools were alive, but was still hashing away on old pools from previous renter.
|
|
|
|
djeZo (OP)
|
|
January 30, 2014, 11:02:43 AM |
|
What were the priorities?
|
|
|
|
djeZo (OP)
|
|
January 30, 2014, 11:11:36 AM |
|
I did some more work on it; customers can now add pools in bulk for all hired rigs.
Rated price calculator on admin panel.
Some bug fixes. More coming soon...
|
|
|
|
snipsnoop
Legendary
Offline
Activity: 924
Merit: 1000
|
|
January 30, 2014, 11:14:49 AM |
|
What were the priorities?
Sorry, should have taken a screeny. If it happens again, I'll do it.
|
|
|
|
eleazar
Newbie
Offline
Activity: 15
Merit: 0
|
|
January 30, 2014, 11:18:16 AM |
|
djeZo, I sent the .1 BTC trust payment about 24hours ago. Did you receive it? (I sent you a PM in response to your request with my details too)
|
|
|
|
djeZo (OP)
|
|
January 30, 2014, 11:27:22 AM |
|
djeZo, I sent the .1 BTC trust payment about 24hours ago. Did you receive it? (I sent you a PM in response to your request with my details too)
Can you tell me TXID?
|
|
|
|
djeZo (OP)
|
|
January 30, 2014, 11:29:38 AM |
|
Is there any interest for leasing SHA256 rigs? The support for SHA256 is really simple from my side. Do people use cgminer 3.7.2+ for SHA256 mining? If yes, then there should be no problems and I will add SHA256 today.
|
|
|
|
Blaater
|
|
January 30, 2014, 12:04:20 PM |
|
Is there any interest for leasing SHA256 rigs? The support for SHA256 is really simple from my side. Do people use cgminer 3.7.2+ for SHA256 mining? If yes, then there should be no problems and I will add SHA256 today.
For sha-256 mining I use CGMiner 3.10/BFGMiner and the modified CGMiner for Antminers, there are some different miners out there for sha.
|
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1092
|
|
January 30, 2014, 12:07:05 PM |
|
Sadly, but cgminer will not delete the only active pool, no matter how hard you try. It wants to have at least one pool alive at all times.
One workaround I can think of - set up a dummy stratum server that does enough to appear "alive", so you can delete the customer's details. Only problem is that cgminer will then refuse to delete the dummy server... but at least it stops cgminer being fixated on the customer's pool. There's something that leaserig is doing, or a bug in cgminer, that seems to be causing it to declare pools which work just fine 'Dead.' I add in exactly the same details as a second pool and it connects instantly.
|
|
|
|
djeZo (OP)
|
|
January 30, 2014, 12:10:50 PM |
|
cgminer has 5min delay for switch - testing stability. This is another issue Is there any interest for leasing SHA256 rigs? The support for SHA256 is really simple from my side. Do people use cgminer 3.7.2+ for SHA256 mining? If yes, then there should be no problems and I will add SHA256 today.
For sha-256 mining I use CGMiner 3.10/BFGMiner and the modified CGMiner for Antminers, there are some different miners out there for sha. modified CGMiner for Antminers - is this fork of cgminer, from which version? I checked BFGMiner, its API is the same as with cgminer. Should be no issue. Are there any SHA256 rig providers. I would add 2 or 3 on to see how this works out.
|
|
|
|
mpdas108
|
|
January 30, 2014, 12:27:19 PM |
|
Today's run on middlecoin seems like it will be about .0208 BTC/MH/day those who are advertising their rigs for less than that are just loosing money...
|
|
|
|
khm
Newbie
Offline
Activity: 19
Merit: 0
|
|
January 30, 2014, 12:37:16 PM |
|
I did some more work on it; customers can now add pools in bulk for all hired rigs.
Rated price calculator on admin panel.
Some bug fixes. More coming soon...
Regarding price calculator: var r = nh * np / (24 * parseFloat(spd));var r = nh / 24 * np * parseFloat(spd); also wrong var r = (np * 24) / (nh * parseFloat(spd));
|
|
|
|
djeZo (OP)
|
|
January 30, 2014, 12:53:04 PM |
|
I did some more work on it; customers can now add pools in bulk for all hired rigs.
Rated price calculator on admin panel.
Some bug fixes. More coming soon...
Regarding price calculator: var r = nh * np / (24 * parseFloat(spd));var r = nh / 24 * np * parseFloat(spd); also wrong var r = (np * 24) / (nh * parseFloat(spd)); I am getting sloppy at math lol
|
|
|
|
Zombie123
Legendary
Offline
Activity: 868
Merit: 1000
|
|
January 30, 2014, 12:59:14 PM |
|
Today's run on middlecoin seems like it will be about .0208 BTC/MH/day those who are advertising their rigs for less than that are just loosing money...
yes guys you will be losing money (few microBTC) for 1 day please raise your price immideately
|
|
|
|
Blaater
|
|
January 30, 2014, 01:08:47 PM |
|
cgminer has 5min delay for switch - testing stability. This is another issue Is there any interest for leasing SHA256 rigs? The support for SHA256 is really simple from my side. Do people use cgminer 3.7.2+ for SHA256 mining? If yes, then there should be no problems and I will add SHA256 today.
For sha-256 mining I use CGMiner 3.10/BFGMiner and the modified CGMiner for Antminers, there are some different miners out there for sha. modified CGMiner for Antminers - is this fork of cgminer, from which version? I checked BFGMiner, its API is the same as with cgminer. Should be no issue. Are there any SHA256 rig providers. I would add 2 or 3 on to see how this works out. It's a fork of CGMiner 3.8.5 I can give you 40 GH/s on BFGMiner if you want to test it out.
|
|
|
|
mpdas108
|
|
January 30, 2014, 01:13:41 PM |
|
Today's run on middlecoin seems like it will be about .0208 BTC/MH/day those who are advertising their rigs for less than that are just loosing money...
yes guys you will be losing money (few microBTC) for 1 day please raise your price immideately Yes i was inferring this .. anyways no loss for me Ill just keep my rig prices slightly above middlecoin earnings and if nobody rents mine because of low-ballers then my rigs will hash away on middlecoin.
|
|
|
|
sleepless
Full Member
Offline
Activity: 462
Merit: 100
“Crypto Depository Receipts”
|
|
January 30, 2014, 01:14:50 PM |
|
Is it normal that after cgminer restarted, the renter's pool isn't restored and I cant switch to it manually because it's gone?
How to prevent that?
|
|
|
|
|