Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat: base node qr url #378

Closed tomaszantas closed 1 year ago

tomaszantas commented 2 years ago

Description

Motivation and Context

340

How Has This Been Tested?

Example of the QR content:

tari://dibbler/base_nodes/add?name=e5e915c44fcffaa37fd764f587&peer=bc3a3063677589fb0fc1957a77f1fdbbd023aa5fa19f1297e66361cc03a19567::/onion3/cdqxb4njbbvrdsahjtiqa7cb5qhjshlqw7u5huxwu2oja4h4ewxoeuid:18141

Compare launchpad's QR code with the QR code from Base Node (docker) container:

Get Launchpad QR Code:

  1. Run launchpad
  2. go to the Base node tab and start base node
  3. click on Connect your Aurora app and read the QR code with QR scanner

Get QR code from Base Node (docker) container (start docker containers first: Tor + Base Node)

$ docker ps
// Check the id of base node container
$ docker attach <base_node_container_id>

// Click Ctrl + C / Cmd + C to enter the interactive console, and type:
$ whoami

// You should see the QR code, scan it and compare with the QR code from Launchpad

image