/plutuspp

Plutus++ is an automated bitcoin wallet collider that brute forces random wallet addresses

Primary LanguageC++

Plutus++

Plutus++ is an automated bitcoin wallet collider that brute forces random wallet addresses

Original: Plutus Optimized fork: Plutus-Scroo

What is Plutus++

Plutus++ is simply a rewrite of Plutus in pure c++ with intent of making a normal executable binary

HEA 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