Skip to content

Releases: decenomy/CFL

CryptoFlow Coin (CFL) v2.1.2.1 Non-Mandatory

04 Sep 15:39
Compare
Choose a tag to compare

Dear CryptoFlow Coin (CFL) friends,

This new wallet version is non-mandatory. It contains fixes to the setautocombinethreshold RPC command and the related GUI elements. These are the changes:

  • Only allow integers as input.
  • The value for the threshold must be at least 1.
  • In wallets that used the now deprecated autocombinethreshold command, the value was not saved correctly. We introduced a mechanism that would allow us to continue supporting the old wallets while saving the value correctly when you change it the next time.

CryptoFlow Coin (CFL) v2.1.2.0 Mandatory

05 Jun 16:59
Compare
Choose a tag to compare

Dear CryptoFlow Coin (CFL) friends,

This new wallet version is mandatory.

The following improvements and commands were introduced:

Improvements:

  • Last Paid V2 and Masternode Payment V2 fixes.
  • Speed up the listmasternodes RPC command: This improvement reduces the execution time of the listmasternodes command, which returns a list of all masternodes on the network along with their status and information. It makes it faster and easier to query the network state and monitor your masternodes.

Commands:

  • checkconnection RPC call : This call allows you to test the connectivity of your server with other nodes on the network.
  • mnping RPC call` : This call allows you to send a ping message to your masternode and receive a pong response. It helps you verify that your masternode is online and responsive.
  • reloadmasternodeconfig RPC call and a corresponding GUI element: This call and element allow you to reload your masternode configuration file from the command line or the user interface. It is useful if you want to make changes to your masternode settings without stopping or restarting them.
  • setautocombinethreshold command and UI support: This command replaces the deprecated autocombinerewards command, which automatically combined small inputs into larger ones to reduce transaction fees and improve privacy. The new command allows you to set a threshold amount for auto-combining inputs and enable or disable this feature from the command line or the user interface.
  • rewindblockindex command, start option, and the GUI element: This command allows you to rewind your block index in case of a fork or a corrupted database. It deletes all blocks after a specified height and re-syncs with the network from that point. It can help you recover from various issues that may affect your wallet functionality or integrity.

CryptoFlow Coin (CFL) v2.1.1.0 Mandatory

26 Jan 03:32
Compare
Choose a tag to compare

Dear CryptoFlow Coin (CFL) friends,

This new wallet version is mandatory.

The following improvements and fixes were included:

  • Multinode capability;
  • Last paid V2 and Masternode payment V2 fixes and improvements;
  • Takes into account the collateral of the previous collateral change window on CMasternodeBroadcast::CheckInputsAndAdd;
  • Speeds up the masternode count operation;
  • Seamless MN upgrade between protocols;
  • Adds support for multinode hot reloading;
  • Adds the getactivemasternodecount rpc/cli command;

This update is mandatory, but you don't need to restart the masternode if you update it quickly.

However, this version is mandatory, and when the masternode network support reaches 80%, all the old nodes will be cut off from the network.

Thanks techy2 and kyeno, for your suggestions and contributions.

CryptoFlow Coin (CFL) v2.1.0.0 Mandatory

19 Jan 15:10
Compare
Choose a tag to compare

Dear CryptoFlow Coin (CFL) friends,

This new wallet version is mandatory.

The following improvements were also introduced:

  • Multinode capability;
  • UI privacy mode;
  • Staking improvements (staking needs to be activated to be used);
  • Staking hash rate report on the dashboard;
  • Last paid V2 (needs activation by spork);
  • Masternode payment V2 (needs activation by spork);
  • Reconsider Window (needs activation by spork);
  • Masternode collateral seven days window (needs activation by spork);
  • Allows several MNs on the same IP (needs activation by spork);

Cryptoflow (CFL) v2.0.1.1 Non-Mandatory Update

19 Jan 15:39
Compare
Choose a tag to compare

Dear CFL friends,

This new version of the wallet is non-mandatory, but it is highly recommended update. It includes the following improvements:

  • Includes burn addresses;
  • Updates to the last DSW code;
  • Increased default network connectivity;
  • Removes timedata UI freezing warning;

CryptoFlow Coin (CFL) v2.0.1.0 Mandatory

26 Jul 17:02
Compare
Choose a tag to compare

Dear CryptoFlow Coin (CFL) community,

This new version of the wallet is mandatory on block #190000, and includes the followings improvements:

  • introduces new rewards table with the increase on the stake reward percentage to 35% and a total increase of 50%;
  • bumps protocol version;
  • skips block signatures for blocks older than the last checkpoint;
  • skips proof of stake checks for blocks older than the last checkpoint;
  • skips transaction checks for blocks older than the last checkpoint;
  • adds new checkpoints;
  • adds UPGRADE_MASTERNODE_RANK_V2;
  • fixes crash on QT UI startup
  • fixes the transactions duplication on the UI transaction list

CryptoFlow Coin (CFL) v2.0.0.1 Non-Mandatory

17 Mar 18:45
Compare
Choose a tag to compare

Minor fixes with string replacements
Correctly sets the port on the masternode creation wizard dialog

*** YOU DON'T NEED TO UPDATE YOUR MASTERNODE DAEMON ***

CryptoFlow Coin (CFL) v2.0.0.0 Mandatory with blockchain swap

16 Mar 16:19
Compare
Choose a tag to compare

The first 1,000 blocks will be mined through POW. from block 1,001 to 2,880 it will only be POS to give everyone the time to set everything up.

The mining phase was extended from 500 to 1000 to accommodate the increased staking min age of 600, which also gives a good margin for everybody to have the chance to start getting PoS rewards right away.

To mine new blocks the users can use an external miner, or use the command setgenerate true n where n is the number of mining threads, normally the same number as the number of cores in the computer.

The new reward table:

block 1 -> 1,000 Reward 300 CFL
block 1,001 -> 56,455 Reward 300 CFL
block 56,456 -> 156,455 Reward 700 CFL
block 156,456 -> 256,455 Reward 650 CFL
block 256,456 -> 356,455 Reward 600 CFL
block 356,456 -> 456,455 Reward 550 CFL
block 456,456 -> 556,455 Reward 500 CFL
block 556,456 -> 656,455 Reward 450 CFL
block 656,456 -> Reward 400 CFL

Collateral increase to 200,000 CFL will be at block 56,456

Block 1 till 1,000 is 100% POW
Block 1,001 till 2,880 is 100% POS
Block 2,880 till ... is 10% POS + 90% Masternode

CryptoFlow Coin (CFL) v1.3.0.1 Non-Mandatory Update

15 Mar 14:26
Compare
Choose a tag to compare

CryptoFlow Coin (CFL) v1.3.0.0 Mandatory Update

13 Feb 20:21
34fae87
Compare
Choose a tag to compare

Adds new design and new collateral table