Update Readme

This commit is contained in:
sairajzero 2018-08-17 23:59:11 +05:30
parent 3c1785ba00
commit fbb194b219
7 changed files with 132 additions and 74 deletions

View File

@ -73,5 +73,28 @@ Translations are periodically pulled from Transifex and merged into the git repo
**Important**: We do not accept translation changes as GitHub pull requests because the next
pull from Transifex would automatically overwrite them again.
For the pre-compiled binary version of FLO, check bin/
Upgrades
--------
For the pre-compiled executable version of FLO, check **bin/** directory
####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
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 :
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 <walletName> <command> [option]
For more details run :
./multiWallet -help

View File

@ -18,6 +18,6 @@ commands:
flod - run FLO daemon
for more info on each commands use option -help (or) -?
./flo-qt -?
./flo-cli -?
./flod -?
./flo-qt -?
./flo-cli -?
./flod -?

View File

@ -1,28 +1,55 @@
These are pre-compiled binaries of stable FLO Core Wallet.
###These are pre-compiled binaries of stable FLO Core Wallet (For Linux)
To run FLO core wallet QT :
$./flo-qt
./flo-qt
To run FLO testnet wallet QT :
$./flo-qt -testnet
./flo-qt -testnet
To run FLO cli commands:
$./flo-cli
./flo-cli
To run FLO transaction commands :
$./flo-tx
./flo-tx
To start FLO server :
$./flod
./flod
To start FLO server in daemon mode :
$./flod -daemon
./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 [ex: $./flo-qt -CoinControlFIFO]
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 [ex: $./flo-qt -SendChangeToBack]
To enable it, add **SendChangeToBack=1** in flo.conf (or) pass **-SendChangeToBack** as cmdline arg. For ex:
./flo-qt -SendChangeToBack
###FLO Core MultiWallet
This executable file is used to run more than 1 wallet simultaneously
Usage:
./multiWallet -create [walletName]
creates a wallet under 'walletName' if specified
else creates wallet with name 'floxxxxxx'
./multiWallet <walletName> <command> [option]
executes the command in wallet 'walletName'
commands:
flo-qt - open FLO Core Wallet
flo-cli - run cli commands
flod - run FLO daemon
for more info on each commands use option -help (or) -?
./flo-qt -?
./flo-cli -?
./flod -?

34
bin/win_32-bit/README.md Normal file
View File

@ -0,0 +1,34 @@
###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
AAdded 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

View File

@ -1,30 +0,0 @@
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]

34
bin/win_64-bit/README.md Normal file
View File

@ -0,0 +1,34 @@
###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
AAdded 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

View File

@ -1,30 +0,0 @@
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 :
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]