Home Maxcoin Wallets
Maxcoin Wallets
Cancel

Maxcoin Wallets

Wallets


Maxcoin Core Contributors are welcome to work on an iOS and Android wallet, but we are also interested in working closely with 3rd Party Wallets where your wallets will be introduced to our growing Maxcoin community.

Core Maxcoin Wallets:

NameOperating SystemTypeDownload
maxcoinQTWindowsCore Wallet
maxcoinQTMacOSCore Wallet
maxcoinQTLinuxCore Wallet

Note: You can also build the wallet yourself by downloading the Compressed Source Code from the zip, tar.gz file or by cloning the Latest Release git repository.

Other Maxcoin Wallets:

NameOperating SystemTypeNote
Paper WalletWEBPaper WalletRetiring
Maxcoin IPFS Paper WalletWEBIPFSSoon

Options to sync faster with the blockchain

While we work on growing and decentralizing maxcoin further (dnsseeds, tor, ipfs, etc..) and speed up the blockchain syncing, we understand the current builds do not have the speed required to get the blockchain, and thus we have faster sync solutions, yet we still encourage people to use the old way and let the wallet sync by its own (3 weeks) to enhance security.

There are two ways to speed things up, that are:

  1. Bootstrap image. (approx. 10 days to sync)
  2. Latest Blockchain automatic backups. (approx. 10 hours to sync)

1. Bootstrap image. (approx. 10 days to sync)

  1. Download the latest MaxCoin bootstrap.dat.zip:
  2. Verify the hash corresponds to 1cdfe13c910a433136f474704531ab5a0461715478c2fefb42db77da360b0af5 Execute the following command to the downloaded file:
1
2
$ sha256sum bootstrap.dat.zip 
1cdfe13c910a433136f474704531ab5a0461715478c2fefb42db77da360b0af5  bootstrap.dat.zip

Note: if the hash is diferent from this one, do not follow up and contact us at the telegram channel

  1. move the file to your home directory, extract the file and set it into the config directory
    1
    
    $cd ~ && unzip bootstrap.dat.zip && mv bootstrap.dat ~/.maxcoin/ 
    
  2. execute the maxcoin-qt wallet and Syncing should start working
    1
    
    $cd ~/maxcoin && ./maxcoin-qt  
    

    Note: For Windows based systems follow up this tutorial Bitcoin Bootstrap.dat - Where to find and how to use Bootstrap.dat file

2. Latest Blockchain automatic backups. (approx. 10 hours to sync)

  1. Download the latest MaxCoin BlockChain
  2. Verify the hash corresponds to 6d73ef55cc7f1964bea3da875cb0aff1a992ffd9325dd81c2645fd290c20db38 Execute the following command to the downloaded file:
1
2
$sha256sum maxcoinBlockChainBack-1651801511.tar.xz 
6d73ef55cc7f1964bea3da875cb0aff1a992ffd9325dd81c2645fd290c20db38  maxcoinBlockChainBack-1651801511.tar.xz

Note: if the hash is diferent from this one, do not follow up and contact us at the telegram channel

  1. move the file to your home directory and extract the file
    1
    
    $cd ~ && tar xvf maxcoinBlockChainBack-1651801511.tar.xz  
    
  2. execute the maxcoin-qt wallet
    1
    
    $cd ~/maxcoin && ./maxcoin-qt  
    

Special Note Regarding Wallet Sync Time:

It can take upto 7 days or longer for the Maxcoin QT wallet to sync due to 4 years + of blockchain transactions. If you would like to install the full node with rapid syncing, we recommend that you use one of the following methods. We encourage the community to sync, seed and share the following p2p solutions.

If you would like to list a 3rd Party Wallet that lists Maxcoin as a supported coin, please contact us on telegram and let us know.

If you are a Multi Currency Wallet and would like to support Maxcoin, please contact us on telegram and let us know how so we can help with the process.