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

Add Brave Browser to Netbeans

We'll I'm liking Brave now, great isn't it. With the token and all and privacy and stuff. And all the good stuff, right? So what other good thing we can do about it other than adding it to our favorite editor. So here it is, adding it is through Tools->Options->General Edit Web Browser Manager and add this setting below. Find the brave.exe usually it can be found in C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe and voila we're good. See you next posts everyone!

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 ...

Lithium first glimpse

I decided to review my PHP and now I’m interested with the Lithium project. I wanted to get my hands on it just to see what it can do and what are the good stuff in it. Lithium by the way is a PHP web framework, it’s RAD. If you don’t know what a PHP web framework is, I don’t think I can help you. But a Google with the topic can result to many useful resources. I almost forgot most of my PHP background because it’s been 2 years since I coded it. And it was with 4.3 and Oracle. I’m not too sure about what to do next. Instead of installing everything from scratch, I decided to install XAMPP . It’s easy and good stuff (I think). Unlike before, installing PHP and Apache, make Apache recorgnized PHP, add a module to it, install MySQL… You know what I mean. It’s a hassle. But with XAMPP, it’s just a single install and everything is in there. Of course, this doesn’t help if you’re a geek and pretend to know everything and installing everything by hand makes you happy. But for me, it’s fine...