Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/firoorg/firominer


https://github.com/firoorg/firominer

Cleanup

44a14cb28e2493f273ff83c044e600024a944065 authored about 6 years ago
Update README.md

8a4358e7e8e9a84ba86306e4999b0ce8b7582121 authored about 6 years ago
Update README.md

4c1cde1f55b45075d6992582872e8766950ceca1 authored about 6 years ago
Rebrand Ethminer to Progminer

0675b363830722328a9ff4d89ddbab7c6117367e authored about 6 years ago
Bump version: 0.18.0-alpha.3 → 1.1.0

e26ec0eb0472c763bd61699a4ca6824771b70a90 authored about 6 years ago
travis/appveyor deploy keys added

22a3cfce30572220bd6872c315489d04377f51ce authored about 6 years ago
temporally disable binary kernel for progpow

40eee55fe7567d59ed1d77be42417de56cd93063 authored about 6 years ago
appveyor: redistribute nvrtc*.dll

2b0fce2d129edd95f278d825b279403df6d4c3d3 authored about 6 years ago
fix some ROT*32() compatible issue

a5287ea5b2249cea5822d3cf080dfd4bcf0cdf3e authored about 6 years ago
extract compileKernel()

* check period_seed and call compileKernel()

25afb7565faa09b69fe725d19a4cfc4ad8111dba authored about 6 years ago
travis/appveyor deploy keys added

490c9ad5d2ca6c1c36c31802f3eb5e44beb6c8e9 authored about 6 years ago
set GPU dag buffer correctly. (fixed CL_INVALID_MEM_OBJECT error after epoch change)

dfd8d89d8262c098683aea59253647ba06314fa0 authored about 6 years ago
travis fix (DO NOT MERGE)

8cf1d4a9a2b5c4093e7714eb872be61ff2f94d3d authored about 6 years ago
fixed manual rebase mistake (fix incompatible driver context error)

4510c2b9f89e2292fd8ec3efcbe38fc44c22d575 authored about 6 years ago
travis try (DO NOT MERGE)

45e7e96f41d959b2e4cf5dd2bb7e5f10b99a3e6e authored about 6 years ago
set PLATFORM correctly

b0ecd04baae8c98d73dfa9037e410d1c31acea33 authored about 6 years ago
appveyor: cache C:\CUDA\*

9e400c1135999f4a7d8f7a81d83ab9ce631d899e authored about 6 years ago
progpow: fixed OpenCL to follow recent changes

* misc fixes after manual rebase
* use prog_seed
* revert WORKSIZE name to GROUP_SIZE

8878a2db7aafbc20e464470eb4cf0f590bb4ddf2 authored about 6 years ago
appveyor: extract nvrtc* files

a65910477996f10640ab07725dbbcb0546cefcf3 authored about 6 years ago
activate chfast/ethash progpow

ad063a1928b718a2fc33308034585a7d39596c3e authored about 6 years ago
call ethash::calculate_full_dataset_num_items(epoch) to get the dagNumItems

5042a7496b5c7d759f001a17f0edc1a5d62d5c31 authored about 6 years ago
set CUDA_HOST_COMPILER=/usr/bin/gcc-5 for cuda-8

fc9afe24f61d339394c0c836848289837e9f00a3 authored about 6 years ago
use SHFL macro to support cuda-8

d8525a984c1543ed1233828aa9e6f980e18208ba authored about 6 years ago
fixes after manual rebase mistake

ed819907ce59f6968cb64c66f1f91c28ed07a195 authored about 6 years ago
fix for Compute 3.0

* use __funnelshift_* conditionally

381ca6b5b1c1db3123427e2fe36067a3d9012952 authored about 6 years ago
cuda-nvrtc added

a000620b34b7651c067a6ca983629b9d46e0f7b2 authored about 6 years ago
Add a License note

6b1cd68020396099fff15d006561804d7e1af4ec authored about 6 years ago
support extended getWork API

* from https://github.com/ethereum/go-ethereum/pull/18038

3d4d98b72aa8a9152bba90471c233180c4401398 authored about 6 years ago
add stub paths

5d34c12fac7300c720ba1b0a70f85385f40b4541 authored about 6 years ago
Algorithm clarifications

- Swap order of inner loop to make SIMD nature more apparent
- remove #define's

1e8238445da15df429014ea25544492ecdb0b8e2 authored about 6 years ago
Add a testcase and example kernel

fad83cef9ce4fbf9c379a31a5212f095fc992c05 authored about 6 years ago
set peroid_seed / compile kernel correctly

1005b2de56ff3bb7887c0c609057007430d2088e authored about 6 years ago
V0.9.2 - unique sources for random math

Also prevent rotate by 0 in merge

6b9c1753d691bcc71fd2306094f5f64ecbfe77e8 authored about 6 years ago
Fix implementation bugs

- fix OpenCL nonce to be uint64
- fix indexing when copying c_dag
- add missing PROGPOW_PERIOD lo...

ae4091f5690339bd029ba5cd53e1f53e3e6a3804 authored about 6 years ago
fixed size of the mix field

47e189e09c9cc7667f7df78c9c1dd895dfd08a0a authored about 6 years ago
Shuffle lane->dag data mapping

Based on suggestion from PR #13

f7ed4f52fa9edf06b0a575f94f4626033e404b29 authored about 6 years ago
Simplify coding style of Kiss99 that was hitting undefined behavior in Visual Studio

6f94ca7d94cf8055391972a88b95079eccca3ccf authored about 6 years ago
Add a change history

Small formatting fixes

e66e1eab454ed4092b5cbca7b7a83295edf0e8f0 authored about 6 years ago
Fix spec bug and re-tune performance

- Random cache address sources previously could have been duplicated, allowing compiler to optim...

e2c6bde60a9d110b64a48a2bc93186d133a5c08b authored about 6 years ago
Small wording tweaks

a1bc0be2218014178e4c303561cc2def9232e6f4 authored about 6 years ago
Add missing return.

2f54ac4760ccf9ce433b802aaa81d22dcdbe4659 authored about 6 years ago
Explicitly evaluating arguments to functions before passing to avoid undefined behavior

f6137752969d22bbf744aaffa293402770a51f20 authored about 6 years ago
Clarification and bug fixes

- Document PROGPOW_PERIOD
- Document keccak variant used
- Clarify/fix endianess of keccak result...

518ecdc14f4a678cd52844b3a715a7346563e3d1 authored about 6 years ago
Small fixes in the miner

d3372cc55206e41d9425853fd7d8590bb3c58958 authored about 6 years ago
Fixed DAG generation related issues

e47acfc4c4afd3c275946bdb83b62d48beac4870 authored about 6 years ago
Small fixes in rotation macros

852f74c50536cea5a712f45a02b8e1f1f83b56ee authored about 6 years ago
extend mix digest from 16B to 32B

4bdc65b92368c81f1ee36bb74e9736a8e25475c8 authored about 6 years ago
our original implementation is st[0] is lower bits of keccak_f800 returns. To match the ethash, st[0] should be upper bits

69fef26f7b34948c941a989890f626018e8759d2 authored about 6 years ago
Update README.md

Fixes several small grammatical errors and typos.

f5c55d48b9d47b1a6bf08ebfd643e8f6aa846d1a authored about 6 years ago
Update README.md

Fixes minor typo

ccb15164df70d7eca1b6edb6b50039697c026f54 authored about 6 years ago
Update README.md to fix description of Scrypt

44c2833fa38fb5f1332722faff571649b58bed41 authored about 6 years ago
Update README.md

extend mix_digest from 16B to 32B

bc85d589d0879cbaba5b2abb3c4cfe66fd63c7e4 authored about 6 years ago
Keccak code and related documentation now clarifies the exact parameters used.

8e9bf56b1f0b720946aa07ba0b7e7e4d11e47304 authored about 6 years ago
Update README.md

74248058965d3cc865af189b823a34f95ed553c9 authored about 6 years ago
Update README.md

06a4047e977f8531b9e8bd4b3c8bb671a447480f authored about 6 years ago
All the changes for the working ProgPoW implementation

0e55a5d5632354d4f23e9b689d40c517938e1c3d authored about 6 years ago
Fix typos and terminology

correction grammar and diction mistakes

4a1d85e583610511eb7170a424cce7a3ce09dbc3 authored about 6 years ago
Update README.md with more detail

Added full discussion of rationale and algorithm walkthrough

a61a8534f31a64edb197c3d5c93483256133fb8f authored about 6 years ago
Merge pull request #1801 from jean-m-cyr/fastexit

Make fast exit algorithm optional for AMD

c5e3e335f0b376a50cd64037acacb61b5531192a authored about 6 years ago
Merge pull request #1809 from jean-m-cyr/shortlog

Slightly shorten log lines where possible

318bf2612cfabff506041fdea83af9c167172f1d authored about 6 years ago
Fix binary kernel result limit.

1827273a4b53e30b86063a8f98d1aa80de2b908f authored about 6 years ago
Slightly shorten log lines where possible

dea32794ec556701c8330074977a5c598d6a7ee9 authored about 6 years ago
Remove unneeded 'isolate' parameter.

1d0b4a79c39a5904e3122b6a4c3a482e5b3dbcba authored about 6 years ago
Parameterize MAX_SEARCH_RESULTS for AMD binary kernels

8eaf2305c56cd00c9dd20f804356c3a1c51f6e29 authored about 6 years ago
Possibly enable opencl 1.1, needs test but can't hurt.

c0e749960f36b1486684884093ed8f6efd202053 authored about 6 years ago
Review comments and minor opencl optimization

25a2d9b5e5eedb55bf28c8665b4fb51ef2590e69 authored about 6 years ago
Use positive connotation flag FAST_EXIT instead of NO_FAST_EXIT

710715f23f8173175374769a3df93a8b4f9d6207 authored about 6 years ago
Merge branch 'release/0.17'

66642c3006fea38cb0295b85da5d9eb60b64a50f authored about 6 years ago
ethminer 0.17.0

Bump version: 0.17.0-rc.2 → 0.17.0

1a5b0d7dfb2c9ce3116439f696876e6a5a6eca37 authored about 6 years ago
Remove spurious single quote

23202d9c86d6250a91523277dc5d67ddc7fd700d authored about 6 years ago
Make fast exit algorithm optional for AMD

- Add --cl-noexit parameter to disable fast exit
- Modify opencl ethash to support no exit
- Cre...

705c18621f3612ebaa26a45a776e766a5b5cb9da authored about 6 years ago
Merge pull request #1767 from arkdlite/master

Binary kernels update

54d63f99b52c94bde040c19331e6ea1548eea560 authored about 6 years ago
Merge pull request #1783 from ethereum-mining/cpuminer

CPU miner with full DAG

479d28c7d542baa6d24d6b82bb47243346945d5e authored about 6 years ago
cpuminer: submit found solutions

a0f3ddc10372d828bddb92527ff8e199dd0aa2b1 authored about 6 years ago
CPU: Properly increase the nonce

79ce57d4f82c5a83d5ab6b22c205b5b0987dd546 authored about 6 years ago
CPU: Use ethash library directly, mine with full DAG

bbd84f8895f8a13a41be33697a8beb55c02c28e7 authored about 6 years ago
CPU: Remove unused methods and fields

16554e4b8db35e374b8389ef1e650f56f0db23e1 authored about 6 years ago
Merge pull request #1782 from ethereum-mining/AndreaLanfranchi-patch-1

Amend case fall through

84fb71aa5775e4bbc7c5542f8187bb3df42dcb59 authored about 6 years ago
Amend case fall through

fbab299bd2bd6897a8077f7952eec3eeee1f7377 authored about 6 years ago
appveyor: cache C:\CUDA\*

151dbc6ea0c7a9200dcaee5679c5aa56c2c7f9f9 authored about 6 years ago
Merge pull request #1780 from EthersocialNetwork/fix-getwork

add a missing "jsonrpc":"2.0" parameter for eth_submitWork

9ae34a8a0c7daf659694f0a57caf6dea899c20ff authored about 6 years ago
Merge pull request #1777 from ethereum-mining/cpuminer

Introduce a SLOW mining CPU miner (for testing)

b59a39f94e02e94a322985bb1e061e6b30892132 authored about 6 years ago
Merge pull request #1778 from ethereum-mining/cleanups

Cleanups

d1b0ba48fa5ed500cd37dca499762de6846103eb authored about 6 years ago
Merge pull request #1776 from ethereum-mining/ethash-0.4.1

CMake/Hunter: Upgrade ethash library to 0.4.1

63328e4c6a86d811d49ee5bc53f7680b4764c47c authored about 6 years ago
add a missing "jsonrpc":"2.0" parameter

8cabdfd50dc574f7a2211a1aced432ea8816449e authored about 6 years ago
Simplify and proper data types

6a5792b9ee3080cd4cd4f95415aa59aac834ac4d authored about 6 years ago
Unused extern

4ad27869d8db79a4a4abf54fd3b9366f9726ad28 authored about 6 years ago
Remove duplications

5685d74e1d15a411b9ff7325b0aae2f081a18685 authored about 6 years ago
Use int for CUDAMiner::getNumDevices().

As the underlying cudaGetDeviceCount() function just returns an int
we should also just use int.

fb11f296d8f6dd8f08d7ed33f75549201caf7041 authored about 6 years ago
Remove unnecessary if.

316c9a7e959977b48c21a01bdf30a06268ed6ad6 authored about 6 years ago
Remove unused define MAX_MINERS

a5250d3f7f10d1e52fffbcf422f7f6c9e94d6e01 authored about 6 years ago
CUDA Cmake: Remove Boost::filesystem.

8f493a08d80a8cf8d4c1caec36b2e76d98de120b authored about 6 years ago
Introduce a SLOW mining CPU miner - for develpoment.

Introduce a CPU miner for development ONLY.
For development reasons (API, http server , pool con...

edf361a338cf40f7f8e9660f2e1dc4f38de24bcf authored about 6 years ago
CMake/Hunter: Upgrade ethash library to 0.4.1

Includes ProgPoW 0.9.2 implementation

1ed6d5c6dad1debda87438db6751d5f26b7f69cc authored about 6 years ago
Merge pull request #1771 from AndreaLanfranchi/Stratum

Stratum 2.0.0

c9197173cf42761d69a9f76a81e17e068d4f3963 authored about 6 years ago
Aplly memory order

7b82e6d23124d91e7ca97afcfb0ecc6475ee3d6e authored about 6 years ago
int instead of short

Co-Authored-By: AndreaLanfranchi <[email protected]>

34d19531d64f3a8dc83dcf84d366753422116fb9 authored about 6 years ago
Proper return values on padLeft and padRight

256adfa0f03f01f979f9697ade914bf151138b99 authored about 6 years ago
Update libdevcore/CommonData.h

Co-Authored-By: AndreaLanfranchi <[email protected]>

8b42ec37a5b7e94f9575570ca06e3be3de15a91c authored about 6 years ago
Update libdevcore/CommonData.cpp

Co-Authored-By: AndreaLanfranchi <[email protected]>

37d51eb44d985389bf597bf14f0100a80c90c680 authored about 6 years ago