Set your own RPC

  • 4core CPU

  • 8GB RAM

  • 30GB free disk space

GUI Mode

Download the installation package

Go to https://github.com/aspectron/kaspa-ng/releases

Download the latest corresponding binary installation file according to your operating system.

Run kaspa-ng

  • Windows

    Unzip the binary file, and enter the unzipped directory. Double-click the kaspa-ng.exe file to start the node.

  • Macos-arm64

    Unzip the binary file, and enter the unzipped directory. Double-click the kaspa-ng file to start the node.

    Re-double-click the kaspa-ng file to start the node.

  • Linux distributions that support the deb application format

    sudo dpkg -i ./kaspa-ng_0.2.6-pre-rc1_amd64.deb
    kaspa-ng

Graphic operation

Data synchronization

Please wait for data synchronization to finish. During this process, you can see the detailed synchronization process through the logs tab. If you look carefully, you can see the wrpc port we will use next.

The process is complete when the status bar at the bottom becomes as shown below.

Command-line Mode

Download the installation package

Go to https://github.com/kaspanet/rusty-kaspa/releases

Download the corresponding binary installation file according to your operating system.

Run rusty-kaspa node

Unzip the binary file, and enter the unzipped directory. Execute the following command on the console to start the node and keep the console window open to wait for the data synchronization to complete.

Note: For more command options, run kaspad --help. In particular, when --rpclisten-borsh=public, the rpc can be used by other devices.

  • Windows

    .\kaspad.exe --utxoindex --rpclisten-borsh=default --disable-upnp
  • Macos-arm64

    ./kaspad --utxoindex --rpclisten-borsh=default --disable-upnp

    The first time you run it, you need to make some security-related settings as shown below.

    Re-execute the following command on the console.

  • Linux

    ./kaspad --utxoindex --rpclisten-borsh=default --disable-upnp

Data synchronization

Data synchronization takes approximately half an hour to one and a half hours, depending on your network and computer configuration. And when you see following messages, the synchronization is complete.

Note: Do not close the console window.

Config kasware rpc

Follow the steps below to configure rpc to ws://127.0.0.1:17110.

Last updated