diff --git a/installer/data/template/.v8_origintrail_noderc_testnet.json b/installer/data/template/.v8_origintrail_noderc_testnet.json new file mode 100644 index 0000000000..ce34c004b8 --- /dev/null +++ b/installer/data/template/.v8_origintrail_noderc_testnet.json @@ -0,0 +1,81 @@ +{ + "modules": { + "network": { + "enabled": true, + "implementation": { + "libp2p-service": { + "package": "./network/implementation/libp2p-service.js", + "config": { + "nat":{ + "enabled":true, + "externalIp":"" + } + } + } + } + }, + "blockchain": { + "implementation": { + "base:84532": { + "enabled": true, + "config": { + "sharesTokenSymbol": "", + "sharesTokenName": "", + "rpcEndpoints": [ + "RPC_ENDPOINT>" + ], + "evmManagementWalletPublicKey": "MANAGEMENT_KEY_PUBLIC_ADDRESS", + "operationalWallets": [ + { + "evmAddress": "", + "privateKey": "OPERATIONAL_KEY_PRIVATE_ADDRESS" + } + ] + } + } + } + }, + "tripleStore": { + "implementation": { + "ot-blazegraph": { + "enabled": true, + "package": "./triple-store/implementation/ot-blazegraph/ot-blazegraph.js", + "config": { + "repositories": { + "privateCurrent": { + "url": "http://localhost:9999", + "name": "private-current", + "username": "admin", + "password": "" + }, + "privateHistory": { + "url": "http://localhost:9999", + "name": "private-history", + "username": "admin", + "password": "" + }, + "publicCurrent": { + "url": "http://localhost:9999", + "name": "kb", + "username": "admin", + "password": "" + }, + "publicHistory": { + "url": "http://localhost:9999", + "name": "public-history", + "username": "admin", + "password": "" + } + } + } + } + } + } + }, + "auth": { + "ipWhitelist": [ + "::1", + "127.0.0.1" + ] + } +} diff --git a/installer/v8_installer.sh b/installer/v8_installer.sh index 40958ac010..6ac1665b9b 100644 --- a/installer/v8_installer.sh +++ b/installer/v8_installer.sh @@ -553,6 +553,7 @@ install_node header_color $BGREEN"INSTALLATION COMPLETE !" +systemctl restart systemd-journald journalctl -u otnode --output cat -fn 200 text_color $GREEN "