From 0cac1df6d70feed3eea003b89fc3d001563ab00a Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Tue, 5 Mar 2019 03:42:30 -0300 Subject: [PATCH] An opentx node should not have accounts --- bin/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/start.sh b/bin/start.sh index 6ac2184..46f3b07 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -123,7 +123,8 @@ function startgeth if [ -e "${BFANODEDIR}/opentx" ] then # INADDR_ANY - flexargs="${flexargs} --rpcapi eth,net,web3,clique --rpcaddr 0.0.0.0 --rpcvhosts localhost,opentx.bfa.ar" + # Oh, and don't put keys in / :-) + flexargs="${flexargs} --rpcapi eth,net,web3,clique --rpcaddr 0.0.0.0 --rpcvhosts localhost,opentx.bfa.ar --keystore /" else flexargs="${flexargs} --rpcapi eth,net,web3,admin,clique,miner,personal" fi -- GitLab