Author

Topic: [ANN] MonetaryUnit [MUE] - POS. MasterNodes. Funding. Governance. Services. Devs - page 199. (Read 450686 times)

full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
For those who are cpu mining, I recommend the uncle-bob fork of quarkminer. He optimized a few things in asm which doubles hashrate vs Neisklar's original quark miner.

For linux/mingw:

Install libcurl development package or build from source

Debian/Ubuntu: use aptitude to install libcurl4-openssl-dev or libcurl4-gnutls-dev

Code:
git clone https://github.com/uncle-bob/quarkcoin-cpuminer
cd quarkcoin-cpuminer
./autogen
CFLAGS="-march=native -O3" ./configure
make

Run with a script or try:
Code:
./minerd --algo quark --scantime 40 --url stratum+tcp://178.62.67.113:3032 --userpass :anything --threads 2

I like to base the threads setting on the actual number of cores per processor.

Neisklar's:
~100 khash/s on a sandybridge celeron with 2 threads
~200 khash/s on a sandybridge i7 with 4 threads

uncle-bob's
~200 khash/s on a sandybridge celeron with 2 threads
~400 khash/s on a sandybridge i7 with 4 threads
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Why not spend $5 per month running a cloud based MonetaryUnit wallet miner using DigitalOcean.
Help support and protect the Mue network, and earn Mue while you're doing it Smiley
Thanks to drakoin for the walk through

Just copy and paste each red line into the console, ONE line at a time

SET UP THE SERVER & WALLET

# Sign up at digital ocean http://tiny.cc/digocean NL USA Singapur
# You probably get 10$ welcome bonus if you go through my link before signing up.

# Create droplet: Choose 512MB; Region close to you; Ubuntu.
# Wait for the email with the root password.
# To connect use ssh / putty.exe

# become superuser
sudo -i

# update all software (all the installed packages)
apt-get update; apt-get upgrade

# prep the system to be able to git & compile & build
apt-get install git make automake build-essential libboost-all-dev

# might be necessary for other tools & distros:
apt-get install yasm binutils libcurl4-openssl-dev openssl libssl-dev

# compiling needs a large SWAP file:
sudo dd if=/dev/zero of=/swapfile bs=80M count=16
sudo mkswap /swapfile; sudo swapon /swapfile

# For some reason, bitcoind is stuck in an old database version db4.8,
# which is not supported by newest ubuntu / debian anymore, so we get it manually:

# Get db4.8 source, compile and install (takes 5 minutes)
cd ~
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar zxf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix; ../dist/configure – – enable-cxx
make; sudo make install
rm -R ~/db-4.8.30.NC*
   # delete the sources

# Link the libraries
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so

#
# (SERVER IS PREPARED. FROM HERE ON YOU CAN INSTALL OTHER WALLETS)
#

# where to find db4.8 tell your system  (needs to be redone after reboot)
export BDB_INCLUDE_PATH=”/usr/local/BerkeleyDB.4.8/include”
export BDB_LIB_PATH=”/usr/local/BerkeleyDB.4.8/lib”

# Wallet sources from github, and
# build the headless server daemon “monetaryunitd” (takes 7 minutes)

cd ~; git clone https://github.com/MonetaryUnit/MUE-src
cd ~/MUE-src/src
mkdir obj; chmod a+x leveldb/build_detect_platform # fix 2 problems with these sources
make -f makefile.unix USE_UPNP=-
cp ~/MUE-src/src/monetaryunitd /usr/local/bin


# create config file – copy-paste all in one go. Make sure to change your password.

cd ~
mkdir ~/.monetaryunit
cat << “CONFIG” >> ~/.monetaryunit/monetaryunit.conf
listen=1
server=1
daemon=1
testnet=0
rpcuser=LOCALUSER
rpcpassword=VERYSECURESUPERLONGSUPERSAFEPASSWORD
rpcport=29947
CONFIG
chmod 700 ~/.monetaryunit/monetaryunit.conf
chmod 700 ~/.monetaryunit
ls -la ~/.monetaryunit


# start server
# Should result in: “Monetaryunit server starting”:

monetaryunitd

# Most important RPC commands:

# see if the blockchain is syncing (right now “blocks” : 142874)
monetaryunitd getinfo

# most important RPC commands (try them one by one, no danger)
monetaryunitd getbalance
monetaryunitd getnewaddress forDonations

monetaryunitd listtransactions forDonations
monetaryunitd listreceivedbyaddress 0 true

monetaryunitd listaccounts
monetaryunitd getaddressesbyaccount forDonations
monetaryunitd getaddressesbyaccount “”

# for more RPC commands (explanations in the API calls list)
monetaryunitd help

# if this tutorial was useful, tip me some MUE ( OR write on a PostIt(tm): “Tip drakoin some coins” Smiley )
# to my MUE address 7QzuXv5p2Ys181CsLiYR9PFvqwzCW1aPmK by using this command:
monetaryunitd sendtoaddress 7QzuXv5p2Ys181CsLiYR9PFvqwzCW1aPmK 111 ThanksToDrakoin ThanksForTutorial

# or please tip me now in other currencies at www.tiny.cc/drakointip,
# or pass on profitable hints to me (read www.tiny.cc/drakoinhints)

NOW SET UP THE MINER
wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/install-quarkminer-Neisklar.sh
chmod a+x install-quarkminer-Neisklar.sh; ./install-quarkminer-Neisklar.sh
wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/mueminerstart.sh
chmod a+x mueminerstart.sh; ./mueminerstart.sh

Of course, you want to change the POOLUSERNAME= to your own MUE address
Code:
nano mueminerstart.sh
Ctrl-X Y to save & exit nano
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
madbot4525 has agreed to take on the www.MinersLottery.com project Smiley

Just wanted to welcome them officially to "Team Mue"  Grin
legendary
Activity: 1064
Merit: 1000

We announced the winner of the DRAW 5
He won a great amount of 100.000MUE
please visit blockolotto.com for detailed infos.
Thank you for participating and supporting MonetaryUnit Coin.
full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Just a sneak preview of our new Prypto scratch cards Smiley

Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Hi all, 2015 is make or break for this project.
I am just one person, with a real life and all those responsibilities and commitments (like the rest of us).

I will be announcing the launch of MonetaryUnit scratch cards in partnership with www.Prypto.com in the coming days, which is exciting, it's been in progress for quite a while. Smiley

The MonetaryUnit project has reached a metaphorical hard fork.
Where it goes is not really down to me any longer, it is down to those of you who would like to see where we can take this project, and what we can achieve with it.

I can't do this on my own any more.

So, do you want to help shape the future of MonetaryUnit?
Read on & please do feedback, comment, suggest, give your opinion etc Smiley

Volunteer vacancies available in the MonetaryUnit project.

Social media lead

Twitter account manager
Facebook account manager
Development of other opportunities

Social media is a very important part of the success of any internet based project.
Within the cryptocurrency market place, even more so.  The whole success of so many pump and dump crypto scams has relied entirely on the power of social media.  That highlights just how influential it is.  We are of course, looking to use it for the power of good, not evil Smiley
Ideally we are looking for someone to manage our social media assets as a whole.
You may have a lot of experience in this sector, and be a big fan of crypto, and you’re looking to combine those interests?  This would be ideal for you.
You may want to start your career as a social media expert, to build your resume and skill set for later employment.  You may just be a huge fan of MonetaryUnit, and want to help how you can.
We all know “real life” comes first, and the amount of time that you will be able to commit may change from day to day.
If you think you have what it takes, or you are willing to be self taught, and want to help develop our footprint on the social media landscape, then please speak up.
You may have zero experience, and a belly full of drive, or you may be experienced to the eyeballs.  We don’t mind, as long as you want to help this project and the community as a whole.
We will consider splitting the role to specialities, or if time commitments restrict what you can do.
So, if you would like to add something quite unique and very attractive to a potential employer on your resume, get in touch.

Proof of action campaign manager

We have secured the domain www.GetCoinReward.com
We are looking for someone to manage this website, it’s promotion and exposure of MonetaryUnit through a new marketing channel.
Proof of action campaigns promote a specific interest by monitoring and tracking a users “actions” from within a pre-defined list of actions.  This may be re-tweeting, liking a page, posting a comment, downloading a file, watching a video, etc etc.
If the user does a set number of actions, they are then allowed to receive a “reward”.  In this case it would likely be a MonetaryUnit reward.  Or perhaps you have other plans?
If you have experience of using the www.Gleam.io platform, or if you would like to learn to add a very unique and attractive addition to your resume, please get in touch.
You may be experienced, or you may be a complete novice, either way, if you want to help the MonetaryUnit project we would be interested to hear from you.

BlockOLottO.com project

Currently managed by theboccet

The Miners Lottery project

edit:Now managed by madbot4525.
Welcome to the team Smiley

www.TheMinersLottery.com is a promotional website to give exposure to mining MonetaryUnit on mining pools.
It promotes the philosophy of MUE that “size DOESN’T matter” when it comes to people mining MonetaryUnit.  Everybody, regardless of hashrate, has an equal opportunity to win a reward for helping to contribute to the MonetaryUnit project.
Would you like to manage this project?  Can you see what else we can do with it, or where else we can take it?
Would you like the opportunity to add something quite unique to your resume that shows you have a lot of transferable skills?
If this is something that interests you, that you can maintain or improve upon, or you just want to help the MonetaryUnit project, please get in touch.

Bitcoin Prize draw

Currently managed by The_Prof and Mue

Technical lead

upgradeadvice

Business manager

Do you have what it takes to bring MonetaryUnit to merchants?
Can you plan how MUE can have increased exposure, more trade on the exchanges, a higher value?
We have a target price for MonetaryUnit of between $0.004 - $0.008.  This price range means we would be in around the top 20 of global cryptocurrencies in the next few years, and would continue to grow, organically, and stably year on year due to our modest inflation.
This price range means that MUE is still very accessible to all, makes it a usable value for retail, trade, tipping and micro-payments.
Have you done it before, and you’re looking for a new challenge?  We want to hear from you.
Are you a complete novice who has just never had the opportunity, but you have a head full of ideas and boundless energy?  We want to hear from you.
We will always accept quality over quantity, so if you can only spare a few but high quality valuable hours every week/month that can really make a difference, we would gladly accept that.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Just added a new linux x86_64 build:
https://github.com/MonetaryUnit/MUE-Src/releases/download/1.0.0.0-020415/monetaryunit-qt-linux64-pro-020515.tar.bz2

This includes an optimized minerd giving me 400KH/s with 4 threads on an older i7 laptop.. not to shabby ;-)
Impressive !  I want one Smiley

I'm building a new win64 toolchain now. I should have a new 64bit windows wallet with the new miner uploaded later.
Just take my money already! Cheesy
full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
Just added a new linux x86_64 build:
https://github.com/MonetaryUnit/MUE-Src/releases/download/1.0.0.0-020415/monetaryunit-qt-linux64-pro-020515.tar.bz2

This includes an optimized minerd giving me 400KH/s with 4 threads on an older i7 laptop.. not to shabby ;-)
Impressive !  I want one Smiley

I'm building a new win64 toolchain now. I should have a new 64bit windows wallet with the new miner uploaded later.
legendary
Activity: 1064
Merit: 1000

Hello MUE community!!!

We are back with the amazing Draw.
please check our blockolotto.com for details
good luck miners!!

thank you for supporting us.
Thanks theboccet, great to have you back Smiley
thank you MUE;I was always here holding all my coins and checking everyday the thread but just had life matters that blocked me.
now i think that MUE has reached maturity and must have more people interest.
we must see forward and promote MUE,not for merchant but to people who messed the launch of MUE and involved in other abandoned coins.
MUE have a good and mature community,good & honest team behind it.
Good luck everybody Wink
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.

Hello MUE community!!!

We are back with the amazing Draw.
please check our blockolotto.com for details
good luck miners!!

thank you for supporting us.
Thanks theboccet, great to have you back Smiley
legendary
Activity: 1064
Merit: 1000

Hello MUE community!!!

We are back with the amazing Draw.
please check our blockolotto.com for details
good luck miners!!

thank you for supporting us.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Just added a new linux x86_64 build:
https://github.com/MonetaryUnit/MUE-Src/releases/download/1.0.0.0-020415/monetaryunit-qt-linux64-pro-020515.tar.bz2

This includes an optimized minerd giving me 400KH/s with 4 threads on an older i7 laptop.. not to shabby ;-)
Impressive !  I want one Smiley
full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
Just added a new linux x86_64 build:
https://github.com/MonetaryUnit/MUE-Src/releases/download/1.0.0.0-020415/monetaryunit-qt-linux64-pro-020515.tar.bz2

This includes an optimized minerd giving me 400KH/s with 4 threads on an older i7 laptop.. not to shabby ;-)
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Happy to announce our new Windows wallet


upgradeadvice has stepped up to move things forward with this, and is now our lead collaborator on Github, so a big thank you for that help Smiley

Right, lets get things moving forward with MUE for 2015



Thanks dev!  Smiley

Just installed the new wallet, running great.

Yes indeed, hope this will spark some interest for MUE again.

Keep it up  Wink

Thanks, I hope so too Smiley
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.


Right, lets get things moving forward with MUE for 2015



Thanks dev!  Smiley

Just installed the new wallet, running great.
Ah cool, no problem.
Did you use the bootstrap file?
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Happy to announce our new Windows wallet
https://github.com/MonetaryUnit/MUE-Src/releases

The direct link to the ZIP (13.5mb) is:
https://github.com/MonetaryUnit/MUE-Src/releases/download/1.0.0.0-020415/monetaryunit-qt-win-pro-020415-1.zip

Please do take advantage of the boot strap file that is also on offer (109mb) :
https://github.com/MonetaryUnit/MUE-Src/releases/download/1.0.0.0-020415/bootstrap.tar.bz2
An overview of how to do this is available at https://litecoin.info/Bootstrap.dat
Please proceed at your own risk (but if you know what you are doing it will save you 4 hours of sync time!)

upgradeadvice has stepped up to move things forward with this, and is now our lead collaborator on Github, so a big thank you for that help Smiley

Right, lets get things moving forward with MUE for 2015
newbie
Activity: 9
Merit: 0
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
A big thank you, and a bounty of 0.2BTC + 200,000 MUE are now due to upgradeadvice
for completing the Windows wallet compile.

I can't wait to download and test myself later today, and will make the download link available through all the usual channels.

cinnamon_carter kindly completed a compile to for us, but as it was a dynamic file, it required dlls - but a big thank you none the less, and seems only fair the bounty is also available to you too.
Could I send 100,000 MUE each time with the new wallet ?
well....yes, at least...hopefully Smiley

upgradeadvice (whos help has been invaluable btw) is just tweaking the compile, as during testing with the Windows wallet there were still some transaction issues (though mining etc were fine).

So, once we release the wallet, and the network is predominantly on the 70002 protocol ( https://chainz.cryptoid.info/mue/#!network ) it will be all good. Smiley
Jump to: