XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.48k stars 1.45k forks source link

"account_tx" ledger save how much? #3040

Closed boy-good closed 4 years ago

boy-good commented 4 years ago

when i run rippled with -a. And i make a transaction in Ledger 5,let me called this transaction "A",when my -a network ledger in 5000. The "A" transaction disappeared. I use account_tx rpc to get txs,its dont exist. How to do set config let save account_tx more long?

boy-good commented 4 years ago

How should the general exchange do recharge judgment?

yxxyun commented 4 years ago

https://xrpl.org/online-deletion.html

MarkusTeufelberger commented 4 years ago

What's in your config file? You probably should set your history setting to "full".

mDuo13 commented 4 years ago

If you're running rippled with -a (standalone mode) you need to manually advance the ledger. But why are you running in standalone mode anyway?

boy-good commented 4 years ago

If you're running rippled with -a (standalone mode) you need to manually advance the ledger. But why are you running in standalone mode anyway?

Convenient test

boy-good commented 4 years ago

What's in your config file? You probably should set your history setting to "full".

What's in your config file? You probably should set your history setting to "full".

my config file image I don't konw how the online_delete=2000 mean?

MarkusTeufelberger commented 4 years ago

I don't konw how the online_delete=2000 mean?

Then read the link that @yxxyun already posted.

You need to do the following: https://xrpl.org/configure-full-history.html