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
saizsassin
51293f733e
FIFO selection wallet.cpp
...
This wallet.cpp is selects the UTXOs based on FIFO. Coin selection is done in selectCoins function
2018-05-10 15:01:04 +05:30
saizsassin
38202a0953
Update wallet.cpp
2018-05-10 01:07:55 +05:30
saizsassin
9f55bae05c
Update wallet.cpp
2018-05-07 19:04:31 +05:30
Jeremiah Buddenhagen
e17497e094
Use function to obtain TargetTimespan
2018-04-27 16:18:42 -07:00
Jeremiah Buddenhagen
2b919e5797
Fix TargetTimespan calculation
2018-04-27 16:17:34 -07:00
bitspill
41104146b1
Merge pull request #1 from OstlerDev/patch-1
...
Update Intro UI to have correct chain size & name
2018-04-12 14:18:13 -07:00
Skylar Young
ef58867f47
Update Intro UI to have correct chain size & name
2018-04-12 14:17:40 -07:00
Jeremiah Buddenhagen
ed98fa9206
Add additional seed node
2018-03-20 02:35:43 -07:00