From 78eefd3471b37b694af10bd5b404b929085c4964 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Fri, 14 Jun 2019 19:26:53 -0300 Subject: [PATCH] por defecto ofrecemos ahora syncmode full --- bin/start.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bin/start.sh b/bin/start.sh index 20d78c7..70a6daa 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -15,15 +15,10 @@ enodeDGSI="59ae768ecdee632e0daceccb6f71b215392eba89230d626573f2fb4e9c0786c9a6610 bootDGSIv4="enode://${enodeDGSI}@[200.108.146.100]:30301" bootnodes="${bootARIUv6},${bootARIUv4},${bootUNCv4},${bootDGSIv4}" -# touch the "miner" file if you are authorized to mine -# If you don't want to restart after touching the file, -# you can use attach.sh and issue the command: -# miner.start() - function getsyncmode { local syncmode=$( cat "${BFANODEDIR}/syncmode" 2>/dev/null || true ) - syncmode=${syncmode:-fast} + syncmode=${syncmode:-full} echo "--syncmode ${syncmode}" } -- GitLab