[nVidia] How to mine TrezarCoin (TZC) ?
[nVidia] How to mine TrezarCoin (TZC) ?

Official BitCoinTalks ANN : https://bitcointalk.org/index.php?topic=2140812.0TrezarCoin is a high secure store of value with fast transaction times designed to be used as a currency.
We implemented the newest Proof-of-Work algorithm, as well as Proof-of-Stake, to meet these stringet security standards.
We promote a super Secure and energy efficient PoW/PoS Coin implementing the most advanced 0% PoS by Ghostlander. TrezarCoin supports
multi-algo to enforce the strongest level of security by using NeoScrypt PoW, Sha256d PoS and BLAKE2s for Blockhashing. Coins will be distributed
via PoW and PoS. For Investors without mining equiment there was an Auction where 17% of the total coins were distributed.
Official WebSite : https://trezarcoin.com/
Block Explorer : https://www.unimining.net/explorer/TZC[url][/url]
What you need to mine TrezarCoin on a mining pool ?
1. Wallets.
You'll need a wallet address to receive the TZC coins mined. It is better to either create a web wallet or download the wallet according to your Operating System.
Download the suitable version : https://github.com/TrezarCoin/TrezarCoin
2. Miner Software.
2.1 For nVidia
For nVidia cards we recommand using CCminer.
You can download ccminer according to your Operating System:
CCminer 8.15 (KlausT) : https://github.com/KlausT/ccminer/releases (hashrate seems better)
CCminer 2.2.3 (tpruvot) : https://github.com/tpruvot/ccminer/releases
2.1 For AMD
For AMD cards, you can download Gateless Gate according to your Operating System:
Gateless Gate: https://github.com/zawawawa/gatelessgate/releases/
Only windows binaries are provided, you can download the source code and compile it if your OS is not Windows.
Here are some examples of other miners that should work:
NSGminer : https://github.com/ghostlander/nsgminer/releases
SGminer : https://github.com/tpruvot/sgminer/releases
Remark: some anti-virus and anti-malware may detect the miner as a virus. It is due to the fact that miners were integrated in malwares and virusses so some anti-virus detect the miner as a potentially dangerous component. We use these binaries since years: we've never encounter problems because we avoid to download any binaries and always use the offial binary release on bitcointalk or github.
3. Miner Configuration.
3.1 CCMiner
Create a launch file (*.bat file on windows) and past this configuration :
Unimining Dedicated 4237 port for mining Trezar.
Please note the following arguments to the miner ccminer (64 bits version for my OS):ccminer -a neoscrypt -o stratum+tcp://pool.unimining.net:4237 -u TxB7hobmFEMMF6pK878DVptRCPaKT6gYaT -p c=TZC
-a neoscrypt : set the algorithm
-o stratum+tcp://pool.unimining.net:4237 : set the mining pool URL and stratum port (4237 for neoscryt stratum dedicated to TZC)
-u TxB7hobmFEMMF6pK878DVptRCPaKT6gYaT : wallet address used as username. Please remove this example address and write your own address created at step 1
-p c=TZC : optional (password) parameters. -p is used to give the password related to the username. As mining is anonymous, the password is used to pass optional arguments. c=TZC is used to force YiiMP to mine TZC (TZC is the symbol defined on the pool for TrezarCoin) : YiiMP should detect the crypto-currency mined according to the wallet address but as coins are forks of other coins (and some don't adapt address' code), it doesn't always work as expected. So we recommand to always set the coin with at least the optional parameter c (ex: c=TZC).. stats is used to perform a benchmark of your GPU (first GPU on multi-GPU) on the 50st share. To add several parameter, seperate them by commas, e.g. -p c=TZC,stats to set the coin as Alqo and perform benchmark
--cpu-priority=3 : parameter used to set the cpu priority.
3.2 Gateless
3.2.1 Create a new launch file ("mine TZC on unimining.bat" using notepad or notepad++ under windows) and paste the following command into it:
3.2.2 Create a new conf file ("gatelessgate-TZC.conf" using notepad or notepad++ under windows) and paste the following command into it:@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-TZC.conf
pause
Please note the following parameters in the conf file:{
"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": "TxB7hobmFEMMF6pK878DVptRCPaKT6gYaT",
"pass": "c=TZC",
"quota": "99;stratum+tcp://pool.unimining.net:4237"
},
{
"__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"
}
]
}
"algorithm": "neoscrypt" : set the algorithm
"quota": "99;stratum+tcp://pool.unimining.net:4237" : set the mining pool URL and stratum port (4237 for neoscrypt algo dedicated to TZC)
"user": "TtBkQUoHMP3oS7xDHRtWoTRzfeTZVMZ6hq" : wallet address used as username. Please remove this example address and write your own address created at step 1
"pass": "c=TZC" : optional (password) parameters. -p is used to give the password related to the username. As mining is anonymous, the password is used to pass optional arguments. c=TZC is used to force YiiMP to mine TZC (TZC is the symbol defined on the pool for TrezarCoin) : YiiMP should detect the crypto-currency mined according to the wallet address but as coins are forks of other coins (and some don't adapt address' code), it doesn't always work as expected. So we recommand to always set the coin with at least the optional parameter c (ex: c=TZC).. stats is used to perform a benchmark of your GPU (first GPU on multi-GPU) on the 50st share. To add several parameter, seperate them by commas, e.g. -p c=TZC,stats to set the coin as TZC and perform benchmark (remark: stats should work with yiimp but I didn't test it with Gatelessgate).
Remark: Both files should be inside the directory of Gatelessgate.
Have a nice mining.