cncli icon indicating copy to clipboard operation
cncli copied to clipboard

A community-based cardano-node CLI tool

Results 7 cncli issues
Sort by recently updated
recently updated
newest added

cncli leader log reported a block for today. However my node did not produce it. Later on, I deleted cncli db and re-sync db from scratch. After that I ran...

Hi, while following the installation guide, I was able to install v4.0.1 get to this step: `command -v cncli` However, instead of returning `/usr/local/bin/cncli`, it always returns `$HOME/.cargo/bin/cncli`. What would...

The cncli sync process appears to stop syncing. This is a containerized deployment. The cncli sync container stops running. The leaderlog and validate containers remain up without issues. Upon investigating...

[Installation guide](https://github.com/AndrewWestberg/cncli/blob/8154a2d727691dfbe0ef498ec67d67c5cfc8e75e/INSTALL.md) is outdated, and has examples with missing scripts. There are no `ledger-dump.sh` and standalone `cncli-leaderlog.sh` in current [scripts directory](https://github.com/AndrewWestberg/cncli/tree/ba5902ccb80b53a19330a6cbfe960183c13c91aa/scripts). As I understand ``` # calculate slots assignment for...

Ping Request: ``` echo -e "\x19\x19\x19\x19\x00\x00\x00\x0B\x82\x00\xA1\x07\x82\x1A\x2D\x96\x4A\x09\xF4" | nc -w 1 127.0.0.1 6000 | xxd -p ``` Ping Response: ``` [1, 7, [764824073, false]] ``` Nodes will log `ErrorPolicyTrace` which also...

I'm trying to use cncli-sendtip service to the [adapool testnet dashboard] (https://testnet.adatools.io/). I'm following the steps from the repo, but you propose a [config file](https://github.com/AndrewWestberg/cncli/blob/develop/INSTALL.md#pooltool-integration) called pooltool.json. Do I need...