0
I want to convert a list of bitcoin addresses to their respective hash160 values as illustrated using bash :
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
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.
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
Asked: 2018-12-13T18:16:07.750
Viewed: 154 times
Active: 2018-12-13T18:16:07.750
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.097Are 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