near / nearup

Public scripts to launch NEAR Protocol betanet and testnet node
102 stars 33 forks source link

Update nearup localnet config for TIER1 #225

Closed saketh-are closed 1 year ago

saketh-are commented 1 year ago

Now that TIER1 is on master in nearcore repository we can update nearup to configure it.

Proposal

# Load public key from this node and configure it as its own proxy
data = json.loads((home / f'node{num_nodes}' / 'node_key.json').read_text())
public_key = data['public_key']
public_addr = f'{public_key}@127.0.0.1:{24567 + num_nodes}'
data['network']['public_addrs'] = [public_addr]
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically closed as there was no updates after being inactive for 2 months and stale for additional week. Thank you for your contributions.