简体   繁体   中英

Ropsten Ethereum not showing transaction information

I am using geth 1.7.3-stable-4bb3c89d to sync with Ropsten network. I started synchronization with fast mode and restarted the service. When I type eth.syncing in geth console it always shows false but the new blocks are being imported.

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 .

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. I have 11 peers right now in my node. 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 . I updated my geth server and started syncing with bootnodes available here . Now everything seems updated with Ropsten network.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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