Example utility app #17
dkackman
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is now an example utility CLI app called
crops
. Right now, it has one command:prune
, which will connect to a full node and remove any connections that have a lower peak height.Build
dotnet build Examples
Run
dotnet run --project Examples/crops
Or find the binary in
.\Examples\crops\bin\Debug\net5.0
Usage
Beta Was this translation helpful? Give feedback.
All reactions