├── LICENSE ├── Makefile ├── README.md ├── _config.yml ├── bitcoin.bin ├── gpu.cl ├── oclengine.c ├── oclexplorer.c ├── oclexplorer.h ├── test1.bin └── utils.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/_config.yml -------------------------------------------------------------------------------- /bitcoin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/bitcoin.bin -------------------------------------------------------------------------------- /gpu.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/gpu.cl -------------------------------------------------------------------------------- /oclengine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/oclengine.c -------------------------------------------------------------------------------- /oclexplorer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/oclexplorer.c -------------------------------------------------------------------------------- /oclexplorer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/oclexplorer.h -------------------------------------------------------------------------------- /test1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/test1.bin -------------------------------------------------------------------------------- /utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svtrostov/oclexplorer/HEAD/utils.c --------------------------------------------------------------------------------