Recently discovered this, very nice project, has potential.
I have one question, whats the best miner to mine this coin for amd gpu (rx580) at the moment? Im using old nsgminer, not even sure if i set all parameters right.
are you on windows ? use gateless gate
https://github.com/zawawawa/gatelessgate/releases for optimal hashrate power with an RX 580 try : -g 1 -w 256 --rawintensity 9216
batch example :
@echo off
@set GPU_FORCE_64BIT_PTR 0
@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 -k neoscrypt -o stratum+tcp://eu1.altminer.net:4233 -u YourTrezarWalletAddress -p c=TZC --g 1 -w 256 --rawintensity 9216