Bitcoin transaction confirmed 6 times
the confirmation times of bitcoin are different from that of Ruitai coin, Laite coin and doggy coin.
in addition, the amount of handling charge also determines the order of transaction confirmation
so, yes, you made it. But it will take time to confirm.
methods / steps
1 bitcoin network is a global P2P network, which is jointly maintained by all the nodes (which can be understood as computers) accessing the network. On average, the global network (not a company or an indivial) will confirm the transaction once every 10 minutes. According to the network rules, the bitcoin received by the user needs to be confirmed six times (that is, one hour) before it can be used by the user to pay again
2 recently, bitcoin's arrival speed is slow, because there are too many transactions in the whole bitcoin network, and the block capacity is close to the upper limit, resulting in the congestion of bitcoin network, and slowing down the confirmation of bitcoin on major trading platforms. This is determined by the characteristics of bitcoin network itself and is not controlled by the trading platform
3 generally speaking, if the transaction is not confirmed by the bitcoin network for more than 3 days, bitcoin will be returned. Unconfirmed bitcoin will not disappear, please don't worry. This process is determined by the characteristics of bitcoin network itself, and the trading platform cannot intervene in the operation. Therefore, please wait patiently for the confirmation or return of bitcoin network
4 there is no way to cancel the exported bitcoin, which needs to be confirmed by the bitcoin miner; If you want to speed up the confirmation, you can appropriately increase the service charge paid to the miners, which is not collected by the platform.
the reason why we need six confirmations is that it is more difficult to obtain the optimal solution (to prevent single node fraud). One block may also be able to get an optimal solution, and it is basically impossible to get six blocks together. It has nothing to do with bifurcation
anyone can become a bitcoin miner by running software on specialized hardware. mining software monitors transaction broadcast through P2P network and performs appropriate tasks to process and confirm these transactions. Bitcoin miners can earn transaction fees paid by users to speed up transaction processing and additional bitcoin issued according to fixed formula
new transactions need to be included in a block with mathematical workload proof before they can be confirmed. This kind of proof is hard to generate because it can only be generated by trying billions of calculations per second. Miners need to run these calculations before their blocks are accepted and rewarded. As more people start mining, the difficulty of finding effective blocks will be automatically increased by the network to ensure that the average time to find a block remains at 10 minutes. Therefore, the competition for mining is very fierce, and no indivial miner can control the content contained in the block chain
workload proof is also designed to rely on previous blocks, which forces the time sequence of block chain. This design makes it extremely difficult to cancel previous transactions, because the workload proof of all subsequent blocks needs to be recalculated. When two blocks are found at the same time, the miner will process the first block received, and once the next block is found, it will be transferred to the longest block chain. This ensures that the mining process maintains a global consistency based on processing capacity
bitcoin miners can neither increase their rewards by cheating, nor deal with the fraulent transactions that destroy the bitcoin network, because all bitcoin nodes will reject the blocks containing invalid data that violate the bitcoin protocol rules. Therefore, even if not all bitcoin miners can be trusted, the bitcoin network is still secure
if you still don't understand, go to bitcoin home to see the deeper understanding of netizens.
Transaction mode of bitcoin
bitcoin is e-cash similar to e-mail, and both parties need "bitcoin wallet" similar to e-mail and "bitcoin address" similar to e-mail address. Just like sending and receiving e-mail, the remitter pays bitcoin directly to the other party through a computer or smart phone according to the recipient's address. The following table lists some websites that download bitcoin wallets and addresses for free
a bitcoin address is a string of about 33 characters long, consisting of letters and numbers, always starting with 1 or 3, such as & quot& quot; Bitcoin software can generate address automatically, and it doesn't need to exchange information online, so it can be offline. More than 2 bitcoin addresses are available. Figuratively speaking, there are about two grains of sand in the world. If there is an earth in each grain of sand, then the total number of bitcoin addresses far exceeds the number of all the sand on all these "earths"
the bitcoin address and private key appear in pairs, and their relationship is just like the bank card number and password. A bitcoin address is like a bank card number, which records how much bitcoin you have on it. You can generate bitcoin address at will to store bitcoin. When each bitcoin address is generated, a corresponding private key of the address will be generated. This private key proves that you have ownership of the bitcoin at that address. We can simply understand the bitcoin address as the bank card number, and the private key of the address as the password of the corresponding bank card number. Only when you know the bank password can you use the money on the bank card number. Therefore, please keep your address and private key when using bitcoin wallet
after the transaction data of bitcoin is packaged into a "data block" or "block", the transaction is initially confirmed. When a block is linked to a previous block, the transaction is further confirmed. After six block confirmations in a row, the transaction was irreversibly confirmed. Bitcoin P2P stores all transaction history in a "blockchain.". The blockchain continues to extend, and once new blocks are added to the blockchain, they will not be removed. Blockchain is actually a distributed database composed of a group of scattered client nodes and all participants, which is a record of all bitcoin transaction history. Nakamoto predicts that when the amount of data increases, users hope that not all the data will be stored in their own nodes. In order to achieve this goal, he uses the hash function mechanism. In this way, the client will be able to automatically eliminate those parts that it will never use, such as some very early bitcoin transactions
