How to setup Idena mining Node in local network [Windows 10]
If you have an old computer or a server in your house, you can use it as a host for all the family idena nodes. At least that is what I do. This article is a step-by-step guide on how to set things up.
Things to do on the computer where nodes will be hosted
- Download idena client with built-in node and install it
- Open Client, from the left pane, choose Settings, select Node tab, and then turn off Run built-in-node
- Open command prompt by entering cmd in the search box
- Enter command ipconfig to list IP configuration of the computer and write down the private IP address of your computer. It will be labeled as IPv4 Address
- Open folder where your node is installed. It is located in C:\Users\[USER]\AppData\Roaming\Idena\Node (Just replace [USER] with a username of logged in Windows user)
- Copy the text below, replace [ip address] with the IP address from step 4 and save it to a file named "run.bat" in the Node folder
- Double-click on the run.bat that you just created. It will run a node in a console
- Open C:\Users\[USER]\AppData\Roaming\Idena\Node\datatir\api.key as a text and copy its content (API KEY)
- Now go back to the client app and in the Node settings, turn on Connect to remote node and enter http://[ip address]:9009 (replace ip address with the IP from step 4) as node address, enter Node API key from the step before and click Save
- In the top left corner of the client, you should see that status is not offline anymore. If that is the case, you successfully configured a node
- Close the client app (Right-click on the idena in the status bar and Quit)
@echo off
idena-go.exe --rpcaddr=[ip address] --profile=lowpowertimeout /t 5goto start
Things to do on the computer from which you want to access
- Download idena client with built-in node and install it
- Open the client app and in the Node settings Turn on Connect to remote node
- Enter IP and Node API key as you did when we tested if the node is installed properly and click Save
- You should see that status in the top left corner is changed from Offline to Syncing or Synchronized
- You are successfully connected
Let me know if you have any questions, I will gladly help. Happy mining!
Comments
Post a Comment