Ethernet all node wallet interface
If 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
A: generally, there is only one account address, otherwise there will be an error! blockchain itself is unique. If there are multiple account addresses on one node, it violates the fundamental principle of blockchain!
first of all, confinement is usually for one month. So whether at home or in the confinement center is the same, it needs to live for a month. But this time is not certain, can only be said to be at least a month's time to live. A month is a minimum time, even if the maternal recovery is fast, but also to live enough for a month. But if the maternal recovery is relatively slow, then it is not only to live for a month, it is necessary to live longer. Therefore, it is more recommended that pregnant women take delivery at home, which is more convenient and comfortable<
secondly, confinement is the key period for a newborn baby to recover. During this period, it is necessary to take good care of the baby. The time of each confinement is different, but it is generally 30 days or 42 days, so the body will recover more completely
in the end, the place to take delivery of the baby must choose a better place, a place with more complete facilities and better service. Otherwise, if the pregnant woman goes to the delivery center and no one is in charge, the delivery of the baby will be greatly reced
pay attention to diet after childbirth:
women have higher requirements for diet when they are in confinement, and many women think that there are not so many restrictions after childbirth, but as long as women are still in lactation, there are still many things to pay attention to
1. During lactation, women should not eat food with milk returning function, such as leek, malt, etc. Many women think ginseng tonic body is very effective, but ginseng will make maternal milk, in breast-feeding, it is best not to eat. In addition, more estrogen content of food is also easy to cause milk, such as pigeons, hens and so on
2. Women should not eat caffeinated food ring lactation. Caffeine can stimulate the nervous system. It is likely to enter the child's body through milk, causing damage to the child's nervous system and heart, and also causing indigestion
3. Eat less salt and monosodium glutamate, too much salt will increase the burden on the kidney. And monosodium glutamate will affect the development of children, eat too much monosodium glutamate will make children appear mental retardation, growth retardation and so on
women should not only pay attention to their diet when they are in confinement, even when they are out of confinement, as long as they are still in the lactation period, they can not do whatever they want in their diet, so as not to have adverse effects on their children.
XTT (Xin time token), based on Ethereum erc20 platform, is a decentralized digital currency carrier based on blockchain as payment technology
Ethereum is an open source public blockchain platform with smart contract function, which provides decentralized Ethernet virtual machine to process point-to-point contract through its special cryptocurrency ether (ETH)
the concept of Ethereum was first proposed by vitalik buterin, a programmer, from 2013 to 2014, inspired by bitcoin, to the effect of "next generation cryptocurrency and decentralized application platform", and began to develop through ICO crowdfunding in 2014
extended data:
background
bitcoin has created the first decentralized cryptocurrency, and has fully tested the feasibility and security of blockchain technology in more than five years
the blockchain of bitcoin is actually a set of distributed database. If a symbol bitcoin is added into it and a set of protocol is specified, the symbol can be transferred safely on the database without trusting a third party. The combination of these features perfectly constructs a currency transmission system bitcoin network
however, bitcoin is not perfect, and the scalability of the protocol is a deficiency. For example, there is only one symbol in the bitcoin Network - bitcoin, and users can't customize other symbols. These symbols can represent the company's stocks or debt certificates, which will lose some functions
In addition, a stack based scripting language is used in bitcoin protocol. Although this language has some flexibility to realize functions such as multi signature, it is not enough to build more advanced applications, such as decentralized exchanges. Ethereum is designed to solve the problem of insufficient scalability of bitcoinreference source: network Ethereum
