{"id":58932,"date":"2020-09-11T00:45:24","date_gmt":"2020-09-11T00:45:24","guid":{"rendered":"https:\/\/www2019.dash.org\/?p=58932"},"modified":"2021-09-18T11:41:29","modified_gmt":"2021-09-18T11:41:29","slug":"updated-product-brief-dash-core-release-v0-16-0","status":"publish","type":"post","link":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/","title":{"rendered":"Updated Product Brief: Dash Core Release v0.16.0"},"content":{"rendered":"

Current Status<\/h2>\n

Significant scope has been added to Dash Core Release v0.16.0 since the\u00a0initial Product Brief<\/a>\u00a0was published in June. The end of September has been set as the target for this major release to hit mainnet. The final stage in the process is our third release candidate, v0.16.0 RC3, coming next week to testnet. Over the next few days we will merge the final pull requests, tag the release in the repository and start the gitian builds. The testnet release will be announced through typical social media and marketing channels.<\/p>\n

Overview<\/h1>\n

DashCore v0.16 is a major release and will be a mandatory upgrade for all users. Version 0.16 introduces the multi-year shift in the allocation of block rewards between masternodes and miners. In addition, this release includes a number of improvements to Dash including performance optimizations, wallet user interface enhancements, greater stability, and numerous enhancements through Bitcoin backports. Below are a few key highlights of this release. Comprehensive details can be found in the release notes.<\/p>\n

Release Highlights<\/h1>\n

Block Reward Reallocation<\/h2>\n

The allocation of block rewards \u2014 excluding proposal funding \u2014 between masternodes and miners is changing from a 50\u201350 split to a 60\u201340 split over a multi-year transition period. This change was proposed and approved by the network during the July voting cycle with the primary objective to better stabilize Dash\u2019s store of value properties. The reallocation of rewards will incentivize the formation and retention of masternodes on the Dash network which will in turn slow the growth rate of Dash\u2019s circulating supply.<\/p>\n

The reallocation will take place gradually over 4\u00bd years with incremental adjustments to the split of non-treasury funds. The proposed changes will occur every three superblock cycles, approximately once per quarter. After the BIP-9 activation for v0.16, the initial change to the reallocation will occur at the next superblock.\u00a0Read more<\/a><\/p>\n

Core Wallet UI\/UX Improvements<\/h2>\n

The Dash core wallet has gone through a significant design overhaul in v0.16 to improve the user experience. The experience is now more consistent across all supported operating systems in regards to fonts, graphics and screen layouts. A new tab has been introduced specifically for PrivateSend transactions to improve the workflow by reducing the potential for errors. Configuration settings have also been added to improve individual user preferences such as font type, size and weighting for improved readability across all monitor resolutions. Over 100 files were modified with thousands of lines of new code to support the v0.16 design changes.\u00a0Read more<\/a><\/p>\n

Quorum Signing Optimizations<\/h2>\n

Quorum load has been significantly reduced when recovering signatures. The new system initially sends signature shares to a single deterministically selected node, instead of propagating signature shares to every node until one has enough to recover the signature. After one second, if the recovered signature has not appeared, the signature share is sent to another deterministically selected node and this process repeats until a recovered signature is present. This way only the recovered signature needs to be propagated and verified by all members. This optimization is expected to reduce the load by several orders of magnitude.\u00a0Read more<\/a><\/p>\n

Network Threading Improvement<\/h2>\n

Network threading has been optimized by eliminating unnecessary repetition of loops through all nodes by implementing event polling (epoll) on Linux. This efficient event notification system will reduce the overhead of the socket handler thread to nearly nothing. This optimization only impacts linux implementations and is specifically impactful for masternodes which handle a large number of connections.\u00a0Read more<\/a><\/p>\n

Minimum Protocol Check<\/h2>\n

Proof of Service (PoSe) for Masternodes is enhanced by ensuring a minimum protocol version is running. During the distributed key generation (DKG) process, a masternode will verify that the Dash port of other masternodes is open and accepting connections. In addition, the protocol version will be checked to ensure it is above the minimum required version. If either of these conditions are not met, the offending masternode will be flagged as a bad quorum member. This feature will be activated by spork 21 once 60% of the masternodes have upgraded to version 0.16.\u00a0Read more<\/a><\/p>\n

Bitcoin Backports<\/h2>\n

This release also introduces over 650 updates from Bitcoin v0.16 as well as some updates from Bitcoin v0.17. This includes a number of performance improvements, dynamic loading of wallets via rpc, support for signalling pruned nodes, and a number of other updates that Dash users will benefit from. Bitcoin changes that do not align with Dash\u2019s product needs, such as SegWit and RBF, are excluded from our backporting. For additional detail on what\u2019s included in Bitcoin v0.16, please refer to their\u00a0release notes<\/a>.<\/p>\n

Code Cleanup<\/h1>\n

PrivateSend Code Refactoring<\/h2>\n

PrivateSend code has been refactored, removing outdated logic, and changing mixing logic to be simpler and on average provide better privacy. PrivateSend mixing rounds used to have a random number of participants between three and five. In v0.16, this logic has changed. It is no longer random, but instead, a masternode will accept up to five participants and will fall back to using three or four participants if there isn\u2019t enough liquidity at that moment.<\/p>\n

PrivateSend Create Denominations Improvement<\/h2>\n

The create denominations algorithm has been significantly improved. Previously, users when mixing would either end up with too many tiny outputs, effectively clogging their wallet, or too few outputs, resulting in mixing not completing. This has been resolved with a new and improved algorithm which both ensures that all funds that the user wants to have mixed are mixed, while also avoiding creating too many small outputs.\u00a0Read more<\/a><\/p>\n

Core Wallet Enhancements<\/h2>\n

Numerous issues have been resolved to improve the overall consistency and cleanliness of the user interface of the core wallet. All of the graphic controls have been standardized into a custom configuration for proper display across operating systems and within different themes. Clean-up work has been focused on tabs, fonts, labels, colors, hover mode, focus and various controls. A new PrivateSend tab has also been introduced to simplify the experience when dealing with mixing transactions. This tab will only be enabled when PrivateSend functionality is enabled within the configuration settings.<\/p>\n

Additional Changes<\/h2>\n

A number of other changes were made including updates to RPC commands, command-line options, crash reports, and stack traces. For additional detail on these please refer to the release notes, when available.<\/p>\n

Partner Implementation Notes<\/h1>\n

DashCore v0.16 is a mandatory update due to the change of the block reward allocation.<\/em><\/strong>\u00a0All integration partners should immediately review the Product Brief and Release Notes to become familiar with the details of the release and begin the update process.<\/p>\n

In addition to the hard fork which will occur with v0.16, there are important fixes and optimizations which will not be backported to v0.15. It is important to verify compatibility with particular attention to 1) changes to RPCs, 2) changes to command-line options, and 3) Bitcoin backports.<\/p>\n

Remote Procedure Call (RPC) Changes<\/h2>\n

There is one new RPC command which is Dash specific and three new RPC commands introduced through Bitcoin backports. In addition, one RPC,\u00a0GETINFO<\/em>, was removed and has been deprecated since version 0.15. The new RPC commands are:\u00a0QUORUM SELECTQUORUM<\/em>,\u00a0LOADWALLET<\/em>,\u00a0RESCANBLOCKCHAIN<\/em>, and\u00a0SAVEMEMPOOL<\/em>.<\/p>\n

Command-line Options<\/h2>\n

A number of command-line option changes were made related to debugging, network management, and mixing. For additional detail on these please refer to the release notes.<\/p>\n

Bitcoin Backports<\/h2>\n

We have backported hundreds of items from Bitcoin v0.16 which are included in DashCore v0.16. In addition, select items have been backported from Bitcoin v0.17+ to remedy high priority issues.<\/p>\n

V0.16 Upgrade Phases<\/h1>\n

Below is a diagram explaining our current upgrade phases for Dash Core v0.16. Please note this is subject to change based on any new information discovered between now and when we release to mainnet.<\/p>\n

\n
\n
\n
\n
\n
<\/div>\n

\"Image<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/figure>\n

What is Dash?<\/h1>\n

Dash is a global payments network with its own cryptocurrency offering businesses and individuals instant payments for less than a cent per transaction. Our goal is to provide users with a better way to pay and get paid. Dash Core Group is in the process of rolling out a series of upgrades to our system dubbed \u201cEvolution\u201d to make Dash the most user-friendly blockchain-based payment network in the world.<\/p>\n","protected":false},"excerpt":{"rendered":"Current Status Significant scope has been added to Dash Core Release v0.16.0 since the\u00a0initial Product Brief\u00a0was published in June. The end of September has been set as the target for this major release to hit mainnet. The final stage in the process is our third release candidate, v0.16.0 RC3, coming next week to testnet. Over…","protected":false},"author":5,"featured_media":58933,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[216],"tags":[],"acf":[],"yoast_head":"\nUpdated Product Brief: Dash Core Release v0.16.0 - Dash<\/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:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Updated Product Brief: Dash Core Release v0.16.0 - Dash\" \/>\n<meta property=\"og:description\" content=\"Current Status Significant scope has been added to Dash Core Release v0.16.0 since the\u00a0initial Product Brief\u00a0was published in June. The end of September has been set as the target for this major release to hit mainnet. The final stage in the process is our third release candidate, v0.16.0 RC3, coming next week to testnet. Over...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/\" \/>\n<meta property=\"og:site_name\" content=\"Dash\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DashPay\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/DashPay\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-11T00:45:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-18T11:41:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"637\" \/>\n\t<meta property=\"og:image:height\" content=\"321\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"tungfa\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Dashpay\" \/>\n<meta name=\"twitter:site\" content=\"@dashpay\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"tungfa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/\"},\"author\":{\"name\":\"tungfa\",\"@id\":\"https:\/\/www.dash.org\/#\/schema\/person\/220582bbf3006c2a9924ed46921386b5\"},\"headline\":\"Updated Product Brief: Dash Core Release v0.16.0\",\"datePublished\":\"2020-09-11T00:45:24+00:00\",\"dateModified\":\"2021-09-18T11:41:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/\"},\"wordCount\":1346,\"publisher\":{\"@id\":\"https:\/\/www.dash.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/\",\"url\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/\",\"name\":\"Updated Product Brief: Dash Core Release v0.16.0 - Dash\",\"isPartOf\":{\"@id\":\"https:\/\/www.dash.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png\",\"datePublished\":\"2020-09-11T00:45:24+00:00\",\"dateModified\":\"2021-09-18T11:41:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage\",\"url\":\"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png\",\"contentUrl\":\"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png\",\"width\":637,\"height\":321},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dash.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Updated Product Brief: Dash Core Release v0.16.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dash.org\/#website\",\"url\":\"https:\/\/www.dash.org\/\",\"name\":\"Dash\",\"description\":\"Dash is Digital Cash You Can Spend Anywhere\",\"publisher\":{\"@id\":\"https:\/\/www.dash.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dash.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dash.org\/#organization\",\"name\":\"Dash\",\"url\":\"https:\/\/www.dash.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dash.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/media.dash.org\/wp-content\/uploads\/dash-d.png\",\"contentUrl\":\"https:\/\/media.dash.org\/wp-content\/uploads\/dash-d.png\",\"width\":500,\"height\":500,\"caption\":\"Dash\"},\"image\":{\"@id\":\"https:\/\/www.dash.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DashPay\",\"https:\/\/twitter.com\/dashpay\",\"https:\/\/www.instagram.com\/dashpay\",\"https:\/\/www.linkedin.com\/company\/10424093\",\"https:\/\/www.pinterest.com\/dashdigitalcash\",\"https:\/\/www.youtube.com\/c\/DashOrg\",\"https:\/\/en.wikipedia.org\/wiki\/Dash_cryptocurrency\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dash.org\/#\/schema\/person\/220582bbf3006c2a9924ed46921386b5\",\"name\":\"tungfa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dash.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3a4f85d9a40fa53a7999cb74b212915e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3a4f85d9a40fa53a7999cb74b212915e?s=96&d=mm&r=g\",\"caption\":\"tungfa\"},\"description\":\"tungfa is responsible for social media communications, and posts both original stories and links to news coverage of Dash from around the web.\",\"sameAs\":[\"https:\/\/www.dash.org\",\"https:\/\/www.facebook.com\/DashPay\",\"https:\/\/twitter.com\/Dashpay\",\"nathan\"],\"url\":\"https:\/\/www.dash.org\/author\/tungfa\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Updated Product Brief: Dash Core Release v0.16.0 - Dash","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:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/","og_locale":"en_US","og_type":"article","og_title":"Updated Product Brief: Dash Core Release v0.16.0 - Dash","og_description":"Current Status Significant scope has been added to Dash Core Release v0.16.0 since the\u00a0initial Product Brief\u00a0was published in June. The end of September has been set as the target for this major release to hit mainnet. The final stage in the process is our third release candidate, v0.16.0 RC3, coming next week to testnet. Over...","og_url":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/","og_site_name":"Dash","article_publisher":"https:\/\/www.facebook.com\/DashPay","article_author":"https:\/\/www.facebook.com\/DashPay","article_published_time":"2020-09-11T00:45:24+00:00","article_modified_time":"2021-09-18T11:41:29+00:00","og_image":[{"width":637,"height":321,"url":"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png","type":"image\/png"}],"author":"tungfa","twitter_card":"summary_large_image","twitter_creator":"@Dashpay","twitter_site":"@dashpay","twitter_misc":{"Written by":"tungfa","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#article","isPartOf":{"@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/"},"author":{"name":"tungfa","@id":"https:\/\/www.dash.org\/#\/schema\/person\/220582bbf3006c2a9924ed46921386b5"},"headline":"Updated Product Brief: Dash Core Release v0.16.0","datePublished":"2020-09-11T00:45:24+00:00","dateModified":"2021-09-18T11:41:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/"},"wordCount":1346,"publisher":{"@id":"https:\/\/www.dash.org\/#organization"},"image":{"@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage"},"thumbnailUrl":"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png","articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/","url":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/","name":"Updated Product Brief: Dash Core Release v0.16.0 - Dash","isPartOf":{"@id":"https:\/\/www.dash.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage"},"image":{"@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage"},"thumbnailUrl":"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png","datePublished":"2020-09-11T00:45:24+00:00","dateModified":"2021-09-18T11:41:29+00:00","breadcrumb":{"@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#primaryimage","url":"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png","contentUrl":"https:\/\/media.dash.org\/wp-content\/uploads\/Screen-Shot-2020-09-23-at-8.46.34-AM.png","width":637,"height":321},{"@type":"BreadcrumbList","@id":"https:\/\/www.dash.org\/news\/updated-product-brief-dash-core-release-v0-16-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dash.org\/"},{"@type":"ListItem","position":2,"name":"Updated Product Brief: Dash Core Release v0.16.0"}]},{"@type":"WebSite","@id":"https:\/\/www.dash.org\/#website","url":"https:\/\/www.dash.org\/","name":"Dash","description":"Dash is Digital Cash You Can Spend Anywhere","publisher":{"@id":"https:\/\/www.dash.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dash.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dash.org\/#organization","name":"Dash","url":"https:\/\/www.dash.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dash.org\/#\/schema\/logo\/image\/","url":"https:\/\/media.dash.org\/wp-content\/uploads\/dash-d.png","contentUrl":"https:\/\/media.dash.org\/wp-content\/uploads\/dash-d.png","width":500,"height":500,"caption":"Dash"},"image":{"@id":"https:\/\/www.dash.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DashPay","https:\/\/twitter.com\/dashpay","https:\/\/www.instagram.com\/dashpay","https:\/\/www.linkedin.com\/company\/10424093","https:\/\/www.pinterest.com\/dashdigitalcash","https:\/\/www.youtube.com\/c\/DashOrg","https:\/\/en.wikipedia.org\/wiki\/Dash_cryptocurrency"]},{"@type":"Person","@id":"https:\/\/www.dash.org\/#\/schema\/person\/220582bbf3006c2a9924ed46921386b5","name":"tungfa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dash.org\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3a4f85d9a40fa53a7999cb74b212915e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a4f85d9a40fa53a7999cb74b212915e?s=96&d=mm&r=g","caption":"tungfa"},"description":"tungfa is responsible for social media communications, and posts both original stories and links to news coverage of Dash from around the web.","sameAs":["https:\/\/www.dash.org","https:\/\/www.facebook.com\/DashPay","https:\/\/twitter.com\/Dashpay","nathan"],"url":"https:\/\/www.dash.org\/author\/tungfa\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/posts\/58932"}],"collection":[{"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/comments?post=58932"}],"version-history":[{"count":1,"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/posts\/58932\/revisions"}],"predecessor-version":[{"id":58953,"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/posts\/58932\/revisions\/58953"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/media\/58933"}],"wp:attachment":[{"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/media?parent=58932"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/categories?post=58932"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dash.org\/wp-json\/wp\/v2\/tags?post=58932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}