LBTC mining revenue
Publish: 2021-05-14 04:42:37
1. Lightning bitcoin will eventually return to zero. It's better to buy bitcoin than to have money. The main feature of "Shanzhai coin" is that most of them are realized by modifying or even directly applying the source code of bitcoin (bitcoin program is open source). A new name is given and a new kind of currency is born. Only a small number of currencies use the idea of blockchain for reference and implement it without bitcoin source code.
2. Analyzing the advantages of LBTC from the perspective of code mechanism
dpos mechanism
in recent years, e to the resource waste of pow, unstable block output, and the existence of computing power attack, although POW is recognized as the most widely used and secure consensus mechanism, there is still a great risk of being attacked for the block chain with insufficient computing power in the whole network. More and more consensus mechanisms are proposed to be used in blockchain projects for trial and experiment. Dpos is one of the mainstream consensus mechanisms, and LBTC has adopted this mechanism. Dpos ensures that the voting right is in the hands of the coin holder, so the coin holder will be able to choose whether to pass the motion by voting, so as to determine the development direction of the project. At the same time, it also means that the development direction of the project depends on the hands of the people who care about the project itself, and the power of wisdom will promote the better development of the project. At the same time, the advantages of dpos mechanism are that there is no computing power attack, strictly abide by the time block and save resources
dpos advantages of LBTC
the dpos mechanism of LBTC also has its own characteristics: the number of nodes of LBTC is 101, compared with 21 or 51 nodes, the coin holder can vote for 51 nodes at most once in the wallet of LBTC, which further reces the risk of centralization; LBTC can output blocks stably in 3 seconds, and the block size of 2m ensures that LBTC is 400 times more efficient than bitcoin, and the transaction speed can reach more than 2000 transactions per second; The most important difference between LBTC and other projects is that LBTC's dpos mechanism has the rule of irreversible block. When the number of block agents reaches 90% or more in one round, or when the number of block agents exceeds 70%, the first block in the previous round can be considered as irreversible, so as to prevent bifurcation
LBTC's defense measures
in addition to dpos consensus mechanism, LBTC's technical level has other highlights
first of all, LBTC can prevent [replay attack]. What is a replay attack? Each bitcoin account will have a corresponding number of lbtcs based on its bitcoin balance. If the address, private key, algorithm, etc. on each chain are the same, and the transaction format is the same, the transaction initiated on one blockchain can be put on another blockchain for rebroadcasting, and may also be confirmed. This is the "replay attack.". In short, when a user transfers LBTC, BTC may also be transferred at the same time. LBTC modifies the hash algorithm in transaction signature. In the hash algorithm, "LBTC" field is added to LBTC. The hash generated by LBTC and BTC will be different. LBTC and bitcoin do not recognize each other's transactions, so as to prevent replay attacks
secondly, to prevent [forged mining]. There are no concepts of voting and balance in bitcoin transaction. In order to maximize the stability of LBTC, a new output composed of OP return is added in coinbase transaction. Op-return data is composed of three fields: publickey, time and sign (time). Time represents the timeliness of transaction. Publickey verifies sign (time), which is the principle of asymmetric encryption algorithm to prevent forgery and mining. LBTC has 101 nodes. Assuming that the attacker has 30 nodes, if the remaining 71 nodes are forged, other nodes can mistakenly think that the attacker's chain is the longest and block out. This is a forgery mining attack
thirdly, prevent [double flower attack]. Double spending attack is a money spent twice, it can also be called double payment attack. For example, BTG, which has attracted wide attention before, recently suffered 51% attacks. A malicious miner obtained at least 51% of the computing power of the BTG network, temporarily controlled the BTG blockchain, quickly raised money after recharging the exchange, then reversed the block, and successfully implemented Shuanghua. Due to the irreversible block mentioned above, when the transaction of LBTC block is confirmed, it is impossible to roll back, so as to prevent the double flower attack
Fourth, multithreading. In LBTC's transaction consistency and legitimacy check, the data that can be merged and integrated are merged and executed by multi thread, which greatly improves the transaction efficiency and enhances the performance of LBTC
code logic of LBTC
in addition, in terms of code logic, LBTC is divided into protocol layer, consensus layer and application layer. When it is necessary to transfer value, the transaction is completed through the protocol layer link and consensus layer. This process can not only be used as the exchange of value, but also as the value intermediary in the tripartite connection. The application layer is mainly based on smart contract. In the future, LBTC will realize the function of gateway based on smart contract. The payment gateway implements asset issuance, asset transaction, currency exchange, chain interaction and so on
that's why LBTC can say that it wants to do global value internet protocol. Through the payment gateway, it can exchange any currency, not only between currencies, but also between legal currency and digital currency. Isn't that very convenient? One click conversion is to buy eth with vnd and transfer it to her British cousin in the distance. She dislikes it and immediately changes it to EOS. After one second, it is changed to pound sterling. There is no need for extra conversion steps. It's good to get it in one step? Such an analysis, in fact, from the technical code level analysis of LBTC is quite reliable. However, compared with those experts, Xiaobian won't deceive you. Whether LBTC can realize decentralized value Internet Protocol in the future, focusing on code will be a more intuitive way GitHub of LBTC: https://github.com/lbtcio/lbtc-core
how to use gateway
next, we talk about the specific implementation of the gateway's "conversion and circulation", which can be roughly divided into three kinds:
first, after the LBTC system has built the gateway technology, with the gateway as the bridge, user a can convert any currency into LBTC, and then send it to any user B who wants to send it, while user B can convert LBTC into any currency he needs, Does this sound like what you usually do on the exchange? I think this is one of the reasons why LBTC proposes to be a "decentralized exchange"
Second, user a can deposit the funds in the gateway trusted by user B and transfer them to user B through the gateway
thirdly, LBTC will provide the function of "any user can issue token" in the early stage of gateway construction. Therefore, in the LBTC system, if user a has a good reputation, is recognized by everyone, and issues its own a token (of course, it should include the asset chain realized by asset mortgage), a can use its own a token for user B's currency exchange. After that, user a can redeem the a token exchanged to B. A is the gateway role in the transaction process
in the process mentioned above, the functions of asset issuance, asset transaction, currency exchange and chain interaction are realized respectively
the gateway is similar to the function of a bank, which can mainly solve the problem of cross-border transfer. With the high TPS and low handling charge of LBTC, it will be very convenient to realize cross-border transfer. For example, if you need to remit money from China to the U.S., you need to remit RMB to China's LBTC gateway, and then the U.S. gateway will receive the LBTC from China's gateway, convert it into U.S. dollars, and forward it to the U.S. account. In the above gateway system, it can be concluded that both payment parties do not need to join the network, just need to trust the gateway
although the gateway solves the problems of slow speed and high handling charge of traditional transfer payment, it also faces new problems
then there is a problem
in addition to the standard institutions or project parties invited by LBTC can become gateways, ordinary users can buy and sell with each other (in fact, this kind of behavior is more inclined to loan, if it is only the business between acquaintances, it will form a small independent network), How to prove that gateway is a trustworthy organization or indivial
how to extend the gateway of LBTC to cooperate with large organizations is obviously a problem for the team. Ripple has developed more mature. At present, it has cooperated with MUFG in Japan, Westpac in Australia and Standard Chartered Bank in the UK. With ripple, star currency and other payment digital currencies in front, LBTC needs to have more characteristics if it wants to go out of its own route. This can be expected in the later intelligent contract route planning
however, ripple is also accused of being too centralized because of its distribution mode. LBTC has 101 nodes because of its dpos mechanism, and because it is a bifurcated coin, it will be distributed to bitcoin holders 1:1 when it is issued. This can be said to be the inherent advantage of LBTC - it has wide dispersion. If it can be supported and recognized by the public in the future, it can reach a consensus, Then it will form a congenital advantage of wide distribution
in addition, how can we prove that assets really exist in reality and can be used as collateral in the process of asset chain? In addition to large-scale institutions such as banks, small-scale network also has its inevitability. The proof of assets on the asset chain is a very important part. If it is not regulated and certified, it is very likely that the gateway will run away or false gateway will occur. Although the gateway is exemplified as "Taobao" platform, in theory, the platform can not manage the business content, but the platform has supervision on the quality of goods, otherwise it will cause confusion
decentralized exchanges
let's go back to the first point and talk about my ideas on decentralized exchanges. At present, mines and centralized exchanges are the protagonists in the early development of blockchain. With the rise of more and more exchanges, centralized exchanges fall into manipulation scandals and so on, which bring room for the growth of decentralized exchanges. Decentralized transaction is very likely to bring value to the field of blockchain and become the real protagonist in the era of blockchain. With gateway technology, LBTC can realize decentralized exchange. In the decentralized exchange of LBTC, the user's own currency will be kept by himself, which prevents the possibility of losing the currency in the centralized exchange. At the same time, it can also prevent the opaque system transactions, operational and technical risks. According to the previous gateway interview, LBTC will also work with reliable project parties to put on the stock exchange for the benefit of all community members. Generally speaking, LBTC's development route is relatively clear, and its goal in the field of payment is also very clear. Hold on, partners, the future is promising!
dpos mechanism
in recent years, e to the resource waste of pow, unstable block output, and the existence of computing power attack, although POW is recognized as the most widely used and secure consensus mechanism, there is still a great risk of being attacked for the block chain with insufficient computing power in the whole network. More and more consensus mechanisms are proposed to be used in blockchain projects for trial and experiment. Dpos is one of the mainstream consensus mechanisms, and LBTC has adopted this mechanism. Dpos ensures that the voting right is in the hands of the coin holder, so the coin holder will be able to choose whether to pass the motion by voting, so as to determine the development direction of the project. At the same time, it also means that the development direction of the project depends on the hands of the people who care about the project itself, and the power of wisdom will promote the better development of the project. At the same time, the advantages of dpos mechanism are that there is no computing power attack, strictly abide by the time block and save resources
dpos advantages of LBTC
the dpos mechanism of LBTC also has its own characteristics: the number of nodes of LBTC is 101, compared with 21 or 51 nodes, the coin holder can vote for 51 nodes at most once in the wallet of LBTC, which further reces the risk of centralization; LBTC can output blocks stably in 3 seconds, and the block size of 2m ensures that LBTC is 400 times more efficient than bitcoin, and the transaction speed can reach more than 2000 transactions per second; The most important difference between LBTC and other projects is that LBTC's dpos mechanism has the rule of irreversible block. When the number of block agents reaches 90% or more in one round, or when the number of block agents exceeds 70%, the first block in the previous round can be considered as irreversible, so as to prevent bifurcation
LBTC's defense measures
in addition to dpos consensus mechanism, LBTC's technical level has other highlights
first of all, LBTC can prevent [replay attack]. What is a replay attack? Each bitcoin account will have a corresponding number of lbtcs based on its bitcoin balance. If the address, private key, algorithm, etc. on each chain are the same, and the transaction format is the same, the transaction initiated on one blockchain can be put on another blockchain for rebroadcasting, and may also be confirmed. This is the "replay attack.". In short, when a user transfers LBTC, BTC may also be transferred at the same time. LBTC modifies the hash algorithm in transaction signature. In the hash algorithm, "LBTC" field is added to LBTC. The hash generated by LBTC and BTC will be different. LBTC and bitcoin do not recognize each other's transactions, so as to prevent replay attacks
secondly, to prevent [forged mining]. There are no concepts of voting and balance in bitcoin transaction. In order to maximize the stability of LBTC, a new output composed of OP return is added in coinbase transaction. Op-return data is composed of three fields: publickey, time and sign (time). Time represents the timeliness of transaction. Publickey verifies sign (time), which is the principle of asymmetric encryption algorithm to prevent forgery and mining. LBTC has 101 nodes. Assuming that the attacker has 30 nodes, if the remaining 71 nodes are forged, other nodes can mistakenly think that the attacker's chain is the longest and block out. This is a forgery mining attack
thirdly, prevent [double flower attack]. Double spending attack is a money spent twice, it can also be called double payment attack. For example, BTG, which has attracted wide attention before, recently suffered 51% attacks. A malicious miner obtained at least 51% of the computing power of the BTG network, temporarily controlled the BTG blockchain, quickly raised money after recharging the exchange, then reversed the block, and successfully implemented Shuanghua. Due to the irreversible block mentioned above, when the transaction of LBTC block is confirmed, it is impossible to roll back, so as to prevent the double flower attack
Fourth, multithreading. In LBTC's transaction consistency and legitimacy check, the data that can be merged and integrated are merged and executed by multi thread, which greatly improves the transaction efficiency and enhances the performance of LBTC
code logic of LBTC
in addition, in terms of code logic, LBTC is divided into protocol layer, consensus layer and application layer. When it is necessary to transfer value, the transaction is completed through the protocol layer link and consensus layer. This process can not only be used as the exchange of value, but also as the value intermediary in the tripartite connection. The application layer is mainly based on smart contract. In the future, LBTC will realize the function of gateway based on smart contract. The payment gateway implements asset issuance, asset transaction, currency exchange, chain interaction and so on
that's why LBTC can say that it wants to do global value internet protocol. Through the payment gateway, it can exchange any currency, not only between currencies, but also between legal currency and digital currency. Isn't that very convenient? One click conversion is to buy eth with vnd and transfer it to her British cousin in the distance. She dislikes it and immediately changes it to EOS. After one second, it is changed to pound sterling. There is no need for extra conversion steps. It's good to get it in one step? Such an analysis, in fact, from the technical code level analysis of LBTC is quite reliable. However, compared with those experts, Xiaobian won't deceive you. Whether LBTC can realize decentralized value Internet Protocol in the future, focusing on code will be a more intuitive way GitHub of LBTC: https://github.com/lbtcio/lbtc-core
how to use gateway
next, we talk about the specific implementation of the gateway's "conversion and circulation", which can be roughly divided into three kinds:
first, after the LBTC system has built the gateway technology, with the gateway as the bridge, user a can convert any currency into LBTC, and then send it to any user B who wants to send it, while user B can convert LBTC into any currency he needs, Does this sound like what you usually do on the exchange? I think this is one of the reasons why LBTC proposes to be a "decentralized exchange"
Second, user a can deposit the funds in the gateway trusted by user B and transfer them to user B through the gateway
thirdly, LBTC will provide the function of "any user can issue token" in the early stage of gateway construction. Therefore, in the LBTC system, if user a has a good reputation, is recognized by everyone, and issues its own a token (of course, it should include the asset chain realized by asset mortgage), a can use its own a token for user B's currency exchange. After that, user a can redeem the a token exchanged to B. A is the gateway role in the transaction process
in the process mentioned above, the functions of asset issuance, asset transaction, currency exchange and chain interaction are realized respectively
the gateway is similar to the function of a bank, which can mainly solve the problem of cross-border transfer. With the high TPS and low handling charge of LBTC, it will be very convenient to realize cross-border transfer. For example, if you need to remit money from China to the U.S., you need to remit RMB to China's LBTC gateway, and then the U.S. gateway will receive the LBTC from China's gateway, convert it into U.S. dollars, and forward it to the U.S. account. In the above gateway system, it can be concluded that both payment parties do not need to join the network, just need to trust the gateway
although the gateway solves the problems of slow speed and high handling charge of traditional transfer payment, it also faces new problems
then there is a problem
in addition to the standard institutions or project parties invited by LBTC can become gateways, ordinary users can buy and sell with each other (in fact, this kind of behavior is more inclined to loan, if it is only the business between acquaintances, it will form a small independent network), How to prove that gateway is a trustworthy organization or indivial
how to extend the gateway of LBTC to cooperate with large organizations is obviously a problem for the team. Ripple has developed more mature. At present, it has cooperated with MUFG in Japan, Westpac in Australia and Standard Chartered Bank in the UK. With ripple, star currency and other payment digital currencies in front, LBTC needs to have more characteristics if it wants to go out of its own route. This can be expected in the later intelligent contract route planning
however, ripple is also accused of being too centralized because of its distribution mode. LBTC has 101 nodes because of its dpos mechanism, and because it is a bifurcated coin, it will be distributed to bitcoin holders 1:1 when it is issued. This can be said to be the inherent advantage of LBTC - it has wide dispersion. If it can be supported and recognized by the public in the future, it can reach a consensus, Then it will form a congenital advantage of wide distribution
in addition, how can we prove that assets really exist in reality and can be used as collateral in the process of asset chain? In addition to large-scale institutions such as banks, small-scale network also has its inevitability. The proof of assets on the asset chain is a very important part. If it is not regulated and certified, it is very likely that the gateway will run away or false gateway will occur. Although the gateway is exemplified as "Taobao" platform, in theory, the platform can not manage the business content, but the platform has supervision on the quality of goods, otherwise it will cause confusion
decentralized exchanges
let's go back to the first point and talk about my ideas on decentralized exchanges. At present, mines and centralized exchanges are the protagonists in the early development of blockchain. With the rise of more and more exchanges, centralized exchanges fall into manipulation scandals and so on, which bring room for the growth of decentralized exchanges. Decentralized transaction is very likely to bring value to the field of blockchain and become the real protagonist in the era of blockchain. With gateway technology, LBTC can realize decentralized exchange. In the decentralized exchange of LBTC, the user's own currency will be kept by himself, which prevents the possibility of losing the currency in the centralized exchange. At the same time, it can also prevent the opaque system transactions, operational and technical risks. According to the previous gateway interview, LBTC will also work with reliable project parties to put on the stock exchange for the benefit of all community members. Generally speaking, LBTC's development route is relatively clear, and its goal in the field of payment is also very clear. Hold on, partners, the future is promising!
3. Lightning bitcoin, referred to as LBTC, is a new digital currency proced by lightning team through hard bifurcations of bitcoin, in order to solve the problems of miners centralization and transaction congestion in bitcoin. In addition, lightning bitcoin has nothing to do with lightning network technology, and the improvement of LBTC transaction speed is not achieved through this technology
LBTC was highly forked in block 499999 of bitcoin on December 23, 2017, with a circulation of 21 million, and does not support segwit.
LBTC was highly forked in block 499999 of bitcoin on December 23, 2017, with a circulation of 21 million, and does not support segwit.
4. virtual currency, or more formally, digital currency. Although it carries the words of currency, it should be a kind of digital financial asset. Its value comes from the application of blockchain technology in payment, clearing, notarization, digital verification and other aspects, which brings efficiency improvement and cost rection
as you can understand it, it's like the stock of these technology service providers. As these technologies become more and more widely used, these virtual coins will become more and more valuable
bitcoin, which appeared in 2009, is the first kind of virtual currency in the world. It is also the first time that it has applied the blockchain technology which is popular all over the world
after bitcoin, there are many imitators in the market. They either improved on the basis of bitcoin, or put forward more grand technical ideas than bitcoin. Virtual currency, which is common in other markets and considered as "regular army" by instry insiders, is collectively referred to as competitive currency. Together with bitcoin, it forms the whole digital currency market, with a total market value of nearly 100 billion US dollars
there are thousands of virtual currencies in the market, most of which are risky; In addition, there are many MLM coins that are simply for the purpose of deceiving people< In order to help you avoid being cheated, the following is a brief introction to the main "regular army":
1. Bitcoin (BTC)
bitcoin is the first virtual currency in the world, with a total of 21 million. At present, more than 16 million bitcoins have been "g up", with a total market value of about US $45 billion, equivalent to half of the total market value of all virtual coins. It is well deserved to be the number one in the coin circle
bitcoin has been accepted as payment currency by hundreds of thousands of businesses around the world; In addition, bitcoin has also become a common money raising currency in various blockchain technology startups. Therefore, with the increasing demand for bitcoin, the value of bitcoin is likely to grow in the long run
2. Eth is regarded as "bitcoin version 2.0" and is the most likely competitor to surpass the market value of bitcoin. Some time ago, the market value of bitcoin was close to that of bitcoin. However, e to the price rection in the recent month, the market value of bitcoin is only about half of that of bitcoin
Ethernet coin was born in the summer of 2014. It is issued on the Ethereum blockchain, which is different from bitcoin. Ethereum blockchain is a decentralized application platform, which solves the problems of bitcoin's technical limitation in currency application and insufficient function expansion, so it has great technical advantages
3. Bitcash (BCH)
BCH inherits a small part of bitcoin's legacy, the name of bitcoin's cash is also good, and the image logo also inherits a part of bitcoin. The ecology of BCH is also good
BCH pursues to be a world currency and an underlying platform for chain application. BCH is actively deploying the main chain expansion and developing the two-tier network to realize the ideal
the whole ecology should be made efforts from two aspects. The first direction is the expansion of the main chain, payment experience and function improvement. Capacity expansion is the guarantee to keep the certainty of monetary transaction fees very low. Improving the payment experience, including popularizing zero confirmation, pre consensus, and possibly shortening block time, are all evolving towards a better payment experience. The main chain function is perfect, including Op_ Return expansion, token issuance, new opcode addition
with the expansion of BCH main chain function, BCH based applications can be developed. The most famous are the decentralized microblog like memo, the paid download seed application like joystream, and the decentralized encrypted communication like Keyport
the second direction is to develop layer-2 network. Build a new blockchain based on BCH network, such as wormhole and kenoken, which are similar to Ethereum network based on BCH. BCH undertakes more complex block chain functions, such as notification contract, through two-layer network. The competition direction of BCH layer 2 network is to compete with the side chain of BTC
4. Lightning bitcoin (LBTC)
bitcoin has been developing for 10 years. In this decade, bitcoin has experienced three important splits, and now it has become four kinds of currencies. The first is BTC, which has inherited most of bitcoin's heritage; The second is BCH; The third is BSV and the fourth is LBTC
LBTC was born to break the power monopoly of big miner and bitcoin core bitcoin, introce more new features and functions for bitcoin, and greatly improve its performance. Lightning bitcoin (LBTC) is a peer-to-peer e-cash system, which is an innovative experiment based on bitcoin. It uses the dpos consensus mechanism based on utxo to separate the voting right and accounting right, so that the token will not be kidnapped by any party. It is a global value Internet transmission protocol with high speed, low handling charge and high scalability. Due to the adoption of dpos consensus mechanism, users can participate without professional mining machines, achieving real decentralization
the above four are the most mainstream bifurcated versions of bitcoin protocol. They are also investment procts that can realize your desire of soaring wealth. Senior managers can play with them, but the premise is that you need to be prepared for huge losses - because they are very volatile
for Xiao, I would like to say: Although virtual currency is a secret weapon for ordinary people to counter attack the sudden wealth, it's very difficult for you to make a lot of money from it
in addition, at present, the price of virtual bitcoin is at a high level, and it can not be ruled out that it will mainly be sideways in 2019. At this time, I think it is a good choice to some other mainstream bifurcation currencies, such as BCH, BSV and LBTC.
as you can understand it, it's like the stock of these technology service providers. As these technologies become more and more widely used, these virtual coins will become more and more valuable
bitcoin, which appeared in 2009, is the first kind of virtual currency in the world. It is also the first time that it has applied the blockchain technology which is popular all over the world
after bitcoin, there are many imitators in the market. They either improved on the basis of bitcoin, or put forward more grand technical ideas than bitcoin. Virtual currency, which is common in other markets and considered as "regular army" by instry insiders, is collectively referred to as competitive currency. Together with bitcoin, it forms the whole digital currency market, with a total market value of nearly 100 billion US dollars
there are thousands of virtual currencies in the market, most of which are risky; In addition, there are many MLM coins that are simply for the purpose of deceiving people< In order to help you avoid being cheated, the following is a brief introction to the main "regular army":
1. Bitcoin (BTC)
bitcoin is the first virtual currency in the world, with a total of 21 million. At present, more than 16 million bitcoins have been "g up", with a total market value of about US $45 billion, equivalent to half of the total market value of all virtual coins. It is well deserved to be the number one in the coin circle
bitcoin has been accepted as payment currency by hundreds of thousands of businesses around the world; In addition, bitcoin has also become a common money raising currency in various blockchain technology startups. Therefore, with the increasing demand for bitcoin, the value of bitcoin is likely to grow in the long run
2. Eth is regarded as "bitcoin version 2.0" and is the most likely competitor to surpass the market value of bitcoin. Some time ago, the market value of bitcoin was close to that of bitcoin. However, e to the price rection in the recent month, the market value of bitcoin is only about half of that of bitcoin
Ethernet coin was born in the summer of 2014. It is issued on the Ethereum blockchain, which is different from bitcoin. Ethereum blockchain is a decentralized application platform, which solves the problems of bitcoin's technical limitation in currency application and insufficient function expansion, so it has great technical advantages
3. Bitcash (BCH)
BCH inherits a small part of bitcoin's legacy, the name of bitcoin's cash is also good, and the image logo also inherits a part of bitcoin. The ecology of BCH is also good
BCH pursues to be a world currency and an underlying platform for chain application. BCH is actively deploying the main chain expansion and developing the two-tier network to realize the ideal
the whole ecology should be made efforts from two aspects. The first direction is the expansion of the main chain, payment experience and function improvement. Capacity expansion is the guarantee to keep the certainty of monetary transaction fees very low. Improving the payment experience, including popularizing zero confirmation, pre consensus, and possibly shortening block time, are all evolving towards a better payment experience. The main chain function is perfect, including Op_ Return expansion, token issuance, new opcode addition
with the expansion of BCH main chain function, BCH based applications can be developed. The most famous are the decentralized microblog like memo, the paid download seed application like joystream, and the decentralized encrypted communication like Keyport
the second direction is to develop layer-2 network. Build a new blockchain based on BCH network, such as wormhole and kenoken, which are similar to Ethereum network based on BCH. BCH undertakes more complex block chain functions, such as notification contract, through two-layer network. The competition direction of BCH layer 2 network is to compete with the side chain of BTC
4. Lightning bitcoin (LBTC)
bitcoin has been developing for 10 years. In this decade, bitcoin has experienced three important splits, and now it has become four kinds of currencies. The first is BTC, which has inherited most of bitcoin's heritage; The second is BCH; The third is BSV and the fourth is LBTC
LBTC was born to break the power monopoly of big miner and bitcoin core bitcoin, introce more new features and functions for bitcoin, and greatly improve its performance. Lightning bitcoin (LBTC) is a peer-to-peer e-cash system, which is an innovative experiment based on bitcoin. It uses the dpos consensus mechanism based on utxo to separate the voting right and accounting right, so that the token will not be kidnapped by any party. It is a global value Internet transmission protocol with high speed, low handling charge and high scalability. Due to the adoption of dpos consensus mechanism, users can participate without professional mining machines, achieving real decentralization
the above four are the most mainstream bifurcated versions of bitcoin protocol. They are also investment procts that can realize your desire of soaring wealth. Senior managers can play with them, but the premise is that you need to be prepared for huge losses - because they are very volatile
for Xiao, I would like to say: Although virtual currency is a secret weapon for ordinary people to counter attack the sudden wealth, it's very difficult for you to make a lot of money from it
in addition, at present, the price of virtual bitcoin is at a high level, and it can not be ruled out that it will mainly be sideways in 2019. At this time, I think it is a good choice to some other mainstream bifurcation currencies, such as BCH, BSV and LBTC.
5. Take our life as an example. When you buy things on double 11, tmall's sales of more than 100 billion a day and huge digital computing are applied to cloud computing
there are also agricultural procts like rice, oil and so on
for example, vonetracer traceability system of wangchain technology is related to us.
there are also agricultural procts like rice, oil and so on
for example, vonetracer traceability system of wangchain technology is related to us.
6. I have heard a friend who has been mining for three or four years mention that the team members of Bateman information technology company are specialized in the research, development, manufacturing and sales of virtual currency mining equipment. It is said that they initially made traditional POW mining machines, and then graally turned to hard disk mining machines with the development of the instry. They have rich technology and experience, and the procts launched today are also very good.
7.
Spssau can be used to generate simple slope map directly
The operation methods are as follows:1

8. Be careful in investment and financial management. Don't trust others. Learn more about it and read more professional books. Don't think about making big money in the short term; We should realize that financial management is a matter of life, not a matter of time. Investment and financial management is generally easy to lose money, and it is even more difficult to earn the lost money back. Now there are too many chaos in the financial market, and there are many people who run away from the black platform. You are greedy for other people's high profits, and others want your principal. You must go to a legal platform, at least you will not lose the principal. Money is not so easy to earn, Only if you are more professional, can you make money for a long time. Do what you know, understand, don't understand, unprofessional, that's temptation, and you will lose in the end.
9. It can be said that bitcoin and all subsidiary currencies have potential when they first come out, but once the price is fried, the risk will follow. So to play virtual currency, you have to participate in it when you first come out. If you are late, you will not have much profit space, but there is a great risk! Personal advice, for your reference only!
Hot content