I found how to mine Trezarcoin without unsafe Windows on Linux , Using CCminer trupivot
Step 1. Get Linux,
I Mining on my own edition Linux Mint 18 x64 with PREINSTALLED Nvidia driver 387 (for GTX 1060,1070,1080)
Sorry no english by default support, no link.
Step 2.
sudo apt-get install nvidia-cuda-toolkit libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential gcc-5 g++-5
git clone
https://github.com/tpruvot/ccminer.gitcd ccminer
check compactibility here
https://github.com/tpruvot/ccminer/wiki/Compatibility Step 3.
Makefile.am contatins data about architecture
for me GTX 1060 - is correct by default, i nothing change ( compute 50)
nvcc_ARCH = -gencode=arch=compute_50,code=\"sm_50,compute_50\"
nvcc_ARCH += -gencode=arch=compute_52,code=\"sm_52,compute_52\"
Step 4.
./build.sh
Step 5. If all ok
Run miner
create _1_start_Trezarcoin_mine.sh
and fill it
#!/bin/bash/
./ccminer -a neoscrypt -o stratum+tcp://pool.minertopia.org:4233 -u TdBSh6BY2iU9uadNtDPXiXgMPMSaD4X5ac -p x
#./ccminer -a neoscrypt -o stratum+tcp://eu1.altminer.net:4233 -u TdBSh6BY2iU9uadNtDPXiXgMPMSaD4X5ac -p c=TZC
If you don't like pool select other
Don't forget change wallet to your
Step 6. Optional
Add miner to autoload after oveclocking autoload.
I use standart autorun utility in Linux Mint, not cron.
I hope this help somebody.