Setting Up a KREX Node
Step-by-step guide to setting up and running your first KREX Node.
Prerequisites
To run a KREX Node, you need Node.js (LTS version) installed on your machine. The node can run on Windows, macOS, Linux, or even a Raspberry Pi. No special hardware is required.
Installation Steps
1. Install Node.js from nodejs.org 2. Clone the repository: git clone https://github.com/Kasparex/kasparex-krex-node.git 3. Install dependencies: npm install 4. Start the node: npm start 5. (Optional) Use pm2 for persistent running: pm2 start src/index.js --name krex-node
Configuration
The node can be configured via a config.json file. You can set options like pinning preferences, mirror mode, sync intervals, and API endpoints.
