Giter Site home page Giter Site logo

muecoin / mue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from savvyblockproject/mue

11.0 6.0 13.0 111.67 MB

MUE2.0

Home Page: https://MonetaryUnit.org

License: MIT License

Dockerfile 0.01% Makefile 1.48% Shell 0.60% M4 2.52% Python 6.29% Roff 0.25% QMake 0.38% C++ 72.23% C 14.73% HTML 0.71% CSS 0.58% Objective-C++ 0.09% Assembly 0.11% Java 0.03%

mue's Introduction

*** BETA SOFTWARE - USE AT YOUR OWN RISK ***

MUE 2.0 MonetaryUnit Core integration/staging repository

MonetaryUnit is a cutting edge cryptocurrency, with many features not available in most other cryptocurrencies.

  • 100% Proof of Stake 3.0 Consensus protocol, allowing very low transaction fees and energy expenditure, and staking rewards to all participants in the network
  • Masternode technology used to secure the network and provide the above features, each Masternode is secured with collateral of 500K MUE
  • Decentralized blockchain voting utilizing Masternode technology to form a DAO. The blockchain will distribute monthly treasury funds based on successful proposals submitted by the community and voted on by the DAO.

139439504 MonetaryUnit was produced for swapping.

Coin Specs

Hash TypeSHA256
Block Time40 Seconds
Difficulty RetargetingEvery 10 blocks
Max Coin Supply (PoS Phase)4 billion

PoS Rewards Breakdown

Block HeightRewardMasternodesStakersBudget
1-9651401236 MUE18 MUE18 MUE4 MUE
96514013+0 MUE0 MUE0 MUE0 MUE

MUE resources

Nodes & ports

dns1.monetaryunit.org
dns2.monetaryunit.org
dns3.monetaryunit.org
192.99.217.102
164.132.151.109
p2p port :19687

Importing wallet balances from MUE 1.0.3 wallets into MUE 2.0 wallets

MUE has migrated to a completely new codebase, and as such, is no longer compatible with the previous network and blockchain used by the old 1.0.3 wallets. As part of the migration to the MUE 2.0 wallets and network, users can redeem their old wallet balances* into their new wallets. This process is simple, but if not done correctly could risk you losing all your coins.

NEVER UNDER ANY CIRCUMSTANCES GIVE AWAY YOUR PRIVATE KEYS TO ANYONE, THE ONE WHO HAS YOUR KEYS CONTROLS YOUR MUE

Please follow these simple steps

  1. BACKUP your old MUE wallet, make multiple copies (most critical is your wallet.dat file!)
  2. Copy that back up somewhere safe e.g USB drive, seperate computer.
  3. Make a list of your wallet addresses (you may need to look in "coin control" for a full list). If coin control is not available in the send tab of your wallet, then activate this under śettings / Options / Wallet / Enable Coin Control Features
  4. For each wallet address (that you know has a balance of MUE) in debug console run dumpprivkey 7enteryourmuewalletaddresshere
  5. Record the private key (securely & safely) that is printed there
  6. As per item 2) Backup your old MUE wallet (just to be sure). Again, critical is your wallet.dat file
  7. Uninstall your old MUE wallet IF you are installing the 2.0 wallet on the same machine (to avoid any conflicts). For the sake of safety, you may also rename your MUE folder to say MUE-1.0.3-backup so it is preserved on your machine if things go wrong.
  8. Install the new MUE 2.0 wallet
  9. In debug console run importprivkey KenterYourPrivateKeyHere "comment"

You should now see your old MUE balance re-instated into the new MUE 2.0 wallet. For security, we strongly recommend you now send those coins to yourself to a newly generated receive address created in your own 2.0 wallet.

For support, please don't hesitate to join us in our chat platform at http://discord.gg/5PD3X7G

*Only transactions up to and including block 833658 will be processed

How to run the linux monetaryunit-qt executable under Windows Subsystem Linux

Please follow these steps

  1. (Windows) Install VcXsrv
  2. (Windows) Run XLaunch
    1. Display settings: Keep default settings (Multible Windows + Display number = -1)
    2. Client startup: Keep default settings (Start no client)
    3. Extra settings: Enable all checkboxes especially "Disable access control" or it will not work.
    4. (Optional) Save the settings for later use.
  3. (WSL) Add export DISPLAY=$(grep -m 1 nameserver /etc/resolv.conf | awk '{print $2}'):0.0 to the end of your .bashrc
  4. (WSL) Start monetaryunit-qt
  5. (Optional) In case this did not work. Most likeley your windows firewall is blocking the connection. During the first start of XLaunch some rules will be set. Search for the blocking firewall rules "VcXsrv windows xserver" and disable them.

mue's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mue's Issues

2.2.0 Won't sync from genesis

This issue tracker is only for technical issues related to MonetaryUnit Core.
General MonetaryUnit questions and/or support requests and are best directed to the MonetaryUnit Discord.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Fetched v2.2.0 from git
  2. Built with depends, NO_QT and NO_UPNP
  3. MUE starts up fine, but never makes progress (started in a fresh directory).

