Ecosyste.ms: OpenCollective

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

github.com/firoorg/firominer


https://github.com/firoorg/firominer

Add clang-tidy config

7d35d007d33a493abc7ce445231a64d11557d45e authored about 6 years ago
Check if transmitted block number is in a valid range.

70b671e71d83e01d988115450bfc02c097fdd911 authored about 6 years ago
Initialize blocknumber when new job arrives.

If m_current.block is filled and connection is switched to
another host and protocol, the last r...

fc8a81d6fa4789e8308e51946790eebaf8d74d2e authored about 6 years ago
Merge pull request #12 from ethereum-mining/master

Merge from ethminer

5f11c5e6479029c2915788132abe29292a43a2fe authored about 6 years ago
travis: Add *.cu and *.cuh to clang-format pass.

aca01ab58134c1ae0f5496c63fb2f86ef5ca9930 authored about 6 years ago
Fix: Correct syntax for clang-format in travis build.

6f46b68b07cd6fc2fdbf22ec7318a46ddffac19c authored about 6 years ago
Merge pull request #1710 from ethereum-mining/setactive

Allow setactiveconnection by host pattern match in API

274fea84273914d95b35c8df3a4ec54cc9cf363d authored about 6 years ago
Optionally send log output to stdout

- By default log goes to stderr to maintain backwards compat.

05d3732a985c4b3e5e0e0cb7786ceb1fbbfe7e82 authored about 6 years ago
clang-format cuda code

- strictly reformatting, no functional changes

d5b24640f21734744601090b32c4934a61504fd8 authored about 6 years ago
Check return code and update docs

873ed3a15172a5cee87a14f55928bf4b8fcf76ac authored about 6 years ago
Allow getWork and stratum to co-exist in the same instance

Removed the reciprocal negation.
In addition some slight adjustments to SimulateClient

9027e9fcdb798dac572129ff5268153cb9e119fe authored about 6 years ago
Merge pull request #1708 from ethereum-mining/cuda-format

clang-format cuda code

75d61bda82c225c1f874300fdee6bc5641bdae9e authored about 6 years ago
Merge pull request #1709 from ethereum-mining/stdout

Optionally send log output to stdout

7e43f2a5867dfe9c06e32a72093a74e54020cc8c authored about 6 years ago
Allow setactiveconnection by host pattern match in API

281c353bbc5617dd1fcb1d03fd32c2d962c59dc6 authored about 6 years ago
Optionally send log output to stdout

- By default log goes to stderr to maintain backwards compat.

06d513cc1e131ed0f8188df07d1da996f8ecf7b8 authored about 6 years ago
clang-format cuda code

- strictly reformatting, no functional changes

6d6377b74ffe1ee956779da2d65d24399f0d22a9 authored about 6 years ago
Merge pull request #1707 from AndreaLanfranchi/master

Some small fixes to AL-Lot-of-stuff

2a74aa2749fe6b53a7db933f8b6816a28a7adb56 authored about 6 years ago
Remove duplicated code.

63f5d22a7fd9a66f29e51ee2bd92e46efbd927d9 authored about 6 years ago
Merge branch 'master' into master

f2b03b95fa78079558552a11a73f26aa04f1a9b6 authored about 6 years ago
Version 0.18.0-alpha.1

4f1b8d658703fe85aca3ba608d55c62adeb3183b authored about 6 years ago
Restrict block number detection only for ETH-PROXY stratum flavor

887b20192d5ce0e9819a49e0bd00c1d288304cfa authored about 6 years ago
ethminer 0.18.0-alpha.1

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

a2b7f94ddf49749a1373b0eedb3cdb4eb08e798e authored about 6 years ago
Remove redundant check

`m_securesocket != nullptr` already implies `m_conn->SecLevel() != SecureLevel::NONE`

48a1a9d2230b1acfa07f0f6ad0beb3514a7d3ef2 authored about 6 years ago
Format source using clang-format.

91a0ab2d2f98c69918cd0b4572028060d1139a68 authored about 6 years ago
Merge pull request #1706 from ethereum-mining/clang-format

NFC: Format source using clang-format.

