Ethereum memory is too full
these puzzles
Hello, according to my experience, 1. First set up the rack, then fix the graphics card, and then plug the CPU and fan, memory, SSD hard disk into the slot of the motherboard, and connect the power supply and motherboard power supply
I hope my suggestions can help you, thank you
The price of Eth and other virtual currencies is determined by the following aspects: 1. Frequency of use; 2. Actual use; 3. Number of participants
as for how much room to go up, the current price of Ethereum is about 6600. Recently, e to the frequent use of Ethereum private placement, Ethereum has risen to more than 10000. Ethereum is a smart contract, and there are countless tokens developed based on Ethereum. Therefore, as the underlying public chain of smart contract, its prospect changes with the popularity of blockchain, However, some time ago, the disadvantages of Ethereum were exposed. The main chain was congested and the handling fees were extremely expensive. The development of Ethereum was close to the bottleneck. Therefore, the room for its growth was whether the developers could improve the main chain environment according to the disadvantages. As for the number of participants, it was not a big problem now. Pay more attention to the current development progress of the developers and focus on doing things, There is a bright future ahead
at present, the websites that can trade Ethereum include: btctrade international station, Huo coin, coin an, etc.

many new users believe that the sole purpose of mining is to generate ether in a way that does not require a central issuer (see our guide "what is ether?"). It's true. The token of Ethereum is proced in the process of mining, with a mining rate of 5 Ethereum coins per piece. But mining is at least as important. Usually, banks are responsible for keeping accurate records of transactions. They make sure that money is not created out of thin air and that users don't cheat and spend money many times. However, blockchain introces a new way to keep records, the whole network instead of intermediary, to verify transactions and add them to the public ledger
Ethereum mining
although "no trust" or "trust minimization" monetary system is the goal, there are still people who need to ensure the security of financial records and ensure that no one cheats. Mining is one of the innovations that makes decentralized records possible. Miners have reached a consensus on the history of transactions in terms of preventing fraud (especially double spending on ether) - an interesting issue that hasn't been addressed before the decentralized currency works on the blockchain. While Ethereum is looking at other ways to reach a consensus on the effectiveness of the deal, mining currently keeps the platform together
how mining works
today, the mining process of Ethereum is almost the same as that of bitcoin. For each transaction, the miner can use the computer to guess the answer repeatedly and quickly until one of them wins. More specifically, the miner will run the unique header metadata (including time stamp and software version) of the block through the hash function (which will return a fixed length, unordered string of numbers and letters, which appears to be random), changing only the 'nonce value', which will affect the hash value of the result
if the miner finds a hash that matches the current target, the miner will be granted ether and broadcast the block across the network for each node to verify and add to their own ledger . If miner B finds the hash, miner a stops working on the current block and repeats the process for the next block. It's hard for miners to cheat in this game. There is no way to fake the work and come up with the right answer to the puzzle. That's why solving puzzles is called "proof of work."
on the other hand, others have little time to verify whether the hash value is correct, which is exactly what each node does. About every 12-15 seconds, a miner finds a stone. If the miner starts to solve the puzzle faster or slower than this, the algorithm will automatically re adjust the difficulty of the problem so that the miner can rebound to about 12 seconds of solution time
miners earn these ethers randomly, and their profitability depends on their luck and the computing power they put in. The specific workload verification algorithm used by Ethereum is called "ethash", which aims to require more memory, making it difficult to mine with expensive ASIC. Special mining chips are now the only profitable way to mine bitcoin
in a sense, ethash may have achieved this goal successfully, because dedicated ASIC is not available for Ethereum (at least not yet). In addition, as Ethereum aims to shift from proof of work mining to "proof of equity" (which we will discuss below), buying ASIC may not be a wise choice because it may not prove useful for a long time< However, Ethereum may never need miners. Developers plan to abandon proof of work, the algorithm currently used by the network to determine which transactions are valid and protect them from tampering to support proof of equity, which is guaranteed by token owners. If and when the algorithm is launched, proof of equity can become a means to achieve distributed consensus, and the consensus uses less resources.
first, smart contracts are so good that they are not useless
smart contracts. As the name suggests, smart contracts refer to contracts that can be executed automatically by computer code; Ethereum virtual machine is used to execute smart contract; Smart account is the carrier that smart contract can be executed. In other words, smart account, this "account" can be controlled by Ethereum virtual machine. According to what control, according to smart contract
there is no free lunch in the world. The smart contract function is so good that it's not useless. When you trade in Ethereum, you have to pay the miner's handling charge. So what's the handling charge you have to pay on Ethereum system, and what's the relationship between
gas and handling charge
2. What's the matter with Ethereum gas
Ethereum gas is similar to automobile fuel. It needs Ethereum gas to drive smart contract. Gas is an English word, Chinese meaning: gas, gasoline, this thing in daily life, is a consumable. Why does Ethereum proce fuel
what is the meaning of gas in Ethereum? In fact, Ethereum's gas is closely related to transaction costs. Ethereum transaction needs service charge. This gas is the calculation mode of service charge of Ethereum
in the setting of Ethereum, the transaction fee is similar to an encrypted fuel, namely gas, which can drive the movement of smart contracts. When Ethereum executes transactions on the blockchain, the fuel will be graally consumed according to the rules of the characteristics
from this point of view, gas is really the same as its original intention, like automobile fuel. If you want to start a car, you must need fuel
What is the difference between the transaction fees of Ethereum gas and bitcoin When it comes to handling charges, you may be familiar with them. There is no free lunch in the world. Both Ethereum and bitcoin need service charge, but the service charge mode of the two is different. Bitcoin is used to pay bitcoin as a transfer fee directly, but Ethereum is not In essence, Ethereum is a virtual machine, which is decentralized and controlled by people all over the world, forming a "world-class computing network". When you send a token, execute a contract, transfer Ethereum, or do other things on the block, the computer needs to calculate when processing the transaction, which consumes network resources. In this way, you have to pay the "gas" to get the computer to work for you and the miners to process the transaction for yougenerally, the higher the gas price the sender is willing to pay, the greater the value the miners get from the transaction, and the more likely the miners are to choose the transaction. In this way, miners are free to choose to trade. In order to set the gas price for the sender as a reference, miners can directly put forward the lowest gas price they need to execute the transaction
How to calculate the gas consumption of Ethereumwhen Ethereum virtual machine processes transactions, Virtual Opportunities process one by one according to the operation instructions determined in the transaction, and each operation instruction has a specified gas consumption
Ethereum system stipulates two accounts: one is normal account and the other is smart account
for ordinary transfer transaction, that is to call "normal account", the required gas is fixed 21000
when calling "smart account", because the complexity of smart contract is different, the required gas is also different. The more resources (computation, memory, etc.) used to process transactions, the more gas will be needed. For example, an addition operation will consume 3gas. If more complex operations are performed, the more gas will be consumed
then you may ask a question: when a user's transaction involves a malicious smart contract, the contract is extremely complex, and the execution of the contract will consume unlimited fuel, what should we do? The solution of Ethereum system is: in order to avoid unlimited gas consumption caused by malicious
smart contract, the user needs to set the maximum allowable fuel consumption when sending the transaction, namely
gaslimit. In this way, even if there is a malicious smart contract, the worst case is only within the fuel consumption range specified by gaslimit
What is the relationship between Ethereum gas and transaction feeson Ethereum, the service charge you pay is equal to gasprice times gasused
you can understand gasprice as the unit price of fuel and gasused as how many liters of fuel the car needs
for a car, if you say 20 yuan per liter of gasoline, 10000 liters of gasoline is 200000 yuan. For Ethereum, each
gas is 20 gigabytes (gigabytes is the unit of quantity of Ethereum currency), and 10000 gas is: 20 times 10000 equals 200000 gigabytes, 20000 gigabytes equals 0.0002 Ethereum, that is to say, the transaction procere is 0.0002 Ethereum
the specific exchange value is shown in the following table:
for specific exchange rate query, you can check the following website:
for details https://jin10086.github.io/etherconVerter/
both gas price and ether price are freely regulated by the market, but they are different in that the price of ether fluctuates according to the market situation, while the price of gas is determined by miners, If the price of fuel falls below the miners' minimum requirements, the miners refuse to process the deal. The separation of gas and Ethereum can protect the system from the possible fluctuation with the rapid change of Ethereum price
generally speaking, most miners will choose to give priority to their interests. When dealing with the transaction, they will arrange according to the gas price from high to low, and give priority to those with high gas price. If you are in a hurry to trade, you need to raise the gas price so that the miners can see you earlier; If you are not in a hurry, you just need to set a gas price, which is above the bottom line of gas price set by miners
How is gas obtainedin fact, gas is the ether coin purchased from the miner. The ether coin in the user's own account can purchase gas from the miner, and the Ethereum client will automatically purchase gas with Ethereum according to the specified maximum transaction expenditure limit
Where did gas go in the endfor each transaction, the initiator of the transaction must set the gas limit and gas price. Different operations will proce different gas costs. When the gas is used up, the miner will stop executing, and the gas used will be used as a reward to the miner. This will involve several situations:
the first situation is that if there is a surplus gas, the miner will stop executing, Then the remaining gas will be returned to the transaction initiator or the creator of the smart contract. For example, if I send an Ethereum to Yiyi, the gas limit I set is 50000, and the gas normally consumed is 21000, then the remaining 29000 that has not been consumed will be returned to me
in the second case, if the gas limit I set is too low, or the Ethereum in my account is not enough to pay for my gas consumption, then the transaction will be cancelled e to insufficient gas, and the gas used for calculation will not be returned to my account
in the third case, if the transaction fails, I have to pay the handling charge for the occupied computing resources
How to set a reasonable gas pricebefore each transaction, you can query this website to confirm the gas price to be set: https://ethGasstation.info/ To sum up, in this article, we mainly introce the gas and service charge of Ethereum: gas is equivalent to fuel oil. When you process transactions on Ethereum virtual machine, you will consume computing resources, that is, gas. On Ethereum, the service charge you pay is equal to gasprice multiplied by gasused, that is, the unit price of gas multiplied by the total amount of gas consumed. The complexity of the operation is different, and the cost of gas is also different. When the gas is used up, the miner will stop executing, and the gas used will be used as a reward to the miner. The miner will give priority to the trader with higher gas price
according to the report, Zhejiang blockchain government platform is mainly engaged in blockchain bills, especially medical bills. The public platform of Changsha's SMIC blockchain mainly focuses on government information disclosure, government affairs handling, intellectual property protection, judicial expertise, finance and so on, but it has not involved the medical bills yet.
new currencies are usually solved through open market operations. In other words, the central bank makes its own money flow out by buying Treasury bonds (issued by the Ministry of Finance), so that the money flows to commercial banks, and commercial banks make money circulate in the society through lending
first of all, understand currency: today's commonly referred to as currency is the paper money in our pocket. It is a medium and tool to facilitate the exchange and circulation of goods under the commodity economy. It has no value in itself and is issued and forced to circulate by the national bank. When you go shopping in China with us dollars, the shop owner will treat us dollars as a piece of waste paper, because US dollars must be converted into RMB through the central bank to be used in China
currencies of different countries cannot be circulated in different countries. Now, with the global economic integration, there are certain economic exchanges between countries. In order to solve the trade and currency problems between different countries, two concepts of foreign exchange and foreign exchange reserve are involved
as we all know, a country's wealth is not measured by the amount of its currency issued or owned, but by the amount of its commodities, which are the material needs of people's life, rather than money, that is, a country's proction capacity and gross domestic proct
trade between countries can be divided into export and import as follows:
in the case of export, if US dollar is used as foreign currency, that is to say, Chinese multinational enterprises sell their procts in the United States in exchange for the currency of other countries. For Chinese people, foreign currency is not allowed to circulate in the Chinese market, Therefore, in the Chinese market, foreign currency is equivalent to a pile of waste paper. Therefore, it is useless for Chinese export enterprises to sell foreign currency to the national bank to exchange it for RMB, and the state holds foreign currency. People's wealth is ultimately reflected in their material enjoyment, and money is only an intermediary and tool for material exchange, Our domestic enterprises give the goods they proce to the United States, while the United States only gives us foreign currency (bonds), thus forming a debt relationship: that is, China is the creditor, foreign countries (the United States) are the debtor, and foreign exchange (US dollars) is the debt relationship certificate
for the import situation, foreign currency reserves will not be affected. For example, if foreign businessmen sell foreign goods at home to earn RMB, the central bank will take the foreign exchange reserves (US dollars) to buy back RMB from foreign investors (because this part of RMB is circulating at home and is not counted as foreign exchange reserves), It may also be that foreign businessmen take RMB to their own country to exchange for their own currency, which also forms their own foreign exchange reserves (whether the actual process is like the above, I don't know, it's not studying economy, it's just speculation). Buy back is actually a hedging process (the real sense of hedging seems to be that the central bank takes foreign exchange to buy overseas). It can also be understood as follows: foreign goods are regarded as the goods proced by the central bank and sold in the domestic market. In this way, part of the foreign exchange reserve is returned to the people through the central bank, and the debt is also paid
generally, the amount of money in circulation of a country corresponds to the amount of goods proced by the country Material wealth corresponds to the amount of money)
Chinese enterprises export goods, which can be seen as: China proces too many domestic goods (that is, the corresponding currency is not enough),
domestic enterprises get foreign markets for commodity sales and exchange through the form of export, and can exchange domestic goods for foreign goods, but because of the existence of foreign currency, In fact, these foreign currencies are equivalent to the debts of foreign consumers to China's export enterprises, and these debts are uniformly assigned to the name of the national bank. This has become the country's foreign exchange reserves. The more foreign exchange reserves, the more money the state will lend. Lending is equivalent to issuing money. If a country releases too much money, it needs to issue a large amount of money, which may cause inflation (there are not enough goods, but a lot of currency in circulation). At this time, the country purchases goods from overseas through the international market, and consumes foreign goods in exchange for goods, so as to achieve the goal of stabilizing and balancing the economy. It can also be understood from another perspective that the central bank releases a large amount of money to exchange for foreign exchange reserves. The increase of this kind of money is not caused by the "invisible hand" of the market rules, but by the Central Bank of the government. If we zoom in, the increase of money will actually be inflation, and the money on the hands of the people will be devalued, The devalued part is occupied by the central bank free of charge. Therefore, it can be understood as: foreign exchange reserves are liabilities of the central bank, not assets, because it is exchanged by the central bank from the people's hands with RMB, then the people will want to cash this asset one day
as China's foreign exchange currency is mainly US dollar, once the US economy fluctuates and leads to the depreciation of US dollar, China's foreign exchange reserves will have the risk of devaluation. The devaluation of foreign exchange reserves is also the loss of China's assets< In a word, foreign exchange reserve is a kind of debt relationship between the people and other countries (reserves are not national assets, but the money of the working people), and the people, as one of the creditor's rights, transfer the creditor's rights to the National Central Bank and hang them in the name of the central bank
foreign exchange reserve refers to the foreign convertible currency held by a country's monetary authority and can be used for external payment, which acts as an international reserve asset. The amount of foreign exchange reserve mainly depends on the status of import and export, the scale of foreign debt and the actual use of foreign capital. Foreign exchange reserves are used for trade with other countries
in order to increase foreign exchange, we need to issue RMB to buy, and the supply of RMB will increase, which may cause monetary expansion in the domestic market. A certain amount of foreign exchange reserve is an important means for a country to adjust its economy and realize the economic balance at home and abroad. When there is a deficit in the balance of payments (more imports, the domestic market full of foreign goods, causing domestic monetary tightening), the use of foreign exchange reserves can promote the balance of payments; When the domestic macro-economy is unbalanced and the total demand is greater than the total supply (the consumption demand increases and the goods are not enough), we can use foreign exchange to organize imports, so as to adjust the relationship between the total supply and the total demand and promote the macro-economy balance
at the same time, when the exchange rate fluctuates, we can use the foreign exchange reserves to intervene the exchange rate and make it stable
the performance of foreign exchange reserves is to hold a kind of financial claims expressed in foreign currency, not put into domestic proction. This leads to the problem of opportunity cost, that is, if the monetary authorities do not hold reserves, they can use these reserve assets to import goods and services, increase the real resources of proction, and thus increase employment and national income, while holding reserves gives up such benefits
the increase of foreign exchange reserves should expand the money supply. If the foreign exchange reserves are too large, it will increase the pressure of inflation and increase the difficulty of monetary policy
holding too much foreign exchange reserves may also cause losses e to the depreciation of foreign exchange rate
because foreign currency can not circulate in the domestic market, the central bank not only releases a certain amount of money (through export and foreign capital) in China, but also reserves a certain amount of foreign exchange on behalf of the country. At this time, RMB is used in China, while foreign exchange itself is independent of the domestic economic operation, and is used by the central bank to maintain and increase value in the international financial market.
