eons-finance / ALQO

ALQO is a digital currency that enables instant payments to anyone, anywhere in the world.
MIT License
14 stars 9 forks source link

Keypool size #35

Closed captaingeeky closed 4 years ago

captaingeeky commented 4 years ago

https://github.com/ALQO-Universe/ALQO/blob/dfadacbab94c0b19e72dfd77482781b8b6f2eed1/src/wallet/wallet.cpp#L2706

Currently generating 1000 keys on launch, this is slow and not useful without z-type assets. Let's agree on a number of 250 or 500 and have it reduced.

jared-grey commented 4 years ago

Hmm. 250 is plenty. Agreed? @BlockMechanic @captaingeeky @raptor1001?

BlockMechanic commented 4 years ago

250 agreed

BlockMechanic commented 4 years ago

Resolved in https://github.com/ALQO-Universe/ALQO/pull/38