Plutus-Scroo
Plutus-Scroo copied to clipboard
Add the list of deps
Issues are disabled on your repo. Did you consider this python lib : https://github.com/AntonKueltz/fastecdsa It requires GMP, but it is faster than ECDAS lib
Issues are disabled on your repo. Did you consider this python lib : https://github.com/AntonKueltz/fastecdsa It requires GMP, but it is faster than ECDAS lib
I considered it but seems like a pain to get working in Windows.
https://github.com/LongWayHomie/Plutus-dogecoin Plutus-Dogecoin use fastecdsa. Hard to direct install fastecdsa on windows, but it can install manualy easy. i tried successful
I installed fastecdsa; however because of the way output is formatted as a Point I am struggling right now to efficiently integrate it with the rest of the keygen.
Regardless I doubled the performance using the normal ecdsa by removing some redundancy from the keygen code.
How long does it take you to load the database text file into memcache? I'm currently 4.6m addresses, and haven't seen a single sanity check yet.
I installed fastecdsa; however because of the way output is formatted as a Point I am struggling right now to efficiently integrate it with the rest of the keygen.
Regardless I doubled the performance using the normal ecdsa by removing some redundancy from the keygen code.
I am too. I got Fast-Ecdsa installed via Pip using MPIR on Windows. I think we need to boot the urandom hex generation and use fast-ecdsa new methods entirely since all the fast-ecdsa don't seem to be direct replacements for ecdsa.
I can't even get passed the "key" variable using fast-ecdsa due to the data types.
I tried Starkbank too, to no avail.
I wonder if we could find a lower level key generator then pipe the output to scroo?