kryptokrona
  • Welcome to the Kryptokrona Wiki
  • ❓About
    • About Kryptokrona
    • Background and History
    • Kryptokrona Community
    • Contributing
    • Contributors
    • Frequently Asked Questions
    • Getting Started
    • Supporting
    • Technical Data
    • Timeline
  • 😎Developer
    • 😎Kryptokrona
      • Compiling from Source
      • Forking Kryptokrona
      • Local Testnet
      • Developer Resources
      • Running a Node on a Pi
      • Subwallets
      • kryptokronad behind HAProxy
      • CI/CD
      • Versioning
      • Help and Support
      • Kryptokrona API Docs
        • Daemon JSON RPC API
        • kryptokrona-wallet-backend-js
        • kryptokrona-service
        • RPC Errors
        • Wallet RPC API
        • Daemon HTTP RPC API
    • 🐦Hugin API
      • Setup
      • API usage examples
      • Build Test and Deployment
      • Dashboard
      • Database
      • Help and Support
      • Onion Services
      • Technologies
      • Test Environment
      • Testing
      • Websockets
      • Sponsors
      • Contribute
    • 🧰Kryptokrona Kotlin SDK
      • Getting Started
      • How To Use Kryptokrona SDK
  • πŸŽ“Guides
    • πŸ‘›Wallets
      • πŸ“œMaking a Paper Wallet
      • πŸ‘œMaking a Kryptokrona Wallet
      • πŸš‘Recovering your Wallet
      • πŸ’»Using Kryptokrona Desktop Wallet
      • πŸ’»Using Kryptokrona Desktop Wallet *deprecated*
      • πŸ›°οΈUsing Remote Nodes
      • πŸ‘ΎCommand Line
        • Using xkrwallet
    • 🐦Hugin API
      • Deploy Your Own Hugin API
  • 🐦Hugin Messenger
    • πŸ“±How to use Hugin Mobile
  • πŸ•ΈοΈNode
    • πŸ˜‡Deploy a Public Node (manually)
    • 🚒Deploy node with Docker
    • πŸ¦…Deploy a Hugin Full Node with Docker
    • πŸ‡Run a Node on a Raspberry Pi
    • ✏️How to configure the node?
    • πŸ₯ΎNode bootstrap
  • ⛏️Mining
    • ⛏️Get started with mining
    • 😎Solo-mining Kryptokrona
    • πŸ‡Mining with a SBC
    • πŸ§‘β€πŸŽ“πŸ§‘πŸŽ“ Mining Intro
    • πŸ“’Notes
    • 🌊Mining Pools
    • 🚚Mining with XMRig
    • πŸŠβ€β™‚οΈπŸŠβ™‚ Run a Mining Pool
    • πŸ“±Mining on Android
    • Mining on macOS
    • 🍯Mining on HiveOS
Powered by GitBook
On this page
  1. Node

How to configure the node?

Run kryptokronad with arg --help will print all options.

Kryptokrona can start with these options by command line args, or use -c followed a json file for configuration.

The option in config file will unwrap the front --, for example:

// the config file
{
    "db-max-open-files": 125,
    "db-read-buffer-size": 128,
    "db-threads": 4,
    "db-write-buffer-size": 256
}

If you want to check the default options, use --dump-config.

PreviousRun a Node on a Raspberry PiNextNode bootstrap

Last updated 2 years ago

πŸ•ΈοΈ
✏️