How to convert a bitcoin address to the respective hash160 using bash?

0

I want to convert a list of bitcoin addresses to their respective hash160 values as illustrated using bash : sample

Aurigae

Posted 2018-12-13T18:16:07.750

Reputation: 633

came across this repo https://github.com/cryptocoinjs/bs58 which does the job but still have no clue how todo it without such tool in bash.

Aurigae 2018-12-13T19:29:12.097

Are you looking for a built-in tool package with your O.S.? Because you could use that node library in bash.JBaczuk 2018-12-13T19:43:57.707

1i did but its incredibly slow - if i understand the process i can rewrite it for bash which would be optimal.Aurigae 2018-12-13T20:43:24.957

No answers