NEWTON
Asked
3 months ago
70
views
0
How do I move my Pathfinder node to another server / disk?
0x2ceC...Bd633c
asked
3 months ago
0
Accepted answer
You need to copy pathfinder’s database file to the new server. It will be named according to the network you are running, like:
When starting the node on the new server, you should inform it where the copied database file is located by using the --data-directory <database-filepath> configuration option.
0x2ceC...Bd633c
answered
3 months ago
How do I connect my wallet to my Pathfinder node?
How do I interact with my Pathfinder node?
How do I run a Pathfinder node?
I am already running a full Ethereum node on my server. Can I set the PATHFINDER_ETHEREUM_API_URL parameter to my node's endpoint for pathfinder?
Why should I run a Pathfinder node?
How to select the network my Pathfinder node runs on?
How do I see my Pathfinder logs?
How can I get ETH for the test net in StarkNet?
How to use Argent (or any from the main providers) account in the StarkNet.py?
Have there been any security issues reported on the Cairo code generated from warp so far?
Is there a way to cache context + StarkNet state?
How can I change solc compiler version in warp?
What are steps to create a new contract using starknetjs?
Is uint256 math operators like uint256_le safe? Why do I need to use uint256_check?