Skip to content

Instantly share code, notes, and snippets.

@zcshiner
Last active March 6, 2020 17:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save zcshiner/37246f6f9639094a826c5e3fdeca2c87 to your computer and use it in GitHub Desktop.
Save zcshiner/37246f6f9639094a826c5e3fdeca2c87 to your computer and use it in GitHub Desktop.
BFGminer build script for GekkoScience Compac BM1384 Stickminer
#!/bin/bash
BUILD_DIR="bfgminer"
git clone --depth 1 https://github.com/luke-jr/bfgminer $BUILD_DIR
git submodule init && git submodule update --depth 1
cd $BUILD_DIR
make distclean
rm -f Makefile.in
rm -f config.status
./autogen.sh
./configure --disable-other-drivers --enable-bitmain && make -j 2 && echo "done"
@VshadowTX
Copy link

/test/bfgminer $ ./autogen.sh
Getting submodules...
fatal: reference is not a tree: 8b0bdb090e2882aa431e89f4bc7aa4736e9e2838
fatal: reference is not a tree: e75c9ba362466546a83f1e705b62510a0e0afc6c
fatal: reference is not a tree: 16c2527608053d2cc2fa05b2e3b5ae96065d1410
fatal: reference is not a tree: d2dde7a9edd4ec0360b82dd70be5586163ac2fe8
Unable to checkout '8b0bdb090e2882aa431e89f4bc7aa4736e9e2838' in submodule path 'ccan-upstream'
Unable to checkout 'e75c9ba362466546a83f1e705b62510a0e0afc6c' in submodule path 'knc-asic'
Unable to checkout '16c2527608053d2cc2fa05b2e3b5ae96065d1410' in submodule path 'libbase58'
Unable to checkout 'd2dde7a9edd4ec0360b82dd70be5586163ac2fe8' in submodule path 'libblkmaker'

@VshadowTX
Copy link

Is it possible to compile a version to use gekko with bfgminer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment