Hello everybody I faced another problem wich is
when i want to start with ./bin/run
I got yhis error:
Error: Lisk validator found 3 error[s]:
Missing property, must have required property âencryptedPassphraseâ
Missing property, must have required property âcaptchaSecretkeyâ
Missing property, must have required property âcaptchaSitekeyâ
Hi @lemzo63 this error comes from the faucet plugin, the plugin requires additional configuration and itâs missing in your case. Please read Enabling a faucet for a devnet or testnet - Lisk SDK Docs part of the documentation. Or just disable the plugin if you donât need it.
HI @przemer I did what you adwised me and it worked .
But the same error occured when I run this command
lbc genesis-block:create --validators 23 --accounts 5 --token-distribution 200000000000
Error: Lisk validator found 3 error[s]:
Missing property, must have required property âencryptedPassphraseâ
Missing property, must have required property âcaptchaSecretkeyâ
Missing property, must have required property âcaptchaSitekeyâ
in my .lisk/LBC Config/default/config.json
I have this
âpluginsâ: {
âfaucetâ: {
âencryptedPassphraseâ: âiterations=1000000&cipherText=fd3917b201cc1162d887388dc5cc06b76781d7d438b6e199ed1b98cd5453ffc28a4c6c118cd721d4a8302103ff8d578e26d576992cff625b995402e1de8584754eab01989ad71000&iv=2eea95027f3111dfbcb3fed2&salt=901224821aa4509e3e841d8eaf4c9594&tag=ec5d60f3a18983081a93a42972382b5e&version=1â,
âcaptchaSecretkeyâ: â6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWeâ,
âcaptchaSitekeyâ: â6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhIâ
}
}
So I donât understand does this error come from.
I need help please.
I am following the guides LAUNCHING A PUBLIC TESTNET.
I want to create a new genesis block with this command
and later on, if you want to launch the faucet use the --enable-faucet-plugin while launching your app
you can find more cli commands here Application CLI Commands - Lisk SDK Docs