Skip to content

Releases: ofeefee/fluttercoin

v0.7.5.22 Release

02 Mar 17:20
5f76e34
Compare
Choose a tag to compare

Updates for 0.7.5.22 release

Split off hash.h from util.h
Updated splash screen with logo
Updated send/receive icons
Added clear orphans on transaction page (right-click)
Changed array size for block downloader
Added initial block download sync node capability
Fixed issue with client update notification
Removed Free Flutter option and code cleanup
MacOSX updated client

v0.7.5.21 Release

02 Jan 00:50
Compare
Choose a tag to compare

fluttercoin-32-linux-v0.7.5.21.zip
fluttercoin-32-windows-v0.7.5.21.zip
fluttercoin-64-linux-v0.7.5.21.zip
fluttercoin-64-windows-v0.7.5.21.zip

change list
--Protocol update to 70014
--block roll up to nStakeMinAge so blocks at 30 maturity can be combined up to stakesplitthreshold
--reward increase for PoW to 20FLT at block > 1410000
--reward decrease for PoS to 5% of block reward
--soft fork > 1517428800; // Jan 31 2018, 20:00:00 UTC --ofeefee
--hard fork > 1518033600; // Feb 7 2018, 20:00:00 UTC --ofeefee

v0.7.5.19 Release

03 Jun 18:48
Compare
Choose a tag to compare

Added RPC functions to control stake split thresholds. Set to keep your blocks from splitting on specific sizes.
setstakesplitthreshold <1 - 999,999>
setstakesplitthreshold

Themepack - extract to the application directory (fluttercoin/themes), relaunch client to select modified themes.

v0.7.5.18 Release

14 Sep 22:31
Compare
Choose a tag to compare

Updated Secure messaging to prevent client crashes on sync
Fixed a bug in importwallet importprivkey related to wallet rescanning on birthday
enabled coin control by default
removed dust from block splitter
made a change to combine/split code

v0.7.5.17 Release

20 Mar 17:45
Compare
Choose a tag to compare

Major Feature Additions:
Proof of Stake blocks are now are eligible for Proof of Transaction
Interchangeable theme system.
Theme supports menu header and menu icons
debug log tails when opened in gui

Minor Feature Additions:
Wallet address cleanup options (delete unused addresses)
Startup -synctime option
RPC addnode
RPC getaddednodeinfo

Bug Fixes:
Try more than the first address for a DNS -addnode
Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy())
Use a copy in place of mapMultiArgs["-addnode"]
memory leak
modernizing treatment of transactions
drop release times for CNode
P2P: improve RX/TX flow control
Prevent socket leak in ThreadSocketHandler
remove an assignment which is never used
Make explicitly requested salvage operations continue if error
fix displaying of staking state and try to sync first
Wallet: optimize rescan to skip blocks prior to birthday
Remove unused includes of boost lexical_cast
treat not accepted tx as inactive
append "source: generated" to stake transactions
fix periodical gui lag
transactionrecord modification to handle PoS changes
transactiondetail cleanup
rpc updates to listtransactions, getbalance and wallet functions getamounts to handle PoS changes

v0.7.5.16 Release

13 Feb 19:20
Compare
Choose a tag to compare

New Features
Traffic Graph - Menu -> Tools -> Traffic Graph
Referral option for Fluttershare - Refer your friends to run the wallet, and enable Free Fluttershare!
Added "-change" option for daemon or QT that forces change to a specific address. Fluttershare, and coin control change systems override this. But this happens before it creates a random "change" address

Bug fixes
Fix unconfirmed balance if wallet contains conflicted transactions
Fix notice on next block matures in "a very long time"
Fix notice in Fluttershare Free if system is in maintenance mode

v0.7.5.15 Release

06 Jan 18:07
Compare
Choose a tag to compare

Release notes

New Features
Ubuntu PPA Configurations - allows for apt-get install
Free Fluttershare - earn free fluttercoin for running app
Return Change - checkbox allows for returning change to existing wallet address
Time based progress sync bar - updated progress bar so it reflects time information for syncing

Improvements
Messaging - colorization, ease of use, copy address
SplitBlock - addressbook adjusts if it's enabled to let you quickly choose one of your addresses
Fluttershare - bugfixes, no longer creates change addresses
Block Explorer - fixed an crash issue

Important Notes
Disconnects v0.4.5.7 and earlier clients - Check About to check your version

v0.7.5.14 Release

05 Dec 01:04
Compare
Choose a tag to compare

Secure Messaging
Block Explorer
GUI updates
FlutterSpeed updates
Limit stake splitting to blocks over 1000 FLT
Add age and potential stake to coin control
Add a stake status bar notifier to show if coins are ready or time until

v0.7.5.12 Release

08 Oct 19:13
Compare
Choose a tag to compare

Qt5 code ready
flutterspeed - fast blockchain sync
fluttershare - share some of you pos rewards with another flt address
updated check which notifies on new client release
updated subver for tracking peer version tracking
Staking icon fixes
Fixed issue where wallet is unlocked and you send coins and it relocks
Reduced alert time to 24hours
Reduced mining confirmation from 112 to 32
Fixed Mac minimizing bug
added Lock Wallet option in menu
Unlock wallet for staking - allows you to unlock the wallet for staking only, but prevents sending coins without entering the wallet passphrase
Lock wallet added to menu - allows securing wallet without needing to go through debug console, or stopping/starting the client
Bugfix for Staking icon - icon had a bug where it would not update after sending coins showing that it was staking but it was not. Icon now updates when locking/unlocking properly

Fluttercoin 0.4.5.11

09 Aug 03:48
Compare
Choose a tag to compare

Windows, Linus, MacOSX

Bugfixes
Code Cleanup
MacOS updates
Wallet startup image update
Sync update to only use clients on protocol 70010 and above