Pool:
https://twlv.suprnova.ccCPU Miner:
https://github.com/ocminer/cpuminer-twlvWould appreciate if someone could compile a working Windows version of the cpuminer, my build environment on win is broken currently.
The CPU miner is just a "quick & dirty" hack, you have to mine using the "-a x11" switch even though its mining twlv instead of x11..
So for this miner version, the following string gets you going:
./cpuminer -a x11 -o stratum+tcp://twlv.suprnova.cc:5367 -u worker.username -p worker.password
Again, it is NOT x11, i just hacked the cpu miner to work with this algo and did not rename it !
Have fun
I am trying to build the minerd executable from the Git repo, but I am getting this when I run make :
collect2: error: ld returned 1 exit status
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory `/user/cpuminer-twlv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/user/cpuminer-twlv'
make: *** [all] Error 2
Any suggestions?