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
|
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).
|
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
|
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
|
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
|
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.
|
Multi-wallet support allows the user to run more than 1 wallet simultaneously.
|
||||||
The Multi-wallet executable file is located in **bin/Linux**
|
The Multi-wallet executable file is located in **bin/Linux**
|
||||||
To access multi-wallet run :
|
To access multi-wallet run :
|
||||||
|
|
||||||
./multiWallet -create [walletName]
|
./multiWallet -create [walletName]
|
||||||
./multiWallet <walletName> <command> [option]
|
./multiWallet <walletName> <command> [option]
|
||||||
|
|
||||||
For more details run :
|
For more details run :
|
||||||
|
|
||||||
./multiWallet -help
|
./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 :
|
To run FLO core wallet QT :
|
||||||
|
|
||||||
./flo-qt
|
./flo-qt
|
||||||
|
|
||||||
To run FLO testnet wallet QT :
|
To run FLO testnet wallet QT :
|
||||||
|
|
||||||
./flo-qt -testnet
|
./flo-qt -testnet
|
||||||
|
|
||||||
To run FLO cli commands:
|
To run FLO cli commands:
|
||||||
|
|
||||||
./flo-cli
|
./flo-cli
|
||||||
|
|
||||||
To run FLO transaction commands :
|
To run FLO transaction commands :
|
||||||
|
|
||||||
./flo-tx
|
./flo-tx
|
||||||
|
|
||||||
To start FLO server :
|
To start FLO server :
|
||||||
|
|
||||||
./flod
|
./flod
|
||||||
|
|
||||||
To start FLO server in daemon mode :
|
To start FLO server in daemon mode :
|
||||||
|
|
||||||
./flod -daemon
|
./flod -daemon
|
||||||
|
|
||||||
|
|
||||||
###Upgrade Details
|
### Upgrade Details
|
||||||
|
|
||||||
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).
|
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:
|
To enable it:add **CoinControlFIFO=1** in flo.conf (or) pass **-CoinControlFIFO** as cmdline arg. For ex:
|
||||||
|
|
||||||
./flo-qt -CoinControlFIFO
|
./flo-qt -CoinControlFIFO
|
||||||
|
|
||||||
2. SendChangeToBack - send the change back to the coin's original address
|
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:
|
To enable it, add **SendChangeToBack=1** in flo.conf (or) pass **-SendChangeToBack** as cmdline arg. For ex:
|
||||||
|
|
||||||
./flo-qt -SendChangeToBack
|
./flo-qt -SendChangeToBack
|
||||||
|
|
||||||
|
|
||||||
###FLO Core MultiWallet
|
### FLO Core MultiWallet
|
||||||
This executable file is used to run more than 1 wallet simultaneously
|
This executable file is used to run more than 1 wallet simultaneously
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
@ -50,6 +58,7 @@ commands:
|
|||||||
flod - run FLO daemon
|
flod - run FLO daemon
|
||||||
|
|
||||||
for more info on each commands use option -help (or) -?
|
for more info on each commands use option -help (or) -?
|
||||||
|
|
||||||
./flo-qt -?
|
./flo-qt -?
|
||||||
./flo-cli -?
|
./flo-cli -?
|
||||||
./flod -?
|
./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)
|
Run the following cmds in command prompt (open cmd-prompt in this directory)
|
||||||
|
|
||||||
To run FLO core wallet QT :
|
To run FLO core wallet QT :
|
||||||
|
|
||||||
flo-qt
|
flo-qt
|
||||||
|
|
||||||
To run FLO testnet wallet QT :
|
To run FLO testnet wallet QT :
|
||||||
|
|
||||||
flo-qt -testnet
|
flo-qt -testnet
|
||||||
|
|
||||||
To run FLO cli commands:
|
To run FLO cli commands:
|
||||||
|
|
||||||
flo-cli
|
flo-cli
|
||||||
|
|
||||||
To run FLO transaction commands :
|
To run FLO transaction commands :
|
||||||
|
|
||||||
flo-tx
|
flo-tx
|
||||||
|
|
||||||
To start FLO server :
|
To start FLO server :
|
||||||
|
|
||||||
flod
|
flod
|
||||||
|
|
||||||
To start FLO server in daemon mode :
|
To start FLO server in daemon mode :
|
||||||
flod -daemon
|
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).
|
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:
|
To enable it:add **CoinControlFIFO=1** in flo.conf (or) pass **-CoinControlFIFO** as cmdline arg. For ex:
|
||||||
|
|
||||||
flo-qt -CoinControlFIFO
|
flo-qt -CoinControlFIFO
|
||||||
|
|
||||||
2. SendChangeToBack - send the change back to the coin's original address
|
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:
|
To enable it, add **SendChangeToBack=1** in flo.conf (or) pass **-SendChangeToBack** as cmdline arg. For ex:
|
||||||
|
|
||||||
flo-qt -SendChangeToBack
|
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)
|
Run the following cmds in command prompt (open cmd-prompt in this directory)
|
||||||
|
|
||||||
To run FLO core wallet QT :
|
To run FLO core wallet QT :
|
||||||
|
|
||||||
flo-qt
|
flo-qt
|
||||||
|
|
||||||
To run FLO testnet wallet QT :
|
To run FLO testnet wallet QT :
|
||||||
|
|
||||||
flo-qt -testnet
|
flo-qt -testnet
|
||||||
|
|
||||||
To run FLO cli commands:
|
To run FLO cli commands:
|
||||||
|
|
||||||
flo-cli
|
flo-cli
|
||||||
|
|
||||||
To run FLO transaction commands :
|
To run FLO transaction commands :
|
||||||
|
|
||||||
flo-tx
|
flo-tx
|
||||||
|
|
||||||
To start FLO server :
|
To start FLO server :
|
||||||
|
|
||||||
flod
|
flod
|
||||||
|
|
||||||
To start FLO server in daemon mode :
|
To start FLO server in daemon mode :
|
||||||
flod -daemon
|
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).
|
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:
|
To enable it:add **CoinControlFIFO=1** in flo.conf (or) pass **-CoinControlFIFO** as cmdline arg. For ex:
|
||||||
|
|
||||||
flo-qt -CoinControlFIFO
|
flo-qt -CoinControlFIFO
|
||||||
|
|
||||||
2. SendChangeToBack - send the change back to the coin's original address
|
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:
|
To enable it, add **SendChangeToBack=1** in flo.conf (or) pass **-SendChangeToBack** as cmdline arg. For ex:
|
||||||
|
|
||||||
flo-qt -SendChangeToBack
|
flo-qt -SendChangeToBack
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user