Gav Wood
|
ac60b992c6
|
Parallelised BlockQueue.
Setup for using TrieRoot.
|
10 years ago |
Gav Wood
|
462fa59843
|
Fix CPU mining.
|
10 years ago |
Gav Wood
|
47b6e38df9
|
Fixes for transact gas usage.
|
10 years ago |
subtly
|
9357e47a83
|
Update gas limit modulation.
|
10 years ago |
Lefteris Karapetsas
|
648a83f0fc
|
Stricter interface for EthashAux::light()
|
10 years ago |
Lefteris Karapetsas
|
8aaaae3d33
|
Remove unneeded comment
|
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
|
83650be213
|
Fix GPU mining in ethminer.
|
10 years ago |
Gav Wood
|
5cac25e2ef
|
Fix mining.
|
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 |
Gav Wood
|
68714c59f8
|
Integrate KeyManager.
|
10 years ago |
Lefteris Karapetsas
|
4f855b5de3
|
Add simple callback for DAG generation progress reporting
|
10 years ago |
CJentzsch
|
4b3fd578f8
|
fix selecting gasLimit
|
10 years ago |
CJentzsch
|
de64afac2b
|
fix
|
10 years ago |
CJentzsch
|
7ca3e39298
|
fix BlockGasLimit verification
|
10 years ago |
Gav Wood
|
568e46a32b
|
Bump.
|
10 years ago |
Gav Wood
|
06b483326c
|
Fix up commit that has ugly verbose messages.
|
10 years ago |
Lefteris Karapetsas
|
ab7b092b47
|
Fix EthashAux eval(). Dagger tests now pass
|
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 |
Gav Wood
|
6aa6265989
|
Fix #1826
|
10 years ago |
winsvega
|
b0d1cbb8a1
|
total difficulty
|
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
|
ee03387457
|
ethashCL doesn't need memory to shadow each GPU.
|
10 years ago |
Gav Wood
|
677eb456b2
|
Optimisations QString -> string, make AZ snappier by refactoring UI of
accounts.
|
10 years ago |
arkpar
|
a1c84c7172
|
blockchain download and import performance optimizations
|
10 years ago |
Gav Wood
|
1b1c2e95d1
|
Trie maps consolidated for speed.
|
10 years ago |
Gav Wood
|
fd5ea37e55
|
Transaction nonce now "sorted". Fixes #1615
|
10 years ago |
chriseth
|
8f98d65626
|
Split params into evm-related and mining/block-related.
|
10 years ago |
chriseth
|
2111cd4894
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
10 years ago |
Gav Wood
|
d60fe1961b
|
Full ICAP implementation (Direct, Indirect-ETH, Indirect-XET).
|
10 years ago |
Gav Wood
|
64f159ebdf
|
Transaction injection. Signing still needs properly sorting.
|
10 years ago |
Gav Wood
|
6b7aa1773f
|
Draft of indirect ICAP algo.
|
10 years ago |
Gav Wood
|
0f64ad60ee
|
ICAP Cleanups.
|
10 years ago |
Gav Wood
|
f375b51f93
|
Docs.
|
10 years ago |
Gav Wood
|
231dc01bc0
|
ICAP class for everything ICAP.
|
10 years ago |
chriseth
|
a895217db6
|
Use BUILD_SHARED_LIB
|
10 years ago |
Gav Wood
|
1b71d6a7c2
|
Standalone miner.
|
10 years ago |
Genoil
|
9648529ef4
|
Use single GPU mining thread when --opencl-device is chosen
|
10 years ago |
Gav Wood
|
6da67f1581
|
Fix style. Fix device id.
|
10 years ago |
Gav Wood
|
55b9038d6f
|
More awesome logging stuff.
|
10 years ago |
Jan Willem Penterman
|
e2c147f688
|
multiple gpu support (and option to use less than maximum cpu threads)
|
10 years ago |
Gav Wood
|
8328220471
|
Fixes for reimporting, make block availability atomic.
|
10 years ago |
Gav Wood
|
30e42521b5
|
Minor protocol version bump to force rebuilding DB.
|
10 years ago |
Gav Wood
|
3efa477be6
|
Avoid div by zero.
Always prepare work, even when not apparently mining.
|
10 years ago |
Gav Wood
|
4708a73e19
|
Remote miner fixes.
|
10 years ago |
Gav Wood
|
e179781728
|
More sophisticated (and correct) BlockHashes handling.
|
10 years ago |