1. You can choose to trade in the
digital currency exchange. At present, the mainstream digital currency exchanges in the market are coin security, fire currency and bitnet.
2. Ethereum wallet address is your bank card number. If you forget the address, you can use the private key, mnemonic words and keystore + password to import the wallet and retrieve it. Buying and selling Ethereum is even easier. You can open an account with $100 in the realm Kingdom, and then analyze the price. Buying up or down means buying in the right direction is profitable.
3. In Ethereum, all kinds of transfer and other transaction operations need to be completed by accounts. In the transaction platform, such as currency exchange transaction platform, each transaction needs to have a transaction initiation account and a transaction receiving account. Each account corresponds to an address, and the account name is the label of the address. Use a wallet to manage accounts. A wallet can contain multiple accounts. Of course, you can also create multiple wallets

4. There are two possibilities. One is that the platform didn't give you a coin, so you need to consult customer service. The second kind of wallet problem has not been reflected by you. I mentioned this situation on ZB platform before. The customer service of the platform said there was a problem with the wallet, and then returned it to me. The original account was pulled.
5. No, it only needs the currency supported by the wallet. If the currency not supported by the wallet is transferred in, the coin will be lost. The charging address of each coin is different. Moreover, the wallet is a small platform. I feel that it is not as safe as ZB, but some personal wallets can be used with some amount
6. This needs to be recharged, but we must pay attention to the risk. This chain is not particularly mainstream. It may be the capital disk or counterfeit currency.
7. The term "difficulty" comes from
bitcoin, the pioneer of
blockchain technology, which is used to measure the average number of operations needed to dig out a block. Mining is essentially solving a puzzle. Different e-coins set different puzzles. For example, bitcoin uses SHA-256, lightcoin uses script, and Ethereum uses ethash. All the possible values of the solution of a puzzle are called the solution space. Mining is to find a solution among these possible values
these puzzles
8. 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
9. I want to transfer the ether in my wallet to Bitz exchange
first register and log in Bitz, find Ethereum under the asset, and click recharge to get the recharge address
then charge the Ethereum in your wallet directly to this address.
10. This is not very clear, because the research team in the central bank's digital currency is generally the relevant personnel of the central bank departments and their think tanks. As early as 2014, domestic banking institutions began to study digital currency
at present, the central bank's research on digital currency is still at an early stage, and it only plans to launch digital currency, but it is still far away from issuing digital currency. When the central bank studies digital currency, it may study the existing mainstream digital currencies such as bitcoin, Ruitai, dogcoin, etc.