RSK – Install a node with Java

intro

The RSK network is the Smart Contract platform of Bitcoin, it offers the same capabilities of Ethereum, but the gas is paid with Bitcoin.

When your application needs to interact with the network by publishing or calling a Smart Contract you need a node synchronized. This video of the series explains how to install a node on Windows/Linux/MacOS by running a pre-compiled JAR version of the node.

The video is closed captioned, and bellow you will find the step by step easy to copy and paste.

Step 1:

Download Java from https://java.com/download and install it in your Windows, Linux or MacOS machine.

Step 2:

Download the last pre-compiled JAR version of the RSK node from: https://github.com/rsksmart/rskj/releases

Step 3:

Once downloaded, place it on a well-known folder, open a console and navigate to it.

Step 4:

Run the following command to start the node:

$ java -cp <PATH-TO-THE-RSKJ-FATJAR> co.rsk.Start

Step 5:

Connect to the node and test it.

[Facebook] [Google] [LinkedIn] [Twitter] [Windows Live] [Email]
Tagged with: , , ,
0 comments on “RSK – Install a node with Java
1 Pings/Trackbacks for "RSK – Install a node with Java"

Leave a Reply

Your email address will not be published. Required fields are marked *

*