• v0.16.3 326935b8e0

    MAZA 0.16.3 Stable

    owlhooter released this 2022-01-13 19:27:38 +00:00 | 0 commits to master since this release

    NEW IN MAZA 0.16.3
    Hive Mining ability -- purchase bees with MAZA which work on the blockchain to find blocks
    CPU Mining support -- MAZA 0.16.3 incorporates the MinotaurX algorithm to allow for mining by CPU miners without ASIC equipment. SHA-256 mining support is still enabled as well however ASICBoost is no longer supported with this upgrade.

    If you would like to help towards the development of new MAZA code or join in the MAZA community join us on Telegram at https://t.me/mazatribe

    Downloads
  • v0.10.2 55f277b837

    MAZA v0.10.2 Stable

    guruvan released this 2016-02-01 02:28:29 +00:00 | 8744 commits to master since this release

    MAZA v0.10.2

    • changes Mazacoin & MZC to MAZA
    • provides a clean rebase onto bitcoin upstream code
    • removes previous Zetacoin base

    Important Upgrade note

    Please take this time to backup your existing wallet.dat to a safe place

    Those updating from older clients will need to remove the existing peers.dat file, see examples below

    This release will change the default directory names from mazacoin to maza in all cases
    Starting the new client will create a new directory. If you would like you can

    • move the blockchain data from your old directory to the new directory
    • move your wallet.dat from the old directory to the new directory

    You may also move the directory prior to starting you new client:

    • Linux

      mv ~/.mazacoin ~/.maza
      rm ~/.maza/peers.dat
      mv ~/.maza/mazacoin.conf ~/.maza/maza.conf
      
    • OSX (macOS)

      mv ~/Library/Application\ Support\Mazacoin ~/Library/Application\ Support\Maza
      rm ~/Library/Application\ Support\Maza/peers.dat
      mv ~/Library/Application\ Support\Maza/mazacoin.conf ~/Library/Application\ Support\Maza/maza.conf
      
    • Windows (command prompt)

      xcopy  %APPDATA%\Mazacoin %APPDATA%\Maza\ /E
      del  %APPDATA%\Maza\peers.dat
      ren  %APPDATA%\Maza\mazacoin.conf   %APPDATA%\Maza\maza.conf
      

    Binaries, SHA sums, gpg signatures will be made available on:

    Mazacoin Web
    MAZA on IPFS

    see additional attached file for individual hashes
    IPFS provides a blockchain like merkle tree based file system, which provides a more secure method of download than the mazacoin.org website.

    The most secure method to acquire MAZA or MAZA-qt is to install IPFS on you own machine
    as per instructions here
    Once installed, init the repo as shown in IPFS docs
    Then you can get the MAZA files you want. Get the MAZA_v0.10.2_release-IPFS-hashes (and .sig), verify the file with gpg, and for example, get the OSX downloads with .dmg and .tar.gz and GPG signatures:

    /data/ipfs # ipfs get QmeFphaDUMjMhqih5w54g5mvqKzNMibPJJ8DNehhWtaVME/osx
    Saving file(s) to osx
     44.50 MB / 44.50 MB [==============================================================================================================================================]  99.99% 0s
    /data/ipfs # ls
    api        blocks     config     datastore  osx        repo.lock  version
    
    /data/ipfs # ls -la osx/
    total 45588
    drwxr-sr-x    2 root     ipfs          4096 Oct 12 15:33 .
    drwxr-sr-x    5 ipfs     ipfs          4096 Oct 12 15:33 ..
    -rw-r--r--    1 root     ipfs      11047469 Oct 12 15:33 maza-0.10.2-osx-unsigned.dmg
    -rw-r--r--    1 root     ipfs           819 Oct 12 15:33 maza-0.10.2-osx-unsigned.dmg.sig
    -rw-r--r--    1 root     ipfs      11338272 Oct 12 15:33 maza-0.10.2-osx-unsigned.tar.gz
    -rw-r--r--    1 root     ipfs           819 Oct 12 15:33 maza-0.10.2-osx-unsigned.tar.gz.sig
    -rw-r--r--    1 root     ipfs      24266978 Oct 12 15:33 maza-0.10.2-osx64.tar.gz
    -rw-r--r--    1 root     ipfs           819 Oct 12 15:33 maza-0.10.2-osx64.tar.gz.sig
    

    Alternatively, downoad via HTTPS over ipfs.io's gateway

    SHA256 Sums: SHA256SUMS GPG: sig

    Linux maza-0.10.2-linux32.tar.gz GPG: sig
    Linux maza-0.10.2-linux64.tar.gz GPG: sig

    OSX maza-0.10.2-osx-unsigned.dmg GPG: sig
    OSX maza-0.10.2-osx-unsigned.tar.gz GPG: sig
    OSX maza-0.10.2-osx64.tar.gz GPG: sig

    Windows maza-0.10.2-win32-setup.exe GPG: sig
    Windows maza-0.10.2-win32.zip GPG: sig
    Windows maza-0.10.2-win64-setup.exe GPG: sig
    Windows maza-0.10.2-win64.zip GPG: sig

    Source: maza-0.10.2.tar.gz GPG: sig

    All binaries are gpg signed Please check hashes & signatures!

    GPG fingerprint: DEF8 9BAC 042C 094F 3BA8 09A7 0750 81C3 91DC 22D1
    Rob Nelson (Release Signing Key) release-signing@guruvan.net

    To verify a gpg signature:

    my_buildmachine:$ cd ~/Directory_with_download
    my_buildmachine:$ gpg --recv-keys 91DC22D1
    my_buildmachine:$ gpg -k --fingerprint  91DC22D1
    pub   4096R/91DC22D1 2016-10-11
          Key fingerprint = DEF8 9BAC 042C 094F 3BA8  09A7 0750 81C3 91DC 22D1
    uid       [  full  ] Rob Nelson (Release Signing Key) <release-signing@guruvan.net>
    sub   4096R/17BA4334 2016-10-11
    sub   4096R/93AEC55F 2016-10-11
    
    my_buildmachine:$ gpg --verify MAZA_v0.10.2_release-IPFS-hashes.sig
    gpg: assuming signed data in 'MAZA_v0.10.2_release-IPFS-hashes'
    gpg: Signature made Tue Oct 11 10:57:11 2016 PDT using RSA key ID 93AEC55F
    gpg: Good signature from "Rob Nelson (Release Signing Key) <release-signing@guruvan.net>" [full]
    
    Downloads