I want to deploy an eth rpc node and only need to obtain transaction data related to me. Do I only need to use Geth? Do I need to use Prysm?
The transaction data I get using this way: https://github.com/Adamant-im/ETH-transactions-storage This method is found from How to get Ethereum transaction list by address
I see some introduction here SYNCHRONIZATION MODES https://ethereum.org/en/developers/docs/nodes-and-clients/#sync-modes There are several modes as follows: Full sync / Fast sync / Light sync / Snap sync / Optimistic sync / Checkpoint sync
After reading the description, I still don't know which one is the most suitable for only obtaining transaction data.
I'm a novice please give me an example of starting the functionality I need.