Skip to content

Releases: QuarkChain/pyquarkchain

Testnet v2.3.0

14 Dec 00:37
Compare
Choose a tag to compare

Special Note

Please remove your local DB before pulling the code and starting cluster.
Pull our latest docker image and start mining!

docker pull ninjaahhh/pyquarkchain:testnet2.3.0

Network ID

23

Improvements

  • remove adaptive guardian diff adjustment
  • include more minor blocks (configurable) in a root block
  • p2p preferred nodes
  • docker supports both python3 and pypy3 (pypy is faster but prone to memory issues)
  • improve rootchain synchronizer
  • some code cleanup for old devp2p module
  • quick mining tool

Testnet v2.2.2

07 Dec 19:13
Compare
Choose a tag to compare

Improvements

  • Fixed memory leaks in master #253
  • Simplified external manager
    • Stopped mining root chain by default
    • Removed thread parameter

Network ID

22

Run Docker Image

docker pull ninjaahhh/pyquarkchain:testnet2.2.2
# if you previously have synced data, recommend following ways to set up
docker cp [previous container ID]:/code/pyquarkchain/quarkchain/cluster/data [/path/to/hold/data/tmp]
# then mount migrated data by adding -v flag
docker run ... -v [/path/to/hold/data/tmp]:/code/pyquarkchain/quarkchain/cluster/data [image ID]

Change of Mining

Starting from this release external_miner_manager.sh will NOT mine root chain. Also removed -t flag which defaults to 1.

quarkchain/tools/external_miner_manager.sh -c /code/pyquarkchain/testnet/2/cluster_config_template.json -p 8 -h localhost

Follow this guide to mine testnet!

Testnet v2.2.1

04 Dec 21:05
Compare
Choose a tag to compare

Improvements

  • Fixed external miner memory issues
  • Added more info in getStats JRPC

Network ID

22

Download Docker Image

docker pull ninjaahhh/pyquarkchain:testnet2.2.1

Follow this guide to mine testnet!

Testnet v2.2.0

04 Dec 00:05
Compare
Choose a tag to compare

Improvements

  • Faster sync! (~0.3 second per root block)
  • stats tool for querying cluster status and account balance
  • Stability improvements and bug fixes

Network ID

22

Download Docker Image

docker pull ninjaahhh/pyquarkchain:testnet2.2.0

Follow this guide to mine testnet!