smellyslabassistant / equity_cracker

Official "Equity Wallet Miner" Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equity Wallet Miner - Private Wallet Keys Guesser

EQUITY is fully open source and free, our algorithm is also the fastest ever seen in a wallet miner. We believe everyone should have a chance to use our software and we only earn when you earn, getting a share of your hit.

Completely Free

Using our Wallet Miner you will not be charged anything. You just pay 5% Dev's Royalty once you get an hit

Open-Source, Secrets-free!

No malware, No spyware, No keylogger and other naughty stuff. We are the revolution among Wallet Mining.

Multiprocessing

200 Mining Process, 1 Console. Minimal terms, always.

Beside the codes & FAQ

Code logic

"Equity Wallet Miner" is a loop code which objective (as every Wallet Miner) is to brute force crack an Ethereum wallet. How does this happen though?

  1. Equity generates a random possible ethereum private key hex
  2. Equity tries to access using the generated possible private key
  3. If private key is valid and Equity was able to access a wallet, it goes further. Otherwise it will return to Step 1. That's a [BAD MATCH]
  4. Equity fetch acquired wallet ETH balance.
  5. If fetched ETH balance is greater than 0,002 ETH(5$, writing time). It goes further. Otherwise it will return to to Step 1. That's a [BAD HIT]
  6. Finally, if the overtaken wallet has enough ETH for transactions, Equity will automatically send the recovered ETH to your main ethereum address
  7. Once transactions are submitted, Equity will display TxHASH and transferred balance.
  8. Equity will continue trying to find another wallet. Repeating from Step 1

Is it legal to use a program like this?

Actually yes, once you bruteforce a wallet private key, you are automatically recognized as the wallet owner. Therefore you are able to perform everything on that wallet

"Download Now" button return an .exe file, why?

We compiled our files in a .exe file to make things more compact, tho if you don't trust us on .exe packaging you can compile software from Source Code by your own with Python

How much time for an hit?

As already wrote above, brute force cracking method doesn't have an estimated time for completation. It may takes a long time as it may take a very short time.

About

Official "Equity Wallet Miner" Repository

License:GNU Affero General Public License v3.0


Languages

Language:HTML 68.5%Language:TeX 30.3%Language:Python 1.2%Language:Batchfile 0.0%