grondilu / bitcoin-bash-tools

Set of bitcoin-related bash functions
238 stars 80 forks source link

some functions doesnt get sourced #55

Open neuthral opened 7 months ago

neuthral commented 7 months ago

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

neuthral commented 7 months ago

i think it was a problem with zsh, tried in BASH and it seems to work, great!

grondilu commented 7 months ago

I thought I added a check of the shell type, I suppose I should see if that works properly.