Skip to content

Commit

Permalink
Feat #65: Improve balance lose check
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Jan 8, 2024
1 parent 7c8b7eb commit d1161e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ docker run -it \

And the following commands can be used to start a Kupo backed instance, if you want to use an existing Kupo instance:

> [!TIP] **How to run Kupo efficiently?**
> [!TIP]
>
> **How to run Kupo efficiently?**
>
> Firstly, Kupo requires a node running, note that node itself maintains efficient access to information such as current protocol parameters, current set of pool ids, etc. but it doesn't efficiently provide us with UTxOs when say queried by a particular address. Kupo helps in covering this gap and gives us efficient lookup tables to query for UTxOs. For our use case, we are only interested in our own bot's UTxOs, order UTxOs and the required reference scripts / reference inputs. So we'll run Kupo to keep track of only those UTxOs, note that if we instead run Kupo by matching against star (`*`) pattern, then as Kupo does many disk writes, we would quickly burn out our SSDs TBW limit.
>
Expand Down

0 comments on commit d1161e6

Please sign in to comment.