Mining Verium Reserve on SPARC/Solaris
I had some Solaris boxes laying around and I thought I could use them in my mining journey.
After some researches, I found that CPU mining is not profitable anymore, but on Bitcointalk someone hinted me that I could try mining Verium Reserve (VRM), so I went deep into that.
Sadly, Solaris is not well supported by mining software, the only one I have managed to make work is this one:
https://github.com/pooler/cpuminer/
which supports scrypt and sha256.
It is needed to install this packages:
pkg install --accept git curl jansson gcc automake autoconf
and then clone the git tree:
git clone https://github.com/pooler/cpuminer
we have to copy the jansson libs into the cpuminer directory:
cp /usr/include/jansson/jansson* cpuminer/
after that, we can configure it and make :)
./autogen.sh;
./configure CFLAGS="-O3";
make
now we can happly mine with our Sparc box with:
./minerd -a scrypt:1048576 -o stratum+tcp://yourhost -u xxx -p yyy
Congratulations @ludiegu! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
You got a First Vote
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Congratulations @ludiegu! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Do not miss the last post from @steemitboard:
Vote for @Steemitboard as a witness to get one more award and increased upvotes!