Author

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

Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
any active pool for MUE ?
legendary
Activity: 1064
Merit: 1000


Hello everybody!!!

We are announcing the new DRAW of this week!!
The DRAW 7 target block is : 475.000

Mine MonetaryUnitCoin!!Spread the hash !! and win the prize !!
please check our www.blockolotto.com for more details
Or our twitter account https://twitter.com/BlockOLottO


good luck miners!!
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Hi all, why not get someone involved in cryptocurrency and get them a crypto scratch card.

As part of our launch promotion we have a 2 for 1 deal with free world wide delivery.

MonetaryUnit scratch card from Prypto
sr. member
Activity: 330
Merit: 252
The main branch needs to be compiled with qt4. This issue is resolved on the dev branch with commit f92778c

big thanks. I overlooked this... the MUE wallet is working now.


EDIT: is there no coin control in the linux wallet?
full member
Activity: 157
Merit: 100
h͞è̵̸l̨ĺ̶o
hi mue's
  nice to see more and more action here.

I've patched my daemons and it seems to be working fine on:

Ubuntu Vivid with openssl 1.0.1f-1ubuntu10
Debian Jessie with openssl 1.0.1k-1

I've created a dev branch with these fixes for testing purposes. https://github.com/MonetaryUnit/MUE-Src/tree/dev

i have some little problems to compile the new wallet on ubuntu 14.04

main branch error:
Code:
Gui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/wallet.h:13:0,
                 from src/init.h:8,
                 from src/qt/bitcoin.cpp:13:
src/main.h:51:51: warning: integer overflow in expression [-Woverflow]
 static const int64 MAX_MONEY = 1000000000000000 * COIN;
                                                   ^
src/qt/bitcoin.cpp: In function ‘int main(int, char**)’:
src/qt/bitcoin.cpp:122:5: error: ‘setCodecForTr’ is not a member of ‘QTextCodec’
     QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
     ^
src/qt/bitcoin.cpp:123:5: error: ‘setCodecForCStrings’ is not a member of ‘QTextCodec’
     QTextCodec::setCodecForCStrings(QTextCodec::codecForTr());
     ^
make: *** [build/bitcoin.o] Error 1

The main branch needs to be compiled with qt4. This issue is resolved on the dev branch with commit f92778c


oops

Quote
C-CEX.com exchange news!

We have to free up server resources for new coins by delisting some coins which have consistently low trading volume.
The following coins will be removed on February, 25th if their average trading volume for the last week has not exceeded 0.1 BTC/day:

..., MonetaryUnit [MUE], ...
We are thinking bigger than C-CEX Wink
http://www.mue.club/?forum=422436

I'd advise people to move their MUE off of C-CEX for now. Their page says:
Quote
Those coins retreival after the removal date will not be possible.

I'm sure we'll be re-listed there eventually but its out of scope for the moment.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
oops

Quote
C-CEX.com exchange news!

We have to free up server resources for new coins by delisting some coins which have consistently low trading volume.
The following coins will be removed on February, 25th if their average trading volume for the last week has not exceeded 0.1 BTC/day:

..., MonetaryUnit [MUE], ...
We are thinking bigger than C-CEX Wink
http://www.mue.club/?forum=422436
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
hi mue's
  nice to see more and more action here.

I've patched my daemons and it seems to be working fine on:

Ubuntu Vivid with openssl 1.0.1f-1ubuntu10
Debian Jessie with openssl 1.0.1k-1

I've created a dev branch with these fixes for testing purposes. https://github.com/MonetaryUnit/MUE-Src/tree/dev

i have some little problems to compile the new wallet on ubuntu 14.04

main branch error:
Code:
Gui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/wallet.h:13:0,
                 from src/init.h:8,
                 from src/qt/bitcoin.cpp:13:
src/main.h:51:51: warning: integer overflow in expression [-Woverflow]
 static const int64 MAX_MONEY = 1000000000000000 * COIN;
                                                   ^
src/qt/bitcoin.cpp: In function ‘int main(int, char**)’:
src/qt/bitcoin.cpp:122:5: error: ‘setCodecForTr’ is not a member of ‘QTextCodec’
     QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
     ^
src/qt/bitcoin.cpp:123:5: error: ‘setCodecForCStrings’ is not a member of ‘QTextCodec’
     QTextCodec::setCodecForCStrings(QTextCodec::codecForTr());
     ^
make: *** [build/bitcoin.o] Error 1

dev-branch (actual version) error:
Code:
-I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/qrcodedialog.o src/qt/qrcodedialog.cpp
src/qt/qrcodedialog.cpp:14:22: fatal error: qrencode.h: No such file or directory
 #include
                      ^
compilation terminated.
make: *** [build/qrcodedialog.o] Error 1

any hints on this?
i would like to use the dev branch cause of the openSSL bug, if it is ok for mainnet.
I've opened an issue on github
https://github.com/MonetaryUnit/MUE-Src/issues/7
hero member
Activity: 826
Merit: 1000
see my profile
oops

Quote
C-CEX.com exchange news!

We have to free up server resources for new coins by delisting some coins which have consistently low trading volume.
The following coins will be removed on February, 25th if their average trading volume for the last week has not exceeded 0.1 BTC/day:

..., MonetaryUnit [MUE], ...
sr. member
Activity: 330
Merit: 252
hi mue's
  nice to see more and more action here.

I've patched my daemons and it seems to be working fine on:

Ubuntu Vivid with openssl 1.0.1f-1ubuntu10
Debian Jessie with openssl 1.0.1k-1

I've created a dev branch with these fixes for testing purposes. https://github.com/MonetaryUnit/MUE-Src/tree/dev

i have some little problems to compile the new wallet on ubuntu 14.04

main branch error:
Code:
Gui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/wallet.h:13:0,
                 from src/init.h:8,
                 from src/qt/bitcoin.cpp:13:
src/main.h:51:51: warning: integer overflow in expression [-Woverflow]
 static const int64 MAX_MONEY = 1000000000000000 * COIN;
                                                   ^
src/qt/bitcoin.cpp: In function ‘int main(int, char**)’:
src/qt/bitcoin.cpp:122:5: error: ‘setCodecForTr’ is not a member of ‘QTextCodec’
     QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
     ^
src/qt/bitcoin.cpp:123:5: error: ‘setCodecForCStrings’ is not a member of ‘QTextCodec’
     QTextCodec::setCodecForCStrings(QTextCodec::codecForTr());
     ^
make: *** [build/bitcoin.o] Error 1

dev-branch (actual version) error:
Code:
-I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/qrcodedialog.o src/qt/qrcodedialog.cpp
src/qt/qrcodedialog.cpp:14:22: fatal error: qrencode.h: No such file or directory
 #include
                      ^
compilation terminated.
make: *** [build/qrcodedialog.o] Error 1

any hints on this?
i would like to use the dev branch cause of the openSSL bug, if it is ok for mainnet.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
We have a whole section dedicated to to give aways and promotions.
Please check it out.
http://www.mue.club/?forum=421767
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
We have started two community funded projects.

1st is a 3 BTC fund to get listed on Bittrex with marketing support:
http://www.mue.club/post/get-mue-listed-on-bittrex-promotional-support-3-btc-fund-7300308?pid=1286233522#post1286233522

2nd is a BTC fund to get at least $500 for listing with CoinPayments.net a crypto payment processor:
http://www.mue.club/post/coinpayments-net-getting-monetaryunit-to-merchants-7300322?pid=1286225218#post1286225218

If this is something you would like to get involved with, we would really appreciate your support.

Thanks
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
Just set up our MonetaryUnit forum
www.MUE.club

Please visit and register.  We are also offering 1000 MUE to all new accounts, please visit the external link below only, do not post your wallet address in this thread.
Thanks Smiley
http://www.mue.club/post/all-new-forum-users-get-1000-mue-7298523
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
A serious question about the remaining 21 million MUE pre-mine

Dear all, I just wanted to get any opinion or feedback regarding the balance of the MUE pre-mine.

Nearly 50% has already been distributed to faucets, promotions, giveaways, development, services, crypto scratch cards (launching any day) etc etc
I have been diligent and honest in maintaining my integrity with it's use, and not 1 has been used for personal gain in anyway.

My intentions for the remainder of the pre-mine was to continue to attempt to increase promotion, exposure, popularity & adoption of MUE by;
  • Increase the amount of MUE for new Twitter followers and FaceBooks likes (1000 MUE each rather than 300).
  • Continue to fund the www.BlockOlottO.com giveaways
  • Continue to fund the www.MinersLottery.com giveaways
  • Continue to fund the planned www.GetCoinReward.com proof of action campaign site
  • Fund more Crypto Scratch cards (currently 2.1 Million has been allocated to them, I wanted to increase this to 10 Million)

Or do I burn the remainder, see here https://bitcointalksearch.org/topic/ann-info-list-of-provably-unspendable-altcoin-addresses-ie-destroy-coins-831042
and we see where the project goes?

Any and all comments, feedback & suggestions welcome Smiley

Either no one has a strong opinion on this either way, or you all have just total faith in my decision making ability?  Cheesy
personally i have a preference for the burning but i have another suggestion about MUE coin.
I never seen a quark based coin with POS.Is there a possibility to have this on quark algo?If yes it will be a huge update for MUE to have burned coins and POS with coins control option.
what about this MUE?!!!!
Thanks for the feedback, I'll wait a little more time to see if any further opinion is given.
legendary
Activity: 1064
Merit: 1000
A serious question about the remaining 21 million MUE pre-mine

Dear all, I just wanted to get any opinion or feedback regarding the balance of the MUE pre-mine.

