FLO-wallet-core/bin/win_32-bit
2018-08-17 00:02:26 +05:30
..
flo-cli.exe Added executable files for Linux, Win64, Win32 2018-08-17 00:02:26 +05:30
flo-qt.exe Added executable files for Linux, Win64, Win32 2018-08-17 00:02:26 +05:30
flo-tx.exe Added executable files for Linux, Win64, Win32 2018-08-17 00:02:26 +05:30
flod.exe Added executable files for Linux, Win64, Win32 2018-08-17 00:02:26 +05:30
README.txt Added executable files for Linux, Win64, Win32 2018-08-17 00:02:26 +05:30

These are executable files of stable FLO Core Wallet for Windows 32-bit

Run the following cmds in command prompt (open cmd-prompt in this directory)

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]