Mining Verium Reserve on SPARC/Solaris

in mining •  7 years ago  (edited)

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.

verium-400px-400px.jpg

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
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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

By upvoting this notification, you can help all Steemit users. Learn how here!

Congratulations @ludiegu! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

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:

The new SteemFest⁴ badge is ready
Vote for @Steemitboard as a witness to get one more award and increased upvotes!