a4628de061daa6b33d834f096f7308132e17b060 authored about 6 years ago
Fix xcode build error

5b8fb839bfdf5439bebd0536789982a576b92003 authored about 6 years ago
Remove unused variables.

e2386e2810427f337cd795bf775420e310c98a76 authored about 6 years ago
Format source using clang-format.

b3feaa4fd8621fda6d7f8ba6d8e43de0f228b93c authored about 6 years ago
Merge pull request #1704 from ethereum-mining/AL-Lot-of-stuff

Al lot of stuff

928d5c91b7b599234b0093cddf264dff67c973dc authored about 6 years ago
Remove unused variables.

48a1b71565dd331cfd77773352b741e65cbbbd31 authored about 6 years ago
Fix xcode build error

8f5efe15404abff192c53964292474dda24a0773 authored about 6 years ago
Update Travis script

If no devices found ethminer returns -1
Change arguments to --help to make travis happy.

1c76c9a6832a041d68681efe0c47614ef354367e authored about 6 years ago
Merge branch 'master' into AL-Lot-of-stuff

6209b6ac6e8444c13edbf87885d33e2768010571 authored about 6 years ago
Merge pull request #1703 from AndreaLanfranchi/master

Clean after tentative merge to master

7306016ca1e53e4dd8e5d1780fb397d375de2577 authored about 6 years ago
Clean after tentative merge to master

f60923d83c7dda1d120e7bc30b6cfe5ae948e7da authored about 6 years ago
Merge pull request #1699 from AndreaLanfranchi/master

Import work from AL

a5085a88601009f55325f8f18fd50e086dc986e8 authored about 6 years ago
Merge branch 'AL-Lot-of-stuff' into master

b7a2dd63f164a05d49f689b96e1f0bb5c7e87e09 authored about 6 years ago
Check m_securesocket for nullptr

2157ed881a32f2787867b8540ec48e2cf66d958c authored about 6 years ago
Slight faster DAG generation

Remove one multiply.

8b42c87a5498790c43b282a40185daaa937f942c authored about 6 years ago
Scope logic error for discrete subscriptions

9eb7304ac3989f8e9a3087b7e440d6548e9d8f78 authored about 6 years ago
ethminer 0.18.0-alpha.0

Bump version: 0.17.0-alpha.1 → 0.18.0-alpha.0

d7b6b7c950e4137c4fa8c66737eae8265fffbba3 authored about 6 years ago
ethminer 0.17.0-rc.0

Bump version: 0.17.0-alpha.1 → 0.17.0-rc.0

40f35ce96dca55301d11f5d9e594776b3d23fb2c authored about 6 years ago
Merge pull request #1701 from ethereum-mining/fix

Revert commit a8bb4f86b1ead859e0b9dc38dc37cd0225651b99

31df07a4e44a59f1f7d2f0516d74aec101ec8531 authored about 6 years ago
Use of str() instead of String() for URI

a0bcd8aa23f6835c2136be27ca405a7e71bd4a72 authored about 6 years ago
Only display certificate if DEV_BUILD or failed verification

95bdb258afb6a89ec9980e4af917772b12d1ba31 authored about 6 years ago
Fix PoolUri parse error

- Fix logic preventing proper parse of URI fragment
- Rename String method to conventional str f...

58a797468fb61ddd0bb7f600df597d48ed3225a1 authored about 6 years ago
Revert commit a8bb4f86b1ead859e0b9dc38dc37cd0225651b99

643e780a6ed7b0e4953e8c013342c4a878b6593d authored about 6 years ago
Upgrade Cable to 0.2.14

57c8dcabe114d297aaae805c61c06f1c00723fd9 authored about 6 years ago
Revert "Rewrote switch to single instruction in dagger_shuffled, added const …"

This reverts commit 019ad03447f59b28f3c5b6568b581d9c62a30d49.

941279b0b5c274caddb1f696ec89c96a6c7dbf06 authored about 6 years ago
Merge pull request #1700 from ethereum-mining/fix

fixed travis build

f8cf17ca9ad3f366737474f1898caf9d7299a154 authored about 6 years ago
Removed target from computehash call

