Author

Topic: TrezarCoin help with writing bat file AMD Vega frontier Air (windows) (Read 117 times)

newbie
Activity: 9
Merit: 0
The keynote that I took away from this experience is when searching for an algorithm for the Vega Frontier google Vega 64 instead there are plenty of videos and descriptions out there.
newbie
Activity: 9
Merit: 0
Yeah thank God for Google. Even though it took me 4 days and few hours to get the answer. 
full member
Activity: 280
Merit: 102
Good job on figuring it out by yourself. (Have you?)
With things like this, google is truly your friend.
newbie
Activity: 9
Merit: 0
I'm very new to mining. Found this for an answer after countless hours/days of searching. Hope this help anyone who is having trouble.

Download this miner for AMD. This copy is for windows 10

https://github.com/zawawawa/gatelessgate/releases

Unzip the file and open the feathercoin notepad file locate in this folder. Add your own Wallet, and pool address. To turn on auto fan change false to true. On a side note I tried this same file mining Gobyte and it work fine. I did change user, pass, and quota to have it work.

{
  "algorithm": "neoscrypt",
  "intensity": "13",
  "worksize": "256",
  "gpu-threads": "1",
  "load-balance": true,

  "auto-fan": false,
  "temp-cutoff": "90",
  "temp-overheat": "85",
  "temp-target": "75",
 
  "pools": [
    {
      "name": "MAIN",
      "user": "Wallet",
      "pass": "c=TZC",
      "quota": "Pool"
    },
    {
      "__comment": "Please keep this entry. Otherwise, I won't be able to continue open-source development. - zawawa",
      "name":"DEVFEE",
      "user": "zawawa.gatelessgate",
      "pass": "x",
      "quota": "1;s1.theblocksfactory.com:3333"
    }
  ]
}
newbie
Activity: 9
Merit: 0
I'm very new to mining. I don't know how to write bat files well yet. I need help figuring out how to write my Intensity and Speccs for my vega frontier air edition. I have two cards running in my rig. Please Assist me. I have google and youtube for 2 days and can't find anything. The only thing I found was this link to some old gpu's.

https://forum.feathercoin.com/topic/8659/nsgminer-config-collection


I got the example from the Trezarcoin POW page: https://trezarcoin.com/pow/

Example

nsgminer –neoscrypt -o stratum+tcp://eu1.altminer.net:4233 -u YOURADDRESS-p c=TZC -g 1 -w 128 -I 16 –gpu-platform 1 –gpu-engine 950 –gpu-memclock 1500

(Config for R9 280x)

Defines:
–algorithm | Defines NeoScrypt Algorithm
-I -g1 -w | Intensity and Speccs you need to figure out what values work for your card.
-o | Stratum pool + port
-u | Username ( Your adress )
-p | Password (Passwort is for choosing your coin at altminer.net )


I found this on the form but still can't understand
https://bitcointalksearch.org/topic/nsgminer-v094-the-fastest-neoscrypt-gpu-miner-712650


Jump to: