kingpepe-daemon-linux is the core daemon (background service) for the KingPepe blockchain built to run on Linux-based systems. It powers full node operation, blockchain synchronization, and wallet functionalities via RPC commands.
- π Connects to the KingPepe peer-to-peer (P2P) network
- π¦ Stores the full blockchain locally
- π§ Offers remote procedure calls (RPC) for wallet and node operations
- π§ Enables block generation, transaction validation, and indexing
kingpepedβ The main daemon process (KingPepe Core)- Often used alongside:
kingpepe-cliβ Command-line interface to communicate with the daemonkingpepe-txβ Utility for raw transaction manipulation
kingpepe-cli getblockcount kingpepe-cli getblockchaininfo