Skip to main content

Mining SucreMoneda

If you wonder how to mine SucreMoneda here's a quick list on how to. First you need to have a miningfield account. Register here, https://sucre.miningfield.com/ and you need to the following.

Or I can invite you by email, comment below with your email address and I send invitation so I get a referral. :)

Create an account and login. Go to My Account > My Workers and Add New Worker like so


Please note your worker name, we'll be needing them when configuring the miner.

MinerD (cpu miner) has no X11 support for the algo so we'll be needing another miner. Please go to this link and download this:

https://github.com/tpruvot/cpuminer-multi/releases/download/v1.3.1-multi/cpuminer-multi-rel1.3.1-x64.zip


Note: Extract it, might need to exclude the files from your AntiVirus.

We don't need the other ones right now other than the "cpuminer-gw64-corei7.exe". Add a mine.bat batch file, edit it and add these:

cpuminer-gw64-corei7 -a x11 -o stratum+tcp://eu.miningfield.com:3357 -u USER.WORKER -p PASSWORD

USER is your username.

Double click the batch file and voila! You are now a SucreMiner!!! You should see few of these in a few minutes!


Happy mining!!! Like my content? Donate:

BTC: 1KBES3eNN6CP8KAjEy3erwyEYuEqmjiYF9
LTC: LWzsexQ5UV4UEp9M4fpivn4c7enHVzsH5K
SUCR: ScZSZgFsMKphkw6nVM3YVpW8Jx26PdsyMQ

Comments

Popular posts from this blog

Theory of the Genesis of Bam-e

Well, I was pondering of things today. I mean no things? Like nothing? Can't mine like shit, electricity is down almost every 2 hours so I was wondering to myself... How the hell the name "Bam-e" came to be? As a programmer I need to know the origin of it. Like learning new techniques in programming. I need to dissect things. First off, maybe it's a Tagalog term. I think so. And yeah I found it, or did I. I thought the story goes like this. Someone named Dave came to visit Bam. Here it goes... Dave: Hi, Bam ano yang ginawa mo? Bam: Nagluluto Dave: Yay, maganda yan! Masarap ba yan? Bam: Ah wala, hinalo ko lang ang mga natirang ingredients Dave: Ano name nyan? Bam: Hindi ako sure eh! Dave: Patingin nga? Bam: Sure Dave: Pancit lang naman yan Bam eh! Well, if you don't know tagalog. I'm sorry, I'm not the person to talk to. I'm Bisaya and I'm very bad at tutoring Filipino. The hell, I got 79% when I was in high school. I hate the God ...

Python Hydrology

Recently I'm learning Python and encountered the Hydrology book. Had to upgrade some of python packages and some libraries needed to get working with the book. There is an instruction though about mostly using pip install packages need for the book. The problem is I can't get it work. It's missing some things so I did a little google and hopefully this is a compilation of the things I need to work with the examples of the book. First off, I updated the apt-get $ sudo apt-get update Next is I installed the pip package manager. I'm not too sure but I have Ubuntu 10 and it doesn't have the pip installed. So I installed using the command below. $ sudo apt-get install python-pip Now the development packages for python. $ sudo apt-get install python-dev Most of the examples uses the scientific number packages so I installed numpy and other packages I'm not quite aware of. It's just that some of the examples probably in the later part of the book use...

Elementary Tweaks

Well, I like smaller fonts and I've tried Elementary OS Luna. I like it and I'm searching a way to make the default fonts smaller. Just so I have more spaces to work on, especially when I code and read. Luckily I found a solution to download the tweak and make the fonts/icons custom sizes in Elementary Luna. This is how I did it. Hope you guys find it useful. Run this in your terminal. sudo apt-add-repository ppa:versable/elementary-update sudo apt-get update sudo apt-get install elementary-tweaks And if anyone is interested in my setting, here's my screenshot. You can find it in System Settings/Tweaks btw. Thanks everyone!