Golem is a decentralized supercomputer that is accessible by anyone. The system is made up of the combined power of user’s machines from personal PCs to entire datacenters. Golem is able to compute almost any tasks from CGI rendering through machine learning to scientific learning. It utilizes an ethereum-based transaction system to clear payments between providers, requestors and software developers however it is safe because all computations take place in sandbox environments and are fully isolated from the hosts’ systems. The company released Brass in 2016 which includes Blender and LuxRender which are the two tools for CGI rendering. There are three releases that follows which are Clay, Stone and Iron. Golem has recently updated their Brass Beta and the highlight of this upgrade are the streamlined task creation GUI, the support for partial task restart in case of subtask timeouts and the fix that should alleviate the issues with the Docker service on Windows. Other than that, improvements have been made on the Blender verification and transaction tracking subsystems and fixed some minor pain-points in the UX. Transaction history will become more user-friendly with separate tabs for payments and incomes. Apart from that, improvements are made for requestors as well, requestors is now able to add resource file without having to repeat the task creation procedure if they have forgotten to add them beforehand. Grand vision and core features ● Golem is the first truly decentralized supercomputer, creating a global market for computing power. Combined with flexible tools to aid developers in securely distributing and monetizing their software, Golem altogether changes the way compute tasks are organized and executed. By powering decentralized microservices and asynchronous task execution, Golem is set to become a key building block for future Internet service providers and software development. And, by substantially lowering the price of computations, complex applications such as CGI rendering, scientific calculation, and machine learning become more accessible to everyone. ● Golem connects computers in a peer-to-peer network, enabling both application owners and individual users ('requestors') to rent resources of other users’ ('providers') machines. These resources can be used to complete tasks requiring any amount of computation time and capacity. Today, such resources are supplied by centralized cloud providers which, are constrained by closed networks, proprietary payment systems, and hard-coded provisioning operations. Also core to Golem’s built-in feature set is a dedicated Ethereum-based transaction system, which enables direct payments between requestors, providers, and software developers. ● The function of Golem as the backbone of a decentralized market for computing power can be considered both Infrastructure-as-a-Service (IaaS), as well as Platform-as-a-Service (PaaS). However, Golem reveals its true potential by adding dedicated software integrations to the equation. Any interested party is free to create and deploy software to the Golem network by publishing it to the Application Registry. Together with the Transaction Framework, developers can also extend and customize the payment mechanism resulting in unique mechanisms for monetizing software. Check out CoinBureau for the full review of Golem.
EtherZero, abbreviated ETZ, is a hard fork on ethereum providing no-fee, high expansibility, real-time transaction or operation feedback services. Aiming to be a general-purpose smart contract platform, ETZ helps developers set up DAPPs that not limited in finance and business scope, but those more frequently used in daily life, to popularize decentralized services to more people and industries. ETZ eliminates the gas fee system from Ethereum network core and adds a Transaction Restriction Policy Protocol layer that associates the threshold, frequency, depth, etc. of initiating transactions with the account balance to combat DDOS like attacks. In particular, ETZ also draws on DASH's two-tier network architecture built with Masternodes transaction verification network and blockchain ledger layer, and its built-in community autonomous system to provide users with real-time operation feedback and high transaction concurrency, no longer need to wait for a long transaction confirmation time. ETZ picks the proven experience of Ethereum on smart contracts, removes its less scalability gas-based fee system and designs a fully accountable trading limit and security strategy against DDOS Class attacks. The final two-tier network composed of the main node and pow consensus layer laid the foundation to achieve free of charge, high concurrency, real-time transactions, independent evolution and several other features. What does no-fee mean to DApp Dev? Taking a simple Todolist DApp as an example, its decentralized implementation can be applied to the team task decomposition process, which requires all participants in the project to know the tasks of other members. Each task is a team consensus result with demand of traceability. The application involves registration of members, additions, deletions and alterations of tasks. According to Ethereum development requirements, all of these operations require gas consumption, which is clearly unreasonable for the users of the application. While in EtherZero, the transaction initiation frequency and the execution depth of smart contracts will be positively related to the balance possessed by the account. This mechanism is similar to POS, it takes into account the fair use of bandwidth and set a relatively high capital threshold required to launch a DDOS attack by malicious attackers while providing free services. This kind of limited and cost-effective free mechanism will spread the decentralized application into the scene of life.