{"id":8503,"date":"2025-02-13T23:24:40","date_gmt":"2025-02-13T22:24:40","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=8503"},"modified":"2025-02-13T23:24:40","modified_gmt":"2025-02-13T22:24:40","slug":"geth-1-6-the-rise-of-puppeth-master","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/","title":{"rendered":"Geth 1.6 \u2013 The Rise of Puppeth Master"},"content":{"rendered":"\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">Packing in significantly more features than initially expected, the Go Ethereum team is excited to announce the release of the first version of the 1.6 Geth release series! Taking a look at the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/milestone\/28?closed=1\">commit list<!-- --><\/a>, this is set to be an extensive post!<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"toml-configuration-files\">Toml configuration files<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">For a considerable time, users have been advocating for the inclusion of configuration files to assist in switching between various public and private chains. We had not concentrated much on private networks, so we consistently directed users to utilize shell scripts in those instances. While these scripts are adequate for numerous situations, they lack portability across diverse operating systems, especially Unix and Windows.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">At popular request, we&#8217;ve revamped the entire configuration and flag management for Geth 1.6, ultimately implementing this highly requested capability. The configuration file adopts the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/toml-lang\/toml\">TOML<!-- --><\/a> format, and the fields that can be specified correlate directly to the config structures <!-- --><span class=\"chakra-text css-ons8vw\">go-ethereum<\/span> employs internally. Certain fields have been left out to prevent sensitive information from being included in configuration files.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Determining how to craft a &#8220;proper&#8221; config file for your node with all the necessary fields arranged precisely as you desire &#8211; whatever their names might be &#8211; can be overwhelming. Instead, Geth 1.6 includes a command that you can run to display the exact config file you&#8217;ll require based on your specific invocation flags (<!-- --><span class=\"chakra-text css-ons8vw\">geth &#8211;your-favorite-flags dumpconfig<\/span>). This output can subsequently be loaded via <!-- --><span class=\"chakra-text css-ons8vw\">geth &#8211;config yourfile.toml<\/span>. We also aim to enable the embedding of genesis configurations, though that needs further consideration to finalize.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"pure-go-ethash\">Pure Go ethash<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">From the outset, Ethereum has featured a <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/ethash\">C ethash<!-- --><\/a> implementation, shared across various clients. This arrangement minimized maintenance burdens while the algorithm evolved, albeit at the cost of incorporating a significant amount of complex C code into <!-- --><span class=\"chakra-text css-ons8vw\">go-ethereum<\/span>.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">As time went on, this became increasingly problematic. Lacking C expertise within the Go Ethereum team, we were unable to adequately address performance issues and couldn&#8217;t execute optimizations crucial for mobile devices. The architecture of the C ethash precludes it from functioning on big endian processors, which would necessitate a major redesign. Ultimately, our reliance on C code severely impacts our portability and maintainability.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Beginning with Geth 1.6, we&#8217;ve discontinued our usage of the original C ethash and fully reimplemented it in Go. This allows us to generate mining DAGs concurrently across all available CPUs, eliminate outdated mining DAGs instead of keeping them indefinitely, utilize memory mapped verification caches vital for rapid mobile startup times, and operate on any platform supported by Go. For specifics, performance metrics, and CLI flags, please refer to the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/3750\">pure Go ethash PR<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"router-cpu-compatibility\">Router CPU compatibility<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">We have consistently taken pride in maintaining the <!-- --><span class=\"chakra-text css-ons8vw\">go-ethereum<\/span> codebase on a variety of unique platforms, which have been significantly constrained by the demands of a full node. However, with the light client gradually maturing, it increasingly makes sense to broaden our platforms towards previously impractical avenues.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">With the Geth 1.6 release series, we are further pushing boundaries by introducing compatibility for MIPS CPUs, predominantly found in consumer router devices. Geth 1.6 functions on both 64-bit and 32-bit MIPS CPUs in both little endian and big endian modes (thanks to our new ethash code). You can now discover pre-built stable and development binaries for these MIPS CPUs on our <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/geth.ethereum.org\/downloads\/\">downloads page<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">While we&#8217;ve managed to deploy a <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/twitter.com\/peter_szilagyi\/status\/839489351461531649\">consumer router on the mainnet<!-- --><\/a>, there is still a great deal of work needed to ensure a smooth experience. The most prominent hindrance is the memory intensity of ethash, necessitating substantial amounts of storage and memory capacity&#8230; yet another reason to transition to PoS! \ud83d\ude09<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"plugable-consensus-engines\">Plugable consensus engines<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Throughout the previous releases, we have gradually progressed towards decoupling consensus-related concepts within our codebase, with the long-term objective of preparing for Casper and proof-of-stake. It was a lower priority feature as many other tasks were taking precedence. Priorities shifted after the Ropsten testnet was overwhelmed to a state where it became unusable.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The fundamental reason for the attack&#8217;s success was that a proof-of-work network is only as secure as the computational power supporting it. Initiating a fresh testnet from scratch would not resolve much, as an attacker could execute the same strategy repeatedly. The time appeared appropriate to invest effort into the consensus model within <!-- --><span class=\"chakra-text css-ons8vw\">go-ethereum<\/span> and enable alternatives to proof-of-work for smaller networks, where a different security framework is more appropriate.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The outcome is that Geth 1.6 includes a plugable consensus model, enabling developers who wish to create their own Ethereum fork with distinct methods of agreeing on block validity to do so by implementing a straightforward <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/godoc.org\/github.com\/ethereum\/go-ethereum\/consensus#Engine\">Go consensus engine interface<!-- --><\/a>. The current ethash-based proof-of-work consensus model is also <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/godoc.org\/github.com\/ethereum\/go-ethereum\/consensus\/ethash\">&#8220;just&#8221; another implementation<!-- --><\/a> of this interface.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"clique-poa-proof-of-authority-protocol\">Clique PoA (proof-of-authority) protocol<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">With the previous Ropsten testnet having faltered, various groups hurried to establish a new testnet that would fit their needs, but might not cater well to others. These initiatives<!-- --><strong>\u00a0<!-- --><\/strong>led to the creation of a modified Ropsten testnet by the Parity team (which relies on custom soft-fork code, bootnodes, and blacklists) and the Kovan testnet from a Parity&#8220;`html<\/p>\n<p>conglomerate (depending on a previously undocumented Parity consensus mechanism). Both approaches exclude other clients.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Our approach was to introduce a cross-client proof-of-authority consensus mechanism known as <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/EIPs\/issues\/225\">Clique (EIP 255)<!-- --><\/a>. The primary design aspects considered for Clique were straightforwardness (i.e. lessen the difficulty of integrating with various clients) and interoperability (i.e. accommodate existing synchronization technologies in <!-- --><strong>all<!-- --><\/strong> clients). The proposal received unanimous acceptance from all client developers on the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/pm\/blob\/master\/All%20Core%20Devs%20Meetings\/Meeting%2012.md\">17th of March, 2017<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">With our 1.6.0 version, <!-- --><span class=\"chakra-text css-ons8vw\">go-ethereum<\/span> also includes a <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/godoc.org\/github.com\/ethereum\/go-ethereum\/consensus\/clique\">complete implementation<!-- --><\/a> of the Clique proof-of-authority consensus engine. Beyond all the consensus-related features, the engine additionally allows customizable block times for private network scenarios. As for how you can establish your own Clique network&#8230; \ud83d\ude09<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"puppeth-network-manager\">Puppeth network manager<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Are you <!-- --><em class=\"chakra-text css-0\">fond of<!-- --><\/em> setting up a private network? Don&#8217;t respond to that! To be honest, if you&#8217;ve ever attempted to configure your own private Ethereum network &#8211; whether for enjoyable purposes, business activities, or hackathon assistance &#8211; you&#8217;ll undoubtedly comprehend the frustrations involved in doing so. Setting up a genesis block is one aspect, but when you tackle bootnodes, full nodes, miners, and light clients, things quickly become tiresome&#8230; and we haven&#8217;t even touched on monitoring, explorers, faucets, wallets. It&#8217;s chaotic.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Geth 1.6 introduces a new utility named <!-- --><span class=\"chakra-text css-ons8vw\">puppeth<\/span>, which aims to alleviate this particular issue. Puppeth is a CLI wizard that assists in creating a new Ethereum network down to the genesis, bootnodes, signers, ethstats, faucet, dashboard, and more, without the complexity that would typically be involved in configuring all these services individually. Puppeth utilizes SSH to connect to remote servers and constructs its network components from Docker containers using Docker Compose. The user is guided through the process via a command-line wizard that handles the heavy lifting and topology configuration automatically behind the scenes.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Puppeth isn&#8217;t a cure-all. If you have extensive in-house Ethereum deployments relying on your own orchestration tools, it&#8217;s generally wiser to utilize existing infrastructure. However, if you need to establish your own Ethereum network without fuss, Puppeth could genuinely assist you with that&#8230; swiftly. Everything is deployed into containers, ensuring your system remains unblemished by unusual packages. Yet, it&#8217;s Puppeth&#8217;s initial release, so proceed with caution and avoid deploying onto critical systems.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"rinkeby-test-network\">Rinkeby test network<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">As noted previously, the Ropsten testnet became unstable a few months ago. There are <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/ropsten\/blob\/master\/revival.md\">ongoing initiatives<!-- --><\/a> to restore it, as it remains a crucial element of the Ethereum ecosystem. Nonetheless, we deem it vital to offer developers a network they can depend on, one that can&#8217;t be easily compromised. One such network is the latter part of the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/EIPs\/issues\/225\">EIP 255<!-- --><\/a> proposal, the Rinkeby testnet.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">On the 10th of April, we launched the <!-- --><em class=\"chakra-text css-0\">alpha<!-- --><\/em> version of Rinkeby, a novel proof-of-authority testnet based on the Clique protocol. Rinkeby is currently maintained by three (3) Foundation signing nodes, but we are eagerly anticipating promoting external entities as well, to enhance the network&#8217;s resilience. The network also includes a public GitHub authenticated faucet that is available to everyone on equal terms. Regarding its designation as an <!-- --><em class=\"chakra-text css-0\">alpha<!-- --><\/em> version, Rinkeby represents the first live version of Clique, and we have yet to evaluate how it performs under global load.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">So, how can you reach it? Being an alpha, we haven&#8217;t yet incorporated a flag for it into Geth 1.6, but we&#8217;ve gone out of our way to make it exceptionally easy to connect and utilize&#8230; through its own website at <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/www.rinkeby.io\/\">https:\/\/www.rinkeby.io\/<!-- --><\/a>! Dashboard, ethstats, faucet, and connectivity tutorials for Geth, Wallet\/Mist, and Android\/iOS! If you\u2019re curious about how we developed all this, Puppeth, of course! This <!-- --><strong>is<!-- --><\/strong> precisely what Puppeth was designed for, and you can replicate the same for your own private networks too!<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"mounting-swarm-data\">Mounting swarm data<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">If you\u2019ve previously engaged with our experimental swarm implementation, you\u2019ll understand that working with files is straightforward enough, but when it comes to handling entire directories &#8211; possibly nested &#8211; it can become taxing. Acceptable for a program, but less so for manual user engagement.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In an attempt to address this limitation, the Swarm implementation included in our latest release offers several key features, particularly the capacity to upload and download complete directories via tarball streams in the HTTP interface, as well as integrating an entire folder into your local filesystem using FUSE! This should render Swarm significantly more practical both for file backup needs and for easily navigating complex directory structures.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In addition to these exciting features, Swarm experienced various stability enhancements and bug fixes, acquired the ability to manipulate manifests via the command line, and the capability to create listings\/sitemaps from them.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"64-bit-gas-calculations\">64 bit gas calculations<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The Ethereum Yellow Paper indicates that gas included with transactions may be any arbitrary value up to the extraordinary amount of 2^256 (which could encompass nearly as many transactions as there are atoms in the observable universe). Consequently, the <!-- --><span class=\"chakra-text css-ons8vw\">go-ethereum<\/span> EVM was designed to function with these vast numbers for gas calculations, resulting in <!-- --><strong>\u00a0<!-- --><\/strong>proportionately large performance penalties while executing each transaction.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">As there is simply no logical reason to employ big-number arithmetic for gas calculations, Geth 1.6 transitioned to utilizing 64-bit values, which is a hardware-supported type on any contemporary CPU. Should you wonder whether this introduces any limitations, a single block with a gas limit of 64-bits could encompass 44 times more transactions than there are red blood cells in the human body. I think we&#8217;re secure for the foreseeable future.<!-- --><\/p>\n<p>&#8220;`future.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In terms of enhancing performance, while we lack a precise figure, it&#8217;s reasonable to assert that reducing hundreds of memory allocations for each transaction can only be advantageous.<!-- --><\/p>\n<p><!-- --><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Alongside all the features mentioned prior, a<!-- --><strong>\u00a0<!-- --><\/strong>significant\u00a0number of bug corrections have also been integrated, including issues related to ethstats reporting, singleton miner networks, star topology propagation resolutions, and further improvements. Please refer to the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/releases\/tag\/v1.6.0\">Geth 1.6.0 release notes<!-- --><\/a> for a streamlined overview.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Additional minor features incorporate ongoing enhancements to the light protocol, significant advancements in the Whisper protocol (nearing a public v5 release), and we have completely replaced our logging system with a far superior and more resilient version.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">As usual, Geth can be installed through your <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/geth.ethereum.org\/install\/\">preferred package manager<!-- --><\/a>, or you can download a pre-compiled binary for a <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/geth.ethereum.org\/downloads\/\">range of supported platforms<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Enjoy your puppetheering! The go-ethereum Authors.<!-- --><\/p>\n<p><!-- --><\/p>\n<hr aria-orientation=\"horizontal\" class=\"chakra-divider css-1e6gg7n\"\/>\n<!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"important-notice\">IMPORTANT NOTICE<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Given the circumstances surrounding this release, which features considerable reworking of gas calculations within the Ethereum virtual machine and substantial reconfigurations of the plugable consensus engine division, we urge <!-- --><em class=\"chakra-text css-0\">production<!-- --><\/em> users to proceed with caution during the upgrade process. We regard Geth 1.6 as a pre-release until extensive stability is assured.*<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">It is crucial for all <!-- --><em class=\"chakra-text css-0\">production<!-- --><\/em> users to recognize the potential risks associated with new releases like this one. There may exist undiscovered bugs and unforeseen effects that could result in losses or other undesired outcomes. This release is targeted toward experienced production users who are familiar with the Geth platform, its implications for users, and the associated risks new releases of this sort may entail.<!-- --><\/p>\n<\/div>\n<p><script async src=\"\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><br \/>\n<br \/><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2017\/04\/14\/geth-1-6-puppeth-master\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Packing in significantly more features than initially expected, the Go Ethereum team is excited to announce the release of the first version of the 1.6 Geth release series! Taking a look at the commit list, this is set to be an extensive post! Toml configuration files For a considerable time, users have been advocating for<\/p>\n","protected":false},"author":3,"featured_media":8504,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[1277],"class_list":["post-8503","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ethereum","tag-return-a-list-of-comma-separated-tags-from-this-title-geth-1-6-puppeth-master"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Geth 1.6 \u2013 The Rise of Puppeth Master - WSJ-Crypto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Geth 1.6 \u2013 The Rise of Puppeth Master - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"Packing in significantly more features than initially expected, the Go Ethereum team is excited to announce the release of the first version of the 1.6 Geth release series! Taking a look at the commit list, this is set to be an extensive post! Toml configuration files For a considerable time, users have been advocating for\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-13T22:24:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png\" \/>\n\t<meta property=\"og:image:width\" content=\"371\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"wsjcrypto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"wsjcrypto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/\",\"name\":\"Geth 1.6 \u2013 The Rise of Puppeth Master - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png\",\"datePublished\":\"2025-02-13T22:24:40+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#primaryimage\",\"url\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png\",\"contentUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png\",\"width\":371,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Geth 1.6 \u2013 The Rise of Puppeth Master\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wsj-crypto.com\/#website\",\"url\":\"https:\/\/wsj-crypto.com\/\",\"name\":\"WSJ-Crypto\",\"description\":\"Just Another Crypto News Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wsj-crypto.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\",\"name\":\"wsjcrypto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"caption\":\"wsjcrypto\"},\"url\":\"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Geth 1.6 \u2013 The Rise of Puppeth Master - WSJ-Crypto","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/","og_locale":"it_IT","og_type":"article","og_title":"Geth 1.6 \u2013 The Rise of Puppeth Master - WSJ-Crypto","og_description":"Packing in significantly more features than initially expected, the Go Ethereum team is excited to announce the release of the first version of the 1.6 Geth release series! Taking a look at the commit list, this is set to be an extensive post! Toml configuration files For a considerable time, users have been advocating for","og_url":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/","og_site_name":"WSJ-Crypto","article_published_time":"2025-02-13T22:24:40+00:00","og_image":[{"width":371,"height":512,"url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png","type":"image\/png"}],"author":"wsjcrypto","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"wsjcrypto","Tempo di lettura stimato":"10 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/","url":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/","name":"Geth 1.6 \u2013 The Rise of Puppeth Master - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png","datePublished":"2025-02-13T22:24:40+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#primaryimage","url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png","contentUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/puppeth.png","width":371,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/13\/geth-1-6-the-rise-of-puppeth-master\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Geth 1.6 \u2013 The Rise of Puppeth Master"}]},{"@type":"WebSite","@id":"https:\/\/wsj-crypto.com\/#website","url":"https:\/\/wsj-crypto.com\/","name":"WSJ-Crypto","description":"Just Another Crypto News Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wsj-crypto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7","name":"wsjcrypto","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","caption":"wsjcrypto"},"url":"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/8503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/comments?post=8503"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/8503\/revisions"}],"predecessor-version":[{"id":8506,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/8503\/revisions\/8506"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media\/8504"}],"wp:attachment":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media?parent=8503"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=8503"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=8503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}