bitcoin-dev-project/warnet

"Pool overlaps with other one on this address space"

Closed this issue · 4 comments

You'll see this error if you try to start a new network, i.e. maybe you ran a network named "warnet" previously but it has been shut down in some way that is NOT docker-compose down. Even though the containers may be stopped and deleted, the network may still exist and that occupies our subnet 100.....

maybe, all new networks should use a unique subnet prefix. Then we'd have 0-255 possible networks (minus whatever prefixes like 10, 192, etc are "unroutable")

I think this would be closed by #303 ?

Now the backend handles it all automagically (except proper cleanup, I guess)

blah blah spam

Closing as we removed official compose support