// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> BitVM wasn’t created to make Bitcoin a pseudo-Ethereum, says developer – CoinsMegaNews

BitVM wasn’t created to make Bitcoin a pseudo-Ethereum, says developer

BitVM wasn't created to make Bitcoin a pseudo-Ethereum, says developer

[ad_1]

One of the developers working on “BitVM” — a Bitcoin-based virtual machine — reiterates the tech is intended to scale Bitcoin rather than launching Ethereum-like decentralized finance applications on the network.

BitVM’s whitepaper was released by ZeroSync’s project lead Robin Linus on Oct. 10 with technical support provided by pseudonymous developer “Super Testnet” — implementing BitVM’s first proof-of-concept and working on expanding BitVM’s capabilities.

Upon its release, some industry pundits formed the impression that BitVM would bring DeFi to Bitcoin like what the Ethereum Virtual Machine (EVM) did for Ethereum.

However, Super Testnet tells Cointelegraph that BitVM is scaling-focused rather than being about implementing smart contracts and an avalanche of altcoins:

“The real killer app is scaling Bitcoin. [Robin Linus isn’t] a big fan of smart contracts. He’s not a big fan of increasing Bitcoin’s expressivity. He really is interested in making it so that Bitcoin can process millions of transactions per second.”

Super Testnet said he doesn’t want BitVM to be flooded with (EVM)-like tokens because it’ll bring bad actors to Bitcoin:

“I don’t want to see everything from the Ethereum ecosystem because most of it is Ponzi schemes.”

Building a decentralized exchange on Bitcoin would be a “step backward,” he added.

Meanwhile, Super Testnet notes that BitVM won’t be an “instant death” for Ethereum’s altcoins, which some have suggested — though it could take demand away from them.

The developer hopes that Bitcoin (BTC) essentially remains the only monetary unit on the Bitcoin network:

“A big property that makes Bitcoin important is maintaining one monetary asset that everyone can agree on instead of having floating exchange rates that are a burden for commerce,” he said.

BitVM could patch up one of Lightning’s flaws

Meanwhile, Super Testnet said BitVM’s intended payment infrastructure will also aim to improve one of the Lightning Network’s shortfalls — payment reliability:

“Lightning is wonderful as a system and it’s much faster than probably anything we can make on Bitcoin. But one thing that Lightning doesn’t do well is payment reliability.”

River, a Bitcoin-only exchange, revealed its Lightning payments success rate was 99.7% in August across 308,000 transactions.

He hopes BitVM can reach 60% of the transaction speed of the Lightning network.

Related: Coinbase to integrate Bitcoin Lightning Network: CEO Brian Armstrong

The developer has also stressed that BitVM is optional like the Lightning Network and anyone will be able to transfer BTC or Bitcoin-assets out of the virtual machine back into cold storage or wherever they were beforehand.

“No one is forcing you to send your money into a virtual machine. If you want your money safe, keep it safe.”

‘Compute anything’ misconception

Super Testnet also clarified a possible misunderstanding, explaining that BitVM, in its current state, cannot compute “anything” like its whitepaper suggests.

“We have to build more primitives in order to make it so that anything can run in it.” Implementing SHA-256 and encryption are some of the additions that need to be made, they noted.

However, Super Testnet revealed on Oct. 12 that BitVM is already processing basic functions:

Linus and Super Testnet met at a Bitcoin conference around 18 months ago and have been working to scale Bitcoin at the scripting level almost ever since, he said.

Magazine: Should you ‘orange pill’ children? The case for Bitcoin kids books



[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>