Skip to content

Releases: pk910/PoWFaucet

v2.0.4

04 Sep 15:27
66f5852
Compare
Choose a tag to compare

Please read the Operator Wiki for setup / configuration instructions.

Bugfix Release

Various small non-critical bug fixes from the last 2 months

Release Artifacts

Release File Description
powfaucet-server-all .tar.gz / .zip PoWFaucet server for execution with local nodejs (recommended)
powfaucet-server-win.exe PoWFaucet all-in-one executable for windows (NodeJS 18, 64bit)
powfaucet-server-linux PoWFaucet all-in-one executable for linux (NodeJS 18, 64bit)
powfaucet-static .tar.gz / .zip PoWFaucet static folder (optional, see Operator Wiki)

v2.0.3

27 Jun 12:48
812d8b7
Compare
Choose a tag to compare

Please read the Operator Wiki for setup / configuration instructions.

Major Changes

Fixed a client side bug that caused clients to reconnect websockets repeatedly forever.

Release Artifacts

Release File Description
powfaucet-server-all .tar.gz / .zip PoWFaucet server for execution with local nodejs (recommended)
powfaucet-server-win.exe PoWFaucet all-in-one executable for windows (NodeJS 18, 64bit)
powfaucet-server-linux PoWFaucet all-in-one executable for linux (NodeJS 18, 64bit)
powfaucet-static .tar.gz / .zip PoWFaucet static folder (optional, see Operator Wiki)

v2.0.1

25 Jun 04:23
2edb92f
Compare
Choose a tag to compare

Please read the Operator Wiki for setup / configuration instructions.

Major Changes

  • MySQL database support
  • Github authentication module

Release Artifacts

Release File Description
powfaucet-server-all .tar.gz / .zip PoWFaucet server for execution with local nodejs (recommended)
powfaucet-server-win.exe PoWFaucet all-in-one executable for windows (NodeJS 18, 64bit)
powfaucet-server-linux PoWFaucet all-in-one executable for linux (NodeJS 18, 64bit)
powfaucet-static .tar.gz / .zip PoWFaucet static folder (optional, see Operator Wiki)

v2.0.0

22 Jun 04:56
33aeee8
Compare
Choose a tag to compare

First release of the modularized V2 version

Major Changes

The faucet has been reorganized in a modular way.
All protection methods are now independent modules that can be enabled or disabled as needed.
This will make the faucet more flexible to be used in different testnets that have different needs for protection.

Read through the Faucet Operator Wiki to see the installation and configuration instructions.

Please note:
The v2 version is not compatible with the pow-only v1 configuration or database schema!
When upgrading a v1 instance, you need to delete the old database file and recreate the configuration.

Release Artifacts

Release File Description
powfaucet-server-all .tar.gz / .zip PoWFaucet server for execution with local nodejs (recommended)
powfaucet-server-win.exe PoWFaucet all-in-one executable for windows (NodeJS 18, 64bit)
powfaucet-server-linux PoWFaucet all-in-one executable for linux (NodeJS 18, 64bit)
powfaucet-static .tar.gz / .zip PoWFaucet static folder (optional, see Operator Wiki)

v1.0.0

13 Jun 02:02
cce6203
Compare
Choose a tag to compare

Release of the latest stable v1 version of the faucet.

Due to dependencies, there is no bundled output for the v1 release.

For installation, you need to run:

npm install
npm run start

Checkout the Operator Wiki (Legacy V1) for installation and configuration instructions.