niceBit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 160dbd8b2b8849468721e4f3f00139e7565c4131
parent 066ecf3edbcc9b17edeeb04d4c2f45c0ab4eee2b
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Fri, 14 Aug 2020 20:33:04 +1000

Default n = 5

Diffstat:
MniceBit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/niceBit.c b/niceBit.c @@ -138,7 +138,7 @@ int main(int argc, char **argv) { char pubaddress[34]; char *p = pubaddress; - char *n = "0"; + char *n = "5"; char *filename = ""; int searchlen;