Pages:
Author

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

legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Get 25% off Amazon prices only at Flubit.com when paying in MUE

https://flubit.com/blog/25-off-items-just-pay-mue
legendary
Activity: 1484
Merit: 1029
please feel free to "TEST" the pre-release wallet version v2.1.3 https://github.com/muecoin/MUE/releases/tag/v2.1.3 (this is not yet an official release, please use caution)

any issues, please feedback.  This fixes the various POS vulnerabilities and also offers some easy methods to set up MasterNodes

Thanks I'll add it to my VM
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
please feel free to "TEST" the pre-release wallet version v2.1.3 https://github.com/muecoin/MUE/releases/tag/v2.1.3 (this is not yet an official release, please use caution)

any issues, please feedback.  This fixes the various POS vulnerabilities and also offers some easy methods to set up MasterNodes
legendary
Activity: 1382
Merit: 1002


Monetaryunit is now listed on https://trade.mct.plus, a great exchange especially for OTC trading. Good luck and happy trading!
legendary
Activity: 1382
Merit: 1002
Now you can buy MONETARY UNIT masternode on CoinRebuy Germany Marketplace by One Click service.

https://www.coinrebuy.online/marketplace

How One Click Staking works? https://www.coinrebuy.online/one-click-staking

Discord channel: https://discord.gg/HcHwqMt



For your system to work, you are basically holding the users funds, buying up a masternode worth of coins and providing a VPS node setup?
With all the hacks that plague the crypto sphere how are you securing the assets and why should any third party trust you with their coins, vs a traditional setup where the end user holds their private keys?
legendary
Activity: 1484
Merit: 1029
Any reason behind the price increase today, or a typical pump and dump?
copper member
Activity: 28
Merit: 0
Now you can buy MONETARY UNIT masternode on CoinRebuy Germany Marketplace by One Click service.

https://www.coinrebuy.online/marketplace

How One Click Staking works? https://www.coinrebuy.online/one-click-staking

Discord channel: https://discord.gg/HcHwqMt

legendary
Activity: 2436
Merit: 1065
You have a Github source to i can compile the wallet in a pi with this comands?

Quote
qmake
make

You can grab the binaries from our repo https://github.com/muecoin/MUE/releases/latest
or cross compile the source for a raspberry pi, or even download a fully functional pi image from https://github.com/muecoin/Raspberry-Pi-Images

I would not recommend building directly on a pi, but you can do so if you really really want to.
But, for building, you need to first build all dependencies and then build the source with said dependencies, not whatever you have on your distro: eg the wallet wont compile with openssl 1.1 etc.

I recommend you to get the official binaries rather then building on a raspberry pi.  Smiley


THX, but i have always an error, i think Witz 1GB RAM and 1 GB swap is not enought to compile the wallet in the Pi?

regards

Its impossible for me to guess what errors you are getting, typically when I am building on a VPS i think I have 2GB of ram and that works OK.
Try increasing your swap if you are getting compiling erors; if you are running out of memory the compiler usually writes that out as an error message, like "memory exhaust" or something like that.

OK, thx i will try it again later...

Another question, how many percent of stake (POS) have MUE at time? I can't find a table? sorry for the question...

There are about 28.2% of the available coins staking in the network at this moment, or roughly ~42 million coins of the total available supply of 148 million. You can see this on the block explorer: https://chainz.cryptoid.info/mue/#extraction
You can also take a look at the MUE staking calculator to get an idea on how much of a staking reward you can expect over time: https://monetaryunit.org/calculator/

I have at home a old Pi Mod. B+, is the Pi strong enought for your Image?

https://mueberry.com/mueberry-pi-2018-12-26.zip

So i will only staking on the old Pi...

regards

I cannot say Koal-84, please give it a go. I have only tested on the Raspberry PI 3B and 3B+ but that works without any problems at all.

OK, thank you. I will test it on the Pi, and give you a Feedback Wink. I hope the wallet also run at the old pi, so wee will see Wink.

regards
legendary
Activity: 1382
Merit: 1002
You have a Github source to i can compile the wallet in a pi with this comands?

Quote
qmake
make

You can grab the binaries from our repo https://github.com/muecoin/MUE/releases/latest
or cross compile the source for a raspberry pi, or even download a fully functional pi image from https://github.com/muecoin/Raspberry-Pi-Images

I would not recommend building directly on a pi, but you can do so if you really really want to.
But, for building, you need to first build all dependencies and then build the source with said dependencies, not whatever you have on your distro: eg the wallet wont compile with openssl 1.1 etc.

I recommend you to get the official binaries rather then building on a raspberry pi.  Smiley


THX, but i have always an error, i think Witz 1GB RAM and 1 GB swap is not enought to compile the wallet in the Pi?

regards

