Author

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

sr. member
Activity: 314
Merit: 250
https://www.PexPeppers.com accepts MUE as a payment option via COINPAYMENTS!!!!!!!!
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
It
what happened to mue.suprnova.cc ?

It loads for me but takes a while.

3-5 min per click,
and that's what dashboard shows: 439,494.53% Of Expected Shares
pool's borked

Should be resolved now
full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
It
what happened to mue.suprnova.cc ?

It loads for me but takes a while.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
This is an e-mail I have just sent all those with a balance on the now inaccesible OLD android wallet that was provided by a 3rd party
______________
Hi all, as you may know we have a brand new Android wallet, developed in house, for MonetaryUnit
https://play.google.com/store/apps/details?id=ua.monetaryunit.wallet&hl=en_GB

The old android wallet was provided by a 3rd party and became no longer functional.

Apologies for the delays, I have been waiting on a list of e-mail addresses and balances from the 3rd party so I can make good your balances from the old android wallet.

Please download the new wallet (and leave a review if possible Smiley ) and let me have your new MUE address so I can send on your owed balance.

Many thanks

Mue
legendary
Activity: 1100
Merit: 1032
When compiling the latest github I'm see in the following error:

Code:
/usr/bin/ld: ./leveldb/libleveldb.a(log_writer.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC

Worked around it with a manual export (http://stackoverflow.com/questions/1250608/passing-a-gcc-flag-through-makefile) but should be fixed in github version.
full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
ANNOUNCEMENT
Official MonetaryUnit PPA for Ubuntu Trusty, Utopic and Vivid.
https://launchpad.net/~monetaryunit/+archive/ubuntu/monetaryunit

To use this ppa, you'll need to add it to your repo list.

Code:
sudo add-apt-repository ppa:monetaryunit/monetaryunit
sudo apt-get update

To install the daemon:
Code:
sudo apt-get install monetaryunitd

To install the Qt wallet:
Code:
sudo apt-get install monetaryunit-qt

You can also manually add the repo to your sources list:
Code:
deb http://ppa.launchpad.net/monetaryunit/monetaryunit/ubuntu YOUR_UBUNTU_VERSION_HERE main 
deb-src http://ppa.launchpad.net/monetaryunit/monetaryunit/ubuntu YOUR_UBUNTU_VERSION_HERE main

Then you'll need to add the apt-key:
Code:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys B344DCE6293E9FA7
legendary
Activity: 1064
Merit: 1000
Our second merchant now accepts MonetaryUnit Wink
http://cryptochips.net/

Why not order your own MUE brand casino chip
http://cryptochips.net/Purchase.aspx?mue=1

Yay! I love me some CryptoChips!
Yep !!! i ordered some already !!!!!
newbie
Activity: 57
Merit: 0
Our second merchant now accepts MonetaryUnit Wink
http://cryptochips.net/

Why not order your own MUE brand casino chip
http://cryptochips.net/Purchase.aspx?mue=1

Yay! I love me some CryptoChips!
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Would just like to welcome our latest merchant to join the MUE community Smiley
www.yangongear.com
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Dear all, we are happy to announce our 3rd live merchant accepting MonetaryUnit.

www.Partycakes4U.co.uk Smiley

If you want to purchase through this merchant please contact them first so you can receive an electronic invoice so you can pay in MUE.

http://www.partycakesforu.co.uk/contact.php
full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
Our latest stable wallet releases are now available

https://github.com/MonetaryUnit/MUE-Src/releases/tag/1.0.0.1

Summary of changes:
Many internal fixes
Several cosmetic changes
New theme and splash
Coin Control
Updated DNS seeds
Updated Checkpoints
Fixed some tests
Many new minor bug fixes and theme tweaks.
Several build related commits ported from mainline 0.10 branch
http://bit.ly/1aVMl7e

new GUI is funny but certainly not foolproof
Wow, its not supposed to look like that at all. Which version are you using?
hero member
Activity: 826
Merit: 1000
see my profile
  • Merkel Root: a2cc3c1d8ab6e50e80464693199eefdd172d45c4129998394e636e47b5621364

Funny  Wink

el --> le

http://en.wikipedia.org/wiki/Merkle_tree
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Our second merchant now accepts MonetaryUnit Wink
http://cryptochips.net/

Why not order your own MUE brand casino chip
http://cryptochips.net/Purchase.aspx?mue=1
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
We have our first merchant officially accepting MUE !

https://www.coinpayments.net/store-directory-coin-MUE

www.PexPeppers.com now accepts MonetaryUnit.  Use the special code spicy15 at checkout for a special 15% discount.

The 1st of many merchants.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
We have successfully partnered with CoinPayments.net as our first payment processor.
If you know merchants that you would like to accept MonetaryUnit, please point them in this direction
https://www.coinpayments.net/merchant-tools
sr. member
Activity: 330
Merit: 252
what is max. byte size of a transition?
about 30.000 bytes?

would like to get rid of my 4 mue solo mine blocks...
sr. member
Activity: 330
Merit: 252
great to see how's MUE going forward.

have a problem with linux compile.
./configure returns me this message:

Code:
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... gcc3
./configure: line 4523: syntax error near unexpected token `pic-only'
./configure: line 4523: `LT_INIT(pic-only)'

Make sure you have automake and libtool installed and you are using a clean source tree.
Once you have those, try autogen.sh and configure again.

...libtools was missing. thanks a lot!

edit. the wallet looks now quite nice on linux.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Help us get listed with GoUrl as a payment processor please.
The public vote closes sometime on April 15th.
We are in 2nd place, and any help would be appreciated Smiley
https://gourl.io/coin-voting.html
Last day of voting.
Please support this vote if possible by sending BTC to https://blockchain.info/address/14YhKpPzQXf9ZoQPF3BQTaCqiTDu97V2xP?filter=2
This will be a huge benefit to the coin and the community.
Many thanks Smiley
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Hi,

MonetaryUnit is now listed on www.altcoinprofitability.com!

Please add us in your OP

Best regards

 Wink
Great to see we're the most profitable coin to mine listed on that site Smiley

Thanks very much
member
Activity: 85
Merit: 10
Hi,

MonetaryUnit is now listed on www.altcoinprofitability.com!

Please add us in your OP

Best regards

 Wink
Jump to: