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

Can use new updated account_info and `json_block` in the responses. https://docs.nano.org/integration-guides/advanced/?h=+hot+wallet#cold-wallets

SYN cookies are enabled by default in Linux (https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt): Send out syncookies when the syn backlog queue of a socket overflows. This is to prevent against the common 'SYN flood...

Add preconfigured peers explanation and setup details to the [notable configuration options](https://docs.nano.org/running-a-node/configuration/#notable-configuration-options)

Refer to existing [tuning options](https://docs.nano.org/running-a-node/ledger-management/#tuning-options) and expand into other known areas for troubleshooting bootstrap issues.

The confirmation time stats (either from [confirmation_history](https://docs.nano.org/commands/rpc-protocol/#confirmation_history) or average from [websocket confirmations](https://docs.nano.org/integration-guides/websockets/#confirmations)) can be misleading since they don't sample the time between the block being **sent** and the time of...

Possibly to the glossary, or other locations as appropriate.

Add an example for creating change blocks in our [external management](https://docs.nano.org/integration-guides/key-management/#external-management) guide. It's possible to imply from the [block specification](https://docs.nano.org/integration-guides/the-basics/#block-format) now but this should make it more explicit for wallet...

When executing the following RPC request (using `raw` set to true): ```json { "action": "account_history", "raw": true, "account": "nano_3xinwsdt57qo5bcysock15do87r9fuepq84erab5udm6wekymq9e9tiin8hw", "count": 1 } ``` The following response JSON is received: ```json...

On the Configuration page https://docs.nano.org/running-a-node/configuration/ add a section, likely a collapsed box to keep it from overwhelming the page, for capturing configuration changes over time. This is needed because it...

This was added in v19. https://github.com/nanocurrency/nano-node/pull/1973