How to mine Neoscrypt on an AMD GPU

in amd •  7 years ago 

Step 1: Download Gateless Gate:
https://github.com/zawawawa/gatelessgate/releases/

Step 2:Configure Gateless Gate config and batch files and launch it

Create a new launch file ( gatelessgate-[Neoscrypt Algo here] Mining.Bat) and paste the following command into it: Will be using SGL as an example

@echo off
set GPU_FORCE_64BIT_PTR 1
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe --gpu-platform 1 --default-config gatelessgate-SGL.conf

Create a new conf file ("gatelessgate-SGL.conf" ) and paste the following command into it:
{
"algorithm": "neoscrypt",
"intensity": "13",
"worksize": "256",
"gpu-threads": "1",
"load-balance": true,

"auto-fan": true,
"temp-cutoff": "90",
"temp-overheat": "85",
"temp-target": "75",

"pools": [
{
"name": "MAIN",
"user": "user.rig",
"pass": "Password",
"quota": "99;stratum+tcp://sigilmining.com:3333"
},
{
"__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"
}
]
}

Double click the .bat file and there you go.
You are now sucessfuly mining SGL

Adjust pool and set your own information associated to mining pool.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @greenidgejamal! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 1 year!

Click here to view your Board

Support SteemitBoard's project! Vote for its witness and get one more award!

Congratulations @greenidgejamal! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!