Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the multisite-clone-duplicator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
[www-stage.newsbtc.com/news/new-bitcoin-core-version-0-11-0-released/amp/]
[wp-includes/functions.php:6114 trigger_error(), wp-includes/functions.php:6054 wp_trigger_error(), wp-includes/l10n.php:1370 _doing_it_wrong(), wp-includes/l10n.php:1408 _load_textdomain_just_in_time(), wp-includes/l10n.php:194 get_translations_for_domain(), wp-includes/l10n.php:306 translate(), wp-content/plugins/multisite-clone-duplicator/include/lang.php:6 __(), wp-content/plugins/multisite-clone-duplicator/multisite-clone-duplicator.php:32 require_once('wp-content/plugins/multisite-clone-duplicator/include/lang.php'), wp-settings.php:471 include_once('wp-content/plugins/multisite-clone-duplicator/multisite-clone-duplicator.php'), wp-config.php:53 require_once('wp-settings.php'), wp-load.php:50 require_once('wp-config.php'), wp-blog-header.php:13 require_once('wp-load.php'), index.php:17 require('wp-blog-header.php')]

New Bitcoin Core Version 0.11.0 Released

New Bitcoin Core Version 0.11.0 Released

Bitcoin.org announced that the new bitcoin core version 0.11.0 is already ready for downloading. Users may also opt to upgrade the previous 0.10.0 version to access new features and implement bug fixes.

To upgrade, users simply need to shut down the older version then run the installer, which is compatible for both Windows and Mac. Downgrading to older versions are still possible but there might be compatibility issues with versions earlier than 0.10.0 because of the headers-first synchronization and parallel block download features.

Bitcoin Core Version Changes

In particular, downgrading to a pre-0.10.0 version of the software can result to blocks being stored on disk out of order and incompatibility with other tools or programs. Reindexing using earlier versions will also not work anymore as a result of this. Aside from that, the block index database will now hold headers for which no block is stored on disk, which earlier versions won’t support.

Some important information about the latest release also covers transaction flooding, block file pruning, big endian support, memory usage optimization, fee estimation changes, and privacy updates. To be specific, the bitcoin core version 0.11.0 release supports running a fully validating node without maintaining a copy of the raw block and undo data on disk.

A previous issue regarding the increased volume of transactions has severely affected the transaction verification time in the bitcoin network, and the new bitcoin core version attempts to address this. According to the blog post, if this growth of the mempool causes problematic memory use on the node, it is possible to change a few configuration options to work around this.

One is to increase the minimum transaction relay fee minrelaytxfee, which defaults to 0.00001. This will cause transactions with fewer BTC/kB fee to be rejected, and thus fewer transactions entering the mempool.

The other is to restrict the relaying of free transactions with limitfreerelay. This option sets the number of kB/minute at which free transactions (with enough priority) will be accepted. It defaults to 15. Reducing this number reduces the speed at which the mempool can grow due to free transactions.

Exit mobile version