Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Allow multiple instances without hostname conflicts #2

Open
lukechilds opened this issue Jul 11, 2020 · 2 comments
Open

Allow multiple instances without hostname conflicts #2

lukechilds opened this issue Jul 11, 2020 · 2 comments

Comments

@lukechilds
Copy link
Member

lukechilds commented Jul 11, 2020

Add a random hex prefix to the hostname so multiple instances can be run simultaneously without conflicting.

Use openssl:

$ openssl rand -hex 4
d67dd434

So hostnames would be:
ac50c42d-umbrel-dev.local
70b5e8c2-umbrel-dev.local
a9c57fa4-umbrel-dev.local
etc

@nolim1t
Copy link

nolim1t commented Jul 11, 2020

That would be awesome... you could connect them all up and open channels with each other too.

@lukechilds
Copy link
Member Author

Yeah it would be really useful for creating regtest networks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants