From 35980bdf6f6fa6a575f5e39612d237f60113ebc3 Mon Sep 17 00:00:00 2001 From: shreerang Date: Tue, 25 Mar 2025 14:23:53 +0000 Subject: [PATCH] Add note about setting up Nitro nodes for two parties in the same network (#45) Part of https://www.notion.so/Swap-channels-in-go-nitro-119a6b22d47280b9bcf4e339fa6ba5b4 Co-authored-by: Shreerang Kale Reviewed-on: https://git.vdb.to/cerc-io/testnet-laconicd-stack/pulls/45 Co-authored-by: shreerang Co-committed-by: shreerang --- testnet-nitro-node.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index bd82fcc..35c3ce3 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -47,7 +47,7 @@ * Check balance of your tokens once they are transferred: ```bash - # Note: Account address should be without "0x" + # Note: Account address should be with "0x" export ACCOUNT_ADDRESS="" export GETH_CHAIN_ID="1212" @@ -131,6 +131,8 @@ ## Run Nitro Nodes +**NOTE**: When following this setup, Nitro nodes from two parties won't be able to communicate with each other if they are on the same network + Nitro nodes can be set up on a target machine using Ansible: * In `testnet-ops/nitro-nodes-setup`, create a new `hosts.ini` file: