nano-docs icon indicating copy to clipboard operation
nano-docs copied to clipboard

Documentation for the Nano protocol

Results 56 nano-docs issues
Sort by recently updated
recently updated
newest added

https://github.com/nanocurrency/nano-node/pull/3023

Currently only mentioned in https://docs.nano.org/integration-guides/work-generation/#pre-caching section but probably should be clarified elsewhere.

It appears that ufw and docker do not work well together out of the box. This is a common enough problem that we should have some general advice on it....

See https://www.reddit.com/r/nanocurrency/comments/poxmfj/comment/hdo1v53/?utm_source=share&utm_medium=web2x&context=3 for links to previous Discord discussions about this.

Generally useful if Docker is not preferred, or trying to get setup on Windows. Also called out by community member @playnano here https://www.reddit.com/r/nanocurrency/comments/poxmfj/looking_for_help_reviewing_nano_integration_docs/hdbg05w?utm_source=share&utm_medium=web2x&context=3 and in other places. Consider doing this...

The account frontier confirmation status section of the block confirmation tracking guide [https://docs.nano.org/integration-guides/block-confirmation-tracking/#account-frontier-confirmation-status) may be simplified by using the `confirmation_height_frontier` field from the [`account_info`](https://docs.nano.org/commands/rpc-protocol/#account_info) response.

We don't have a central spot for developers looking to help with the node/protocol code itself, it is spread out/buried in a few places: - https://docs.nano.org/node-implementation/contributing/ - https://docs.nano.org/what-is-nano/living-whitepaper/ - https://docs.nano.org/protocol-design/introduction/...

Comments from community on https://docs.nano.org/node-implementation/contributing/#wip-developer-starter-pack - One issue I have with it is the headers for different sections are inconsistent. Sometimes they are conceptual headers like "SIGNATURE CHECKER" and other...

node/protocol development

The following items are worth covering at a very broad level to give an overall picture of how nodes connect and communicate via the designed protocol: - Brief explanation of...