Gav Wood
50d9886426
Fixed #2133
10 years ago
Gav Wood
095b6f8189
Report bad blocks using published standards.
10 years ago
Lefteris Karapetsas
25270123d0
Argument to list available opencl devices and platforms
- Additionally some small refactoring in how some query functions are
processed for GPU mining.
10 years ago
Lefteris Karapetsas
df8ca0d1a1
Reclaim chunksNum set in MinerAux.h after merge
10 years ago
Gav Wood
51b90324c0
Allow configurable gas price in AZ & eth.
10 years ago
Lefteris Karapetsas
371d23decc
Check if GPU has over 2GB of memory
If the user's machine contains no OpenCL device that has enough GPU
memory then don't allow creation of a GPU miner. Instead default to CPU.
10 years ago
Lefteris Karapetsas
587209cf5d
GPU DAG Chunks is now dynamic argument
By providing the --use-chunks argument dagChunks is set to 4. Default is
1 big chunk. Future improvement could be to provide arbitrary number of chunks.
10 years ago
Gav Wood
fcb629acda
ethkey utility with bare key tools.
10 years ago
Gav Wood
846de9acea
Pregenerate DAG when mining on AZ/eth/ethminer.
Use regeneratable key for decrets by default.
10 years ago
Gav Wood
ce205f382c
Remote mining fixes.
10 years ago
Gav Wood
c4df26e82e
Actually load the DAG.
10 years ago
Gav Wood
05ea9941c9
Move non-cryptopp dependent stuff into devcore.
10 years ago
Gav Wood
dd8bc4b78d
Parallelised uncle checking.
10 years ago
subtly
67e1d52f2c
Import changes into MinerAux and retain pointer to dag.
10 years ago
Gav Wood
97d7349bb5
Point at real URL for phoning home.
10 years ago
Gav Wood
53d63f80c3
Pull out shared code into Aux file.
10 years ago
Gav Wood
953be7886b
Move Farm to ethcore and rejig build to allow ethminer-only build.
10 years ago
subtly
68099a7c8e
Normalize ethash filepath for macos to be same as others.
10 years ago
subtly
e7a0b94786
Trigger dag creation prior to mining until threading on windows is sorted. Delete miner when returning early from gpu miner doWork so that in the event that abort is called prior to miner initializing, miner is still initialized.
10 years ago
Lars Pensjo
ed83256798
Enable -G without --opencl-device
Otherwise, -G doesn't work.
10 years ago
Lefteris Karapetsas
648a83f0fc
Stricter interface for EthashAux::light()
10 years ago
Lefteris Karapetsas
5cc63de2f9
Use seedhash everywhere in EthashAux
We now use seedhash everywhere and generate a block number only where
it's needed. Namely ethash_light_new()
10 years ago
Gav Wood
c094c3652e
Fix defualt endpoint in ethminer.
10 years ago
Gav Wood
5cac25e2ef
Fix mining.
10 years ago
Lefteris Karapetsas
165c374fd4
New ethash API integration part 1
- cpp-ethereum now compiles with the new API
- Proper integration with testing will come with the next commits
10 years ago
Jan Willem Penterman
d89330f447
phonehome sent wrong innermean (innerMean * (trials -2)) , so by default it setn avergage hashrate * 3.
10 years ago
subtly
32adf87f92
Fix macos builds following changes from #1809 .
10 years ago
unknown
3af40c3307
package solc, eth, ethminer, rlp && abi in cpack nsis installer
10 years ago
Gav Wood
1b71d6a7c2
Standalone miner.
10 years ago