Pages:
Author

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

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?
newbie
Activity: 12
Merit: 0
Quote
I have the BAMT OS set to do an automatic coldreboot every 3 hours. Can this be problematic? Do I need to configure to run the proxy on startup (with the "./leaserigproxy_bamt 3333 PUT-YOUR-ID-HERE 0" command) ?

Why do you have that If I may ask? Is it for temps going to high or?

Sometimes my rig stopped mining if it was on for too long. These reboots give me 99% uptime (the only downtime is the time to reboot the rig).
hero member
Activity: 588
Merit: 520
You will need to schedule LRP to be started up too.
newbie
Activity: 7
Merit: 0
Quote
I have the BAMT OS set to do an automatic coldreboot every 3 hours. Can this be problematic? Do I need to configure to run the proxy on startup (with the "./leaserigproxy_bamt 3333 PUT-YOUR-ID-HERE 0" command) ?

Why do you have that If I may ask? Is it for temps going to high or?
newbie
Activity: 12
Merit: 0
Correct me if I'm wrong:

- you only need to setup a proxy on one of your mining rigs
- you only put one pool into the cgminer/vertminer config file, this one is the proxy "pool"
- you put other pools into the pools config file (the pools your rig mines at when it is not leased)

I have the BAMT OS set to do an automatic coldreboot every 3 hours. Can this be problematic? Do I need to configure to run the proxy on startup (with the "./leaserigproxy_bamt 3333 PUT-YOUR-ID-HERE 0" command) ?

Thanks  Cheesy

This is correct.

Thanks! What about the last issue?

Quote
I have the BAMT OS set to do an automatic coldreboot every 3 hours. Can this be problematic? Do I need to configure to run the proxy on startup (with the "./leaserigproxy_bamt 3333 PUT-YOUR-ID-HERE 0" command) ?
newbie
Activity: 7
Merit: 0
Sometimes wemineltc pool is dead. Check manually cgminer.conf file and see if wemineltc pool is inside. If yes, then the test was passed Smiley

Yes everything works (I see the wemineltc pool, mining it for something like 5-10sec) until after the restart when the second pool list command is issued.
hero member
Activity: 588
Merit: 520
Correct me if I'm wrong:

- you only need to setup a proxy on one of your mining rigs
- you only put one pool into the cgminer/vertminer config file, this one is the proxy "pool"
- you put other pools into the pools config file (the pools your rig mines at when it is not leased)

I have the BAMT OS set to do an automatic coldreboot every 3 hours. Can this be problematic? Do I need to configure to run the proxy on startup (with the "./leaserigproxy_bamt 3333 PUT-YOUR-ID-HERE 0" command) ?

Thanks  Cheesy

This is correct.
legendary
Activity: 1708
Merit: 1036
Just wanted to chime in and report that my miner seems to be running much more stable/smooth on LRP with the 0.6a proxy. I used to see lots of little down"blips" and momentary disconnects, but everything looks much more smooth/stable. So something has been fixed. :-)
newbie
Activity: 12
Merit: 0
Correct me if I'm wrong:

- you only need to setup a proxy on one of your mining rigs
- you only put one pool into the cgminer/vertminer config file, this one is the proxy "pool"
- you put other pools into the pools config file (the pools your rig mines at when it is not leased)

I have the BAMT OS set to do an automatic coldreboot every 3 hours. Can this be problematic? Do I need to configure to run the proxy on startup (with the "./leaserigproxy_bamt 3333 PUT-YOUR-ID-HERE 0" command) ?

Thanks  Cheesy
hero member
Activity: 588
Merit: 520
Sometimes wemineltc pool is dead. Check manually cgminer.conf file and see if wemineltc pool is inside. If yes, then the test was passed Smiley
newbie
Activity: 7
Merit: 0
Hey guys,

I'm considering leasing my rig but I have a small issue.

Code:
Testing command "restart"... PASSED
RESTART

Waiting 60 seconds...

Testing command "pools" for the second time... FAILED

Still, if I restart the test it goes well until the same test...

Any idea?
newbie
Activity: 7
Merit: 0
Goddangit, that worked...
Cant believe I missed that typo Undecided
Its running now with the speeds updated through the leaserigproxy.

Thanks for the heads up man,
Much apreciated.
sr. member
Activity: 457
Merit: 273
...
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "8192"
"api-allow" : "P:89.212.242.33,W:127.0.0.1",
"api-groups" : "P:switchpool:addpool:removepool:restart:save:*"
...

You have a typo here. Each line (except the last one) in the JSON format has to end with "," ... the lines after

"thread-concurrency" : "8192"

are not parsed in your case because this line doesn't end with "," ... add comma to the end

"thread-concurrency" : "8192",

and try again.

You can also start cgminer with the --text-only option and also with the --verbose option ... this way you'll be able to see which part of config file wasn't properly loaded.

cgminer --text-only --verbose ... other parameters
newbie
Activity: 7
Merit: 0
Nothing happens as in, the miners dont start mining.

About proxy pool, does that mean I am to ignore the SMOS configs and setup and run everything from the bat file in the proxypool folder?
hero member
Activity: 588
Merit: 520
, nothing happens.

Declare this.

BTW: Use only proxy pool - else your pool switching will be very slow (up to 5minutes) when doing switches on LeaseRig.
newbie
Activity: 7
Merit: 0
Hey guys,

So yeah, ive been trying to get my 2 rigs to work on Leaserig, both are running SMOS, I am able to run them but only WITHOUT the API enabled. For example, when I put the API commands in the cgminer config, which I copied from the 2nd or 3rd page of this thread , nothing happens. When I remove the API settings from the config, it seems to run fine , but keeps telling me it failed to connect to port 7777 (which is the port I assigned) in the smos terminal.

This is what I'm currently using , when I try to run with API enabled.

{
"pools" : [
        {
                "url" : "stratum+tcp://127.0.0.1:3333",
                "user" : "Daveman85.2",
                "pass" : "2"
        },
        {
                "url" : "stratum+tcp://stratum.dogehouse.org:8081",
                "user" : "Daveman85.2",
                "pass" : "2"
}
],                           
"api-listen" : true,
"api-mcast-port" : "7777",
"api-network" : true,
"api-port" : "7777",
"expiry" : "120",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"auto-fan" : true,
"gpu-threads" : "2",
"gpu-engine" : "1075",
"gpu-memclock" : "1500",
"gpu-powertune" : "10",
"intensity" : "13",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "90",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "8192"
"api-allow" : "P:89.212.242.33,W:127.0.0.1",
"api-groups" : "P:switchpool:addpool:removepool:restart:save:*"
}

But nothing happens. I forwarded the 7777 port on my router for my local miner IPs... or is this wrong?

Any help would be apreciated, thanks!
hero member
Activity: 588
Merit: 520
Just found out betarigs doesn't require you to use a CLOSED SOURCE NON COMMUNITY REVIEWED code or expose your system in order to lease.  (And supports the PI as a miner)

Get compiling zo



Noone forces you to use method A. Method B is always an option - as long as miner is running cgminer or some fork of it, it is possible, but most people have issues configuring that cgminer and linux firewall.
donator
Activity: 686
Merit: 519
It's for the children!
Just found out betarigs doesn't require you to use a CLOSED SOURCE NON COMMUNITY REVIEWED code or expose your system in order to lease.  (And supports the PI as a miner)

Get compiling zo

hero member
Activity: 588
Merit: 520
UPDATE: I compiled linux binary for BAMT. Download

Please, if you use SMOS, try if it is working for SMOS too (should do, but I need someone to confirm!)
hero member
Activity: 588
Merit: 520
If I knew what is going on with eligius I would fix it...
Pages:
Jump to: