THE PORT HAS BEEN CHANGED TO DEAL WITH A BUG. SEE THE END OF THE THREAD FOR DETAILS. PM ME FOR THE NEW CONFIG.
This topic is a reboot of a previous one that was buried under out-dated information about a previous test network.
I have started a new community network, called “community1”, using the named-network and “first” features of the most recent versions of safe_vault that Maidsafe have provided for this purpose. It is for ongoing testing and experimentation until the next official test, and not a rogue network of any sort. It is not my network, I merely put up a config file (see below), and configured my cloud server, to get it started. At present there are anywhere from 12-20 vaults active on it.
If you would like to join, please copy this text into your vaults’ and launchers’ configs (both, because the launcher needs to find the seed node of the network) and restart them. No command-line options necessary.
Alternatively, you can download it from here (for safe_vault), and here (for the launcher) with a right-click followed by “save as”, directly into your safe_vault and launcher folders respectively and over-write the default files. And don’t worry if they don’t display properly if you left-click; that is due to your browser getting confused by the braces or (on Windows) by the (Linux type of) line endings - they have been tested to work correctly on both Windows and Linux.
Vaults behind NAT should be fine with the latest hole-punching, but anyone who has a vault in the cloud, connecting directly to community1, and who is comfortable publishing their IP, feel free to send me your IP and I’ll add it to the config:
{
"hard_coded_contacts": [
{
"tcp_acceptors": [
"91.121.173.204:5483"
],
"tcp_mapper_servers": []
},
{
"tcp_acceptors": [
"185.16.37.156:5483"
],
"tcp_mapper_servers": []
}
],
"tcp_acceptor_port": 5483,
"service_discovery_port": null,
"bootstrap_cache_name": null,
"tcp_mapper_servers": [],
"network_name": "community1"
}
I ran the seed vault at that address with the “–first” command-line option, but you should not use that option since their is only supposed to be one such seed and your vault might not connect.
Just to reiterate: don’t use the --first flag, because there can only be one seed. Just replace your config and that’s it!
Don’t forget to use the current distributables. The earlier versions are rejected. the current ones are here:
SAFE Vault binaries
SAFE Launcher binaries
SAFE Demonstration Application binaries
I have put up a statistics page here.
EDIT, May 27: The config now has a second IP address. Please update to this config in vault and launcher.