- BTC: 1ANASsYEjgcKtZYjesRZGofJxvF3CqUVnA
- ETH: 0x67bb91e88681c388895d38ba4c9c752bad6245f2
pip install -r requirements.txt
python3 main.py -h
-
0.2
- Optimized the code it now check 6000 addresses per second
- Still need to implement offline mode
- Still need to implement proxy/vpn support so make sure to run this with a vpn enabled or an auto switch proxy app
-
0.1
- Fixed the API and spaghetti code problems, also now it gives you the Private key instead of mnemonic key, more accurate that way
-
0.0.1
- initial release
Anas Arbaoui – @Anarbbb – anas@arbaoui.me
Distributed under the GPL-3.0 license. See LICENSE
for more information.
- Fork it (https://github.com/Anarbb/BitGen/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Copyright (c) 2021 Anas Arbaoui
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THIS PROJECT IS ONLY MEANT FOR EDUCATIONAL PURPOSES.