Skip to content

Releases: aquachain/aquachain

v1.17.16-rc3

16 Oct 01:09
Compare
Choose a tag to compare

v1.7.16-rc2

15 Oct 22:06
Compare
Choose a tag to compare

Full Changelog: v1.7.16-rc...v1.7.16-rc2

Note: the files ending in tar.gz seem to be zip files. rename and unzip.

v1.7.16-rc

15 Oct 22:04
Compare
Choose a tag to compare

Aquachain v1.7.12

02 Mar 22:57
391cd0d
Compare
Choose a tag to compare

More bootnodes! Expect better connectivity.
Better RPC, including debug logging
RPC: EIP 695! Expect better wallet support!
Paper wallet generator now has -vanity AND -vanityend

and minor bug fixes and improvements

Below hashes are SHA384 (for the binaries, not the .tar.gz or .zip)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

1ba39d6db628471fcee6e3ea9723cebdbd88b4901ed34217e6bf26fd654a2aff1476b6bd779cfbbb394a225bbea200ee  aquachain-1.7.12-c38440c-freebsd-amd64
f30ab3138f0cf3aa6393bfe8af4a32b4bc9971d06e7bdf7bb194bb9850c6d25c4d4c1f9c4fa96e906325f953046e4c12  aquachain-1.7.12-c38440c-linux-amd64
5b3895f31da282e8830d6111589ed9443a21a9c5715f34fa669df84ad9806e6fe2dbed8f416e16a1a3b7dba632fea57d  aquachain-1.7.12-c38440c-linux-arm
ab50cd0a0e1efeab6055a973ef50891bb1a4cbed68ecb28c49cdf77e2703f4079362be22bf6caf6988b4d3956219c3a0  aquachain-1.7.12-c38440c-netbsd-amd64
21778f677bee49afcd5bc2db7f09ceee547468c811dbe641f11fd6e6a9554cba203f3ac90694ef16e7447f317e6cb6cc  aquachain-1.7.12-c38440c-openbsd-amd64
b6a4e64282a4657eb53f86ed8704eb46394fa8bc1f1199953a5edd3a7322faa7128cd5cd67c4f288546ad1dc10a66cbe  aquachain-1.7.12-c38440c-osx-amd64
95a630713dceb7c794e30b6ded6f68c99d78905e1fad4a20a8bbb3dde60afba3e2f495afbb834b43d632254f8906e3ef  aquachain-1.7.12-c38440c-windows-amd64.exe
-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQRnBPhYS/E6l3AV1miN+6OW4OP5uQUCYD7BOgAKCRCN+6OW4OP5
uXxrAQDDHC4cEWmGAJYUzCciUZcUkzjI+eaMjfNmI+aAheHBIwD/UYJqEvEdfQaD
Xf/XHY6qkbUwXeFVABLG16ObDRvntQQ=
=0J7d
-----END PGP SIGNATURE-----

aquachain v1.7.11

29 May 07:22
d1c1a33
Compare
Choose a tag to compare

minor release, mostly the build toolchain:

  • build: using go modules (deleted vendor dir)
  • build: allow to switch go version (GOCMD env var)
  • dependencies: fix cli2 (library used for flags/subcommands)
  • remove influxdb (was used in metrics package)
  • fixup ecies test (parse go test flags after init())

Full changelog: v1.7.10...v1.7.11

Binaries built with go1.14.3 on linux-amd64, please report any issues in chat

signed binaries

Signed with 6704F8584BF13A977015D6688DFBA396E0E3F9B9 key (same as commits),
grab it from: https://github.com/aerth.gpg or https://aquacha.in/latest/aerth_pubkey.asc

BTW, the signature uses ECDSA (ed25519 curve), so you need gpg2.

sudo apt install gnupg2
wget https://github.com/aerth.gpg
gpg2 --import aerth.gpg

download the tar.gz or zip, with the .asc signature, and then verify with:

gpg2 --verify *.asc

sha256 checksums

4f5fbe9b66b07d5472cbcbd31ec742bb7a14936f5683e9b649bbeac40b9706a9  aquachain-1.7.11-d1c1a33-freebsd-amd64.tar.gz
bcd3fb3a12df16c3cd326f66b1023484ad6da044607673973dd8a78063836a38  aquachain-1.7.11-d1c1a33-linux-amd64.tar.gz
fb95b6e672d80328e0bd573d6329628fcf9c671822b3aa571fcf0101d0af0551  aquachain-1.7.11-d1c1a33-linux-arm.tar.gz
c82af9678fddb1a9ceb78577947a961ea25eada8421a10dac55f6f77a4b8b2ad  aquachain-1.7.11-d1c1a33-netbsd-amd64.tar.gz
50a451d13064301aa5f701cca767686082c21be2377f12c8bfd237f4eac8ce90  aquachain-1.7.11-d1c1a33-openbsd-amd64.tar.gz
2591a83a03e53e7f9df059e8889c136430031045867d0dbda394e3e54ba5ed6f  aquachain-1.7.11-d1c1a33-osx-amd64.zip
99174317712ee19ab0497dd1e49ed731e89a3974aa700167fdf53bb1da15ab00  aquachain-1.7.11-d1c1a33-windows-amd64.zip

