4 lines
146 B
Bash
Executable File
4 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
b58=$(echo '005a1fc5dd9e6f03819fca94a2d89669469667f9a174655946' | xxd -r -p | base58)
|
|
test x$b58 != x19DXstMaV43WpYg4ceREiiTv2UntmoiA9j
|