Ecosyste.ms: OpenCollective

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

github.com/firoorg/firominer


https://github.com/firoorg/firominer

ethminer 0.18.0-alpha.2

Bump version: 0.18.0-alpha.1 → 0.18.0-alpha.2

494ed73c3a8f4417aa83e3587e70d25f32f8e88d authored about 6 years ago
Common function for scaling sizes and clean up

1aabda40bedd3a7e94d8bcfc6ecb942449bf8d25 authored about 6 years ago
Simplify (a lot) solution accounting per farm and per device

1960c6b5fd9239a1f8b87bfe4346a8ef28d3c51e authored about 6 years ago
Hw monitors handlers Log dependency and messages

Unify dependency to LOG.h and output some info when handler cannot be initialized.

44ee7f6392364638819d90801e37ab070c4e243b authored about 6 years ago
Minor log cosmetics

a0fb7bfdeb2c3fc456f248d110285316cccee7ba authored about 6 years ago
Remove deprecated Json::FastWriter

2afeda4ee6f1e0ecae652143a94b3e16bf318057 authored about 6 years ago
appveyor: fix for cuda-8

* download nvcc/* compiler from official nvidia site.
* use cuda-9.1
* use -Tv140 for cuda-8,9

8a72ecc98d361ad26ba04d0bb720c4d02a3f62ce authored about 6 years ago
travis: osx cuda-9.1 support added

700b53898dce2eb8dbb949b3122421821771291f authored about 6 years ago
Ethminer windows executable have ethminer.ico (#1732)

4108f92b09a499eab91eede03a5e48386c072210 authored about 6 years ago
travis fix to check cuda-8 support

bc90c74d0f6e8523db2130e8207d3020863cd6d9 authored about 6 years ago
Merge pull request #1741 from hackmod/travis-cuda-8

travis fix to check cuda-8 support

1832ff8e193415e453d958913f083eab0a43d983 authored about 6 years ago
Minor html alignment

28740264fbf2173c9477427354ce6aac3658cede authored about 6 years ago
Extend API server to handle HTTP requests

Dropped the dedicated HTTP instance
Dropped dependency from external project MONGOOSE
Extended A...

35c2960e9f43f6e03bf5278f71a568ddda0ab266 authored about 6 years ago
appveyor: fix for cuda-8

* download nvcc/* compiler from official nvidia site.
* use cuda-9.1
* use -Tv140 for cuda-8,9

b53417b1a491de82c1aec9a9f73dc2aea37795c2 authored about 6 years ago
travis: osx cuda-9.1 support added

ecd55cec07220c6ecb0f00f1bc6e36cb2b1a2f6a authored about 6 years ago
testpools.bash: Use --report-hashrate in tests.

a498affdef9d9d3c21d3f29f5067f93302b7a8c6 authored about 6 years ago
Change doc and testscript for miningpoolhub.com .

48a859428b96e91879d15dbf073c339fe2c888e2 authored about 6 years ago
Ethminer windows executable have ethminer.ico (#1732)

218365896570a9582c756a40a6c1dcbb0f5e22b8 authored about 6 years ago
NFC-testpools.bash: Add (disabled) part to use pool autodetection.

142f3fd3a0c5c78b77d70a09d506fa51f627337a authored about 6 years ago
testpools.bash: Adapt script to use actual pool syntax.

cd5b3dc5f6fed8f9ad22a54406a9d9323b759446 authored about 6 years ago
testpools.bash: Remove pool.sexy as it seems they removed ETH coin.

51cf07e4146efb446556d96d43f21ddf5257fa8c authored about 6 years ago
testpools.bash: Put commandline into logfile.

55d71ccf5e7488c87db4d84fd696c2d24415d22f authored about 6 years ago
testpools.bash: Adapt verbosity to new level options

2ca628b78483076dd7c3855df1bf4bba4e80e39d authored about 6 years ago
Simplify handling of scrambler info

9f8b5c2ae6b2331293b8e64279d6b5533bb139f5 authored about 6 years ago
Modify result from API get_scramblerinfo

8fbe09b59e5021e5250ff83def6cccbdb8835f67 authored about 6 years ago
Update API_DOCUMENTATION.md

455ed5b645580b324631a0bacb9cc92094e44906 authored about 6 years ago
Drop miner_getstatHr

Method reports a result which is a bad subset of miner_getstatDetail

dd052718ffc8eea9536078d347d87d9e78b7e4b6 authored about 6 years ago
Always log requested method via API

8843af7eb0f684358db4ce545b3341b3eb153e30 authored about 6 years ago
Update API Docs

63c0c01388936e584b8d414f97acdf66de9a69a0 authored about 6 years ago
Rework of miner_getstatDetail

Reorganized the output from miner_getstatDetail API call.
Reduced verbosity and created groups a...

ad55af92a154efc5e796511029d701750d03ffc5 authored about 6 years ago
Merge pull request #1739 from ethereum-mining/port

Log line displays port number twice

a18a6d6ecafa895265f48e4add8fccdb8f087e6b authored about 6 years ago
Booleans in compilation scope

70c7cdbe632125bc3111b419395d452705d01ea8 authored about 6 years ago
Don't initialize hardware monitor handlers if not needed

1a8b05fbb10213ac904ebfc625c21dcb294c4b1a authored about 6 years ago
Remove unused Exceptions

106d9fb084bf283cf260e407cc08e967ba04e33e authored about 6 years ago
travis fix to check cuda-8 support

ae73f7d03c4870929eb9ddcc8be224ab3b924a66 authored about 6 years ago
Remove "0x" constant add

b1e8940f66080ee70fb96851608fa3a8a86dfb16 authored about 6 years ago
More abbreviation...

163bbd413b2d5e540d794e78dc0aa6cf6b8607f8 authored about 6 years ago
No point always logging block #

36d630358cbeabd2cd18d6ee6f8fd72a30fcf321 authored about 6 years ago
Assign miner index to be the same as in --list-devices

d6c1c6d86a1f72d9ebb8e5bd3dbe97605c46d6b3 authored about 6 years ago
Async solution submission in a single strand

Use single strand from farm instead of having multiple strands (one per miner) which may collide)

f3268a2bc251eeb729052a2e20c9b6cc23f55ae8 authored about 6 years ago
Move common functions to CommonData

26c3b479d866d5b4bbf5b41ee41de5340aff7920 authored about 6 years ago
Use HexPrefix enum option when needed

9ef9856101ad6edd3ec95bd8151c2811b3dc0b3b authored about 6 years ago
Revert "Revert "inline asm optimizations""

This reverts commit b1167b19f7a665dc1c335a1c7435516215586ed5.

cf6dc5a487ada02f2ab67d6a4376df46b0b9a4cb authored about 6 years ago
Merge pull request #1734 from hackmod/lop3-opt

inline asm optimizations

8294506bb375350440eb0115f8a93e10b47bc43d authored about 6 years ago
Log line display port number twice

- reduce log output by only display port number once per log line.

5bf5afb048a3d5eef6a8ef1067390472b5485b76 authored about 6 years ago
Revert "inline asm optimizations"

This reverts commit 6ecadec978959329ebb8dc888b87545c5d136d66.

b1167b19f7a665dc1c335a1c7435516215586ed5 authored about 6 years ago
Some more log clean up

6e295e414bb911fe390e614a730a3d1622d3c9bf authored about 6 years ago
inline asm optimizations

* some optimization using lop3
* use ROL8/ROR8 for some cases

6ecadec978959329ebb8dc888b87545c5d136d66 authored about 6 years ago
Amend segfault error when stopping before any work got in

da5cbeab39dbcaa38a91b27c19815d906a7deecb authored about 6 years ago
Mining gets paused only on disconnection (which is async)

fde2a017dabc874ff724c56a93d57a178873c13e authored about 6 years ago
Epoch and difficulty on same log line

3d7deb873bfba52fe3f022137376053b683065e8 authored about 6 years ago
Clean up CUDA-8 shuffle patch

7f37e29ba679a0505a21b4278ff5d040e73d5f03 authored about 6 years ago
Merge pull request #1733 from ethereum-mining/shfl

Clean up CUDA-8 shuffle patch

71e533961017fde6529174d8ed81c4f987ef5a43 authored about 6 years ago
change MACRO name __SHFL to SHFL

bd5f8ce5cba6eeba94e4fc7972b1671143466712 authored about 6 years ago
Add Cuda8 Support, Macro Name to __SHFL

ccea6b148edead7a7f9efb534f2f98887d768f3d authored about 6 years ago
CUDA: Only allocate DAG memory if needed.

Allocating the (current ~3GB) DAG needs 5 sec in my environment.
This patch reuses the already a...

62165dcc297fb874a49fa0f13481fd4287650f00 authored about 6 years ago
Ethminer supports NVIDIA CUDA 8.0 build

37424c0feed8343de475a4fac98e5250cc46990a authored about 6 years ago
Remove unused exceptions

d626f26518b25e3245c7993adacbbdd596e0d3da authored about 6 years ago
inline asm optimizations

* some optimization using lop3
* use ROL8/ROR8 for some cases

ba4d035f682908f77884fcaa7b64d929b689aa03 authored about 6 years ago
Removed unused classes BlockHeader and RLP

68330cc82ee9efd1d9b165f222b48807c061747b authored about 6 years ago
Clean up CUDA-8 shuffle patch

657d6f13295bcc06c3abe9b5fbc8ce3b502cbd2e authored about 6 years ago
Explicit braces to avoid ambiguous else

0148ddece667a8be86a4d3b600fbce30dc31c104 authored about 6 years ago
Revert "Avoid cpp warning"

This reverts commit 885d8e084acdfe10ca544dea3b099a9ac6b5c225.

db0d097351f97dc852e352e933bbefdc25f2e9f0 authored about 6 years ago
Avoid cpp warning

885d8e084acdfe10ca544dea3b099a9ac6b5c225 authored about 6 years ago
Remove unused class Notified

58a36761655f8351ff56cdd173561ed086a09aa9 authored about 6 years ago
Unify simulation and benchmark

Simulation and benchmark are de-facto the same thing.
User can test hashing speed using simulati...

8f94f47860be6ef36d133d02aec535c407e7220e authored about 6 years ago
Merge pull request #1729 from tao-foundation/add-cuda8-support

Ethminer Add cuda8 support and Auto Build support.

69a805c29d91a83cda8aaae56a87c55dbcd4d49f authored about 6 years ago
getTargetFromDiff as common function

Also enforce usage of diff in genesis block for benchmark

45d666a8b1993ace27f9662b8dc12e1b9eb99ee2 authored about 6 years ago
getTargetFromDiff as common function

Also enforce usage of diff in genesis block for benchmark

2f428e3f4f5e41e23f113c4308099c7e204449fb authored about 6 years ago
Amend wrong help text

List of devices is a space separated list.

23dc4bf7927909fd8f208755e16ad729079a9983 authored about 6 years ago
Log format consistency

8d82c9ebc38f131555976a24974ce27e5ca40bac authored about 6 years ago
change MACRO name __SHFL to SHFL

dac14326eaff460667dd512803f0683f836cc30c authored about 6 years ago
Merge pull request #1727 from ethereum-mining/cuda_allocmemoryonlywhenneeded

CUDA: Only allocate DAG memory if needed.

a95462f64fde3bcee3b0e8fa550eb25d534ee1f7 authored about 6 years ago
Minor log fix

When solution is found also output the job it refers.

fc8e38aa8568b236e654f7f840d2f28f78807aca authored about 6 years ago
Uri parsing allowing BOTH backticks enclosures or url_encoding

Also added documentation

a10abce57be7b66257209ba1f48e5271a7da541d authored about 6 years ago
Help text for new URI parsing mode.

a0b1cb81a373888fabbe987871ce49a3140beaa2 authored about 6 years ago
Remove unused oclPlatform filter from CLI

daa3520093115206be296017eeca19dd4ad2c3fd authored about 6 years ago
Merge pull request #1728 from AndreaLanfranchi/master

Amend missing calls to onConnected

2ec98d6a4cb582c1f14a19e4a480e8f2d1f9fdb1 authored about 6 years ago
Amend missing calls to onConnected

3d95d77bafdb11e2d129e32ff807c15f762518c1 authored about 6 years ago
Add Cuda8 Support, Macro Name to __SHFL

5bc52f1e5720eaaff677e2ba4d22b643b92cbd55 authored about 6 years ago
CUDA: Only allocate DAG memory if needed.

Allocating the (current ~3GB) DAG needs 5 sec in my environment.
This patch reuses the already a...

9d902d700b6a801d0553d9f727298ce99904bd49 authored about 6 years ago
Merge pull request #1723 from AndreaLanfranchi/master

Modified URI Parsing (Username / WorkerName / Password)

76a5aadfa822dd46923bf494f1826f55fc407958 authored about 6 years ago
Ethminer supports NVIDIA CUDA 8.0 build

32f32dade389673b86781d27bd06d29363a59fd2 authored about 6 years ago
Somewhere we lost the Password in ETH-PROXY compatible mode

f045321179e3d79ca1763c13da506febffc2cded authored about 6 years ago
Uri parsing with all characters possible for user / worker / password

Uri parsing now leverages regex.
Mandatory conventions are :
- a dot (`.`) marks the delimiter f...

9cbe1a14f59930e2c84167b64a441708e70a355e authored about 6 years ago
Better strict control on blocknumber (if passed)

5b6af91cea75d2cc85d59ae7a1cde2685ff51368 authored about 6 years ago
Merge pull request #13 from ethereum-mining/master

Merge from ethminer master

67dcbfbd266c8584f981c87b1c67aa94dcca05e0 authored about 6 years ago
Merge pull request #1721 from ethereum-mining/clang-tidy

Tune clang-tidy config and fix some warnings

07ea6f91be5135f0678a0aef775c05fa48a286aa authored about 6 years ago
Merge pull request #1714 from ethereum-mining/fixStratumBlockEpoch

Initialize blocknumber when new job arrives.

4df6898fe0b38a672cba3abae9898b159d478839 authored about 6 years ago
Fix some warnings discovered by clang-tidy

1ec23420e1e7e55249d9167648aae1a40b88cc32 authored about 6 years ago
Tune clang-tidy config

2ec90b3f303e578cbd46c276b8137e2db4476ace authored about 6 years ago
Merge pull request #1719 from ethereum-mining/help

Minor help fixes

759fa656a290e4d06eb2c488fb8bdbab7df73040 authored about 6 years ago
Minor help fixes

abb2e7d770de681a0d8a27fc0ff43d0ba1810329 authored about 6 years ago
Merge pull request #1717 from ethereum-mining/dbus

Fix DBUS build (again)

3f7c6402920c6922775175035e6e6f48000f8dbb authored about 6 years ago
Fix DBUS build (again)

527c021d1b79f32c271b40aea4f49a87c51480af authored about 6 years ago
Merge pull request #1711 from AndreaLanfranchi/master

GetWork and Stratum coexist

219279fe6956c6642ca9e5a9bd54487f17d53f95 authored about 6 years ago
Merge pull request #1716 from ethereum-mining/clog

Simplify log logic

743d66f51176168563adfa23d78b85d3ef37902e authored about 6 years ago
Simplify log logic

- clog and cout are buffered, cerr is not. Use clog instead of cerr.

ad7c36def8d6e1a659b89d8f1703a0bee17ae589 authored about 6 years ago
Merge pull request #1715 from ethereum-mining/clang-tidy

Add clang-tidy config

a112474528fff04b60758662e2f1ddecb6dd388f authored about 6 years ago
Merge pull request #1712 from ethereum-mining/travis-clang-format

Travis clang format

13d1be65b1e988c72e81fdb57910d956f0f80ad5 authored about 6 years ago