Community-run Testnet Info!

Right now I don’t have time to do it. But next weekend I’d be glad to join the party.

To avoid errors inherent to management of different seeds files I would advise you to define NETWORK_VERSION environment variable and then compile from source. This is to insure connection to the community network and not the Maidsafe test network (see my previous post).

To build the vault issue following commands in safe_vault crate:

export NETWORK_VERSION=COMMUNITY-NETWORK-1.0
Cargo build

Of course this doesn’t replace the config file (and it seems that some people here are on the way to define it). The benefit of defining this environment variable is that if someone uses the wrong config file (from example the one from Maidsafe) the vault won’t connect to the community network and a crust error will be displayed.

4 Likes