Ecosyste.ms: OpenCollective

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

github.com/firoorg/firominer


https://github.com/firoorg/firominer

Optimize storage use.

230821a441f76e916f89f2857083e3f7b3b658e0 authored over 6 years ago
Minor optimizations to uri parser.

357393271f2e7548986009fb56df8250eab81390 authored over 6 years ago
Merge pull request #1465 from ethereum-mining/manager

Remove convoluted workaround now the URI copy constructor works

81aeec20a2732183e77be88c09df910c4c25cbe7 authored over 6 years ago
Remove convoluted workaround now the URI copy constructor works

43f676a6dc34aeca847aa839bcf8b5359c01873e authored over 6 years ago
Merge pull request #1464 from ethereum-mining/uriparse

Remove dependency on buggy version of network-uri package

52cb8a7cfa9cebc438e885cd58ee33c7f45dd4dd authored over 6 years ago
Remove dependency on buggy version of network-uri package

- Third party support is useful when it works, but...
- Replace buggy network-uri with in-house ...

e279228340ab082dd54672b860de54930c9cc416 authored over 6 years ago
Merge pull request #1461 from ethereum-mining/fix-1446

osx crash fix on opencl

53a16ff4735f03fcde28eba22bf8d4bbbff8bb24 authored over 6 years ago
Changed signature of zerox3 and one, because osx does not like statics at all and consts in case of an array

c519030eeea3f0238a21edc0a90548565f7cf257 authored over 6 years ago
Merge pull request #1447 from StefanOberhumer/PR1447-ApiAddReboot

API: Implement miner_reboot().

a6292182260308c64025055219ea9f747f81acbb authored over 6 years ago
API: Implement miner_reboot().

334a2f184fcc10057ac7be70075376b4732c7be9 authored over 6 years ago
Merge pull request #1456 from ethereum-mining/cudainit

init is the only caller of cuda_init, combine methods

1d6f5ec7ac9af90f751ec9f6d29eacda49c8997c authored over 6 years ago
init is the only caller of cuda_init, combine methods

379ccda2bec70874968c0a65eb4849af863d30b3 authored over 6 years ago
Merge pull request #1449 from ethereum-mining/changelog

Update changelog with recent changes.

b4f7ca2d84b5df636bf089bc72e9822f0ac97ddd authored over 6 years ago
Merge pull request #1453 from ethereum-mining/includes

Rearrange includes - fixes gcc-5 compile error

e636409888934041c02ce6bb4d5150ad32b77c9f authored over 6 years ago
Rearrange includes

- group and separate #includes such that clang-format doesn't
sort them.

c3c45b054aef567c6892e1a89db1392dcfff4138 authored over 6 years ago
Update changelog with recent changes.

19550f67c9ffa607cfb0ce06a164c74249dfc342 authored over 6 years ago
Merge pull request #1448 from ethereum-mining/fold

Combine two function.

2eaff64320bc74e6dd39ba3c625691851ca68bfe authored over 6 years ago
Combine two function.

- method configureGPU was the only caller of method
cuda_configureGPU. Combine the two methods.

c9a0a93dd82e89b92cfd16ba0de716909e14352f authored over 6 years ago
Merge pull request #1444 from ethereum-mining/format

Apply clang-format to all C++ source files

726cdec1d087a1d282b08ca6eec17a1d3f1703ee authored over 6 years ago
Apply clang-format to all C++ source files

- This commit makes no functional changes. It only
reformats all source code such that future ...

dc92ac60ad0e1b737e239282289f4cdcc5482c41 authored over 6 years ago
Bump version: 0.16.0.dev2 → 0.16.0.dev3

42bf7a4e38ff41e75c71fec2837f246e3d3b9b53 authored over 6 years ago
Fix warning

223eeae0369a411e03e73b3e483368890cee7ede authored over 6 years ago
Merge pull request #1435 from ethereum-mining/dups

Fix false duplicate jobs when using stratum 2

32b1e9e71807ec26439f5e9bc0da793b84a18130 authored over 6 years ago
Merge pull request #1441 from StefanOberhumer/PR1441-OrderPoolsAscending

doc: Order pools ascending.

9afc098f1f7cd89aeabe6181e344db85373702f0 authored over 6 years ago
doc: Order pools ascending.

55a63d9c6b4eae722384e6a82ab98640a30ded8c authored over 6 years ago
Merge pull request #1440 from StefanOberhumer/PR1440-AddPoolConnectionTestScript

