martinobettucci / SQLMiner

Miner for Bitcoin implemented in SQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLMiner

Miner for Bitcoin implemented in SQL

Standard Miner for Bitcoin(sha256d algorithm) and Litecoin(scrypt algorithm) converted to make the "work" in SQL. Why? Because you can execute the queries gratis on Google BigQuery and have a miner that run potentially with 0 costs. I reached 2 Ghash with this implementation. Fork, improve it and most of all have fun with the crypto things ;)

References and all credits of the idea to: https://medium.com/@urish/thank-you-google-how-to-mine-bitcoin-on-googles-bigquery-1c8e17b04e62

About

Miner for Bitcoin implemented in SQL


Languages

Language:Python 100.0%