diff --git a/bin/singlestart.sh b/bin/singlestart.sh
index b6f97e84c7d9b686f53b01f4362649350fa503c1..c6b814a031a13dfa7ceae569092ac983be0b9cf6 100755
--- a/bin/singlestart.sh
+++ b/bin/singlestart.sh
@@ -2,6 +2,9 @@
 # 20190816 Robert Martin-Legene
 # GPL2-only
 
+# BFA tiene 3 bootnodes oficiales.
+# Para levantar un bootnode hay que poner la clave en
+# este archivo. Se genera la clave con: bootnode -genkey
 bootnodekeyfile=${BFANETWORKDIR}/bootnode/key
 
 # Bail out if anything fails.