Original concept (python): Plutus
Optimized fork (python): Plutus-Scroo
This project is under heavy development. Do not use
Plutus++ is simply a rewrite of Plutus in pure C++ with intent of making a normal executable binary
KEYGEN STATE:
- PRIVATE KEY [OK]
- PUBLIC KEY [OK]
- PUBLIC COMP KEY [OK]
- ADDRESS [OK]
- ADDRESS COMP [OK]
PERFORMANCE:
- Vanilla 8K | amd64 2 Thr ➡ 1.6s | MEM: 90K
- Vanilla 8K | arm64 8 Thr ➡ 0.8s | MEM: 100K
- Preload 33M TXT | amd64 2 Thr ➡ 6.9s | MEM: 2.1G
TODO:
- Use pointer as gen arg instead of copy
- Remove limited addr count amount
- Add Litecoin compatibility