Skip to content
Snippets Groups Projects
Commit 78eefd34 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

por defecto ofrecemos ahora syncmode full

parent 644bd8b5
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment