FLO-wallet-core/bin
2018-08-11 04:53:16 -07:00
..
flo-cli Updated SendChangeToBack feature 2018-08-11 04:52:11 -07:00
flo-qt Updated SendChangeToBack feature 2018-08-11 04:53:16 -07:00
flo-tx Updated SendChangeToBack feature 2018-08-11 04:52:11 -07:00
flod Updated SendChangeToBack feature 2018-08-11 04:52:11 -07:00
README Updated SendChangeToBack feature 2018-08-11 04:52:11 -07:00

These are pre-compiled binaries of stable FLO Core Wallet.

To run FLO core wallet QT :
$./flo-qt

To run FLO testnet wallet QT :
$./flo-qt -testnet

To run FLO cli commands:
$./flo-cli

To run FLO transaction commands :
$./flo-tx

To start FLO server :
$./flod

To start FLO server in daemon mode :
$./flod -daemon


Upgrade Details :
Added 2 features to the FLO wallet :
1. CoinControlFIFO - selects the coins that were received first to be spent first (First-In-First-Out).
To enable it, add CoinControlFIFO=1 in flo.conf

2. SendChangeToBack - send the change back to the coin's original address
To enable it, add SendChangeToBack=1 in flo.conf