SaketAnand
844b6383c6
Create readme.txt
2023-12-29 14:39:56 +05:30
SaketAnand
d6f66b8a66
Delete reference
2023-12-29 14:39:27 +05:30
SaketAnand
38dc6b6b8f
Update reference
2023-12-29 14:22:02 +05:30
SaketAnand
573db9c7a8
How to get your FLO Core Wallet running
...
How to get your FLO Core Wallet running
2023-12-29 14:20:53 +05:30
bfbcd2af7e
Update README.md
2023-09-02 11:29:18 +05:30
0a9c06b7e3
Update README.md
2023-09-02 09:32:52 +05:30
71277f3ada
Update README.md
2023-09-02 09:26:37 +05:30
aa525180f7
Update README.md
2023-09-01 11:40:17 +05:30
4eeff2a332
Update README.md
2023-09-01 11:32:43 +05:30
4cb428f926
Update README.md
2023-09-01 11:28:55 +05:30
2ec5baeeb7
Update README.md
2023-09-01 10:17:08 +05:30
sairajzero
f9b49f3a67
remove old binaries
2021-06-20 15:10:37 +05:30
Sai Raj
d34c2ce7f7
Merge branch 'floblockchain:flo-master' into flo-master
2021-06-18 19:34:52 +05:30
Chris Chrysostom
8708d4bc17
Regtest ports ( #18 )
...
* Ignore IntelliJ files
* Regtest RPC Port to 17413
2020-02-04 17:37:00 -07:00
Jeremiah Buddenhagen
72120bff0d
0.15.2.1
2019-11-15 21:25:50 -08:00
Wladimir J. van der Laan
cba88b4c54
net: Improve and document SOCKS code
...
Make the SOCKS code more consistent, and document the constants used.
2019-11-15 21:25:09 -08:00
Jeremiah Buddenhagen
cbaf28e4dd
sign floData for all transactions
2019-11-15 21:24:28 -08:00
Sky Young
ffa312c126
Remove prepended text: from floData sent from UI
2019-11-15 21:23:32 -08:00
bitspill
6af88ae751
Merge pull request #11 from bitspill/versionBump
...
bump version and copyright year
2019-04-04 13:17:28 -07:00
bitspill
0786249978
Merge pull request #8 from OstlerDev/increase-max-tx-chain
...
Increase Maximum utxo chain to 1250 (50x increase)
2019-04-04 13:17:05 -07:00
Sky Young
818b91b454
Set Ancestor/Descendant Size limit to 1.75MB
...
Rational for 1.75MB limit: https://github.com/floblockchain/flo/pull/8#issuecomment-458666055
Comment documenting testing of values: https://github.com/floblockchain/flo/pull/8#issuecomment-460356226
2019-02-04 11:24:11 -07:00
Jeremiah Buddenhagen
3da8e84238
bump version and copyright year
2019-01-29 11:24:31 -08:00
Sky Young
0b8b8f16c6
Increase Maximum utxo chain to 1250
2019-01-29 10:10:35 -07:00
Sky Young
df02b9c155
Merge pull request #1 from floblockchain/flo-master
...
Pull in changes from master
2019-01-29 09:06:56 -08:00
Jeremiah Buddenhagen
a33e124e82
version bump
2018-10-08 12:56:17 -07:00
Jeremiah Buddenhagen
2fe045194c
nlr
2018-10-03 16:47:54 -07:00
Jeremiah Buddenhagen
998ac47e9a
version bump
2018-10-01 15:59:32 -07:00
Jeremiah Buddenhagen
1ee6c75b74
checkpoint block 3,000,000
2018-10-01 15:57:35 -07:00
Jeremiah Buddenhagen
4d3b091eb2
CVE-2018-17144 fix
...
https://bitcoincore.org/en/2018/09/20/notice/
2018-10-01 15:28:46 -07:00
Sai Raj
066901c190
Update README.md
2018-09-13 22:12:45 +05:30
Sai Raj
613b77bc1e
Update README.md
2018-09-13 22:11:07 +05:30
Sai Raj
7f6f30e759
Update README.md
2018-09-13 22:08:46 +05:30
sairajzero
876fcec717
Update
2018-09-07 19:18:28 +05:30
sairajzero
0e5be2be6d
Update
2018-09-07 19:10:53 +05:30
sairajzero
14cde59ed8
Update Readme
2018-08-18 00:15:04 +05:30
sairajzero
1550efb779
Update Readme
2018-08-18 00:05:29 +05:30
sairajzero
fbb194b219
Update Readme
2018-08-17 23:59:11 +05:30
sairajzero
3c1785ba00
Added Multi-Wallet support for Linux
2018-08-17 21:13:48 +05:30
sairajzero
34c6741d79
Added executable files for Linux, Win64, Win32
2018-08-17 00:02:26 +05:30
sairajzero
2bf13f8c87
Updated SendChangeToBack feature
2018-08-12 21:34:49 +05:30
sairajzero
52781f50f6
Updated SendChangeToBack feature
2018-08-11 05:20:46 -07:00
sairajzero
02043dc516
Updated SendChangeToBack feature
2018-08-11 05:19:40 -07:00
sairajzero
f424a33035
Updated SendChangeToBack feature
2018-08-11 04:53:16 -07:00
sairajzero
6e9463bf11
Updated SendChangeToBack feature
2018-08-11 04:52:11 -07:00
Sai Raj
af07c526d3
added SendChangeToBack feature
...
SendChangeToBack feature sends the change back to the address of the sender's coin.
To enable SendChangeToBack feature, add SendChangeToBack=1 in flo.conf
To enable FIFO CoinControl feature, add CoinControlFIFO=1 in flo.conf
2018-08-11 04:19:50 +05:30
Sai Raj
0e8fdac19e
added conf file support for FIFO coin control
...
#in flo.conf file add any one of the following :
CoinControlFIFO=1 #to enable FIFO coin control
CoinControlFIFO=0 #to disable FIFO coin control
2018-08-11 01:08:59 +05:30
Sai Raj
f055e0d012
Delete readme
2018-07-23 20:24:00 +05:30
sairajzero
f281ce98ec
update
2018-07-23 19:26:06 +05:30
saizsassin
1a38b114bb
FIFO coin selection wallet.cpp
2018-05-19 11:46:33 +05:30
saizsassin
235f78b0c1
FIFO selection wallet.cpp
...
This wallet.cpp version selects the UTXOs based on FIFO i.e, the coins received first will be spent first
2018-05-10 15:33:37 +05:30