// 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 */ ?> This Week on Crypto Twitter: Tornado Cash Crackdown Crashes Crypto Party, North Korean Hackers Post Fake Coinbase Jobs – CoinsMegaNews

This Week on Crypto Twitter: Tornado Cash Crackdown Crashes Crypto Party, North Korean Hackers Post Fake Coinbase Jobs

This Week on Crypto Twitter: Tornado Cash Crackdown Crashes Crypto Party, North Korean Hackers Post Fake Coinbase Jobs

[ad_1]

Illustration by Mitchell Preffer for Decrypt

With crypto prices cooling by double-digit percentages over the week as Autumn approaches, it’s fair to say that any respite from crypto’s ongoing winter this year has been fleeting. 

A recent wave of high-profile attacks and bankruptcies has put the industry on red alert. It’s not just thieves and insolvent crypto lenders raising alarm, it’s also western governments—specifically the United States and the Netherlands and their policies on Tornado Cash, a transaction privacy tool that works by mixing users’ crypto up in a common pool before sending it off to its intended destination. 

Last week, the U.S. Treasury Department decided to ban American citizens from using Tornado Cash or transacting with Ethereum addresses linked to Tornado’s community. By that Friday, the Netherlands’ Fiscal Information and Investigation Service (FIOD) arrested a “suspected” Tornado Cash developer. The crypto community and privacy advocates decried the move as a declaration of war on coders.

Neeraj Agrawal, director of communications at crypto think tank Coin Center, announced that his organization is challenging the U.S. Tornado sanctions in court. 

Sam Canavos, a legal fellow at DeFi Education Fund, reached out to the FIOD for more information about the Tornado developer’s arrest and shared the responses he has received.

The DeFi Education Fund followed up with a tweet the next day saying that the statement by the FIOD “raises more questions than it answers.”

In a similar story, Chinese blockchain journalist Colin Wu tweeted that crypto exchange FTX had frozen the account of a user who sent crypto to another blockchain privacy mixer called Aztec Network. FTX CEO Sam Bankman-Fried responded by stressing that, to his knowledge, no accounts have been frozen. 

Aztec Network responded later in the week by saying that it is “taking active measures” to ensure that the service isn’t used by money launderers and other criminals. 

Counterfeit announcements

On Tuesday, internet security researchers at ESET Labs tweeted about a phony Coinbase job listing. The PDF file is really a trojan horse deployed by North Korean state-sponsored cyber criminal hacking group Lazarus.

On Thursday, Twitter user @tier10k posted a warning that a fake Securities and Exchange Commission missive wasalso making the rounds online. 

Finally…

The Ethereum Name Service started the week by announcing that over the last three months, the number of registrations for .ENS domain names has doubled. Ethereum Name Service allows people to register memorable domains for their crypto wallets, instead of being limited to the unwieldy string of random numbers and letters that typically represents a blockchain address. 

On Wednesday, Twitter user @mochains shared news of new crypto regulation in Canada. According to the announcement he shared, Canadian authorities have selected Bitcoin, Ethereum, Litecoin and Bitcoin Cash as “unrestricted cryptocurrencies.” All other crypto will be subject to a $30k cap per annum. 

Later that day, Twitter CEO Brian Armstrong fielded an important question.

Also that day, Ukraine’s Vice Prime Minister Mykhailo Federov, shared a balance sheet revealing what his country has spent its crypto donations on since the beginning of Russia’s invasion. 

Tesla CEO Elon Musk jokingly announced he’s buying Manchester United. MicroStrategy CEO Michael Saylor has a better idea. 

Lastly, Bitcoin hodler Hodlonaut wants you to help him defend his claim that Dr. Craig Wright, a man who claims to have invented Bitcoin, is not the Satoshi he says he is.

Recently, the UK High Court ruled that Dr. Wright put forward false evidence as part of his latest defamation court battle against crypto podcaster Peter McCormack, who, like Hodlonaut, has repeatedly called Wright a liar. McCormack was asked to pay Wright £1 ($1.18) in damages. 

Stay on top of crypto news, get daily updates in your inbox.



[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 */ ?>