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

Asked
Active
Viewed 715 times
2
Aurigae
- 664
- 1
- 4
- 14
-
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 Dec 13 '18 at 19:29
-
Are you looking for a built-in tool package with your O.S.? Because you could use that node library in bash. – JBaczuk Dec 13 '18 at 19:43
-
1i did but its incredibly slow - if i understand the process i can rewrite it for bash which would be optimal. – Aurigae Dec 13 '18 at 20:43