当前位置:网站首页>Get error: Unsupported fork ordering: eip150block not enabled, but eip155block enabled at 0
Get error: Unsupported fork ordering: eip150block not enabled, but eip155block enabled at 0
2022-06-29 03:22:00 【Fallacious】
Fatal: Failed to write genesis block: unsupported fork ordering: eip150Block not enabled, but eip155Block enabled at 0
Here's the picture :
In use Geth An error occurs when initializing the genesis block :eip150Block Enabled when not enabled eip155Block
Check whether the initialization file is indeed the case , My initialization of the creation block json The documents are as follows :
{
"config": {
"chainId": 15,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"coinbase" : "0x0000000000000000000000000000000000000000",
"difficulty" : "0x40000",
"extraData" : "",
"gasLimit" : "0xffffffff",
"nonce" : "0x0000000000000042",
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x00",
"alloc": {
}
}
You can see ,json Not in file eip150Block, Only eip155Block and eip158Block
terms of settlement
So in the file eip155Block Add a line above "eip150Block": 0,
After modification config Some of them are as follows :
"config": {
"chainId": 15,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0
},
Successful reinitialization 
The initialization of the json File from the https://www.cnblogs.com/yty2152/p/10432691.html It's a copy of , Whether it is required to be enabled due to subsequent version changes eip155Block when eip150Block Must be enabled yet to be confirmed , Who knows you can leave a message and tell me , thank ~
边栏推荐
- FPGA (VIII) RTL code IV (basic circuit design 1)
- [test theory] quality analysis ability
- Quick sort, query the k-largest number of the sequence
- Logarithmic calculation in reverse order, logarithmic calculation in sequence -- merge sort
- Equal wealth
- Grafana Getting Started tutorial
- 归并排序
- Etcd教程 — 第六章 Etcd之核心API V3
- The method of displaying or closing the network flying line in Allegro design
- Unable to locate program input point [email protected]
猜你喜欢

图扑软件智慧能源一体化管控平台

FortiGate firewall configuration log uploading regularly

If you dare to write MQ message queue middleware on your resume, you must win these questions!
![Synchronous movement state of Jerry's watch [chapter]](/img/58/a7e73aa32c15ccc7c506d521ca2917.jpg)
Synchronous movement state of Jerry's watch [chapter]
![[flutter topic] 66 diagram basic constraints box (I) yyds dry goods inventory](/img/8b/55a43383e1cb6b37231dba980c7b11.jpg)
[flutter topic] 66 diagram basic constraints box (I) yyds dry goods inventory

Web GIS 航拍实现的智慧园区数字孪生应用
[email protected]"/>Unable to locate program input point [email protected]
![[together with Shangshui Shuo series] day 6-strong liver academic paper! The most detailed explanation!](/img/70/595a94ba19d29a56a4f0bb5964a199.png)
[together with Shangshui Shuo series] day 6-strong liver academic paper! The most detailed explanation!

Web APIs 高阶函数 丨黑马程序员
![[線性代數] 1.1 二階與三階行列式](/img/ea/70b59c64d3287a887e371a9181fe45.png)
[線性代數] 1.1 二階與三階行列式
随机推荐
Pat class a a1057 stack
[North Asia data recovery] data recovery case of ibm-ds3512 storage server RAID5 damaged data loss
Delphi time to timestamp
Connect error: no route to host (errno:113)
[test theory] quality analysis ability
FPGA (VII) RTL code III (complex circuit design 2)
Redu.us took the initiative to transform, and the operation leader of China's charging pile emerged
LeetCode 每日一题——324. 摆动排序 II
Analytic hierarchy process (AHP)
Etcd tutorial - Chapter 7 etcd transaction API
Quick sort, query the k-largest number of the sequence
In depth analysis of Apache bookkeeper series: Part 3 - reading principle
Sequence traversal of binary tree ii[one of sequence traversal methods - > recursive traversal + level]
不同的二叉搜索樹[自下而上回溯生成樹+記憶搜索--空間換時間]
【雲原生】這麼火,你不來了解下?
For safe login of wechat applet, the openid returned by wechat must be verified first to ensure the uniqueness of information.
Which is the product with the highest interest rate of increased life insurance on the market at present?
SVN常用的十个命令
How does kubernetes store business data persistently? (10)
[Shangshui Shuo series] the simplest subtitle configuration