fishyfishy
Newbie
Offline
Activity: 60
Merit: 0
|
|
February 03, 2014, 12:11:55 PM |
|
what's this? danyBoy FastRIG4 2.35 5.10638319 5 BTC per MH?
|
|
|
|
djeZo (OP)
|
|
February 03, 2014, 12:27:26 PM |
|
what's this? danyBoy FastRIG4 2.35 5.10638319 5 BTC per MH? Was most likely adjusting renting plans for his rig.
|
|
|
|
itsallpc
|
|
February 03, 2014, 12:28:44 PM |
|
what's this? danyBoy FastRIG4 2.35 5.10638319 5 BTC per MH? Wish i could earn that lol i need a bigger rig
|
|
|
|
s4ndm4ns
|
|
February 03, 2014, 02:10:23 PM |
|
I will rent all my rigs and my mom for 5BTC/day
|
|
|
|
raveneye
|
|
February 03, 2014, 02:10:42 PM |
|
The login captcha box is not showing up in the chrome browser. I can log in with IE, but not chrome.
|
|
|
|
djeZo (OP)
|
|
February 03, 2014, 03:10:15 PM |
|
The login captcha box is not showing up in the chrome browser. I can log in with IE, but not chrome.
If you are accessing HTTPS, then you need to permit captcha (unsafe content), because it is taking captcha as HTTP (not HTTPS). I don't know how this is done in chrome, I know in FF, it is possible.
|
|
|
|
djeZo (OP)
|
|
February 03, 2014, 05:43:41 PM Last edit: February 03, 2014, 07:19:53 PM by djeZo |
|
Added few improvements. Also took a look @ captcha issues and they should be resolved now (even for https).
When you request your deposit back, make sure you include BTC address. I don't know where to return it otherwise.
|
|
|
|
djeZo (OP)
|
|
February 03, 2014, 07:47:46 PM |
|
This is how BULK management looks like when you have many rigs:
|
|
|
|
djeZo (OP)
|
|
February 03, 2014, 09:51:01 PM |
|
Guys, just set your prices lower. There are hundreds of customers waiting to get this great service with bulk rig management and all, but with so high prices, it is not worth their risk. I set my rigs low and they are snapped in a moment they appear free, having almost constant 24/7 rental rate on them And yes, I am still making like 20-30% more compared to multipools like middlecoin. The goal is not to be greedy. Another update I made: - you can disable rig in admin panel (this will put your rig off the list and my service will not query your rig anymore - great for when doing maintenance and you don't want to drop your connection stability ratio) - rigs not responding for 100+ minutes and with no active lease will be auto-put into disabled state - when rig is disabled, you need to enable it first in admin panel before it has a chance to get listed on main page again These updates should greatly reduce number of "red" rigs on the list - these are really ugly to look at.
|
|
|
|
s4ndm4ns
|
|
February 03, 2014, 10:36:36 PM |
|
Couple ideas: 1) When multiple lease times have same price list them all as BRP 2) Sort price list by lease time in rate table on admin page
|
|
|
|
raveneye
|
|
February 04, 2014, 12:22:41 AM |
|
The login captcha box is not showing up in the chrome browser. I can log in with IE, but not chrome.
If you are accessing HTTPS, then you need to permit captcha (unsafe content), because it is taking captcha as HTTP (not HTTPS). I don't know how this is done in chrome, I know in FF, it is possible. This is working now, thanks. All good changes. Keep up the good work.
|
|
|
|
dombra
Newbie
Offline
Activity: 17
Merit: 0
|
|
February 04, 2014, 12:46:32 AM |
|
İ am looking for a rig with 4 mhs thats can mine a coin based on Scrypt-Jane. PM your offer
|
|
|
|
blacklig
|
|
February 04, 2014, 01:02:22 AM |
|
Miners who want to rent rigs: please PM me, I want to rent n factor scrypt rig, it means install modified CGminer. Hashrate will be lower but I will pay for speed you are getting from normal scrypt. Only trusted members please with good rep. I will pay good price.
|
|
|
|
djeZo (OP)
|
|
February 04, 2014, 01:17:15 AM |
|
Leaserig supports scrypt jane unofficialy. Just talk to one provider - he only has to swap cgminer with modified cgminer for scrypt-jane.
|
|
|
|
ad3000
Newbie
Offline
Activity: 24
Merit: 0
|
|
February 04, 2014, 04:14:40 AM |
|
Is the issue already resolved where when cgminer is restarted that the correct pool (the one of the customer) is connected to again? And also his/her backup pools?
Enable save command and will work. FYI, for those using BAMT, the save call in the api will create a new cgminer.conf under /.cgminer/cgminer.conf . This is of course useless since BAMT starts cgminer pointed to /etc/bamt/cgminer.conf A workaround is to schedule a job to check for updates to /.cgminer/cgminer.conf and overwrite /etc/bamt/cgminer.conf . This will restore your customers pools in the event that you need to reboot/power outage/etc. Unfortunately the cgminer.conf created is a bit over-complicated, and duplicates values for each of your GPUs, even if the values are the same for all of them... regardless it does work, and is the best for the customer. Login to your BAMT box using ssh and perform the following: sudo crontab -e Add the following to the bottom of the crontab (This will check for updates every 5 minutes and only overwrite when changes are made) */5 * * * * cp -u /.cgminer/cgminer.conf /etc/bamt/cgminer.conf >/dev/null 2>&1 Exit (and save) Also, please keep in mind that SMOS linux has a script that will periodically mine for the developers, thus robbing your customers of time. Use BAMT or SMOS bee edition, or manually remove the offending code.
|
|
|
|
mpdas108
|
|
February 04, 2014, 06:34:22 AM |
|
Is the issue already resolved where when cgminer is restarted that the correct pool (the one of the customer) is connected to again? And also his/her backup pools?
Enable save command and will work. FYI, for those using BAMT, the save call in the api will create a new cgminer.conf under /.cgminer/cgminer.conf . This is of course useless since BAMT starts cgminer pointed to /etc/bamt/cgminer.conf A workaround is to schedule a job to check for updates to /.cgminer/cgminer.conf and overwrite /etc/bamt/cgminer.conf . This will restore your customers pools in the event that you need to reboot/power outage/etc. Unfortunately the cgminer.conf created is a bit over-complicated, and duplicates values for each of your GPUs, even if the values are the same for all of them... regardless it does work, and is the best for the customer. Login to your BAMT box using ssh and perform the following: sudo crontab -e Add the following to the bottom of the crontab (This will check for updates every 5 minutes and only overwrite when changes are made) */5 * * * * cp -u /.cgminer/cgminer.conf /etc/bamt/cgminer.conf >/dev/null 2>&1 Exit (and save) Also, please keep in mind that SMOS linux has a script that will periodically mine for the developers, thus robbing your customers of time. Use BAMT or SMOS bee edition, or manually remove the offending code. . Thank you so much I was really trying to figure out where cgminer was saving the config in BAMT
|
|
|
|
Quacko
Newbie
Offline
Activity: 47
Merit: 0
|
|
February 04, 2014, 08:31:02 AM |
|
This only happens with Bamt right? My normal xubuntu shouldn't have problems?
|
|
|
|
Quacko
Newbie
Offline
Activity: 47
Merit: 0
|
|
February 04, 2014, 08:36:11 AM |
|
Also, to all renters if you are happy with the service of a rig owner, pls don't forget to give a reply in his/her trust thread. Greatly appreciated!
|
|
|
|
djeZo (OP)
|
|
February 04, 2014, 09:49:29 AM |
|
Due to high demand for scrypt-jane and similar algorithms, I will add official support. Each provider will get another admin option - to declare own rig as being scrypt, sha, scrypt-jane&similar. Note that when selecting scrypt-jane&similar, you should specify nfactor and all important parameters in description box, so customers know whether they could put the rig to use.
|
|
|
|
djeZo (OP)
|
|
February 04, 2014, 02:09:22 PM |
|
Here we go; scrypt-jane, nfactor and whatever kind of algos - as long as you run cgminer or some sort of forked off- cgminer which has same API as cgminer, then this will work. Don't forget to include details of your config (nfactor numbers) when listing your rig that way, so customers will know what they are hiring. Simple method is to simply say in description box that your rig is for mining VTC for example.
|
|
|
|
|