I am going through the tutorial and running the first set of commands. First server is Ubuntu 18.04, second sever is Mint 18.
After running all commands successfully including section 3, I shutdown both servers according to this answer because I wanted to start from scratch.
Now, whenever I repeat the process, I stumble in section 2. Specifically, when I issue:
multichaind chain1@[ipaddress]:[port]
from the second server, I get the error:
Retrieving blockchain parameters from the seed node [<ipaddr>]:[<port>] ...
multichaind: pthread_create.c:430: start_thread: Assertion `freesize < pd->stackblock_size' failed.
And cannot get past this.
Any ideas?