bitcoin-bash-tools
bitcoin-bash-tools copied to clipboard
some functions doesnt get sourced
im trying this on zsh shell
trying to source the bitcoin.sh file and noticed the base58 function returned some errors and unset it as i already have a base58 binary in my PATH with exact same operations, only thing i got sourced was the wif() function maybe these functions should be in separate files with the huge mnemonic lists
thanks
i think it was a problem with zsh, tried in BASH and it seems to work, great!
I thought I added a check of the shell type, I suppose I should see if that works properly.