quinnoaj

Results 2 issues of quinnoaj

> cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c vanitygen.c:26:25: fatal error: openssl/sha.h: No such file or directory #include ^ compilation terminated. make: *** [vanitygen.o] Error 1 >

after constructing my code to push a transaction in to the network I run `pushtx(txt)` then I got this error: `Traceback (most recent call last): File "", line 1, in...