Update Readme
This commit is contained in:
parent
1550efb779
commit
14cde59ed8
@ -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 <walletName> <command> [option]
|
||||
|
||||
For more details run :
|
||||
|
||||
./multiWallet -help
|
||||
|
||||
|
||||
|
||||
@ -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 -?
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user