Lefteris Karapetsas
7604f4c224
Smarter and more flexible GPU memory check
- Added new option --cl-extragpumem with which you can let the OpenCL
miner know how much GPU memory you believe your system would need for
miscellaneous stuff like Windowing system rendering e.t.c. The default
is 350 MB.
- Added new option --curent-block with which you can let the miner know
the current block during the configuration phase and as such help him
provide a much more accurate calculation of how much GPU memory is
required.
- Added help(documentation) for some arguments that did not have one
10 years ago
Gav Wood
c4df26e82e
Actually load the DAG.
10 years ago
Gav Wood
53d63f80c3
Pull out shared code into Aux file.
10 years ago
arkpar
cbb5e640ef
more blockchain import optimizations
10 years ago
Gav Wood
47b6e38df9
Fixes for transact gas usage.
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
da1fcbb19b
DAG generation improvements.
Generate next DAG in AZ!
Cleanups to Ethash & Aux.
DAG Progress in AZ.
10 years ago
Gav Wood
2eed2ca5e0
Refactored much EthashAux., especially the DAG generation callback stuff.
Made m_epochs active again.
10 years ago
Gav Wood
d969e109bb
Fix braces.
10 years ago
Lefteris Karapetsas
4134160f9a
Remove unneeded function for ethash to our h256 conversion
10 years ago
Lefteris Karapetsas
6b28fbe4a6
Further fixes in Ethash integration and testing
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
arkpar
cc5a617aa6
set and map to hash tables
10 years ago
Gav Wood
1b71d6a7c2
Standalone miner.
10 years ago
Gav Wood
c07e43b4ad
Don't create full if missing when just verifying.
10 years ago
Gav Wood
9450a7c463
Cleanup light, full caches are removed automatically without making
mining slow.
10 years ago
Gav Wood
51b2617b2e
Avoid 1GB memory leak. Downside: will seriously slow down mining.
10 years ago
Gav Wood
8f532e81cb
Fix to ethash seedHash caching.
10 years ago
Gav Wood
45bacf8566
AlethZero fixes.
10 years ago
Gav Wood
15f74352e3
Compile fixes.
10 years ago
Gav Wood
c1045d4711
Refactor just about everything important in the core.
TODO: make compile :-)
10 years ago
Gav Wood
8e3ef1ee5c
Fix to ethash seedHash caching.
10 years ago
Gav Wood
cfd8274097
AlethZero fixes.
10 years ago
Gav Wood
be2480d85e
Compile fixes.
10 years ago
Gav Wood
2fb7883a12
Refactor just about everything important in the core.
TODO: make compile :-)
10 years ago