logo

Idena

  • Home
  • Staking
  • Download
  • FAQ
  • Explorer
  • AIbeta
  • Fallstudie
  • Docs
  • Bridge
  • How to join
  • Web app
Web appNode

Anleitung zur Installation und Fehlerbehebung

You can find step by step Idena installation guide at idena.site developed by Idena community member @rioda.
Can’t find an answer? Email us at info@idena.io.

Idena Installation

Wie installiere ich den Idena-Knoten auf macOS?
  • Erstelle einen Idena Ordner auf Deinem Desktop wo Du den Knoten laufen lassen willst
  • Lade die aktuelle Version des Idena-Knoten: idena-node-mac-x.xx.x
  • Verschiebe die geladene Datei in den neu erstellten Idena Ordner
  • Öffne das Terminal
  • Wechsle in den Idena Ordner indem Du cd eingibst:
  • cd ~/Desktop/Idena

  • Mach die Datei ausführbar indem Du das chmod +x Kommando eingibst:
  • chmod +x idena-node-mac-x.xx.x

  • Starte den Knoten:
  • ./idena-node-mac-x.xx.x

Wie installiert man die Idena Anwendung auf macOS?
  • Download the latest Idena Client and install it
  • Öffne Idena als normale Anwendung
  • If macOS complains about an unidentified developer please follow the macOS User Guide
Wie wird der private Schlüssel (private key) gesichert?

    Der private Schlüssel wird automatisch erstellt wenn der Knoten zum ersten Mal gestartet wird. Du findest den privaten Schlüssel in dem Verzeichnis in dem der Knoten liegt:

    MacOS (Eingebauter Knoten)

    cd ~/Library/Application\ Support/Idena/node/datadir/nodekey/
    open .

    Windows (Eingebauter Knoten)

    %appdata%/Idena/node/datadir/keystore/nodekey

    Linux (Eingebauter Knoten)

    ~/.config/Idena/node/datadir/keystore

    Entfernter Knoten

    ./datadir/keystore/nodekey

    Make sure to backup the nodekey file securely since the current node version x.xx.x does not support private key encryption.

Wie kann man die Identitäts-Adresse (identity address) auf einen anderen Computer verschieben?

In order to run the node with your existing address on another computer, make a copy of your node's private key. You can find the private key file in the directory where the node is located:

./datadir/keystore/nodekey

Copy the nodekey file to the new location and restart the node

How to build the Idena client from source?
  • Install npm
  • Get the Idena client source code from the github repository
  • Install the dependencies:
  • npm install
  • Run the app:
  • npm run start

Running the Idena node on a remote server

What are the minimum requirements for VPS to run the Idena node?

You can use the following minimum VPS configuration for running the Idena node:

  • Linux/x64
  • 2 CPU core
  • 2 Gb RAM
  • 100 Gb HDD
  • 100 Mbps uplink
How to run the Idena node on VPS?

1. Check your VPS ports settings

Open the following port to allow discovering of your node by other peers:

  • 40405

The Idena node RPC is running at 9009 port by default. Please make sure that 9009 port is closed. If you want to connect to your node remotely use a tunnel connection.

2. Disable private IP addresses scanning

Create the following config file at the same folder where the node is located (download example: config.json):

{ "IpfsConf": { "Profile": "server" } }

Run the node with the --config parameter:

idena-node-linux-x.xx.x --config=config.json

3. More details

Read tutorial provided by Idena community member @realRioda on the https://idena.site/faq_tutorials...

How to connect to my Idena node running on a remote server from my local computer?

1. Establish tunnel connection (using PuTTy)

  • Install PuTTY on your local computer
  • Connect to your server with PuTTY using the following tunnel configuration:
  • PuTTY tunnel connection configuration

    Using ssh

    You can also setup tunnel connection using ssh:

    ssh -L 9999:localhost:9009 YOUR_VPS_IP

2. Specify Idena node connection parameters

  • Open Settings page in the Idena app
  • Activate 'Connect to remote node' toggle
  • Idena remote node connection settings

    Idena remote node connection settings

  • Specify remote node connection address as follows:

  • http://localhost:9999

  • Specify node api-key parameter for the secure connection.
  • Api-key can be found in the following flie:

    ./datadir/api.key

    You can also run the node with a custom api-key using apikey parameter:

    idena-node-linux-x.xx.x --apikey=MY_API_KEY

Troubleshooting

I'm having a bad Internet connection. How to reduce the upload traffic produced by the node?

Run the node with the lowpower profile parameter specified:

Windows

idena-node-win-x.xx.x.exe --profile=lowpower

macOS

./idena-node-mac-x.xx.x --profile=lowpower

Where can I find the Idena node log file?
MacOS (Eingebauter Knoten)

cd ~/Library/Application\ Support/Idena/node/datadir/logs/
open .

Windows (Eingebauter Knoten)

%appdata%/Idena/node/datadir/logs/

Linux (Eingebauter Knoten)

~/.config/Idena/node/datadir/logs/

Entfernter Knoten

The log file can be found in the same directory where the Idena node is located:

./datadir/logs/output.log

Where can I find the Idena client log file?

Windows

In order to find the Idena client log files, open the following directory in the Windows file explorer:

%appdata%/Idena/Logs/

macOS

In order to find the Idena client log files, type the following in the terminal:

cd ~/Library/Logs/Idena
open .

Next up
  • Download
  • Home
  • Staking
  • How to join Idena
  • FAQ
  • Wie man mitmachen kann
  • Fallstudie
  • Dokumentation
  • Blockchain Explorer
  • Blog
Deutschtoggle-arrow
translateBeim übersetzen helfen
Donate