Bitcoin Forum

Other => Beginners & Help => Topic started by: hahahafr on September 12, 2012, 12:30:00 PM



Title: Properly configure cgminer backup pool
Post by: hahahafr on September 12, 2012, 12:30:00 PM
Hi,

I'm having trouble properly configuring a backup pool with cgminer, this is my current start command:

Code:
cgminer -o mint.bitminter.com:80 -u hahahafr -p x -o mmpool.bitparking.com:80 -u hahahafr -p x -I 9

This morning Bitminter went down for one hour, cgminer should have automatically used bitparking to mine in the meantime, but it didn't.

Any ideas ???


Title: Re: Properly configure cgminer backup pool
Post by: stevegee58 on September 12, 2012, 12:32:48 PM
What version ya runnin?


Title: Re: Properly configure cgminer backup pool
Post by: Graet on September 12, 2012, 12:41:47 PM
Hi,

I'm having trouble properly configuring a backup pool with cgminer, this is my current start command:

Code:
cgminer -o mint.bitminter.com:80 -u hahahafr -p x -o mmpool.bitparking.com:80 -u hahahafr -p x -I 9

This morning Bitminter went down for one hour, cgminer should have automatically used bitparking to mine in the meantime, but it didn't.

Any ideas ???

from the 1st post in thier thread
Mining on port 80 available by pointing your miner to http://mmrpc.bitparking.com instead of http://mmpool.bitparking.com:15098
Code:
cgminer -o mint.bitminter.com:80 -u hahahafr -p x -o http://mmrpc.bitparking.com -u hahahafr -p x -I 9
should work :)
hope thats a help


Title: Re: Properly configure cgminer backup pool
Post by: hahahafr on September 12, 2012, 12:48:50 PM
Hi,

I'm having trouble properly configuring a backup pool with cgminer, this is my current start command:

Code:
cgminer -o mint.bitminter.com:80 -u hahahafr -p x -o mmpool.bitparking.com:80 -u hahahafr -p x -I 9

This morning Bitminter went down for one hour, cgminer should have automatically used bitparking to mine in the meantime, but it didn't.

Any ideas ???

from the 1st post in thier thread
Mining on port 80 available by pointing your miner to http://mmrpc.bitparking.com instead of http://mmpool.bitparking.com:15098
Code:
cgminer -o mint.bitminter.com:80 -u hahahafr -p x -o http://mmrpc.bitparking.com -u hahahafr -p x -I 9
should work :)
hope thats a help

Solved the problem! Thanks.