You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
145 B
3 lines
145 B
#!/bin/sh
|
|
b58=$(echo '005a1fc5dd9e6f03819fca94a2d89669469667f9a074655946' | xxd -r -p | base58)
|
|
test x$b58 = x19DXstMaV43WpYg4ceREiiTv2UntmoiA9j
|
|
|