https://github.com/demining/bitcoin-cpuminer-google-colab
CPU miner for bitcoin Google Colab
https://github.com/demining/bitcoin-cpuminer-google-colab
Last synced: 11 months ago
JSON representation
CPU miner for bitcoin Google Colab
- Host: GitHub
- URL: https://github.com/demining/bitcoin-cpuminer-google-colab
- Owner: demining
- License: other
- Created: 2022-02-19T15:54:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T00:17:44.000Z (about 4 years ago)
- Last Synced: 2025-04-07T11:47:01.939Z (over 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
-------------------------
### Run Google Colab
https://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing
-------------------------
This is a multi-threaded CPU miner for bitcoin.
License: See COPYING for details.
Dependencies:
libcurl http://curl.haxx.se/libcurl/
jansson http://www.digip.org/jansson/
(jansson is optional, and is included in-tree)
Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
CFLAGS="-O3 -Wall -msse2" ./configure
make
Basic WIN32 build instructions (on Fedora 13; requires mingw32):
./autogen.sh # only needed if building from git repo
rm -f mingw32-config.cache
MINGW32_CFLAGS="-O3 -Wall -msse2" mingw32-configure
make
./mknsis.sh
Usage instructions: Run "minerd --help" to see options.
Also many issues and FAQs are covered in the forum thread
dedicated to this program,
https://bitcointalk.org/?topic=1925.0;all
----
| | Donation Address |
| --- | --- |
| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |
| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |