Hello, everyone. So here's the status report:
I've been away for a couple days, but now I'm back. Unfortunately my partner is now away for a few days. He's the one responsible for coding and technical work so during these few days (2-3 days at most) we can't get anything done that requires coding or further technical knowledge. So for the time being I'm going to open a bounty thread and add more bounties and make a giveaway thread. Also, for those who want to compile miners for linux, here are Velocitycoin GPU and CPU miner sources. They are the same as microCoin miner's. My partner is in charge of the github so they'll be uploaded there when he gets back.
https://github.com/Velocitycoin/GPU-Miner-Sourcehttps://github.com/Velocitycoin/CPU-Miner-SourceAlso, feel free to tell if you have any suggestions on what I/we should do to advance microCoin.
Cool will brainstorm a bit.
gonna test that miner later today for linux.
EDIT:
Tried to compile from the source you gave, still get unrecognized commands (Nfmin,Nfmax and StartT)
Is it something I'm missing when compiling???
i use this:
CFLAGS="-O2 -Wall -march=native"
./configure --enable-scrypt
make
I guess maybe enable-scrypt isn't right since its scrypt-jane. but theres no such option in configure.