Position: Home page » Bitcoin » How to prevent over issue of bitcoin

How to prevent over issue of bitcoin

Publish: 2021-04-16 01:44:42
1.

The concept of bitcoin was first proposed by Nakamoto on November 1, 2008, and was officially born on January 3, 2009. According to the idea of Nakamoto, the open source software is designed and released, and the P2P network on it is constructed. Bitcoin is a virtual encrypted digital currency in the form of P2P. Point to point transmission means a decentralized payment system

bitcoin network generates new bitcoin through "mining". In essence, the so-called "mining" is to use computers to solve a complex mathematical problem to ensure the consistency of bitcoin network distributed accounting system. Bitcoin network will automatically adjust the difficulty of mathematical problems, so that the whole network will get a qualified answer about every 10 minutes. Then bitcoin network will generate a certain amount of bitcoin as block reward to reward the person who gets the answer

2.

Bitcoin is just a game. If it is promoted as a tool to get rich, it can be regarded as a fraud. Just like the currency in other online games, the only difference is that bitcoin has been standardized since the game was first formulated. It can't be issued indiscriminately, so it can keep its value better than other virtual game props. It is equivalent to the online collection. Bitcoin is a prop in the game, and its value is reflected in the recognition of bitcoin by players: more people play, the value of props in the game is higher; The risk is that he is not the only game, and his algorithm is not the only one. Maybe someone will be able to make other special coins soon. All you need to do is promote the game and sell your props. As for money, bitcoin does not have the basic attributes of money, such as unfair initial distribution and insecure circulation. Money needs to be maintained by the state machine

< H2 > extended materials:

the concept of bitcoin was first proposed by Nakamoto in 2009. According to Nakamoto's ideas, the open source software and the P2P network on it were designed and released. Bitcoin is a kind of P2P digital currency. Point to point transmission means a decentralized payment system. Unlike most currencies, bitcoin does not rely on specific currency institutions to issue. It is generated by a large number of calculations based on specific algorithms. Bitcoin economy uses a distributed database composed of many nodes in the whole P2P network to confirm and record all transactions, and uses cryptography design to ensure the security of all aspects of money circulation. The decentralized nature and algorithm of P2P can ensure that it is impossible to artificially manipulate the value of bitcoin through mass proction

1. Bitcoin (bitcoin) is a kind of network virtual currency, which can buy real-life goods. It is characterized by decentralization, anonymity, and can only be used in the digital world. It does not belong to any country or financial institution, and is not subject to geographical restrictions. It can be exchanged anywhere in the world. Therefore, it is used as a money laundering tool by some criminals

2. On January 7, 2014, Taobao announced that it would ban the sale of Internet virtual currencies such as bitcoin and lightcoin from January 14. On February 26, 2014, Democratic Senator Joe Manchin of West Virginia issued an open letter to a number of regulatory authorities of the federal government of the United States, hoping that relevant institutions would pay attention to the status quo of bitcoin encouraging illegal activities and disrupting the financial order, and demanded that actions be taken as soon as possible to completely ban the electronic currency

3. On May 12, 2017, a global outbreak of bitcoin virus madly attacked public and commercial systems! Nearly 74 countries in the world have been seriously attacked

4. From August 1, 2017, global bitcoin trading platform will suspend recharge and withdrawal services. Bitcoin China digital asset trading platform will stop new user registration on September 14, and all trading businesses will be stopped on September 30

< H2 > reference materials:

network bitcoin

3.


although bitcoin still has great risks, after years of development, with the increase of its application population, application scenarios and application technology, no country or organization can completely eliminate it. If you can figure it out, it is likely that countries will generally accept bitcoin and embrace it

according to my personal judgment, bitcoin, after a period of continuous development, is likely to become a world currency in the future, which can play the role of electronic gold and become the target of the value of other sovereign currencies. From this perspective, bitcoin can be used as a means of asset preservation in the future when inflation is inevitable

4. The concept of bitcoin was first proposed by Nakamoto on November 1, 2008, and was officially born on January 3, 2009. According to the idea of Nakamoto, the open source software is designed and released, and the P2P network on it is constructed. Bitcoin is a virtual encrypted digital currency in the form of P2P. Point to point transmission means a decentralized payment system
unlike all currencies, bitcoin does not rely on a specific currency institution to issue. It is generated by a large number of calculations based on a specific algorithm. Bitcoin economy uses a distributed database composed of many nodes in the whole P2P network to confirm and record all transactions, and uses cryptography design to ensure the security of all aspects of currency circulation. The decentralized nature and algorithm of P2P can ensure that it is impossible to artificially manipulate the value of bitcoin through mass proction. The design based on cryptography can make bitcoin only be transferred or paid by the real owner. This also ensures the anonymity of money ownership and circulation transactions. The biggest difference between bitcoin and other virtual currencies is that the total amount of bitcoin is very limited and it has a strong scarcity

according to the notice on preventing the financing risk of token issuance, there is no approved digital currency trading platform in China. According to China's digital currency regulatory framework, investors have the freedom to participate in digital currency transactions at their own risk

warm tips: the above information is for reference only. Before investing, it is recommended that you first understand the risks existing in the project, and understand the investors, investment institutions, chain activity and other information of the project, rather than blindly investing or mistakenly entering the capital market. Investment is risky, so we should be cautious when entering the market
response time: December 28, 2020. Please refer to the official website of Ping An Bank for the latest business changes
[Ping An Bank I know] want to know more? Come and see "Ping An Bank I know" ~
https://b.pingan.com.cn/paim/iknow/index.html
5.

Security of bitcoin wallet

< UL >
  • anti-theft

  • to prevent private key leakage

    As a friendly format of wallet private key, mnemonics are very convenient for you to backup and import. Because of its plaintext, we do not recommend that it be saved electronically, but copied and kept on physical media. As a al backup, mnemonics and keystore complement each other

    and keystores can be stored online, such as cloud disk, or in their own U disk (hardware wallet takes advantage of this), which is relatively safer than online storage. Even if hackers steal your keystores, they can't steal the assets without the password of the keystores, so the password of the keystores is particularly important at this time

  • loss prevention

  • the main loss prevention strategy is multiple backup, multiple backup. For example, when backing up a wallet, not only the keystore, but also the mnemonic words and private key should be backed up. This is a multiple backup

    6. The process of BTC address generation is as follows. You can check bitcoin Chinese wiki completely:
    bitcoin address generation process

    (Note: some numbers are marked with & quot; 0x" Begin with, meaning that the number is in hexadecimal notation& quot; 0x" It doesn't have any meaning in itself. It's a conventional writing method handed down from C language. For example, 0xa is 10 in decimal system. In addition, 1 byte = 8-bit binary = 2-bit hexadecimal)

    in the first step, randomly select a 32 byte number and size from 1 to 0xFFFF ffff ffff ffff ffff ffff ffff fffe baae dce6 af48 a03b BFD2 5e8c d036 4141 as the private key


    in the second step, the elliptic curve encryption algorithm (ecdsa-secp256k1) is used to calculate the uncompressed public key corresponding to the private key A total of 65 bytes, 1 byte is 0x04, 32 bytes are x coordinates, and 32 bytes are y coordinates




    the third step is to calculate the SHA-256 hash value of the public key


    the fourth step is to take the previous step result and calculate the ripemd-160 hash value


    the fifth step is to take the previous step result and add the address version number (bitcoin main network version number "0x00")
    00

    the sixth step is to take the previous step result, Calculate the SHA-256 hash value


    Step 7, take the result of the previous step, and then calculate the SHA-256 hash value (HA HA)


    Step 8, take the first four bytes (8-bit hexadecimal)
    d61967f6

    Step 9 of the result of the previous step, and add these four bytes after the result of step 5, As a check (this is the hexadecimal form of the bitcoin address)
    00d61967f6

    Step 10: change the address with base58 notation (this is the most common form of bitcoin address)< br />
    7. It's fake. Don't believe it. This is a Ponzi scheme on the Internet
    8. It's not a hierarchical test< At present, there are two types of gene testing that you can contact with. One is consumer grade, with many advertisements and relatively low prices. It is well known to the public that you can join in, what packages you have, and discounts. It is often * * gene company, or * * gene for short. wait. The test results can only be used as a reference, as a basis for decision, there is the possibility of error
    the other is clinical grade, with few advertisements. It is often the laboratory of the laboratory or scientific research institution in a large hospital, and it is often used to detect one or several points of a certain kind of disease, with high cost and high accuracy. As long as there is no problem in sampling, the results will be OK
    therefore, if you have such a demand, it is recommended to go to an institution with a molecular laboratory, whose test is clinical grade.
    9. Bitcoin receives payments almost instantaneously. However, there is an average delay of 10 minutes before the network starts adding your transaction to a block to confirm the transaction and that you can use the received bitcoin. Confirmation means that there is a consensus on the Internet that the bitcoin you receive is not used to pay others, so it is recognized as your property. Once your transaction is included in one block, all subsequent blocks will include it, which will greatly consolidate this consensus and rece the risk of transaction cancellation. Each user can determine the time when the transaction is confirmed, but generally speaking, receiving six confirmations is as safe as waiting six months after a credit card transaction
    only full node clients like bitcoin core need longer synchronization time. Technically, synchronization is a process of downloading and verifying all previous bitcoin transactions on the network. Some bitcoin clients need to know all previous transactions to calculate the available balance of your bitcoin wallet and complete new transactions. This step consumes a lot of resources and needs enough bandwidth and space to store the whole block chain. In order to maintain the security of bitcoin, enough users need to use the full node client, because they play the role of confirmation and relay transactions.
    10. 1. Install a computer manager
    2, and then use the computer manager toolbox to fix the vulnerability
    3. Just use this tool to fix the vulnerability
    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