e1ddb7fdb78247a2bf95b915628ce001facf2903 authored about 6 years ago
Rewrote switch to single instruction in dagger_shuffled, added const …

019ad03447f59b28f3c5b6568b581d9c62a30d49 authored about 6 years ago
fixed travis

971ce1f4a20265604a3328e8ce3250e22d55ba25 authored about 6 years ago
Keep trivial destructor

ca44e83546444dd8e9359339f6e41debe7044dcf authored about 6 years ago
EthStratumClient: Simplify a condition

5623f104ed378a766b480f702514f2b2683f3405 authored about 6 years ago
fixed travis build

3a319802c34f537206f6b4ac9079af445768ec97 authored about 6 years ago
EthStratumClient: Fix shadowing of m_response_plea_time

d1a3c15eefed15df60c04c56cb2323e01b493dbb authored about 6 years ago
Merge pull request #1698 from ethereum-mining/test

Minor cleanups in Ethash Cuda

264c757daf2af8720fafc22603ee486a0441cca5 authored about 6 years ago
Removed target from computehash call

ceb7dcb6d93b0e8121066bace4ead23348f43e58 authored about 6 years ago
Merge pull request #11 from AndreaLanfranchi/WIP-DeviceAbstraction

Pci devices abstraction

4584141f8b3b76d3c0ba2913bbba750fe1b9b9ac authored about 6 years ago
Merge branch 'master' into WIP-DeviceAbstraction

31f8e83f7dd798f5129fbe3f90220ade73eba9e5 authored about 6 years ago
Merge pull request #1697 from ethereum-mining/ethstratumclient

EthStratumClient: Small cleanups

311de1dd483973b22a9215b54a6c534684e9f30b authored about 6 years ago
Wrong file name hwmon instead of uevent

7307870877ee5da3c342e4f9277ad6936d215930 authored about 6 years ago
Rewrote switch to single instruction in dagger_shuffled, added const to constant variables

a8bb4f86b1ead859e0b9dc38dc37cd0225651b99 authored about 6 years ago
EthStratumClient: Simplify a condition

37ca0123b2da081016242152915c9396d9db442d authored about 6 years ago
EthStratumClient: Make sure timeval struct is initialized

a3525b53d0fa80719aea5fb16342d566fe13922d authored about 6 years ago
EthStratumClient: Keep the trivial destructor

2699b4364b980be2dedce5349b7bfb70d48aec76 authored about 6 years ago
EthStratumClient: Fix shadowing of m_response_plea_time

381b3d1b538b140dfe6804cc51556145c8f76287 authored about 6 years ago
Upgrade Cable to 0.2.14

254e15781ad122b6f877cc686b6f8f3f7745d553 authored about 6 years ago
Remove redundant parameter target

It's already set by setTarget()

9144df00f9bc3cc55b4e8015db0f1b63bb46d646 authored about 6 years ago
Hardware monitors mapped by pci id

Instead of using indexes make certain every GPU matches it's hw monitor by Pci Id

d788e9e481d21632a789acb94618b2805f3c3257 authored about 6 years ago
Extra lines removed

5ad2a43e056dc27350252b5d5c4fa8cc2194c379 authored about 6 years ago
For AMD on Linux keep only sysfsh

45e2f125cd6998870ab41abf454bcf7d46f15a79 authored about 6 years ago
Hardware monitor overlapping

84d4dba69d898417f53b61fde951c4c16465f023 authored about 6 years ago
Final touches

5efd47caa00455db59adc008adbdf0d4cb9f6e4e authored about 6 years ago
Merge pull request #1693 from ethereum-mining/FixIssue1687

Allow passing "." as username or workername using %2e.

b1055ca3a572dbc31c88704a9f5576fe322b3a16 authored about 6 years ago
CheckPoint

1e36727158b9692a1e2d4b1fcd8b7cb160f9e736 authored about 6 years ago
Merge pull request #10 from AndreaLanfranchi/FixUsernameWorkername

Fix commit a608a0d481213342db61c2296d8cc146e987ac3e .

6647a1d6a9b4bfae75d35ac448fbc49ebf46fa3b authored about 6 years ago
Allow passing "." as username or workername using %2e.

As we split username and workername by "." we have to do it before
an urlDecode() is called as o...

e6f23dc020b970b91d8d5754dffbdb6277357871 authored about 6 years ago
Fix commit a608a0d481213342db61c2296d8cc146e987ac3e .

75ffc36c8c04177fb4b9fad898e5834f7a762bd0 authored about 6 years ago
Merge pull request #9 from AndreaLanfranchi/FixIssue1687

Allow passing "." as username or workername using %2e.

96d8f92152b0a2186d150d7ba6086d73365a11a7 authored about 6 years ago
Allow passing "." as username or workername using %2e.

As we split username and workername by "." we have to do it before
an urlDecode() is called as o...

a608a0d481213342db61c2296d8cc146e987ac3e authored about 6 years ago
Polish CUDA logs

65e8e4c97b27058cf54093a898dc7203403c66ae authored about 6 years ago
Single point distribution for Epoch Context

Create only one epoch context for all miners instead of having each one to call ethash function.

26388b51053bea7762f927c8f9cf7f1c626c6bf9 authored about 6 years ago
Refactor init()

Enable init() at Miner.cpp level so we can serialize initialization among ALL miners (CUDA and O...

d8fc7dc7b76cfd120523245e5e9b78cfd32e77a2 authored about 6 years ago
Drop support for dagloadmode==2

It's only implemented in CUDA and need to reworked for PCI devices abstraction.

9bc05526253fbadb3700ee9a3046c5ad8987f2a4 authored about 6 years ago
Return FormattedMemSize as a single element

It's necessary FormattedMemSize to return the whole string as single element instead of two chun...

eb360b9bcd22e4fc5949d211a35831d2a8d21de4 authored about 6 years ago
Express difficulty hashes as increasing values

Sticking to diff (derived by boundary) expressed in "K megahashes" does not fit when there are v...

9668395635667dba29516d79d8655535f5dd16a9 authored about 6 years ago
Amend epoch check for when seed hash is zero

b9a7ae81ad51eae4c7a9c9ebf02da9c6b77e6e91 authored about 6 years ago
Getwork client : ensure path begins with "/"

Partly amends https://github.com/ethereum-mining/ethminer/issues/1689

473016c58804b5db6d1f81553cb6c65dd5005d01 authored about 6 years ago
Avoid PortNumber formatting as number

ab4fd644a325bb810f576ce5bb8163a2b78c88db authored about 6 years ago
Remove libjson-rpc-cpp dependency

72808a6a1174bb936a47b394a5bbc81f1352cebd authored about 6 years ago
GetWork Refactor

Now totally async without the need of an own thread.
Also differentiates among socket errors and...

4733b7ab48b8d32319d43d15d1c919cf7aabe70d authored about 6 years ago
Move hashrate submission flag in PoolManager's context

Hash rate submission is a duty of poolmanager, not a duty for the connector which only have to b...

f7b92f7e16f447040767f11bb6c8ae324243b1e1 authored about 6 years ago
Remove accounting for stale shares

Measurement of stales at miner's side has no meaning and in 99% of cases does not match with sta...

448acce789f530a82d9182004cf46f63405e700a authored about 6 years ago
Job is an identifier not a hash.

Treat it as string: no need to convert back and forth to h256

a7795d335a45aa8e919df00dda07b0a19d254e0f authored about 6 years ago
Avoid possible division by zero if bad pool pushes 0 diff

ff8f5f49eaa590fc3b3faa18ff36bd3de5ca54a8 authored about 6 years ago
Amend wrong computation of Target on NiceHash mode

As described in https://github.com/ethereum-mining/ethminer/issues/1681 the computation of targe...

afa7bca859e802876ec75e443ff9ecc82ec7904b authored about 6 years ago
Proper display of new EthereumStratum difficulty and new target

019c85b597f492354c46a6fd22202557c5d38283 authored about 6 years ago
Disconnection of getWork client must also stop the thread

e9340b0577654aeaaa7275ae1f4f9d815f029257 authored about 6 years ago