bitcoin-bash-tools icon indicating copy to clipboard operation
bitcoin-bash-tools copied to clipboard

some functions doesnt get sourced

Open neuthral opened this issue 11 months ago • 2 comments

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 avatar Mar 15 '24 15:03 neuthral

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

neuthral avatar Mar 15 '24 17:03 neuthral

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

grondilu avatar Mar 19 '24 07:03 grondilu