Connect to Testnet0
vim /etc/hosts
46.4.179.184 nodes.amadeus.bot--host-resolver-rules="MAP nodes.amadeus.bot testnet.ama.one"mkdir -p /tmp/chrome_testnet0
google-chrome --user-data-dir="/tmp/chrome_testnet0" \
--no-first-run --no-default-browser-check \
--ignore-certificate-errors --disable-web-security \
--unsafely-treat-insecure-origin-as-secure=https://nodes.amadeus.bot
[OPTIONAL] if you did not use hosts file
--host-resolver-rules="MAP nodes.amadeus.bot testnet.ama.one"
Last updated