Expected behavior

Block chain should be downloaded and then start participating in the network.

Actual behavior

Just chews up 33% of a CPU core and does nothing.

What version of MonetaryUnit Core are you using?

v2.2.0 (497f555) self compiled as above.

Machine specs:

  • OS: Debian 10.5
  • CPU: AMD Ryzen 7 3700X
  • RAM: 64GB
  • Disk size: 954GB NVMe, 11TB HDD
  • chainstate on NVMe, database on HDD

Any extra information that might be useful in the debugging process.

2020-11-20 02:52:57 MonetaryUnit version v2.2.0-dirty (2020-10-19 14:31:09 -0500)
2020-11-20 02:52:57 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2020-11-20 02:52:57 Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010)
2020-11-20 02:52:57 Default data directory /home/rleblanc/.monetaryunit
2020-11-20 02:52:57 Using data directory /home/rleblanc/.monetaryunit
2020-11-20 02:52:57 Using config file /home/rleblanc/.monetaryunit/monetaryunit.conf
2020-11-20 02:52:57 Using at most 125 connections (1024 file descriptors available)
2020-11-20 02:52:57 Using 16 threads for script verification
2020-11-20 02:52:57 HTTP: creating work queue of depth 16
2020-11-20 02:52:57 scheduler thread start
2020-11-20 02:52:57 No rpcpassword set - using random cookie authentication
2020-11-20 02:52:57 Generated RPC authentication cookie /home/rleblanc/.monetaryunit/.cookie
2020-11-20 02:52:57 HTTP: starting 4 worker threads
2020-11-20 02:52:57 Creating backup of "/home/rleblanc/.monetaryunit/wallet.dat" -> "/home/rleblanc/.monetaryunit/backups/wallet.dat.2020-11-20-02-52"
2020-11-20 02:52:57 Using wallet wallet.dat
2020-11-20 02:52:57 init message: Verifying wallet...
2020-11-20 02:52:57 CDBEnv::Open: LogDir=/home/rleblanc/.monetaryunit/database ErrorFile=/home/rleblanc/.monetaryunit/db.log
2020-11-20 02:52:57 Bound to [::]:19687
2020-11-20 02:52:57 Bound to 0.0.0.0:19687
2020-11-20 02:52:57 init message: Loading block index...
2020-11-20 02:52:57 Opening LevelDB in /home/rleblanc/.monetaryunit/sporks
2020-11-20 02:52:57 Opened LevelDB successfully
2020-11-20 02:52:57 Opening LevelDB in /home/rleblanc/.monetaryunit/blocks/index
2020-11-20 02:52:57 Opened LevelDB successfully
2020-11-20 02:52:57 Opening LevelDB in /home/rleblanc/.monetaryunit/chainstate
2020-11-20 02:52:57 Opened LevelDB successfully
2020-11-20 02:52:57 init message: Loading sporks...
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_2_SWIFTTX found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_3_SWIFTTX_BLOCK_FILTERING found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_5_MAX_VALUE found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_7_MASTERNODE_SCANNING found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_9_MASTERNODE_BUDGET_ENFORCEMENT found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_10_MASTERNODE_PAY_UPDATED_NODES found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_13_ENABLE_SUPERBLOCKS found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_14_NEW_PROTOCOL_ENFORCEMENT found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_15_NEW_PROTOCOL_ENFORCEMENT_2 found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_17_SEGWIT_ACTIVATION found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_18_NEW_PROTOCOL_ENFORCEMENT_3 found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_19_SEGWIT_ON_COINBASE found in database
2020-11-20 02:52:57 LoadSporksFromDB : no previous value for SPORK_20_TX_CHECK found in database
2020-11-20 02:52:57 init message: Loading block index...
2020-11-20 02:52:57 LoadBlockIndexDB: last block file = 0
2020-11-20 02:52:57 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=1, size=245, heights=0...0, time=2018-09-06...2018-09-06)
2020-11-20 02:52:57 Checking all blk files are present...
2020-11-20 02:52:57 LoadBlockIndexDB: Last shutdown was prepared: true
2020-11-20 02:52:57 LoadBlockIndexDB(): transaction index enabled
2020-11-20 02:52:57 LoadBlockIndexDB(): address index enabled
2020-11-20 02:52:57 LoadBlockIndexDB(): hashBestChain=0b58ed450b3819ca54ab0054c4d220ca4f887d21c9e55d2a333173adf76d987f height=0 date=2018-09-06 20:35:33 progress=0.000000
2020-11-20 02:52:57 init message: Rewinding blocks...
2020-11-20 02:52:57 init message: Verifying blocks...
2020-11-20 02:52:57 block index 67ms
2020-11-20 02:52:57 init message: Loading wallet...
2020-11-20 02:52:57 nFileVersion = 2020000
2020-11-20 02:52:57 Keys: 0 plaintext, 3158 encrypted, 3158 w/ metadata, 3158 total
2020-11-20 02:52:57 wallet 31ms
2020-11-20 02:52:57 init message: Syncing zMUE wallet...
2020-11-20 02:52:57 init message: Loading masternode cache...
2020-11-20 02:52:57 init message: Loading budget cache...
2020-11-20 02:52:57 init message: Loading masternode payment cache...
2020-11-20 02:52:57 Locking Masternodes:
2020-11-20 02:52:57 fLiteMode 0
2020-11-20 02:52:57 nSwiftTXDepth 5
2020-11-20 02:52:57 Anonymize MonetaryUnit Amount 2
2020-11-20 02:52:57 Budget Mode auto
2020-11-20 02:52:57 CObfuscationPool::SetCollateralAddress - Invalid Obfuscation collateral address
2020-11-20 02:52:57 mapBlockIndex.size() = 1
2020-11-20 02:52:57 chainActive.Height() = 0
2020-11-20 02:52:57 setExternalKeyPool.size() = 1000
2020-11-20 02:52:57 setInternalKeyPool.size() = 0
2020-11-20 02:52:57 mapWallet.size() = 1013
2020-11-20 02:52:57 mapAddressBook.size() = 10
2020-11-20 02:52:57 init message: Loading addresses...
2020-11-20 02:52:57 torcontrol thread start
2020-11-20 02:52:57 Loaded 3 addresses from peers.dat 0ms
2020-11-20 02:52:57 init message: Done loading
2020-11-20 02:52:57 net thread start
2020-11-20 02:52:57 opencon thread start
2020-11-20 02:52:57 addcon thread start
2020-11-20 02:52:57 dnsseed thread start
2020-11-20 02:52:57 msghand thread start
2020-11-20 02:52:57 AcceptToMemoryPool :
2020-11-20 02:52:57 AcceptToMemoryPool :
2020-11-20 02:52:57 AcceptToMemoryPool :
2020-11-20 02:52:57 AcceptToMemoryPool :
2020-11-20 02:52:57 AcceptToMemoryPool :
2020-11-20 02:52:57 stakemint thread start
2020-11-20 02:52:57 ThreadStakeMinter started
2020-11-20 02:52:57 MonetaryUnitMiner started
2020-11-20 02:53:08 Loading addresses from DNS seeds (could take a while)
2020-11-20 02:53:08 3 addresses found from DNS seeds
2020-11-20 02:53:08 dnsseed thread exit

