Pages:
Author

Topic: [GUIDE] How to rent your rig on LEASERIG.NET - Scrypt & SHA256 (Read 33387 times)

hero member
Activity: 588
Merit: 520
hero member
Activity: 588
Merit: 520
Owner change. Someone purchased LeaseRig. Will be announced soon. Meanwhile, service is running normally. Nothing to worry about.
full member
Activity: 178
Merit: 100
What's up with this?

Quote
LeaseRig.net is changing owner soon and moving server to another location. If you use method B (not LeaseRigProxy) to provide renting service, please add another allowip in your cgminer config: 23.236.58.114. We will try to make transfer procedure as painless as possible and with minimum downtime. Thank you for using LeaseRig.net.
full member
Activity: 126
Merit: 100
Quick question about p2p pools and renting. I've set up the pool with my wallet address and a password but the pool is saying dead even though i know people are mining on it. I get 'Pool failed to authorise:[address]' in the proxy.

Any ideas?

Edit pool is: stratum+tcp://hiro.qemulab.com:9408

Taking my rig off LR until p2p pools are working.
sr. member
Activity: 280
Merit: 250
Might be a noob question, but not sure. Im not able to join my smaller rigs to show up as one big rig. Any idea how to go about doing it? I generate the leasing rig proxy ID and use it on the run.bat file as instructed and it works for the first machine. When I try using the same ID on my second machine, it says connected to leaserigs.net.... and after a while it says connection dropped. What am I doing wrong? Can someone help? Im running Scrypt-n on vertminer and mining seems all ok on my pools.

You would need to configure vertminer on your second machine to connect to the machine running LRP. I'm not familiar with vertminer, but in the config, point it at 192.168.1.xxx:3333 (yourmingrig LAN IP, port 3333 is default port for the proxy)... username and password don't matter. It should connect and start getting work from the machine you have running LRP (lease rig proxy). The generated LeaseRigProxy ID only allows one instance of LRP to connect to each ID.

Hope that made sense....

Thanks.... I think its working  Grin
full member
Activity: 139
Merit: 100
Might be a noob question, but not sure. Im not able to join my smaller rigs to show up as one big rig. Any idea how to go about doing it? I generate the leasing rig proxy ID and use it on the run.bat file as instructed and it works for the first machine. When I try using the same ID on my second machine, it says connected to leaserigs.net.... and after a while it says connection dropped. What am I doing wrong? Can someone help? Im running Scrypt-n on vertminer and mining seems all ok on my pools.

You would need to configure vertminer on your second machine to connect to the machine running LRP. I'm not familiar with vertminer, but in the config, point it at 192.168.1.xxx:3333 (yourmingrig LAN IP, port 3333 is default port for the proxy)... username and password don't matter. It should connect and start getting work from the machine you have running LRP (lease rig proxy). The generated LeaseRigProxy ID only allows one instance of LRP to connect to each ID.

Hope that made sense....
sr. member
Activity: 280
Merit: 250
Might be a noob question, but not sure. Im not able to join my smaller rigs to show up as one big rig. Any idea how to go about doing it? I generate the leasing rig proxy ID and use it on the run.bat file as instructed and it works for the first machine. When I try using the same ID on my second machine, it says connected to leaserigs.net.... and after a while it says connection dropped. What am I doing wrong? Can someone help? Im running Scrypt-n on vertminer and mining seems all ok on my pools.
member
Activity: 60
Merit: 10
Can we get one more backup pool option? It's rare but I had my primary and backup pool go down. It would be nice to add a third pool.
member
Activity: 63
Merit: 10
I am trying to change my BRP from 0.0070 to 0.0068xxx. so this fits according to your minimum requirement. I've been with you for a while and know how to change prices. Wink

EDIT: And it worked until tonight. Did you change anything?

EDIT2:
I modify all renting plans by factor 0.98 and nothing happens - this is definitely not normal. ^^ Just checked it again, not working.

Maybe you are trying to modify by too small factor Smiley All prices are rounded to 0.0001 BTC.
Your minimum increment is wrong. I was able to change my BRP to .0066xx which is far more than the 0.0001BTC you were stating. Changing prices still works but I guess not in the way you are - and definitely not in the way I am - expecting it to work.
DISREGARD, I found the error - on my side...
hero member
Activity: 588
Merit: 520
I modify all renting plans by factor 0.98 and nothing happens - this is definitely not normal. ^^ Just checked it again, not working.

Maybe you are trying to modify by too small factor Smiley All prices are rounded to 0.0001 BTC.
member
Activity: 63
Merit: 10
I modify all renting plans by factor 0.98 and nothing happens - this is definitely not normal. ^^ Just checked it again, not working.
hero member
Activity: 588
Merit: 520
Is it just me or is the website not updating renting plans, when they are changed? Tried it several times now but on the "Rigs" page nothing is changing...

EDIT: Changes also do not appear on the Administration page.

Check your BRP (best rated price) - only this is displayed on front page and in front admin panel.
member
Activity: 63
Merit: 10
Is it just me or is the website not updating renting plans, when they are changed? Tried it several times now but on the "Rigs" page nothing is changing...

EDIT: Changes also do not appear on the Administration page.
E
full member
Activity: 234
Merit: 100
to a leaserigproxy on my pc?

this

It is suggested to flash firmware of antminers, to increase stability.

Also, kano has released AntS1 binaries built from cgminer 4.2.0; it is working very well for me in terms of stability:

Quote
This directory contains binary executables for the AntS1 mining device

To update your executable:
--------------------------
Login to your ant, with ssh or putty, using the same root username and password
you use on the luci web interface
If your password is blank, then use the "System/Administration" tab in the web
interface to set a password, since you cannot login with a blank password

Then run the following commands:
 cd /usr/bin/
 wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.0-00567a4
 chmod +x cgminer-ants1-4.2.0-00567a4

If you haven't done an update like this before (or undid the change):
 mv cgminer cgminer.original
 ln -s cgminer-ants1-4.2.0-00567a4 cgminer

If you HAVE done an update like this before and cgminer.original has
already been saved, then:
 rm cgminer
 ln -s cgminer-ants1-4.2.0-00567a4 cgminer

Next you need to restart cgminer on your AntS1
Clicking the "Save & Apply" button on the "Status/Miner Configuration" tab
in the web interface will do that
It can sometimes take up to 3 minutes before the AntS1 restarts cgminer

Note that this binary file is also in my cgminer-binaries git here:
 https://github.com/kanoi/cgminer-binaries/tree/master/AntS1
However, wget on the AntS1 won't allow https by default so I've copied it
to my link specified in the wget above
The md5sum checksum is in:
 https://github.com/kanoi/cgminer-binaries/blob/master/MD5SUM
The md5sum value is:
 12cd038a08b83d3f89fa1c454a6d4e67  AntS1/cgminer-ants1-4.2.0-00567a4
You can check the md5sum value when logged in to the ant with:
 md5sum /usr/bin/cgminer-ants1-4.2.0-00567a4

To undo the change:
 cd /usr/bin/
 rm cgminer
 mv cgminer.original cgminer
restart cgminer

https://github.com/kanoi/cgminer-binaries/tree/master/AntS1
newbie
Activity: 38
Merit: 0
I tried leaserig proxy today, but then I decided to switch to Method A.
However, leaserig.net is showing my rig JASONBIFURY is still using LRP and hashrate is 0.
How can you "unuse" LRP?

Edit: I have already shutdown LRP process and restart cgminer using Method B as usual.
newbie
Activity: 3
Merit: 0
Does anyone here have advice about how to run leaserigproxy @ boot on BAMT?
Also, is there an "easy" way to tie leaserigproxy into the BAMT "mine" service so it will stop/start with that service?

Looking for ways of improving speed of recovery with leaserigproxy in case BAMT borks.
hero member
Activity: 588
Merit: 520
to a leaserigproxy on my pc?

this

It is suggested to flash firmware of antminers, to increase stability.
newbie
Activity: 3
Merit: 0
How do I configure my antminers for leaserig?

Do I point them to a pool? Or to a leaserigproxy on my pc?

Do I need to change something on the antminers tru an ssh connection? Parameters from cgminer?

I have been looking on the forum for hours, but can not find anything on how to configure antminers for leaserig.
newbie
Activity: 9
Merit: 0
I downloaded the most recent version of LRP today and now I'm seeing the message "Speed buffer filled.  Speed reporting may be incorrect.".  Is this an issue on my end or a bug?

This has no effect on mining, but only on stats. If you have many workers hooked via LRP and there is pool with very low diff being used, the internal buffer for storing shares is filled and starts getting overwritten. The result is lower reported speed on LeaseRig.

I have 3 cards that would be mining on wafflepool, which has a 512 difficulty.  Not exactly low.
hero member
Activity: 588
Merit: 520
I downloaded the most recent version of LRP today and now I'm seeing the message "Speed buffer filled.  Speed reporting may be incorrect.".  Is this an issue on my end or a bug?

This has no effect on mining, but only on stats. If you have many workers hooked via LRP and there is pool with very low diff being used, the internal buffer for storing shares is filled and starts getting overwritten. The result is lower reported speed on LeaseRig.
Pages:
Jump to: