@gooders said in Need Help! - Mining FTC - Newbie Perspective:
@pumperbumper said in Need Help! - Mining FTC - Newbie Perspective:
No worries - I can understand how it looks like spam, edited it like 5 times in a matter of 2 minutes.
Quick question, the settings that I am using in the BAT file for the miner are the following
nsgminer.exe
–neoscrypt
-g 1
-w 128
-I 8
–gpu-engine 1000
–gpu-memclock 1500
-o stratum+tcp://ftc-neo.give-me-coins.com:3336
-O pumperdumper.ftcworker:awdxqezc132How do I tell if it’s not working??
Right now it’s opening the command line and it runs a few lines and then goes blank. Not sure if I should be giving it more time or if it’s crapping out because I’m pushing the settings too much??
If it’s not working would it crash the computer, i.e. blue screen of death?
Hey, welcome to FTC :)
So far all looks good… only thing i look at is the gpu engine and mem clock… i found when i did this it created drama and stopped things from working!!!
Also at this early stage i would recommend the change to ccminer… i have found it to give a better kh/s than NSG… don’t know why!!! (anyone help with that?)
For reference… i used to mine with a gtx780 using NSG. the following is my launch.bat file text
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
nsgminer.exe --neoscrypt -w 128 -g 1 -I 18 -o stratum+tcp://ftc-neo.give-me-coins.com:3336 -O Gooders.1:x
pauseCould change the -W - I setting to something a little lower (see url below) and see if it runs, if it does then its your config file :)
For the right -W and -I setting for your card, have a look on here for your gpu and then add it into your file.
http://forum.feathercoin.com/topic/8659/nsgminer-config-collection
I’m heading home for the evening but if you want that lot breaking down let me know… the first 5 lines of my bat file i have no idea what that was for, i was advised to add it.
Happy mining :)
Thank you so much for posting!!!
I’m headed home as well - but I will definitely take a look when I get home and put your suggestions to use, really appreciate your foresight and tips.
Cheers!!