You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the file content is: JAVA_TOOL_OPTIONS="-Dnetwork.node-uri=http://<my node ip>:9053 -Dexchange.mnemonic='<my ergo mnemonic>' "
In my setup, it worked only when I added ' in the node-uri. To avoid this issue, I suggest it to be changed to the following content: JAVA_TOOL_OPTIONS="-Dnetwork.node-uri='http://<my node ip>:9053' -Dexchange.mnemonic='<my ergo mnemonic>' "
The text was updated successfully, but these errors were encountered:
What kind of errors did you get without the quotes?
I actually used your recommendation and my bot is running. The Ergo Node also have the ip:9053 in quotes in the ergo.conf file too, so I thought you were correct. Will report back how it goes.
Currently, the file content is:
JAVA_TOOL_OPTIONS="-Dnetwork.node-uri=http://<my node ip>:9053 -Dexchange.mnemonic='<my ergo mnemonic>' "
In my setup, it worked only when I added
'
in the node-uri. To avoid this issue, I suggest it to be changed to the following content:JAVA_TOOL_OPTIONS="-Dnetwork.node-uri='http://<my node ip>:9053' -Dexchange.mnemonic='<my ergo mnemonic>' "
The text was updated successfully, but these errors were encountered: