Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LEASERIG.NET - rent mining rigs - now with BULK support
by
khm
on 30/01/2014, 14:02:13 UTC
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?
Add 'save' command to group assigned to leaserig via API. See first message of this thread for details.

I have it done like this:

cgminer -c MYCONF.conf --api-groups P:switchpool:addpool:removepool:restart:save:* --api-listen --api-allow P:89.212.242.33 --api-port 7777

Is this okay? Cause the save group is added Embarrassed
I would say no cause you're loading MYCONF.conf but save command will save to default name file which is cgminer.conf

Ahhh okay. So it should work when I put it directly in my config file?
Either stop using MYCONF.conf and instead use cgminer.conf as name or add
"include" : "cgminer.conf" to your config file.