Skip to content

Phoenix (0.9.14.0)

Latest
Compare
Choose a tag to compare
@aeonix aeonix released this 07 Oct 23:05
· 8 commits to master since this release

This optional enhancement release adds one new feature and one feature from upstream (Monero). The release is fully compatible and contains no significant bug fixes. As such the previous daemon and/or wallet can be used interchangeably with this one if the new features are not needed.

The --restricted-rpc daemon option (ported from Monero by LesPristy) disables some unsafe RPC requests for use with public nodes

The --fee-multiplier simplewallet option increases all fees by a factor of 1 (default; unchanged) to 100 (recommended: 2 or 3). This can assist in getting urgent transactions confirmed when there is a tx pool backlog. May also be used when creating mixin 0 transactions to bid for the one available tx slot per block (a 0 mixin with a fee multiplier of 2 may still be less expensive and/or confirm faster than a mixin 2 with a fee multiplier of 1, depending on the details of the transaction and network conditions).

Additional changes:
README cleanup (xmr-eric)
Fix for incorrect hash rate displayed by daemon diff command
Added instructions for manual cmake to README