Add script testing different pools.

489a4957eae07ed91b1148ad9ec8e4f6a957e176 authored over 6 years ago
Add script testing different pools.

bb6d443ee1027ce76bd574b2df1efafd4b78d17d authored over 6 years ago
Merge pull request #1437 from StefanOberhumer/PR1437-RemoveUnusedVar

Remove unused variable.

919c8e0899fa727ca9eeb435f2683359188f5ae8 authored over 6 years ago
Remove unused variable.

951db1be73d4fece7dd7ed2f4b456ac1194dd281 authored over 6 years ago
Delete redundant if statement

2d5bda10a4d9ed4f4c8493d7fc0f42b25078669f authored over 6 years ago
Remove uneccessary setWork function escape.

4129381cb75905ad2a0c614d5e4378e8d7dde893 authored over 6 years ago
Fix false duplicate jobs when using stratum 2

- We should not resubmit the current job upon receiving a new
difficulty or extranonce from st...

0763d28682bd03ad872a151efa9589f954845045 authored over 6 years ago
Stratum auto-detection extensive logic review (#1429)

* Extensive logic review

* Code clean

Poolmanger.cpp to honor #1379
EthstratumClient.cpp ...

e450f83559872b66d1dc2d6185798374dcf1a049 authored over 6 years ago
Merge pull request #1427 from ethereum-mining/clminer

Make sure old opencl context is deleted before allocating new.

458bc512b74fe737a587da8eb6beabcbe6e7a8ea authored over 6 years ago
Make sure old opencl context is deleted before allocating new.

- ethminer leaks context with each new epoch

4310e3d1397ccdbcabe61e07a4cacee80aa11e39 authored over 6 years ago
Merge pull request #1421 from ethereum-mining/sparkpool-autodetection

Stratum autodetection on disconnects

211a1aff5612a526a9a44ef13af1819854884e70 authored over 6 years ago
Stratum autodetection on disconnects

Some pools (sparkpool) when receiving wrong stratum method (which is essential to detect proper ...

73978ed605c9d2c57367dc7c0b50ad9df274d00a authored over 6 years ago
Merge pull request #1419 from ethereum-mining/unsigned-comparison

Use unsigned instead of int

4752e1fc191bb136d0f67609a17af1a516de08de authored over 6 years ago
Merge pull request #1418 from lookfirst/cleanup2

Small typo fixes

5e6a581c23f762b61fe05e3c8b2f9d372ee55dee authored over 6 years ago
Use unsigned instead of int

Amend warning during compile.

0116cb5cbc45d77785d701cbbea7368a766b1d3d authored over 6 years ago
Consistent behavior of -P exit (#1416)

* --farm-retries allows 0
* PoolClient receives a pointer to URI instead of a reference
* Pool...

9de6f0a1ceab1e932aac0f45e6cf757ca6154d41 authored over 6 years ago
small comment typo fixes

7a4b55620bf9f663fed990b48ee43c7d0c3e01e1 authored over 6 years ago
fix typo in comment

bb870b61924d2beb7b2132023bb225c1fb5b7c52 authored over 6 years ago
small std:: consistency fix

949d97eb10a885eff4bd72240055a9949ac09b97 authored over 6 years ago
fix method name

d9fa65f46d86a85ae0bc7f4011dc439cec72d70a authored over 6 years ago
Merge pull request #1413 from ethereum-mining/miner

Various small fixes and improvements

4147aaec15855e4e9e0f6d6c689904101fa8150b authored over 6 years ago
Various small fixes and improvements

- No need to retrieve abort flag, just read solution and hash counts.
- Move switch time log to ...

61758dea3f1cb22ace37f25d2db2a478eb387524 authored over 6 years ago
Merge pull request #1411 from ethereum-mining/GCN3

One last small GCN3 optimization

50e9160272dce09a612b02782ed99b615c2becd3 authored over 6 years ago
One last small GCN3 optimization

- This group of s_nops is a remnant of a previous implementation
and serves no purpose other t...

e8451b3c7114e08009ec4fa02c2af3d670e73109 authored over 6 years ago
Merge pull request #1410 from ethereum-mining/gcnoptimize

Minor GCN3 optimization, and fix double nonce submit

c3afc3d515e0674f3d0bfca6d30836a5d93d4185 authored over 6 years ago
Minor GCN3 optimization, and fix double nonce submit

- Use .align pseudo op to align branch targets so we dont have
to do manually each time the co...

da93ff99ff7daa3a3b7cae2aaaec78bb5e51ef24 authored over 6 years ago
Merge pull request #1409 from goobur/binary_nolds

Binary Kernel Optimizations

be95e14cb34d31db24d53c3dc97b17fcdf14eadd authored over 6 years ago
Saving some cylces in the mix loop

f038f75fdb1f787e072c3afaeb36036a91eff8dd authored over 6 years ago
Forgot to wait for a mem read on gcn5

acd0e51e178ddb6676312347fe1f1b9b245f0da1 authored over 6 years ago
Fixing bug distibuting mix

ca89579d3bc3e4ca6ee3f44d55536a30452e721b authored over 6 years ago
Removed LDS for GCN5

d89568006f661272eddbb537043b3898654dfa1d authored over 6 years ago
Removed LDS usage from GCN3 kernels

53563ca90a1cb8a76ff15f442d397caaad91a96a authored over 6 years ago
Bump version: 0.16.0.dev1 → 0.16.0.dev2

eae9448f055a1c474800c0230d20d75c8f508bf7 authored over 6 years ago
Merge pull request #1400 from ethereum-mining/sukharev

Improve opencl hash rate and reduce job switch time to 1 ms.

2151d0442a2f8eae98c5034e1fd1a609e6e2242f authored over 6 years ago
Merge pull request #1401 from lookfirst/build-fixes

Fix issues with build at master

af0dce09cdab458e04d9bf8f3748dd271b10ba7d authored over 6 years ago
Remove duplicated code which was added in #1333 (#1402)

e6b501b70b9c32818df724ebd68c7c809505a9bc authored over 6 years ago
use app.footer to avoid deprecation notice

6a1e9cf365f304471be8a94c75e230cce0ffae89 authored over 6 years ago
add ethash fix to cuda miner file (missed this cause i'm not building for cuda)

e0a4af1e5c22f0596bdfc8ac463f260601550050 authored over 6 years ago
ethash renamed methods

e8215e5db2707f73b983a4ce8b5746218243d85d authored over 6 years ago
latest huntergate for osx (fixes issues building openssl 1.1.0h with xcode 9.4.1)

4617728dc8625102c7dc9ffe8de6e926a2f7756a authored over 6 years ago
Fix clang compile error

62776d5106c8c27f9b418fa43e32dffe0dbac2cb authored over 6 years ago
Improve opencl hash rate and reduce job switch time to 1 ms.

- All credit for this improvement goes to @sukharev. This is
simply a complete implementation in...

b6284f58576a1234367c5f75a4689edbfa01309b authored over 6 years ago
Merge pull request #1399 from StefanOberhumer/CorrectErrorMessage

NFC: Correct errormessage when not built with -DETHASHCL=ON.

d80c15b7aa63c45c4082bce1cfb9d5a9c0facf10 authored over 6 years ago
Merge pull request #1382 from StefanOberhumer/ApiAddSetVerbosity

Api: Add miner_setverbosity().

9dcd6a12ab9df8359ee03efb1cf9095bcc5eb0b3 authored over 6 years ago
NFC: Correct errormessage when not built with -DETHASHCL=ON.

18563ce2284620aef051acbb4c07a7a501ec6f6c authored over 6 years ago
Missing posts to io_service (#1397)

For whatever reason it appears several posts to io_service are still missing.

This should ame...

0fa951f7a5dcb0176318aae3694d9db36562ef32 authored over 6 years ago
Merge pull request #1374 from ethereum-mining/ci-update-cuda-sdk

Tracis CI: Update CUDA SDK

0269c69a1cefb38e3dc800a608a865a4376808fd authored over 6 years ago
Merge pull request #1389 from StefanOberhumer/FixCUDAVersionCheck

Fix CUDA driver version check.

ac7f1704debb6dc1fbbcab7934f44e6d5be1a8ba authored over 6 years ago
Api: Add miner_setverbosity().

ae9841af3ae45fb4e1434286df203885694aa19b authored over 6 years ago
Fix CUDA driver version check.

When accessing CUDAMiner, CUDAMiner::getNumDevices() is
called which can cause an exception.
Catc...

db05c85ee0fbbf98674754f303ed6cb26e57cbc2 authored over 6 years ago
Merge pull request #1386 from ethereum-mining/project-release

Project release

e0234ccf660030ed366360622250909eb1f8a25f authored over 6 years ago
Update main.cpp (#1388)

95bd342915a5356a8d89c35650ff8c151fec4c9c authored over 6 years ago
Merge pull request #1383 from StefanOberhumer/StratumCorrectMinerVersion

Stratum: Correct miner version

97a060460c7ea77c92e7ed3075765c300b53462c authored over 6 years ago
Use information from buildinfo output

edde28981447747c7179a66a0a65af31e9165846 authored over 6 years ago
Use ethminer_get_buildinfo()->project_name_with_version.

With commit a6702dffe6ac7a86fa992136de148dd27513446f we got a new
field in buildinfo struct conta...

2a8c064facf34d45e99a28c0728a7d9fbbf434a8 authored over 6 years ago
Use "ethminer-" instead "ethminer " as version prefix.

3b2699349d16edf88c00aeec07ee5e9baa27af1e authored over 6 years ago
Upgrade Cable

The buildinfo now has project_name and project_name_with_version fields.

6a3914b8630213a843e2f91312543b69a230c95a authored over 6 years ago
Merge pull request #1385 from ethereum-mining/cable-project-name

Upgrade Cable

4144e9220f7d952dd5ba9d9cc2bfe0b76bbc5f08 authored over 6 years ago
Merge pull request #1380 from ethereum-mining/hashcount

Minor hash count collection fixes

bce2b5d2f5cc9f76b4418ae776d1473752767e76 authored over 6 years ago
Remove redundant load

e4d182d95152d0f08920e9d30d8818d03bc24d2f authored over 6 years ago
Upgrade Cable

The buildinfo now has project_name and project_name_with_version fields.

a6702dffe6ac7a86fa992136de148dd27513446f authored over 6 years ago
Merge pull request #1384 from ethereum-mining/appveyor-no-dbg

AppVeyor CI: Drop build with debug symbols

d5aa53fd422ecdd4308965786e81ea400d5b372c authored over 6 years ago
AppVeyor CI: Drop build with debug symbols

9a240c831ad0b4b7026912d8c823efccb136dfc6 authored over 6 years ago
Minor hash count collection fixes

- Only get time now after acquiring the lock
- Avoid race.

7580008eff153669c8780e80008fb75549a17729 authored over 6 years ago
Merge pull request #1379 from StefanOberhumer/FixDisconnectMessage

Correct disconnect message.

027d82230e5d224aceb1eabb3860b8b638af1bd6 authored over 6 years ago
Correct disconnect message.

If a connection is changed via API call 'miner_setactiveconnection'
ethminer displays info that i...

d4a9ac013344210dff283fe2f27659a5ad4e16c1 authored over 6 years ago
Merge pull request #1377 from ethereum-mining/clnoiter

Further minor CL optimizations

6d425fe31261fc669032af00d1689ba99fbeb3d0 authored over 6 years ago
Further minor CL optimizations

- Remove constant iteration parameter
- Update CL kernels to do single iteration (save instructi...

4b63c874750e42b79b976bb319c09c74477fc869 authored over 6 years ago
Merge pull request #1369 from ethereum-mining/mixprep

jawawawa opencl noeval support (feature complete)

24854a0b8b35babf0ba231fafd9bd45208c1323b authored over 6 years ago
Tracis CI: Update CUDA SDK

685afda200f716ed1059a608a1883e569286d198 authored over 6 years ago
Implement noeval support in opencl kernel and AMD binary kernels

2319a6280fa8aec7861752491d92f6dd840fca17 authored over 6 years ago
Make changes suggested in review.

- Also rename --cl-nobinary parameter to --cl-only.
- opencl (ethash.cl) noeval support functional.

6377efefa506578cab1f7cfaf46ed5f3890ef176 authored over 6 years ago
Bump version: 0.16.0.dev0 → 0.16.0.dev1

b5385037fecb26d79b5fd43f0c5973f72eb52969 authored over 6 years ago
Merge branch 'release/0.15'

# Conflicts:
# .bumpversion.cfg
# CMakeLists.txt
# ethminer/main.cpp

2ce3f1a1b1131277f8d6ba8864048f4b7144f8c7 authored over 6 years ago
Bump version: 0.15.0rc2 → 0.15.0

11d7e3c4c087f6c669013e360af84f6d617c02f4 authored over 6 years ago