Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
/ Crypto-Database Public archive

Bitcoin and Ethereum with SQL, Python, Xampp

License

Notifications You must be signed in to change notification settings

Mizogg/Crypto-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-Database

Bitcoin and Ethereum with SQL, Python, Xampp

image

https://www.apachefriends.org/download.html XAMPP for Windows 7.4.29, 8.0.19 & 8.1.6 https://downloadsapachefriends.global.ssl.fastly.net/7.4.29/xampp-windows-x64-7.4.29-1-VC15-installer.exe?from_af=true

XAMPP for Linux 7.4.29, 8.0.19 & 8.1.6 https://downloadsapachefriends.global.ssl.fastly.net/7.4.29/xampp-linux-x64-7.4.29-1-installer.run?from_af=true

Install once downloaded.

image

  1. Delete The contents of C:\xampp\htdocs and replace with php files

  2. Run Xmapp

image

Start Apache and MySQL open your webbrowser and go to http://localhost/phpmyadmin/

  1. Create new Database bitcoin

5.Table addresses With 5 Columns id int 255 primary seed var 255 compressed var 255 uncompressed var 255 privatekey var 255

Now database is ready we can store the data. We will use BTCsql.py

pip install simplebloomfilter pip install bitarray==1.9.2 pip install mysql-connector

image

  1. bloomfilter database
  2. btc txt database (mine has puzzles)
  3. BTCsql.py the main orgram to scan and record results
  4. Icelands library
  5. easy start bat

We can go to http://localhost/indexbtc.php to see the result or check what we have scanned.

image

ETH Version

image

image

Create Table ethereum
With 3 Columns id int 255 primary Address var 255 Privatekey var 255

http://localhost/indexeth.php

image

About

Bitcoin and Ethereum with SQL, Python, Xampp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages