3.1a - Connect to node with RSA Key

Languages

Follow these steps to connect your node with the Arizen wallet to perform shielded (private) transactions

  • Use your RSA-Key to connect with your node
  • Fetch the RPC login details from your node

DescriptionCommand
1

Login to your Arizen wallet and open up setting, scroll to bottom of settings page

2

Login to your node with your SSH terminal and fetch the RPC login details

NOTE: Copy the details from the lines "rpcuser=" and "rcppassword="

cat ~/.zen/zen.conf | grep rpc
Example Output

zenops@node01:~$ cat ~/.zen/zen.conf | grep rpc
rpcuser=bY9yQ8Wj0lCn077eNFoXGBFtu0ZxDHYr
rpcpassword=6BP23NR1m8hIOkf6Q4BAYGheI9gjni7UvzCCk61ZXHuBSc72ZU7Fjtp2Ws9Ju4QE
rpcport=18231
rpcallowip=127.0.0.1
rpcworkqueue=512

3

Enter your node login and rpc user and password details into the Arizen settings page

NOTE: No SSH password is entered since we will use the SSH private key file and it's password to secure login

4

For the line: "Path to SSH private key file", click "Browse" and locate the private key file used for logging in with your terminal software

For the line: "Passphrase for SSH private key file (if necessary)", enter the password used with the private key file

NOTE for Windows users: This key file must be in an OpenSSH format

Windows users - Click Here to convert your ".ppk" key file into an OpenSSH key file usable for Arizen

5
Click save and Arizen will attempt connection with your node. The status for the connection will be displayed on the bottom of the Arizen client window

Successful connection and communication is indicated with green indicators for "Server" and "zend"



© 2020 Horizen. All rights reserved.