Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Qitmeer version 0.10.1+release-cd88fc9

Compare
Choose a tag to compare
@dindinw dindinw released this 25 Jul 23:48
· 406 commits to master since this release
cd88fc9

Qitmeer version 0.10.1+release-cd88fc9

Feature & Changes

  • Change 0.10.x testnet addr prefix to distinguish 0.9.x testnet
  • Optimize network friendly information
  • Replaced entire new P2P networking layer.
    • Adapt to the libp2p code base.
    • Entirely rewritten the block synchronization machanism.
    • Obsoleted the seeder machanism with the bootstrap node.
    • Add new node type (relay node) to improve the local network connectivity.
  • Changed to a new Pow algorithm.
    • The meer_xkeccak, a new ASCI friendly PoW algorithm.
  • Non-std transaction support.
    • Uxto based layer 2 token issue and management mechanism.
    • The customized tx fee support.
    • The customized tx time lock mechanism.
  • New consensus deployment mechanism.
  • Many improvements on the block DAG consensus.
  • A lot of bug fixes overall.

Please make sure to check the checksum of your qitmeer executable

cat qitmeer-0.10.1_checksum.txt|grep qitmeer-|shasum -c
qitmeer-0.10.1-darwin-amd64.tar.gz: OK
qitmeer-0.10.1-linux-amd64.tar.gz: OK
qitmeer-0.10.1-windows-amd64.cn.zip: OK
qitmeer-0.10.1-windows-amd64.zip: OK

And check your qitmeer version before start your node

$ ./qitmeer --version
qitmeer version 0.10.1+release-cd88fc9 (Go version go1.16.6)

Shasum

b224b38d1d00c2d11be85a44071b8379cc02758bb064987262c794e7763126bf62ca4451c3e42273812b1711798524f9f9ffe43c9e509ca53bb9154646b86e60  build/release/darwin/amd64/bin/qitmeer
bcffc701ab1a8abc2482c1772ab6ba1fc2e22afce8f518306a40bf0047b440cc7a72ca2680e470323b5dbe98d724ec41956915026bdc5d1c29d28a8ebb9ed219  build/release/linux/amd64/bin/qitmeer
0879bff7f1907a799e1bf87a14cfe7ccd6cb957b3b79b1f93f68ac522368d7b2887f2ab43e704663d11ad92c98df7f0eb97fa6036fe138344af05e2e9ceccfb2  build/release/windows/amd64/bin/qitmeer.exe
a9fb0efb364c8d382fea1b03406ad804c97c9f600986254dde85a3027b1b30e227c04073ccb8638d3ece944b61b37d9b5853ed0fb0fa1e387739e900aad00924  qitmeer-0.10.1-darwin-amd64.tar.gz
b69e6ff8bb709a3e4ff82a087d322ba1ef557b5068be401f2fb8837c75dd48120e997a8de9542fcbb3edb56578bd5b53f8d7b5bb00ffa750a1f715d017358365  qitmeer-0.10.1-linux-amd64.tar.gz
b5b1528bbc5ea651f75ce0bfef6a8c18c70e6d67c3e1b4a098d2974384ea7890df16cf8a51602e00659e285822270d98b5089fed50dfa0f5bd60d78e33f68363  qitmeer-0.10.1-windows-amd64.cn.zip
a56b06596e09b513cf808f6e1124e707fda438f181818b801342ed595492f86e1a8597f9be573ac51d0bd042165813e7774e17265812e7dcaaece7561c0686f6  qitmeer-0.10.1-windows-amd64.zip