bsc icon indicating copy to clipboard operation
bsc copied to clipboard

Pending transactions not found in mempool

Open fomotrader opened this issue 2 years ago • 7 comments

System information

Geth Version: 1.1.11 Git Commit: 70d08a5791d0650322e79591ac1fb869df607586 Git Commit Date: 20220608 Architecture: amd64 Go Version: go1.17.2 Operating System: linux GOPATH=/root/go GOROOT=go

Expected behaviour

Mempool should have pending transactions

Actual behaviour

Mempool has no pending transactions, the node just mines a ton of blocks and that's it

Steps to reproduce the behaviour

All I did was upgrade my version of GETH from an old one to the latest release

Backtrace

Not sure how to provide more valuable feedback

When submitting logs: please submit them as text and not screenshots.

fomotrader avatar Jul 02 '22 12:07 fomotrader

Can I see your geth command and config.toml

cosinlink avatar Jul 05 '22 09:07 cosinlink

https://gist.github.com/fomotrader/b7be33b03de17ce9560606e0cd673380

/geth --config /root/config.toml --datadir /root/server/data-seed/geth/ --cache=54000 --pcscdpath=""

fomotrader avatar Jul 05 '22 12:07 fomotrader

You need to confirm that the block height is the latest, otherwise you really cannot receive the latest transaction, it is possible that your node machine is poor, so you may fall behind the latest height of BSC

cosinlink avatar Jul 07 '22 07:07 cosinlink

@cosinlink I've been running this node for over 12 months, this issue started after I upgraded to the latest version of the binary on GH. I'm on the latest block that's not my issue, but for some reason I'm getting 0-5% of pending txs hit my mempool.

fomotrader avatar Jul 07 '22 16:07 fomotrader

Here's a script that compares my block height to bscscan

image

fomotrader avatar Jul 07 '22 16:07 fomotrader

hi @fomotrader is ur issue same as me? https://github.com/bnb-chain/bsc/issues/984

atlaschiew avatar Jul 08 '22 05:07 atlaschiew

No I don't think so as my mempool has 0 transactions most of the time

fomotrader avatar Jul 09 '22 12:07 fomotrader