Please answer these questions before submitting your issue. Thanks!
- What did you do?
Hi, I'm tryong to start FullNode and SolidityNode on one host. I do
java -jar $FULL_NODE_PATH/FullNode.jar -c $CONFIG_PATH/test_net_config.conf &
java -jar $SOLIDITY_NODE_PATH/SolidityNode.jar -c $CONFIG_PATH/test_net_config_sol.conf
In config files for SolidityNode I change port to 50041 , everything else is similar to default config.
-
What did you expect to see?
Running both
-
What did you see instead?
First node starts fine and other starts but exits after a while without any error messages.
I can start SolidityNode then FullNode will not start or I can start FullNode then SolidityNode will not start.
Sorry for question in git, I tried to find some dev-chats but didn't find, looking forward, thanks in advance.
Please answer these questions before submitting your issue. Thanks!
Hi, I'm tryong to start FullNode and SolidityNode on one host. I do
In config files for SolidityNode I change port to 50041 , everything else is similar to default config.
What did you expect to see?
Running both
What did you see instead?
First node starts fine and other starts but exits after a while without any error messages.
I can start SolidityNode then FullNode will not start or I can start FullNode then SolidityNode will not start.
Sorry for question in git, I tried to find some dev-chats but didn't find, looking forward, thanks in advance.