Alf71

Results 6 issues of Alf71

Hi, When creating a .blf or .hex file from addr.txt it only imports 800000 hashes, performing a total of 524,288 kb. Is this a standard limit?

Is it possible to recover pubkey only from raw Tx?

HI, Is it possible to recover ethereum PubKey from raw transaction using this lib/scripts, like in function elliptic.ec.prototype.recoverPubKey (msg, signature, j, enc) ?

Hello Ryan, Would it be feasible to increase #define BLOOM_SIZE (512*1024*1024) to #define BLOOM_SIZE (1024*1024*1024) in order to get a bigger bloom file?

Ich wäre dann daran interessiert zu wissen, ob man damit auch Python Scripts verwenden kann... Python und Raspberry in sich sind ja kein Problem, ich meine die Gekko Miners und...

Hi, ``` var keyPair = ec.keyFromPrivate(k); var priv = keyPair.getPrivate("hex"); var pubKey = keyPair.getPublic(); var p = pubKey.encodeCompressed("hex"); ``` How do I get the public addresses (comp and uncomp) or...