简体   繁体   English

Ropsten以太坊未显示交易信息

[英]Ropsten Ethereum not showing transaction information

I am using geth 1.7.3-stable-4bb3c89d to sync with Ropsten network. 我正在使用geth 1.7.3-stable-4bb3c89dRopsten网络进行同步。 I started synchronization with fast mode and restarted the service. 我开始使用fast模式进行同步,然后重新启动了服务。 When I type eth.syncing in geth console it always shows false but the new blocks are being imported. 当我在geth控制台中键入eth.syncing ,它始终显示为false但是新的块正在导入。

eth.blockNumber in my node returns 4374961 but when I try to get one of the transaction info from that block then it returns null . eth.blockNumber在我的节点返回4374961,但是当我试图从该块中的交易信息之一,那么它将返回null

When will the transaction info of the blocks be downloaded in my node? 何时将块的交易信息下载到我的节点中? I already removed the test database 3 times and started fresh with fast sync mode. 我已经删除了3次测试数据库,并以fast同步模式重新开始。 I have 11 peers right now in my node. 我的节点中目前有11个同级。 Do I need to change something to download block info? 我是否需要更改某些内容才能下载阻止信息?

I think I was on the different fork than the fork of https://ropsten.etherscan.io/blocks as stated here . 我想我是在不同的叉比叉https://ropsten.etherscan.io/blocks如说在这里 I updated my geth server and started syncing with bootnodes available here . 我更新了我的GETH服务器,并开始与现有bootnodes同步这里 Now everything seems updated with Ropsten network. 现在,一切似乎都通过Ropsten网络进行了更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM