Skip to content

Releases: orogvany/semux-pool

SemuxPool 1.6.0

13 Dec 23:12
Compare
Choose a tag to compare

Updated for upcoming halving. Now takes block reward into consideration.

This should be considered a mandatory upgrade before end of 2019

Important! If you already run a pool, just replace semux-pool.jar from this release into your existing directory so you keep your payout history! If you just try to run this alone without using your existing payout informaiton, it will try to pay from beginning of time!

Semux Pool 1.5.1

01 Aug 21:27
Compare
Choose a tag to compare

Update for new API fields for 2.1 API

Semux Pool 1.5

24 May 04:04
Compare
Choose a tag to compare
Semux Pool 1.5 Pre-release
Pre-release

This is a pre-release version for the new semux 1.2.0 release.

This is a required update to work with 1.2.0, as the 1.0.0 API has been removed.

New features include:
Ability to blacklist addresses

Semux Pool 1.4

07 Mar 04:09
Compare
Choose a tag to compare

1.4 updated for API changes to 1.0.1 semux

Note: currently still in testing.
Please file bugs if not working, sadly I'm away from my pool db, so cannot fully test.

Semux Pool 1.3

18 Feb 16:53
Compare
Choose a tag to compare

Add some features requested by pool owners

Also fix abuse possibility by whales where they can wait til correct timing
and then vote all their votes for a pool for double counting

Now votes need to age at least 200 blocks before they count for payout.
This is configurable.

As always, move your payouts directory over
and re-update your config

Optionally, you can just copy the jar over, and replace your existing jar. There should be defaults for the new config options

Semux Pool 1.2

10 Feb 02:31
Compare
Choose a tag to compare

Add logging for when payout will occur
logs to log file

Semux Pool 1.1

02 Feb 04:26
Compare
Choose a tag to compare

Supports choosing a time to run the daily pool payouts, instead of per block number for more consistent payments. Other minor changes to logging to permit logging less frequently

Download
copy over your payouts directory from your old installation
update the config.properties with your pools information
run it

Semux Pool 1.0.1

29 Jan 05:05
Compare
Choose a tag to compare

This includes the ability to set a time of day to run payments, instead of per blocks.

It also includes configuration for directory for payouts directory

Please use the new semuxpool.properties, and re-add your config, or you should be able to
just add
dataDirectory = ./payouts

and optionally
payoutTime = 23:00

Please: Make sure to run the first time with debug=true to make sure it works as you intend and that you have the payouts directory correctly specified! Failure to do so may result in double payments or other problems!

Initial Release

19 Jan 04:12
e61843b
Compare
Choose a tag to compare

This is the initial release.