This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

How to mine Neoscrypt on an AMD GPU

Words
160
Reading
1 min
Listen
Play
9y

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@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.

How to mine Neoscrypt on an AMD GPU | Ecency