Ethereum market data interface
as of August 23, 2019, Ethereum price: the highest price in 24 hours is ¥ 1922.07 ≈ 0.0365btc, the lowest price in 24 hours is ¥ 1876.36 ≈ 0.0356btc, the highest price in history is ¥ 10047.07 ≈ 0.1906btc, and the lowest price in history is ¥ 2.95 ≈ 0.0001btc Trading volume: 46.1025 million eth
2. Turnover of the exchange: 5.944 billion, 0.62%, 24 hours up and down
precautions:
1. The co founders of Ethereum believe that competition will be positive, and the world absolutely needs to see that indivial freedom is respected, and that they can freely access global IT tools. The data of these tools are not controlled by companies or companies that can use digital transformation to increase data
Unlike paper or pound gold, code lines allow people to transfer value digitally. However, the difference between them and traditional currency lies in the source, maker and owner. These new currencies, designed by computer scientists and based on Mathematics and cryptography, are not forged, controlled or supported by the governmentIf you want to query the transaction records on the main network, you can use Etherscan. However, if you build your own private chain, how should you query the transaction records
the answer is that you need to listen to the logs on the chain, save them in the database, and then query them in the database. For example:
< pre t = "code" L = "Java" > varaddr = & quot& quot;< br />varfilter=web3.eth.filter({fromB lock:0 ,toBlock:' latest', address:addr });< br />filter.get(function(err,transactions){transactions.forEach(function(tx){
vartxInfo=web3.eth.getTransaction(tx.transactionHash);
/ / at this time, the transaction information txinfo can be stored in the database
})< br />}); Pre >
Web3. Eth. Filter() is used to monitor the log on the chain, and Web3. Eth. Gettransaction() is used to extract the information of the specified transaction. Once the transaction information is obtained, it can be stored in the database for query
recommend a practical introction, you can see: Ethereum tutorial
The price of eth is probably going up today
Ethereum is an open source public blockchain platform with smart contract function, which provides decentralized Ethereum virtual machine to process point-to-point contract through its special cryptocurrency ether (ETH)
the Ethernet system is the most widely used public blockchain system supporting complete application development. Compared with bitcoin, Ethereum belongs to the category of blockchain 2.0, which is a new blockchain system designed to solve some problems of bitcoin network. The design of bitcoin is only suitable for the scenario of encrypted digital currency, it does not have Turing completeness, and it lacks the concept of saving the real-time status of the account. Moreover, it has the problems of efficiency and resource waste caused by POW mechanism. Bitcoin's blockchain network has the defect of insufficient scalability