Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: sickhouse on August 18, 2014, 01:54:17 AM



Title: Mining problem again
Post by: sickhouse on August 18, 2014, 01:54:17 AM
Hey, I try to mine auroracoins but having problem. All it says is started BFGminer 3.2.1.

bfgminer.exe --scrypt -o stratum+tcp://188.165.197.41:3333 -u guess.1 -p XXX -u --no-submit-stale --queue 0

And I can't close the CMD window afterwards, I press the X and it takes like 5 minutes for it to close. Can't kill the process in the activity handler.


Title: Re: Mining problem again
Post by: Cranky4u on August 18, 2014, 02:14:59 AM
upghrade BFGminer...I thought it was up to 4.X


Title: Re: Mining problem again
Post by: sickhouse on August 18, 2014, 02:59:40 AM
Yeah I used the wrong one... Changed to the right one but now the CMD window just dissapears instantly without a message..


Title: Re: Mining problem again
Post by: sickhouse on August 18, 2014, 03:08:12 AM
Ok now I have this config;

J:\bfgminer-4.5.0-win64\bfgminer.exe -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3368 -u sickhouse.1 -p XXX -G --icarus-timing 3.0=100 -S //./COM38 -S //./COM40 -S //./COM43 -S//./COM44 -S //./COM46

I get error message that bfgminer.exe is not a command.


Title: Re: Mining problem again
Post by: atp1916 on August 18, 2014, 05:27:27 AM
Ok now I have this config;

J:\bfgminer-4.5.0-win64\bfgminer.exe -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3368 -u sickhouse.1 -p XXX -G --icarus-timing 3.0=100 -S //./COM38 -S //./COM40 -S //./COM43 -S//./COM44 -S //./COM46

I get error message that bfgminer.exe is not a command.

Usually that's a pathing error.

Ensure that your batch file is in the same folder as your miner software.  Also, remove "J:\bfgminer-4.5.0-win64\" from your line and just go with the executable name and the rest of the string.


Title: Re: Mining problem again
Post by: sickhouse on August 18, 2014, 02:26:33 PM
Usually that's a pathing error.

Ensure that your batch file is in the same folder as your miner software.  Also, remove "J:\bfgminer-4.5.0-win64\" from your line and just go with the executable name and the rest of the string.
It's in the same folder. Removed it same error message.


Title: Re: Mining problem again
Post by: sickhouse on August 18, 2014, 03:10:26 PM
Tried CGminer get the same error message. Something wrong with the computer?


Title: Re: Mining problem again
Post by: seedtrue on August 18, 2014, 04:03:53 PM
I do not use windows to mine. But I did use it once to test one of my Furies before installing on my rig. What hardware are you using? Here is my .bat file I used for it.

bfgminer.exe --scrypt -o pool -u user -p x --zeus-cc 6 --zeus-clk 328 -S zeus:\\.\COM3


Title: Re: Mining problem again
Post by: sickhouse on August 19, 2014, 12:22:40 AM
I do not use windows to mine. But I did use it once to test one of my Furies before installing on my rig. What hardware are you using? Here is my .bat file I used for it.

bfgminer.exe --scrypt -o pool -u user -p x --zeus-cc 6 --zeus-clk 328 -S zeus:\\.\COM3
I'm using the first (?) USB miners á 333 mh/s x5 with a fan through USB.


Title: Re: Mining problem again
Post by: sickhouse on August 20, 2014, 07:33:55 PM
Still need help!


Title: Re: Mining problem again
Post by: Leina on August 21, 2014, 08:13:55 AM
Hey, I try to mine auroracoins but having problem. All it says is started BFGminer 3.2.1.

bfgminer.exe --scrypt -o stratum+tcp://188.165.197.41:3333 -u guess.1 -p XXX -u --no-submit-stale --queue 0

And I can't close the CMD window afterwards, I press the X and it takes like 5 minutes for it to close. Can't kill the process in the activity handler.

Thought aurora coin is dead.

Any particular reason why you want to mine this coin?


Title: Re: Mining problem again
Post by: Amph on August 21, 2014, 09:15:15 AM
Tried CGminer get the same error message. Something wrong with the computer?

is the pool working? or you are mining in solo


Title: Re: Mining problem again
Post by: rgm108 on August 21, 2014, 10:39:31 AM
Ok now I have this config;

J:\bfgminer-4.5.0-win64\bfgminer.exe -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3368 -u sickhouse.1 -p XXX -G --icarus-timing 3.0=100 -S //./COM38 -S //./COM40 -S //./COM43 -S//./COM44 -S //./COM46

I get error message that bfgminer.exe is not a command.


Run it as:

Code:
"J:\bfgminer-4.5.0-win64\bfgminer.exe" -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3368 -u sickhouse.1 -p XXX -G --icarus-timing 3.0=100 -S //./COM38 -S //./COM40 -S //./COM43 -S//./COM44 -S //./COM46
(Note the "")

If the batch file is on your desktop and the program sits in the place you pointed to...


Title: Re: Mining problem again
Post by: sickhouse on August 22, 2014, 01:11:06 AM
Tried CGminer get the same error message. Something wrong with the computer?

is the pool working? or you are mining in solo
Pool and it's working.


Title: Re: Mining problem again
Post by: sickhouse on August 22, 2014, 01:11:56 AM
Ok now I have this config;

J:\bfgminer-4.5.0-win64\bfgminer.exe -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3368 -u sickhouse.1 -p XXX -G --icarus-timing 3.0=100 -S //./COM38 -S //./COM40 -S //./COM43 -S//./COM44 -S //./COM46

I get error message that bfgminer.exe is not a command.


Run it as:

Code:
"J:\bfgminer-4.5.0-win64\bfgminer.exe" -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3368 -u sickhouse.1 -p XXX -G --icarus-timing 3.0=100 -S //./COM38 -S //./COM40 -S //./COM43 -S//./COM44 -S //./COM46
(Note the "")

If the batch file is on your desktop and the program sits in the place you pointed to...
Thank you, but I found an old config in BFG 3.2.1 - bfgminer.exe -o stratum+tcp://trc.coin-pool.org:3340 -u sickhouse.1 -p 123 -G -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100
working fine, it's on my laptop.
I'll save this for later tho, thanks again.


Title: Re: Mining problem again
Post by: cyberpinoy on August 22, 2014, 07:46:42 AM
It is good for people to understand how it gets fixed.

I hate when people solve their problem and 2 things happen,
either they dont know how it got fixed or
dont tell others how they fixed it.  

In your first post you had 2 instances of the username -u that would cause an error

bfgminer.exe --scrypt -o stratum+tcp://188.165.197.41:3333 -u guess.1 -p XXX -u --no-submit-stale --queue 0

in the other one you  needed to make sure the batch file was in the bfgminer folder then you dont need confusing pathing instructions, you can just always start it with bfgminer.exe and you were giving it iccarus commands but never told it to use iccarus options.

J:\bfgminer-4.5.0-win64\bfgminer.exe -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3368 -u sickhouse.1 -p XXX -G --icarus-timing 3.0=100 -S //./COM38 -S //./COM40 -S //./COM43 -S//./COM44 -S //./COM46


 bfgminer.exe -o stratum+tcp://trc.coin-pool.org:3340 -u sickhouse.1 -p 123 -G -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100