The partner instant exchange SimpleSwap.io

Hi,

I am Nicolas, the manager at SimpleSwap.io, an instant cryptocurrency exchange.

We present a simple and easy-to-use platform that works without registration and limits and allows users to make swaps in just two clicks.

We successfully support MUE on our service for a long time and we have been exchanging MUE for more than 200 coins to our customers. I tried to find contact with your team but without results.

I'm sorry that I invaded here, but maybe you can tell me where I can turn. I would like to make contact so we can have an interaction.

2.1.1 Pre-Release on RPI fails to sync blockchain

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Install the 2.1.1 daemon and qt-client on a r-pi/raspbian system
  2. Run the MUE QT-wallet
  3. Chain gets stuck on block #140905. After closing the wallet, any attempt to use -reindex, -rescan or simply restart the wallet gives a seg fault.

Expected behavior

Tell us what should happen

  1. The 2.1.1 wallet gets stuck on block 140905, while the 2.0.2 wallet does not.

Actual behavior

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.
screenshot from 2018-12-13 13-06-51

What version of MonetaryUnit Core are you using?

https://github.com/muecoin/MUE/releases/download/v2.1.1/mon-2.1.1-arm-linux-gnueabihf.tar.gz

Machine specs:

  • OS: Raspbian Stretch with desktop / Image with desktop based on Debian Stretch / Version:November 2018 / Release date:2018-11-13 / Kernel version:4.14
  • CPU: ARM
  • RAM: 1GB
  • Disk size: 16GB
  • Disk Type (HD/SDD): SD card

Any extra information that might be useful in the debugging process.

After crashing / seg fault, removal of the blockchain and chainstate data allows the QT wallet to start again, and re-download the blockchain again, and then again get stuck on block #140905.

Wallet v2.0.2 crashes on startup after MacOS Mojave 10.14 upgrade

After upgrading MacOS 10.13 (High Sierra) to 10.14 (Mojave) the wallet stopped working. It crashes directly after starting up. Occasionally it doesn't crash but instead freezes on loading, showing only the orange splash screen with the logo.

Machine specs:
OS: MacOS 10.14
CPU: Intel Core i5 2.6 GHz
RAM: 8 GB
Disk size: 1.12 TB
Disk Type (HD/SDD): Fusion Drive HD+SSD

screenshot 2018-12-04 at 14 54 38
screenshot 2018-12-04 at 15 00 46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.