Posts

Showing posts with the label blockchain oracles

Weekly News Overview: Cryptocurrency

Image
Ukrainian Regulations States That Mining Does Not Require Governmental Oversight Ukrainian’s powers stated that crypto mining does not require regulatory activity from governmental oversight bodies or other third-party protocols. In its legal article on virtual assets published on Feb. 7, the Ministry of Digital Transformation of Ukraine specified that mining does not necessitate directives by state authorities as this activity is measured by the protocol itself and network members. Internet Surges 300% In North Korea Over The Past 3 Years North Korea’s internet use saw a 300% surge over the past three years, as the country’s regime has continued to rely on cryptocurrencies for various activities. Misuse of crypto and blockchain technology is among the primary tactics for the country to generate revenue as well as transfer and use illicitly obtained funds, a new study says. Blog U.S. Think Tank Contradicts Need For Federal Digital Currency ...

Explained: Blockchain Oracles

Image
Oracles feed the smart contract with external information that can trigger predefined actions of the smart contract. This external data stems either from so ware ( Big-data application ) or hardware (Internet-of-Things) . Such a condition could be any data, like weather temperature, successful payment, or price fluctuations. However , it is important to note that a smart contract does not wait for the data from an outside source to flow into the system . The contract has to be invoked, which means that one has to spend network resources for calling data from the outside world. This induces network transaction costs. In the case of Ethereum, this would be “gas.” There are different types of oracles: Software Oracles handle information data that originates from online sources, like temperature, prices of commodities and goods, flight or train delays, etc. The so ware oracle extracts the needed information and pushes it into the smart contract. Hardware Oracles Some sm...