Enjoy, and see you in chat

Aquachain v1.7.10

22 Sep 00:48
Compare
Choose a tag to compare

Changes since 0df1328

Aquachain Improvements

  • More bootnodes
  • Better output in aquachain version subcommand (show chaincfg and forks, build time, and more)
  • Dockerfile fixes
  • Better -nokeys mode (uses less memory, cpu than with keystore active)
  • Support for HF8 (-hf8 flag accepts block number parameter, to activate HF8) [Off by default]
  • More stable in other-wise disastrous events (1155894, 5a3c7d2, 71f7008)

Breaking Changes to API

  • Split rpc and rpcclient package

Extra Features / Testing

  • Initial support for Bitcoin RPC methods (e5886c8, 1552928)
  • No more secp256k1 library (25c42b4)
  • Reference miner -s flag, one-time hash to test (8a73050)
  • -ethereum flag may or may not work? Very difficult to sync ethereum (ETH) chain anyways
  • AQUA console: debug.HashNoNonce(blockNumber) and debug.GetMinerHash(blockNumber)

Running the RPC daemon

nohup ./aquachain-linux-amd64 -rpc daemon > aqua.log &

Build from Source

git clone https://gitlab.com/aquachain/aquachain
cd aquachain
make && sudo make install PWD=$PWD

Binary Release

Warning: The tarball structure was messed up, so extract to its own directory.

home/aerth/go/src/gitlab.com/aquachain/aquachain/bin/aquachain-1.7.10-7ea5dc1-linux-amd64

Below are the sha384 checksums of the actual binary (not tar.gz)

c0abf9272c4135adaa610f6e5a60455c5e37ee1c550d846790374c01a3ee1f22fbec3599e7f473103d40371417031eea  bin/aquachain-1.7.10-7ea5dc1-freebsd-amd64
6429e1a72ea8a48622d9f8ef17d45f5497a1510a7ebc3d8d10461bc096735054ed16334be0624eb9a1dd258b5384e7ad  bin/aquachain-1.7.10-7ea5dc1-linux-amd64
e2c028fc4ade203a1ff29d36e3fce109823ff11a75ec5eff56ddd42ed09f58f89ea7d4da96061a0fb54a1ac226451986  bin/aquachain-1.7.10-7ea5dc1-linux-arm
ddd9f26b87d204d7d30d0e5b8590c5ece2fb8466d5e7d712af230e5c18a7f4b9587dd6f5d45f2a7e8d01bfea75e4c15e  bin/aquachain-1.7.10-7ea5dc1-netbsd-amd64
4f3edb00565b48b6827e9988599b4e0aa52d0fac5ef040945e53e97285325a2eadab5f6ad03ed7e695bfb97c669d1838  bin/aquachain-1.7.10-7ea5dc1-openbsd-amd64
fb8ba117a9e33228b1263761b91f21387e2286cdfd20a31a17092b82af1a66c4feffe0319460951d5acc9a004ca8d073  bin/aquachain-1.7.10-7ea5dc1-osx-amd64
a53e9c6c3f3a9e95fafb5f95aba9019160ae0b3c50909f1025b2dfdcf25f4b2b02a90998968b2c9d8e5616d7e6347a9f  bin/aquachain-1.7.10-7ea5dc1-windows-amd64.exe

compressed gz

ef0c99a4ab51c950a4967667d6fb05e98004c94ce3d9515c72b5489eec84968266598077cb05419faeeae011ed47053e  aquachain-1.7.10-7ea5dc1-freebsd-amd64.gz
9d84b442d323b1ed4f40ad001d98d389d6e6cf32c3144d6341dd9579ebd9b8a0423b34485066d714541b2d1499f53a9f  aquachain-1.7.10-7ea5dc1-linux-amd64.gz
d5928654122bbbb0e945961be49e3748fedf929e0481ef590237beb38bf581daca59571ce7500e3331a333e91be1d32c  aquachain-1.7.10-7ea5dc1-linux-arm.gz
8bf2284488f5e3403602474e134e8520d0ee744d9d89a21625a3908fb7461cc85d08298024b95a82d0e36ddf96714492  aquachain-1.7.10-7ea5dc1-netbsd-amd64.gz
a96548e395eec3545f08d2787cfc3f72fb0274b166eb1eb55e35bf43e3bbadae87385e5215371b178b8cf9c77705fa8a  aquachain-1.7.10-7ea5dc1-openbsd-amd64.gz