Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/firoorg/firominer
https://github.com/firoorg/firominer
As the DAG only depends on the epoch we don't have to destroy all mining
threads and delete the ...
Apply simple moving average over 10 hash rate samples
1ef2b94042b3c482e9d1137e01d43a5f65cb485f authored over 6 years ago
- Restore miner hash rate smoothing over 30 seconds
- SMA does better job than exponential avera...
Correct ethminer --help
97da102493bbc1af60f16c8b8a07a9097c306780 authored over 6 years agoAmends #1523
86328f04803d3d1142a6a78307460cf69ccbb0d7 authored over 6 years ago63ead653c4d8ee5eb187fcd0d55a9caff61db3fd authored over 6 years ago
c82521b15c01482cbf0d5bdf5dd08bfcd6e4fe91 authored over 6 years ago
Replace cpp-ethereum with ethminer
4562affcb689a3070b56fe4e5abde74c8e9e87e3 authored over 6 years ago
- Replace project name in all GPL comment headers
- Contains no functional changes
Move function bodies (non methods) to cpp.
e684b02f9c484903e57a06b02d0ab46bad8a2ca9 authored over 6 years agob5b643793f8cd87d180dafe88da4f3e3db99977f authored over 6 years ago
mining_setdifficulty method is not part of simple stratum
1979cc721c96023e913c90503e027bad14edc81c authored over 6 years agofa67939536700aad4087ef9286a236d71ef5c67c authored over 6 years ago
Amends #1518
851a3313a101884035d1f12d3bd4cff88dcf0e03 authored over 6 years ago
- These functions were inlined for convenience, avoiding
multiple declaration error.
- None of...
Display memory sizes in GB
5e15e63e2a1833d88dc2880f076efc81a89dc2b9 authored over 6 years ago47d6e465513861c5c230ba3c427afe7a578fd969 authored over 6 years ago
6da1a6e114052de4698db893e661232cb90cec08 authored over 6 years ago
5ed7460fc998fc4056f1e269acf2a81c40856cfb authored over 6 years ago
5df910fbf8a21090cdcfc4e4130d1cc734ddf5c0 authored over 6 years ago
The new hashrate collecting algorithm induces high variability
in AMD card hash rate. This is li...
- Move averaging code to common function used by both CL and CUDA
- Make averaging based on GPU ...
218cb5327f2c30ce1335dca533700e5d7226ce01 authored over 6 years ago
If -HWMON 1 is not set then API call miner_getstathr segfaults to access an empty vector
32202f726b6b60a5beee7ea62cd51b209af4e201 authored over 6 years ago4d66535ad21e28c02c23a075718cd1d840978910 authored over 6 years ago
0db46356dfb25c864e675a3e27e3375c26ad6abc authored over 6 years ago
2835b4122fcc624678c63d60eeb62ca7df816cd9 authored over 6 years ago
78e08d479f0e1f13d82f492f9e7fed23cee57b8f authored over 6 years ago
Reduce count of XOR operations at theta step of keccak
1c11a73a1afe4311946d48e312a52b9a35dc78a4 authored over 6 years ago2e0e285e18ef92ef44d80758cb5208ea3f576593 authored over 6 years ago
Smooth AMD hash rate.
d198ba96f262c7c4327949f3d552a0e9f34ef578 authored over 6 years agoSimpler check on API method
5227d463e8ecccaf1f5fa1cbbe4d545a2614ade2 authored over 6 years ago233b20b1ff2a8707de58112db459e8ef2a1108d4 authored over 6 years ago
Check minerMonitors.size()
2ce1ce33bb6fee6c7bd60e4175f500b28185e777 authored over 6 years agoUpdate CHANGELOG.md
87351ab91d81057fee75e226fc02555ad350d3eb authored over 6 years agoIf -HWMON 1 is not set then API call miner_getstathr segfaults to access an empty vector
b1e25536fc21174b5fa60d4514b51e8478baafbe authored over 6 years ago58c753531ac565228247a032bdd65efa13758a61 authored over 6 years ago
33dce67d6ede6ba2775da8fa1ce3dae53156fb48 authored over 6 years ago
- Move averaging code to common function used by both CL and CUDA
- Make averaging based on GPU ...
36df9fc676627b50d8349c33b6fb946326776aa4 authored over 6 years ago
ef2d1342d7dcc53e3edfeea7667621453f635799 authored over 6 years ago
Auto stratum
81fd101d2521df7d649f3127261f65df27762823 authored over 6 years ago824d5e4dc2ac759b64e2765ff799f21e0eac1d81 authored over 6 years ago
cc1a41ff6f1abec0a22cfe4a9682cc23c83488f5 authored over 6 years ago
259775b8b1c2bc138165d5fb3bf69a706c99fd12 authored over 6 years ago
8ace1db708960c8e766560210eb11593462acb3d authored over 6 years ago
The new hashrate collecting algorithm induces high variability
in AMD card hash rate. This is li...
a8c24b2f31c1950ebc4b3437c9333dd4ba69e406 authored over 6 years ago
Default "simple" schemes for getWork and Stratum mode.
If specific scheme is entered other than...
5a4e089762fa39ca49c57a881999e9882e891e88 authored over 6 years agoFarm automation
6f8fc0b1ff5dcb3badb3b5b379b0bc1d8819bc4e authored over 6 years agodcb664b965e0aec9de2513cb9660cfa30722ecbf authored over 6 years ago
cfdfaa8f606ba3483d04c63928ae77206a6a9d0e authored over 6 years ago
There is no need to save solutions in temporary arrays just to quickly restart the stream. It cr...
b1d5ab67bbdc7afa9da75cfa1d1912b7e821bd0e authored over 6 years ago62970929b5d02b2a2803c5f690b7e15245821be8 authored over 6 years ago
m_hashrateSmoothInterval no longer needed
3b0a4460808afe916339820c64343fee44b0e107 authored over 6 years agom_lastStart is no longer needed.
74db3f95ff68cc013ed2f89d32e0848ee4b23c42 authored over 6 years agoAll data collecting has it's own timer not influenced by API calls or --display-interval
5aca8436f1d2a0a1f3eaa721e5915a1d39f090db authored over 6 years agoAdd Whalesburg pool connection example
63b6f23c6db5cd7336609a1d2950d6f44e69b1c6 authored over 6 years agoThere is no reset of hash count on job switch
e8a44b87e9c814370e772d061a0a1b3e0751828d authored over 6 years agoCI: Downgrade CUDA SDK to 9.1
0fd688969db53de9b969a43e05800db05323bd52 authored over 6 years agoAdd Whalesburg pool to the testpools script
Use stratum autodetection
6d11f3ff8444697c29b656d93e5330351645d717 authored over 6 years ago27c6324b297fc1f347a96c5c744ab429557526b7 authored over 6 years ago
This allows using older Nvidia drivers without any performance lost.
3d6afbb4f74a65039a7d1383bcc64e178f9596f3 authored over 6 years ago540e11d5e8ff97e8d9a6e51282bb03e1a04b203d authored over 6 years ago
Simplify CLI arguments
f7a27009a0d8f30c8f4e13fafeb7238c0c605556 authored over 6 years agoDue to the implementation of stratum autodetection there is no need to specify different stratum...
be6eb2060fe99ae400107fdd6c58f1f7f9511a0f authored over 6 years agohttp: Display GPU red if mining is paused.
ae6531acd09a528b5cca87f21d9378ae2eff0a49 authored over 6 years agoStop mining on API connection change
f8f6be562179208af96b91a787934c88da25ab92 authored over 6 years agoWhen setting new active connection by API call shutdown mining as we do with regular connection ...
934ee6b56519a47bbe27a66f0b1c6d21d2117159 authored over 6 years ago6a1a4868d74ad1bc1c1775e1302f357d802c6892 authored over 6 years ago
Remove duplicate job test... does more harm than good!
5b012672d3c422171f1ed35b24f195ae95ae48cf authored over 6 years ago
X 14:17:32 stratum Duplicate job #99d1de93… discarded
i 14:17:36 stratum Job: #447e59f9… us1...
moved dbusint include to after minelog definition
a726842e31337a90b4a674b9317907dd6e468e9f authored over 6 years agoDup job check to include extraNonce
6e0df3c789258f1670334901a8e72319f4777333 authored over 6 years agoc7524af03a5b85a7067419d8d57b6a0d5a19389d authored over 6 years ago
609ebef8fc36ceb877fbd7c14efa581f0bd2d87d authored over 6 years ago
Remove unused variable
cd65fd79a9ae11f711f605f8a5f321f0a8d3dd3a authored over 6 years agoAfter removal of dup check headerHash becomes unused
853ebb1ffee7775ef2814392dc648b14808202b6 authored over 6 years agoMinor Stratum code optimizations
9a3bb91962d417d0cc7cf4b3d7e6770ec3a99a30 authored over 6 years agoOutput of nicehash's difficulty is pleonastic: on next job we get diff displayed on behalf of jo...
f5e51cb124fe1ae5b5784fbe30eb8c41d332445f authored over 6 years agoMake use of std::max for a one line
95ec31cded26ab1fbb389833204dd0e5662cf75c authored over 6 years agoc4e06f804878eac473ada6678e93de86d11937b4 authored over 6 years ago
Avoid (remotely) possible false detection of duplicate jobs from any previous connection.
28c387e0780fee5815db89bbce97ec2d4041da29 authored over 6 years agoee6f471c2e7d10bf66f85504da0483d34a9434f7 authored over 6 years ago
Only check for duplicates in PoolManager
d6e7ea45f03a3d8a570b7a00d0158dee7e443d74 authored over 6 years agoAlready checked for stratum mode
cf392e7bde3bac21ce410ff79510c5a3b247d4f2 authored over 6 years agoSetting new expiration time implies cancelling previous target time
9a4fa66f614133910b886ac5ad774a277d595f03 authored over 6 years ago* Update CHANGELOG
* Reset NiceHash values
On every new connection nicehash's mode values ...
4acc06967e1f0d0a5f1e7c3e1f95c2a444c11880 authored over 6 years ago* Fix path use
- the new Path() URI method does not return the leading '/'
- delete the --st...
Use steady_clock
508e470726dfa39a4cd0f21a3aecdb8ee68999bf authored over 6 years agoUse steady non-adjustable clock for time laps measurement.
#626
904690981524c7a8c8466f31d5fe829b8ec14d4a authored over 6 years agoFix link error when building ETHASHCL=OFF
09214928418233e6bf342c0e48d1be19760f2dfc authored over 6 years agoe57cf1414cacd1ca92d00aaee3df3a33e0a61ea8 authored over 6 years ago
653a70a93a64dc33d5ab50c10e0c87c17c58d802 authored over 6 years ago
Allow faster shutdown when using long display intervals
66882f5e4ebe6477e0ef5cd9ec63009986c40332 authored over 6 years ago947443021ab35be9a594808982b3211bd5154077 authored over 6 years ago
Minor optimizations to uri parser.
2d9dd0e5d10c27cc1d6ebd1ba1f0beb75fac9ddf authored over 6 years ago583e926484ec29b6433b82129397195332c4cf5e authored over 6 years ago
2d29c2f2b222e61a88687ee12b1288691a25e233 authored over 6 years ago
c41982c0d02bed2a9a2e26a75178cf5c1dadb09c authored over 6 years ago