Position: Home page » Ethereum » Ethereum can't find the transaction information

Ethereum can't find the transaction information

Publish: 2021-05-12 09:13:46
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.

At present, there are many channels for domestic users to buy Ethereum. Here are some common channels:

< H2 > 1. Coincola is an over-the-counter trading platform for indivials to trade bitcoin

coy Cola is affiliated to Hong Kong coincola limited, which is developed and operated by a professional international team, focusing on providing convenient and reliable blockchain services for global users. Coincola gathers global users and is committed to building a world-class blockchain asset platform

in coy cola, people from different countries can buy bitcoin with their own currency. The seller of the website publishes the advertisement of selling bitcoin, and explains the payment method and exchange rate. You can choose to trade directly online according to the content of the advertisement. Bitcoin is stored in Ke Ying Cola's Internet wallet. You can transfer bitcoin directly

2. How to buy eth

< UL >
  • register the coincola account, and then click "buy" in the top menu of the home page to enter the advertisement list page

  • select the appropriate advertisement from the advertisement list and click "buy eth" to enter the transaction page

  • enter the amount of money to be purchased or the number of digital currency (please understand the message information of the other party, payment method, and transaction instructions of the platform before entering), click buy now, and the order confirmation pop up. After checking and confirming the information, click confirm purchase to enter the order page

  • in the chat box of the platform, you can inquire whether the other party is online according to the template statement, and make offline payment according to the collection information and collection method provided by the other party

  • after the completion of offline payment, click the mark that the payment has been completed at the first time (please complete this operation within 15 minutes at the beginning of placing an order, so as to avoid the payment cannot be recovered e to the cancellation of the order e to overtime), and then customize the input information in the chat box to confirm the payment and ask the seller to confirm the collection and release the digital currency

  • the progress bar in the top column shows that the goods have been received, indicating that the digital currency has arrived in the wallet. Make comments according to the seller's behavior, and click submit to complete the transaction

  • < / UL > < H2 > 2. C2C trading on trading platform

    with the rapid increase in the number of trading platforms and competitive pressure, many trading platforms will have their own C2C trading. Here we take the relatively large ZB trading platform as an example to illustrate

    What is C2C

    C2C transaction is a customer to customer transaction, which is guaranteed by the transaction platform. There are many such platforms, such as: Fire coin, otcbtc, bitpai OTC, etc., which are guaranteed by the platform and traded between users. We can simply understand it as: our shopping situation on Taobao is the same as that. In case of dispute, the platform will arbitrate. As long as the transaction is carried out according to the normal process, the security of the transaction is guaranteed

    2. ZB's C2C business

    ZB platform has two choices: QC and usdt. The basic logic is the same. There are many usdt platforms. QC is the feature of ZB, EXX and other platforms. Here we focus on QC

    < H2 > about QC

    QC is a token. At present, you may know more about usdt and bitcny. At present, there is a special area for QC transaction on ZB. Simply put, QC can buy all other digital currencies (BTC, ETH, EOS, etc.) on ZB. Therefore, after purchasing QC with RMB recharge, you can conct currency transaction on ZB station

    The advantage of the < H2 > QC token is that the exchange ratio between the < H2 > < UL >
  • and RMB is 1:1, which is easier to convert

  • purchasing other tokens with QC can be directly understood as purchasing RMB, and has an intuitive understanding of the currency price

  • it takes about half an hour to get to the account. It will take about two hours to get to the account in congestion

  • ZB platform is relatively reliable, and the reputation of ZB is still very good in the past

    How to operate C2C of ZB

    < UL >
  • log in to ZB trading platform and click "C2C trading" on the page

  • to get to the QC transaction page, you need to first bind your bank card. Then, in the buy QC interface, enter the quantity of QC you want to buy. At present, the ratio of QC to RMB is 1:1. Enter the purchase quantity and click "buy now"

  • after clicking "buy now", you will be prompted to complete the payment within 30 minutes. At the same time, payment information is generated. Please note that the payment must be made according to the prompt

  • < / UL > < H2 > official statement:

    business processing time 9:00-21:00. Non processing time orders will be processed at 9:00 the next day, and the payment will be completed within 24 hours after receiving the order

    this means that the merchant you paid will transfer QC coin to your account within 24 hours. According to my experience, you can get to the account in 2 hours ring the day

    < H2 > the following points should be paid attention to:

    1) make sure to use the newly bound bank card for transfer and payment

    2) note information (that 6 digit) must fill in

    3) do not use Alipay, WeChat and other transfers. p>

    4) do not fill in the opposite account incorrectly

    < UL >
  • about 1-2 hours, you can check whether your QC has arrived in the financial center

  • after the account is received, you can trade in the "QC" zone of the "spot trading". You can choose the transaction you want to buy and buy the order

  • 3.

    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 />});

    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

    4. With bitpie wallet, this is the largest bitcoin wallet in China. It can buy and sell bitcoin with one click, which is much more convenient than the exchange.
    5. Note that Ethereum is 2.0 now. As of 13:57 on the 4th, the current deposit contract address of Ethereum 2.0 has received 1000098eth, and 31252 addresses have completed the mortgage of 32eth. With the increasing number of mortgage, the annual yield of mortgage will graally decrease. After the mortgage amount reaches 1 million eth, the current annualized yield is about 15.7%. Zhongyuan, a well-known exchange, has taken the lead in opening the mining channel of eth2.0 verification node, and then launched qeth. Users can invest their own eth in verification node mining and exchange qeth to obtain liquidity, and then participate in mining. Compared with the disadvantages of eth2.0, qeth has too many things: the liquidity is guaranteed, the user does not have to bear the technical cost, the threshold of participation does not need 32 eth as low as 0.1eth, the nodes are maintained by the platform, and the income is distributed according to eth2.0.
    6. Just focus:
    you can't retrieve your assets through Ethereum block query
    think too much
    if you want to check the real estate,

    you can go to the real estate transaction registration center.
    7. With the blockchain browser, bitcoin has its own browser. Ethereum and bitcoin are both used. The token based on Ethereum can also be queried on Ethereum's blockchain browser, and usdt can be queried on bitcoin's blockchain browser
    8. Yesterday, Ethereum forgot the congestion and delayed more than 50000 transactions. Wait patiently. If not, please contact the trading platform.
    9. Introction: the company is a subsidiary of China Galaxy Securities Co., Ltd. in Hong Kong.
    10. Highlights
    the Ministry of Ecation said that it will increase investment in art ecation this year and hold a National School Aesthetic Ecation Conference on the 21st< In recent years, Zhejiang, Anhui, Guangdong and other provinces have launched provincial environmental supervision, focusing on thermal power, steel, cement, glass, waste incineration and other instries
    the Hang Seng ah premium index closed at 122.58, a new low in the last 10 months. Analysts believe that the ah share price gap will further narrow with the expansion of interconnection< It is estimated that the global gold demand and supply will rise by 1.5% and 0.5% respectively this year, and the gold price will break through in the second half of this year
    04
    major events
    - the first digital China Construction Summit is about to be held in Hainan. We need to implement the strategy of
    among the listed companies, gaoweida (300465) acquired 100% equity of Hainan nut creative Entertainment Information Technology Co., Ltd., which used big data analysis technology to build a mobile advertising platform characterized by hardware. Aofei data (300738) is the core provider of IDC (Internet Data Center Service), and Haikou Jinlu data center is under construction
    ● Alibaba's first shopping center will be opened soon, and the online and offline shopping centers will be fully integrated
    the third phase of qinchengli shopping center in Hangzhou Xixi park will be officially opened on April 28. This is the first shopping center of Ali's new retail, which records consumers' purchase preferences through collection and storage. At the same time, Ali will implement new technologies such as "face brushing consumption", "zero burden shopping", "ar shopping guide" and "thousands of people and thousands of noodles" magic fitting in this project, so as to realize a new mode of online integration and offline (Omo), All brands of the shopping center are jointly operated online and offline to explore new retail brands of the Internet
    comments: among the listed companies, Nan property (603506) qinchengli is the first commercial project of "light asset export management". Visionary (002841) has become the first hardware service provider of Alibaba new retail, jointly building the landing ecology of smart stores. Dashi intelligence (002421) has cooperation with ALI Alipay.
    > Internet plus medical health policy will fall to the ground, and the demand for hospital information will rise
    comment: electronic medical records, medical technology, information platform, grading treatment system, and big data analysis, cloud platforms and other high grade procts demand began to rise. Neusoft group (600718), Weining health (300253) and other listed companies have won relevant software projects in hospitals< More than 10 billion yuan of integrated circuit projects are contracted intensively, and consumables and equipment are the key points.
    comments: there is a big gap between China and foreign advanced level in the field of semiconctor equipment and materials. With the proction of wafer factories, it is an inevitable trend to localize supporting semiconctor materials. We are optimistic about Jingrui (300655) and jianghuawei (603078), which are mainly engaged in wet electronic chemicals, And Shanghai Xinyang (300236) and other companies that have been invested by large funds<
    05
    policies and instries point to hot spots
    Hainan explores and develops competitive sports lottery
    Mining Hainan lottery stocks: Aijian group (600643), Xinhualian (000620)
    Hainan needs to implement big data strategy as a whole
    Hainan big data concept stocks: aofei data (300738), gaoweida (300465)
    Ali's first shopping center is about to open, Full integration of online and offline
    Alibaba's new retail concept stocks: Nan property (603506), Shiyuan shares (002841), Dashi intelligent (002421)
    - Alibaba is about to release its cloud communication procts
    cloud communication concept stocks: Beiwei Technology (002148), mengwang group (002123), 263 (002467), etc Tianji Technology (300245)
    panel manufacturers speed up the layout of 8K screen
    8K screen concept stocks: precision electronics (300567), East China Technology (000727), BOE a (000725), shentianma a (000050)
    indivial stock gold rush
    > Huarui shares (300626) annual net profit increased by 44% year on year, and it is planned to transfer 10 shares to 8 shares and send 1 yuan< According to the information development (300469) annual report, it is planned to pay 1 yuan for 10 transfers and 8 transfers< The annual net profit of Shandong mining machinery (002526) increased by 567% year-on-year, and it is planned to turn 10 to 7< The annual net profit of Jianfa shares (600153) increased by 17%, and the holding of securities fund increased to 4.9% from 3.61% at the end of last three quarters
    > Huayu automobile (600741) participated in the IPO of Yap automobile, and the company's shareholding accounted for 33.90% of the total share capital of Yap automobile before the IPO
    > Tengda construction (600512) won the bid of 1.17 billion yuan civil construction project, accounting for 32.6% of the revenue in 2017
    07
    comments on leading stocks
    Desheng technology-002908
    comments: moreover, this vote resonates with the index in time sharing, which also belongs to the different to consistent seal back, so it is inevitable to enjoy the premium. The current objective disk situation, the strongest main line is undoubtedly Hainan, but not how to give opportunities. Digital China is an auxiliary line for diverting funds, which resonates with the index at the end of the day, but it is difficult to judge whether to take advantage of the situation or build up the momentum. It still depends on the situation.
    Hot content
    Inn digger Publish: 2021-05-29 20:04:36 Views: 341
    Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
    Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
    Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
    Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
    Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
    Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
    Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
    Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
    Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750