Please download the latest wallet installation package from Metaverse’s official website https://mvs.org/wallet.html. The wallet is now support Linux 64 bit system. At least 10 GB of free disk space is required for the installation.
Take version v0.9.0 as an example.
Download and unzip
Download standard versions# for tarballs
wget https://s3-us-west-1.amazonaws.com/wallet.mvs.org/download/mvs-linux-x86_64-v0.9.0.tar.gz
tar -zxf mvs-linux-x86_64-v0.9.0.tar.gz
Install standard versions
cd mvs-linux-x86_64-v0.9.0 |
Run
# run 'mvsd', waiting for block synchronized. Get lastes block height from <https://explorer.mvs.org>. |
Download database package to reduces the time required for initial block syncing
# Download database package |
Get started
- Run mvs-cli in terminal.
More mvs-cli usage information please see mvs-cli usage - Access wallet on browser.
Default URL is127.0.0.1:8820
(specified bymongoose_listen
vaule inmvs.conf
)
More configuration information please see Config file