4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
hex=$(base58 -d 25 111111 | xxd -p)
|
|
test x$hex = x000000000000
|