Plutus-Scroo icon indicating copy to clipboard operation
Plutus-Scroo copied to clipboard

Add the list of deps

Open bbalet opened this issue 3 years ago • 6 comments

bbalet avatar May 04 '21 10:05 bbalet

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

bbalet avatar May 04 '21 10:05 bbalet

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.

franzkruhm avatar May 25 '21 16:05 franzkruhm

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

vipvip1811 avatar Jun 23 '21 01:06 vipvip1811

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.

franzkruhm avatar Jul 13 '21 09:07 franzkruhm

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.

bodaciousbob avatar Oct 28 '21 04:10 bodaciousbob

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?

TheJudeAustin avatar Feb 10 '22 01:02 TheJudeAustin