diff --git a/README.md b/README.md index 3ce7f57fd..d9db0a6a9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Upgrades -------- For the pre-compiled executable version of FLO, check **bin/** directory -####Added 2 features to the FLO wallet : +### 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 @@ -85,13 +85,16 @@ To enable it: add **CoinControlFIFO=1** in flo.conf (or) pass **-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 -####Added Multi-Wallet support for Linux : +### Added Multi-Wallet support for Linux : Multi-wallet support allows the user to run more than 1 wallet simultaneously. The Multi-wallet executable file is located in **bin/Linux** To access multi-wallet run : + ./multiWallet -create [walletName] ./multiWallet [option] + For more details run : + ./multiWallet -help diff --git a/bin/linux/README.md b/bin/linux/README.md index 6f6b947c5..d9ce46d34 100644 --- a/bin/linux/README.md +++ b/bin/linux/README.md @@ -1,37 +1,45 @@ -###These are pre-compiled binaries of stable FLO Core Wallet (For Linux) +### These are pre-compiled binaries of stable FLO Core Wallet (For Linux) 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 +### 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. For 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. For ex: + ./flo-qt -SendChangeToBack -###FLO Core MultiWallet +### FLO Core MultiWallet This executable file is used to run more than 1 wallet simultaneously Usage: @@ -50,6 +58,7 @@ commands: flod - run FLO daemon for more info on each commands use option -help (or) -? + ./flo-qt -? ./flo-cli -? ./flod -? diff --git a/bin/win_32-bit/README.md b/bin/win_32-bit/README.md index 3d710d7a2..4ec66d54a 100644 --- a/bin/win_32-bit/README.md +++ b/bin/win_32-bit/README.md @@ -1,34 +1,41 @@ -###These are executable files of stable FLO Core Wallet for Windows 32-bit +### 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 +### Upgrade Details -AAdded 2 features to the FLO wallet : +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. For 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. For ex: + flo-qt -SendChangeToBack diff --git a/bin/win_64-bit/README.md b/bin/win_64-bit/README.md index 296e317eb..eba782722 100644 --- a/bin/win_64-bit/README.md +++ b/bin/win_64-bit/README.md @@ -1,34 +1,41 @@ -###These are executable files of stable FLO Core Wallet for Windows 64-bit +### These are executable files of stable FLO Core Wallet for Windows 64-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 +### Upgrade Details -AAdded 2 features to the FLO wallet : +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. For 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. For ex: + flo-qt -SendChangeToBack