FLO-wallet-core/bin/linux/README.md
2018-08-17 00:02:26 +05:30

29 lines
800 B
Markdown

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 (or) pass -CoinControlFIFO as cmdline arg [ex: $./flo-qt -CoinControlFIFO]
2. SendChangeToBack - send the change back to the coin's original address
To enable it, add SendChangeToBack=1 in flo.conf (or) pass -SendChangeToBack as cmdline arg [ex: $./flo-qt -SendChangeToBack]