I’m trying to disburse a neuron using command line but am getting “Invalid mnenomic” error when I try
ACCOUNT_ID=$(echo $seed | keysmith account -f -)
do I need to rein put the seed phrase or am I potentially doing something else wrong?
I’m trying to disburse a neuron using command line but am getting “Invalid mnenomic” error when I try
ACCOUNT_ID=$(echo $seed | keysmith account -f -)
do I need to rein put the seed phrase or am I potentially doing something else wrong?
See my suggestion here: Seed Round Access - #368 by paulyoung
I don’t use this workflow myself, so just trying to be helpful.
Does
echo $seed
output your seed phrase?If not, maybe you need to set
seed=<your seed phrase>
first.
thanks, managed to solve this now!