Its impossible for me to guess what errors you are getting, typically when I am building on a VPS i think I have 2GB of ram and that works OK.
Try increasing your swap if you are getting compiling erors; if you are running out of memory the compiler usually writes that out as an error message, like "memory exhaust" or something like that.

OK, thx i will try it again later...

Another question, how many percent of stake (POS) have MUE at time? I can't find a table? sorry for the question...

There are about 28.2% of the available coins staking in the network at this moment, or roughly ~42 million coins of the total available supply of 148 million. You can see this on the block explorer: https://chainz.cryptoid.info/mue/#extraction
You can also take a look at the MUE staking calculator to get an idea on how much of a staking reward you can expect over time: https://monetaryunit.org/calculator/

I have at home a old Pi Mod. B+, is the Pi strong enought for your Image?

https://mueberry.com/mueberry-pi-2018-12-26.zip

So i will only staking on the old Pi...

regards

I cannot say Koal-84, please give it a go. I have only tested on the Raspberry PI 3B and 3B+ but that works without any problems at all.
legendary
Activity: 2436
Merit: 1065
You have a Github source to i can compile the wallet in a pi with this comands?

Quote
qmake
make

You can grab the binaries from our repo https://github.com/muecoin/MUE/releases/latest
or cross compile the source for a raspberry pi, or even download a fully functional pi image from https://github.com/muecoin/Raspberry-Pi-Images

I would not recommend building directly on a pi, but you can do so if you really really want to.
But, for building, you need to first build all dependencies and then build the source with said dependencies, not whatever you have on your distro: eg the wallet wont compile with openssl 1.1 etc.

I recommend you to get the official binaries rather then building on a raspberry pi.  Smiley


THX, but i have always an error, i think Witz 1GB RAM and 1 GB swap is not enought to compile the wallet in the Pi?

regards

Its impossible for me to guess what errors you are getting, typically when I am building on a VPS i think I have 2GB of ram and that works OK.
Try increasing your swap if you are getting compiling erors; if you are running out of memory the compiler usually writes that out as an error message, like "memory exhaust" or something like that.

OK, thx i will try it again later...

Another question, how many percent of stake (POS) have MUE at time? I can't find a table? sorry for the question...

There are about 28.2% of the available coins staking in the network at this moment, or roughly ~42 million coins of the total available supply of 148 million. You can see this on the block explorer: https://chainz.cryptoid.info/mue/#extraction
You can also take a look at the MUE staking calculator to get an idea on how much of a staking reward you can expect over time: https://monetaryunit.org/calculator/

I have at home a old Pi Mod. B+, is the Pi strong enought for your Image?

https://mueberry.com/mueberry-pi-2018-12-26.zip

So i will only staking on the old Pi...

regards
legendary
Activity: 1382
Merit: 1002
I've downloaded the MUE wallet for linux and can see the GUI running - What ports do I need to open in my router for it to stake and sync properly?

Is there a way to run the staking\wallet through cli alone? (no gui)

Thanks in advance!

I run my QT-wallet at home without any open ports in the firewall. Staking works great. You don't need to have open ports as long as you get an established connection with the rest of the network. Just make sure to have the latest version V2.1.2 https://github.com/muecoin/MUE/releases/latest as it fixes some syncing issues when you download the blockchain from scratch.

As for staking without the gui QT-wallet. Check this guide from PIVX, perhaps it can aid you in testing, I have not used this myself, so I cannot say how good it works.
https://forum.pivx.org/t/how-to-staking-with-the-command-line-wallet/962
legendary
Activity: 1382
Merit: 1002
You have a Github source to i can compile the wallet in a pi with this comands?

Quote
qmake
make

You can grab the binaries from our repo https://github.com/muecoin/MUE/releases/latest
or cross compile the source for a raspberry pi, or even download a fully functional pi image from https://github.com/muecoin/Raspberry-Pi-Images

I would not recommend building directly on a pi, but you can do so if you really really want to.
But, for building, you need to first build all dependencies and then build the source with said dependencies, not whatever you have on your distro: eg the wallet wont compile with openssl 1.1 etc.

I recommend you to get the official binaries rather then building on a raspberry pi.  Smiley


THX, but i have always an error, i think Witz 1GB RAM and 1 GB swap is not enought to compile the wallet in the Pi?

regards

Its impossible for me to guess what errors you are getting, typically when I am building on a VPS i think I have 2GB of ram and that works OK.
Try increasing your swap if you are getting compiling erors; if you are running out of memory the compiler usually writes that out as an error message, like "memory exhaust" or something like that.

OK, thx i will try it again later...

Another question, how many percent of stake (POS) have MUE at time? I can't find a table? sorry for the question...

There are about 28.2% of the available coins staking in the network at this moment, or roughly ~42 million coins of the total available supply of 148 million. You can see this on the block explorer: https://chainz.cryptoid.info/mue/#extraction
You can also take a look at the MUE staking calculator to get an idea on how much of a staking reward you can expect over time: https://monetaryunit.org/calculator/
legendary
Activity: 2436
Merit: 1065
You have a Github source to i can compile the wallet in a pi with this comands?

Quote
qmake
make

You can grab the binaries from our repo https://github.com/muecoin/MUE/releases/latest
or cross compile the source for a raspberry pi, or even download a fully functional pi image from https://github.com/muecoin/Raspberry-Pi-Images

I would not recommend building directly on a pi, but you can do so if you really really want to.
But, for building, you need to first build all dependencies and then build the source with said dependencies, not whatever you have on your distro: eg the wallet wont compile with openssl 1.1 etc.

I recommend you to get the official binaries rather then building on a raspberry pi.  Smiley


THX, but i have always an error, i think Witz 1GB RAM and 1 GB swap is not enought to compile the wallet in the Pi?

regards

Its impossible for me to guess what errors you are getting, typically when I am building on a VPS i think I have 2GB of ram and that works OK.
Try increasing your swap if you are getting compiling erors; if you are running out of memory the compiler usually writes that out as an error message, like "memory exhaust" or something like that.

OK, thx i will try it again later...

Another question, how many percent of stake (POS) have MUE at time? I can't find a table? sorry for the question...
full member
Activity: 406
Merit: 112
Well done, and it is very good for MUE with active trading on Crypto Bridge.
With the great help of our community members, trading on Cryptobridge is now open again!
Big thanks to gCAN!

Happy trading everyone!

https://wallet.crypto-bridge.org/market/BRIDGE.MUE_BRIDGE.BTC
BTW, I wanna let the MUE team know that there is vote campaign on the Cryptrade exchange.
They announced 10 winners of the first round hours ago:
Hello, everyone

We're happy to announce the winners of the first round of voting.
These coins will be listed on the exchange after the release, we will do technology reviews on these coins ASAP. And thanks for all voters.

1.  DKPC (DarkPayCoin) - 27704 votes
2.  ONION (DeepOnion) - 26118 votes
3.  SHMN (Stronghands Masternode) - 17921 votes
4.  HMN (Hostmasternode) - 15395 votes
5.  COLX (ColossusXT) - 15360 votes
6.  BTOR (Bittorium ) - 10529 votes
7.  MYMN (MyMN) - 8810 votes
8.  EVOS (EVOS) - 8345 votes
9.  CITY (City Coin) - 8329 votes
10.  DSC (Decentral Shop Coin) - 6204 votes
There is link to join the vote: https://cryptrade.io/vote
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
legendary
Activity: 1382
Merit: 1002
You have a Github source to i can compile the wallet in a pi with this comands?

Quote
qmake
make

You can grab the binaries from our repo https://github.com/muecoin/MUE/releases/latest
or cross compile the source for a raspberry pi, or even download a fully functional pi image from https://github.com/muecoin/Raspberry-Pi-Images

I would not recommend building directly on a pi, but you can do so if you really really want to.
But, for building, you need to first build all dependencies and then build the source with said dependencies, not whatever you have on your distro: eg the wallet wont compile with openssl 1.1 etc.

I recommend you to get the official binaries rather then building on a raspberry pi.  Smiley


THX, but i have always an error, i think Witz 1GB RAM and 1 GB swap is not enought to compile the wallet in the Pi?

regards

Its impossible for me to guess what errors you are getting, typically when I am building on a VPS i think I have 2GB of ram and that works OK.
Try increasing your swap if you are getting compiling erors; if you are running out of memory the compiler usually writes that out as an error message, like "memory exhaust" or something like that.
legendary
Activity: 1484
Merit: 1029
legendary
Activity: 2436
Merit: 1065
You have a Github source to i can compile the wallet in a pi with this comands?

Quote
qmake
make

You can grab the binaries from our repo https://github.com/muecoin/MUE/releases/latest
or cross compile the source for a raspberry pi, or even download a fully functional pi image from https://github.com/muecoin/Raspberry-Pi-Images

I would not recommend building directly on a pi, but you can do so if you really really want to.
But, for building, you need to first build all dependencies and then build the source with said dependencies, not whatever you have on your distro: eg the wallet wont compile with openssl 1.1 etc.

I recommend you to get the official binaries rather then building on a raspberry pi.  Smiley


THX, but i have always an error, i think Witz 1GB RAM and 1 GB swap is not enought to compile the wallet in the Pi?

regards
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
legendary
Activity: 1382
Merit: 1002
With the great help of our community members, trading on Cryptobridge is now open again!
Big thanks to gCAN!

Happy trading everyone!

https://wallet.crypto-bridge.org/market/BRIDGE.MUE_BRIDGE.BTC
Pages:
Jump to: