Skip to content

Which mode do you recommend for Kupo? #5

Closed Answered by sourabhxyz
mrgrauel asked this question in Q&A
Discussion options

You must be logged in to vote

You should use workdir so that tables are persistent, o/w if you were to restart kupo, it would have to sync again.

So you can setup kupo like this:

kupo \
  --node-socket some-folder/cardano-node/node.socket \
  --node-config some-folder/cardano-node/config.json \
  --since origin \
  --match "*" \
  --workdir /path/to/desired/dir

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mrgrauel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants