Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/firoorg/firominer
https://github.com/firoorg/firominer
e5d8aacf3cead44ffd4bbac58061950519b3c043 authored over 6 years ago
--exit enables a global flag which causes ethminer to abruptly terminate with exit() sparse here...
b1cf046e4660df87258e5246860e06ab1d139139 authored over 6 years agoWindows: Add CUDA 10, build both binaries
1f77cfe80c1862ef3c6d09be99d2ac215e47be14 authored over 6 years ago
CLI11 is great for parsing arguments but really sucks in displaying help text.
Moreover our help...
For CUDA 10, use the default MSVC 2017 compiler, instead of the 2015 compiler.
6c109d042225f947c04f6d1d28fddfa2280c701b authored over 6 years agoWe only build Release builds.
4aa03de32b88ece11afdcd8d2d7d4eed86f7f8cf authored over 6 years agoFaster exit with CUDA devices.
5203718c56abe7b57bce1de6fd2158cdcac978cf authored over 6 years ago
A call to cudaDeviceReset() needs in my environment between 1 and 5 seconds.
When stopping ethmi...
Use bitset to make use of flags
97053140c63da0e0bce10e4de5d935a4456b75ad authored over 6 years ago
When pausing miners use flags as bitsets.
Some rework on methods names.
Adjusted scope for tempe...
Add output to some functions to log
program flow (esp. on exiting).
cbe3eb1e87c4904bacfb3517209326ae4fcce4a1 authored over 6 years ago
Always report version.
1833f538d52ccbed63e0cb2e2fa2c20b72027acc authored over 6 years agoec44e1e827cb2990882cf5c0cdd0704912505399 authored over 6 years ago
Miner work should start asap. Current situation is time wasting and may cause up to 3 seconds de...
cb83ea79a3cd35928cf13463fa573f372532c751 authored over 6 years ago6aaacba208273a38767340cd41518455f533aafe authored over 6 years ago
Workloop is different for cuda.
Need to check for thermal limits on every batch completion other...
753c1947ec3dc2ca5ec9d2d38a1d078e22cbd267 authored over 6 years ago
c58c53dc011246c385f7fa1c31290c2f036d5d37 authored over 6 years ago
The whole submission stack has been deeply redesigned to avoid complex (and hardly readable) tri...
2566b21066beb8b0635bfa094fba9274a11d9f93 authored over 6 years agoApiServer was leaving the starting thread unjoined.
8854ccb9944e044fd27c2407e38e8283ee8c61ca authored over 6 years agoThrow proper error if device listing is not supported by related compilation directive `-DETHASH...
2db04fb45a3f739d9695e15f47f3ed2d38a02807 authored over 6 years agoCheck on presence for pools must not be performed on --list-devices option
bb4cbe006200c9c989db6e3ce23b1dda420f90d0 authored over 6 years agof9f8ad102347020b4b74b5a645293ef4ab01fe5d authored over 6 years ago
4fbcb4a3c291e49e865f9ac9ee3d642ff6814cee authored over 6 years ago
Instead of busy and convoluted loop/sleep cycle simply wait for condition.
Display now trigger i...
Setting `exit` failover directive MUST honor scheme otherwise, if set when in farm mode, an exce...
0757bad21f98632d9a68139ad107e2bc0a75b87f authored over 6 years ago
Fake connection already added in arguments validation.
Simplify output.
Let exceptions flow and remove redundant code.
b27ce94510946836fe38c045b40cd72aaf6f809d authored over 6 years agob8aee1e7899b9a1a8564d72cc18cd4aae82e5e37 authored over 6 years ago
Started in constructor
Stopped in destructor
Be consistent in return codes. Every exception type is assigned a return code.
0e87952e91efcfc6998e123f0377e7d8b206884c authored over 6 years agoInstead of exiting here and there ... use exceptions which are already handled in try ... catch ...
4a725f33936d197e738bd5929ae4fe4b3e2f9830 authored over 6 years agoInstead of exiting here and there ... use exceptions which are already handled in try ... catch ...
4e24bc3eaa86745f74db8cb1178cabba1b4cd915 authored over 6 years agoNo need to keep two separate boolean flags internally.
99b4655db069c009dea4bf2331573a01860a3b31 authored over 6 years ago
Rename vars to their relative scope.
Add some dev documentation.
* Use regex to validate input
* Let exceptions throw
* Do not try to bind as it's already done b...
Miner index should be int instead of unsigned long long
838ea7e1cc2208fff3037afb46dc809d1a462aba authored over 6 years agoRemove thread loop and let connection rotation be event driven.
cdcf71805b6ee9423e26cfe54b6bc8c28384c792 authored over 6 years ago39ce9a37b9a22b0c42d8fc29891048f20c9e6bad authored over 6 years ago
Simplify solution submission by embedding originating miner index into solution structure.
No ne...
db18a236fdc86764da5efbe4e33aa2c163a66f52 authored over 6 years ago
To use less cpu ethminer slept always for two seconds till
display-interval was reached or excee...
Update travis code format check
72a7586308ef7e239c41a100387362f5841e8411 authored over 6 years agoMinor Document Changes
c9e5b5f9ae1c091713778666d4a3ef5949e69511 authored over 6 years agoCleanup, Cosmetics & Rework
c9f85e75449399afd8b86df26f8ba5845ab535d7 authored over 6 years agoab29fe8e2be8a3991845b5ef3e72d4fc263ac8fb authored over 6 years ago
eec3319b2e03fefefaaf20b9fbcc49544b7a168c authored over 6 years ago
00f81bac343fbce7c920ce809edd54cb96acbcf1 authored over 6 years ago
105634bcc4d8bbda2253c228a84e5cfe5d16f895 authored over 6 years ago
Correct handling of --display-interval.
1070391fd418bfb31067ff0fd23ebfe77bf7ebbc authored over 6 years ago
To use less cpu ethminer slept always for two seconds till
display-interval was reached or excee...
51f18943ab6ae70c918cb393c2727917ff8de5d8 authored over 6 years ago
16559bef48ba83548b8e2f7834ab11780e51271a authored over 6 years ago
SSL_CERT_FILE env var
83f626aabf22af815c5017285746d71f1c04a970 authored over 6 years agoMissing documentation about SSL_CERT_FILE environment variable for *nix
fcebf02aaf708e7a557ab2e8c04b6e0ca85b5774 authored over 6 years agoEnable/disable logged developer output at build time - Revert CUDA search
a860cb055bf748dcb6946b14feb61c2b15438f71 authored over 6 years ago
# Conflicts:
# .bumpversion.cfg
# CMakeLists.txt
Bump version: 0.16.0.dev3 → 0.17.0.dev0
07feecad069e2836056d95941cd96dc1ef42bc7c authored over 6 years agoe86fe2917164d6ad37c21eb15765ab5b8676d3b4 authored over 6 years ago
8d9674b6846ad251770a55b64d65b3a9fc9fb3ae authored over 6 years ago
- These measurements have allowed me to determine that the
latest CUDA search algorithm impose...
3e9865caa27b354294fa0e406563f56bbbfefaf8 authored over 6 years ago
ee701d2d9dc30c1a7df7df8bac5e0b0109360f41 authored over 6 years ago
- Allow measurement of software evaluation time on any CPU.
509e094d81bce02068309c9e622bf7982992d769 authored over 6 years agoMore farm refactoring
88d2e2df05bbd57cb22397d71e82829c7f9694b9 authored over 6 years ago98bed683dc13304ff1554a1bd1b7936d7019f1f2 authored over 6 years ago
18d2b1c661fdb2755b86cbb6d334bab48270dc9c authored over 6 years ago
Reorganize Farm code
b582467f8b767a52be7cf3c3cf35d5aa9f081296 authored over 6 years agofce4c3d6910c60698fcff00427ffb0d7182bd073 authored over 6 years ago
Use singletons to access global objects
3ce19b292c79de1505f2236cf9ad48bf86f79d89 authored over 6 years ago97f6fc13eb024851870302a63a123d79b1208bb5 authored over 6 years ago
Avoid race condition between PoolManager and API.
0b4fed96cc5e2228ac31ab6326d942a5894fef3e authored over 6 years agoc572dde28c5945fa3c6b3899ab1da90131057a6e authored over 6 years ago
The io_service, farm, and pool manager instances are
frequently used global objects. There is a ...
Correct API_DOCUMENTATION.md.
7a362e92bb86ade30fc49daa383a81bb9894648b authored over 6 years agoUse "```js" to mark a json format.
ba9ba21c01580f81dd90bdc0854280b3ff5954be authored over 6 years agoAdd counter for connection switches and epoch changes. Extend API miner_getstatdetail().
bf31e16cdb780dac3488dc6681fe34bd0ac3b6c9 authored over 6 years ago97f8244c6d3d6431105145025193f73c4375788a authored over 6 years ago
Extend API miner_getstatdetail().
API returns epoch, counter of epoch changes and counter of con...
f35c22ab7d0400c31443438ada8792f02c0b493a authored over 6 years agoMove start nonce determination to common code
857924b2888137cfee3cbca09a59768e406f7a8e authored over 6 years agobdc70d1cca7f2e515fbd8f849847d0a83a5a55f0 authored over 6 years ago
e66dbeda856197808a9b69775b7b2426d85006a7 authored over 6 years ago
Redo html page colors, keep messages as short as possible
9b2939d4ac309ad15768a89abfb79d42777d1c6e authored over 6 years ago608b458a9f079ef616cb1614949b878685f5b9b8 authored over 6 years ago
e23d75c6348e0b6e49ea3341e2ddd404873c4a66 authored over 6 years ago
Do we really need these brackets around solutions
c58e82913a1b4a978d9df22ba3bda43da187e36d authored over 6 years ago- Repplace method with standard function
f5999e87a2b84f76cdcdc6ea669ea3d962cdc557 authored over 6 years agoFix tfoot color.
cd9720476850a7403fd3162f775f0260c6c07515 authored over 6 years agob1d0beb286a68a9847835586ee1b1177616cefb6 authored over 6 years ago
API Server: Modernize HTML.
2a5d1962f3ed1c66270ede72a70d351629ed0f1a authored over 6 years ago
* switch to HTML5
* use the system font stack
CUDA search loop optimization - pass 2!
ccfbebcfc7508dfeb8c6fa268935cba80c526c4a authored over 6 years agoe1a4f662ee138e2cdad411a2b8888690052c90fc authored over 6 years ago
b01f6b34041c7a74a8c208850bff8f80560195d7 authored over 6 years ago
It makes more sense to do non critical things like calculating
hash rates and submitting solutio...
More rigorous html
5c080e3d28ddc6156155fa84cd6ac88d304dd5d0 authored over 6 years agoce985d30f196652f93a714dbf62462be347ce04e authored over 6 years ago