Skip to content

Multisignatures, Pool Mineable, Deck Staking, Dependency Updates

Compare
Choose a tag to compare
@BreakoutCoin BreakoutCoin released this 03 Aug 05:51
· 33 commits to master since this release

This release adds a multisignature API and makes SIS Coin pool-mineable. It also fixes Deck staking. Previously, Deck cards could not stake because rewards were 0 due to a bug. The multisignature API is optional, enabled in the breakout.conf configuration file with the line "multisigs=1". This API will be described elsewhere. Mining will convert from SHA256d to scrypt. A summary of changes can be found in version.h:

  • card staking rewards nonzero (fully fixed)
  • hard-coded clearnet nodes (node addresses to be added soon with minor release)
  • code cleanup & parameter consolidation
  • multisig api
  • newest leveldb (v1.2)
  • tor v0.3: 0.3.0.9
  • pool friendly mining (txid includes hash of sigs for coinbase)
  • PoW is now scrypt (was sha256d)

New staking and mining behavior forks at Fri Aug 11 00:00:00 2017 PDT.

Downloads