Nearly 50% has already been distributed to faucets, promotions, giveaways, development, services, crypto scratch cards (launching any day) etc etc
I have been diligent and honest in maintaining my integrity with it's use, and not 1 has been used for personal gain in anyway.

My intentions for the remainder of the pre-mine was to continue to attempt to increase promotion, exposure, popularity & adoption of MUE by;
  • Increase the amount of MUE for new Twitter followers and FaceBooks likes (1000 MUE each rather than 300).
  • Continue to fund the www.BlockOlottO.com giveaways
  • Continue to fund the www.MinersLottery.com giveaways
  • Continue to fund the planned www.GetCoinReward.com proof of action campaign site
  • Fund more Crypto Scratch cards (currently 2.1 Million has been allocated to them, I wanted to increase this to 10 Million)

Or do I burn the remainder, see here https://bitcointalksearch.org/topic/ann-info-list-of-provably-unspendable-altcoin-addresses-ie-destroy-coins-831042
and we see where the project goes?

Any and all comments, feedback & suggestions welcome Smiley

Either no one has a strong opinion on this either way, or you all have just total faith in my decision making ability?  Cheesy
personally i have a preference for the burning but i have another suggestion about MUE coin.
I never seen a quark based coin with POS.Is there a possibility to have this on quark algo?If yes it will be a huge update for MUE to have burned coins and POS with coins control option.
what about this MUE?!!!!
legendary
Activity: 1064
Merit: 1000

CONGRATULATIONS
We announced the winner of the DRAW 6
He won a great amount of 100.000MUE

please check our www.blockolotto.com for more details
Or our twitter account https://twitter.com/BlockOLottO

Thank you for participating and supporting MonetaryUnit Coin.
thank you MUE community.
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
A short post about the design of the coin release aimed to stabilise inflation & fiat value over the long term
http://www.monetaryunit.org/muestuff/slowing-inflation-rate-of-monetaryunit/
Mue
sr. member
Activity: 476
Merit: 250
MonetaryUnit. For Me,yoU,Everybody.
A serious question about the remaining 21 million MUE pre-mine

Dear all, I just wanted to get any opinion or feedback regarding the balance of the MUE pre-mine.

Nearly 50% has already been distributed to faucets, promotions, giveaways, development, services, crypto scratch cards (launching any day) etc etc
I have been diligent and honest in maintaining my integrity with it's use, and not 1 has been used for personal gain in anyway.

My intentions for the remainder of the pre-mine was to continue to attempt to increase promotion, exposure, popularity & adoption of MUE by;
  • Increase the amount of MUE for new Twitter followers and FaceBooks likes (1000 MUE each rather than 300).
  • Continue to fund the www.BlockOlottO.com giveaways
  • Continue to fund the www.MinersLottery.com giveaways
  • Continue to fund the planned www.GetCoinReward.com proof of action campaign site
  • Fund more Crypto Scratch cards (currently 2.1 Million has been allocated to them, I wanted to increase this to 10 Million)

Or do I burn the remainder, see here https://bitcointalksearch.org/topic/ann-info-list-of-provably-unspendable-altcoin-addresses-ie-destroy-coins-831042
and we see where the project goes?

Any and all comments, feedback & suggestions welcome Smiley

Either no one has a strong opinion on this either way, or you all have just total faith in my decision making ability?  Cheesy
legendary
Activity: 1064
Merit: 1000

Hello MUE community!!!

We are announcing the DRAW of this week!!
please check our blockolotto.com for more details
Or our twitter account twitter.com/BlockOLottO
Please refer to our blockolotto thread : https://bitcointalk.org/index.php?topic=871903.new#new
good luck miners!!

thank you for supporting us.
hero member
Activity: 826
Merit: 1000
see my profile
Coin control is actually ALOT easier than I thought it was.
I had a test wallet with a balance of about 2000 MUE.
This was made of about 2000 inputs of small transactions which meant when it came to sending MUE from this wallet I kept getting the "transaction creation error" message whenever I tried to send over a few hundred MUE.
With this pre-release wallet with Coin Control, I spent about 5 minutes sending 100 MUE at a time ...
I once ran into the same problem, and solved it with a script. Have a look:
https://bitcointalksearch.org/topic/many-tiny-transaction-from-mining-error-transaction-creation-failed-488167  "sendmany.sh"
Thank you, will do just that Smiley

I have actually added MUE to the examples (and donation address *g*)
in my script now, and migrated the script from bitcointalk into my github:
https://github.com/drakoin/LinuxWallet/blob/master/sendmany.sh

Explanations are still in that thread:
https://bitcointalksearch.org/topic/many-tiny-transaction-from-mining-error-transaction-creation-failed-488167
By the way, my script works with any linux wallet of ANY currency that supports the 'sendtoaddress' and 'getbalance' RPC API calls!

VERY useful for bundling up small transactions that come from mining.

Jump to: