Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous transaction data cannot be queried #2855

Open
Orangehi opened this issue Jan 16, 2025 · 2 comments
Open

Previous transaction data cannot be queried #2855

Orangehi opened this issue Jan 16, 2025 · 2 comments

Comments

@Orangehi
Copy link

Orangehi commented Jan 16, 2025

Local private chain, running for a while, data cannot be queried anymore
What should I configure to ensure that the data will be saved?

eth.getBlock(144799)
{
number: 144799,
transactions: ["0xacffe2b189d48e30ee9ea306035992cddc558312680239d17ff5819d5aac4b09", "0xd886eb13dee87c0b2b1e34d683577a7f5da88bdb3fac54f408f45a83ce944647"],
}
eth.getTransactionReceipt("0xacffe2b189d48e30ee9ea306035992cddc558312680239d17ff5819d5aac4b09")
null
eth.getTransaction("0xacffe2b189d48e30ee9ea306035992cddc558312680239d17ff5819d5aac4b09")
null

@zzzckck
Copy link
Collaborator

zzzckck commented Jan 16, 2025

Could you provide more background, what is the command line arguments?

@Orangehi
Copy link
Author

Orangehi commented Jan 17, 2025

Could you provide more background, what is the command line arguments?

The startup parameters are default for geth.
How should I set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants