Is digital currency machine installed in Guangzhou
Basic routine: the "trading market" of MLM digital currency is basically controlled by specific institutions. In order to attract investors' investment in the early stage, the currency price may be very high. Once the time is ripe, it will be sold intensively, and the price will plummet, and the investors will lose all their money
There are three characteristics of digital money MLM:1. Digital money is a real proct, and it is highly packaged
2. The participants can get a head pulling reward, and the prize is the digital currency itself
3. Digital currency will appreciate with the increase of participants in the scam. In the cycle of digital currency appreciation, the number of participants who can obtain digital currency will also increase, and the participants, including the lowest level participants, will also gain, but in the cycle of devaluation, the bottom level participants often lose a lot
in 2017, the Internet Finance Association of Jiangsu Province issued the "internet pyramid selling identification guide", which named 26 so-called digital currencies as illegal pyramid selling projects covered or suspected to be covered with digital currency. They are: treasure money, Baichuan money, SMI, MBI, mark money, Diablo money, mmm, Fuda compound wealth management, carat money, V treasure, Vicat money, petroleum money, Huaqiang money, CB aiib Hong Kong Group, Yuansheng, Morgan money, beta money, WorldCom, u money, Jubao, 21st century fox, Wanxi wealth management, Wanfu money, Wuxing money, Yi money, Zhonghua money, etc
extended materials:
five ways to distinguish whether digital currency is pyramid selling currency:
1. Issuance mode
virtual currency does not rely on specific monetary institutions. It is proced by a large number of calculations according to specific algorithms, and is a decentralized issuance mode. Each different terminal node is responsible for maintaining the same account book, and the maintenance process is mainly to package and encrypt the transaction information by the algorithm, while the MLM currency is mainly issued by a certain organization, and the profit is made by pulling the head
2. Transaction mode
virtual currency is a kind of sporadic transaction spontaneously formed in the market, which is graally completed by a third party establishing an exchange after the scale is formed. The MLM currency is issued by an institution and traded on its own platform
3. Implementation method
virtual currency itself is an open source program, which is maintained in GitHub community. The parameters and methods of the total amount limit are shown in the open source code. The open source of MLM currency is completely ing other people's open source code, and there is no use of open source code to build programs, so its essence is controlled by the website like Q currency
4, whether to give the source code link
General decentralized digital currency will give the source code link in the prominent position of the official website, so as to show the operation mechanism of the monetary system openly and transparently. The MLM currency focuses on the transaction process of recharge purchase, but does not mention its operation mechanism. Even the website does not have the link address of the source code
5, whether the official website starts with HTTPS
generally, the addresses of the official website and trading website of decentralized digital currency start with HTTPS, and the purpose is that this kind of website can well protect the user's data from illegal theft. But the official website of MLM currency, trading website and other related websites do not start with HTTPS
coinbase transaction is a special transaction that generates bitcoin "out of thin air". Only miners can write this kind of transaction, and the number of generated bitcoin is limited by rules (new currency reced by half for every 210000 blocks + transaction fee for this block)
however, the rules do not stipulate that the miner must take away all the rewards that can be taken, and can choose not to take them
therefore, a mine pool connected with the RSK side chain has made a bug before, forgetting to take away the reward and occupying a pit in a block for nothing, which is equivalent to destroying the corresponding amount of bitcoin, making the total amount of bitcoin decrease a little bit permanently
in addition, to spend a bitcoin, you only need to specify the transaction ID and output serial number
as like as two peas in multiple blocks repeatedly write identical coinbase transactions, the transaction ID is also repeated.
therefore, this kind of situation also occupies the pit of a block in vain, and permanently destroys the corresponding amount of bitcoin
it seems to me that this is still a security vulnerability, so the new version of bitcoin software later banned the writing of repeated coinbase transactions. But until now, there has been no ban on miners not getting their e rewards
generally speaking, a coin is controlled by a private key. If a coin is transferred to an address where no one knows the private key, it will be destroyed
if the owner does a good job in security, and the private key is not disclosed and cannot be guessed, but he accidentally loses the private key, it is equivalent to destroying all the coins he owns
there are only some special circumstances that require intentional destruction of coins
one is irreversibly converted into another kind of currency, such as the contract currency XCP attached to bitcoin and wormhole cash WHC attached to BCH
the second is to save certificates and data on the chain, such as the time stamp: panbiao.com/2013/08 /
and the crowd funding of the original Ethereum founding team: zhuanlan.hu.com/p/29
the private key is essentially a big number. Whoever knows this number can control the currency on the corresponding address. So the private key must be generated with reliable random number, otherwise it may be guessed and stolen
compared with the token, the address is the hash of the public key. There is no way to judge whether an address has a corresponding public key and private key (even if the public key is known, the corresponding private key cannot be known). Therefore, even if it is explicitly the address of "burned" token, the system does not prohibit the transfer in
strictly speaking, what locks the currency is a small program (script). This program takes the input as the public key and digital signature. First, check whether the public key hash is consistent, and then check whether the digital signature is valid. If it is valid, it will be verified and transfer is allowed; Otherwise, it will be judged that the transaction is illegal and refuse to package into the chain
it is the whole node software that explains and executes this program. It can be said that the software code of the whole node specifically defines a coin
however, the current situation is very embarrassing. Most miners do not run the whole node, only a few mines are running. The vast majority of users do not run the whole node, even if they run the whole node, they can only perform verification, no computing power, no block.