Gav Wood
|
17098549f8
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
2a7c56aef7
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
e2203bb585
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
c3a334cc21
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
49a826397b
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Lefteris Karapetsas
|
e1c4ac2d74
|
Set sealers in doFarm()
|
10 years ago |
Lefteris Karapetsas
|
7deeb283ca
|
Add sealers to mining benchmark
|
10 years ago |
Lefteris Karapetsas
|
a700950765
|
Switch to using the Sealers API for precompute
|
10 years ago |
Gav Wood
|
b1c04ba0fc
|
Repot all the ethash stuff.
Enable the previously disabled opencl mining paths.
|
10 years ago |
arkpar
|
1c1e9aea02
|
eth working
|
10 years ago |
Gav Wood
|
e14d000bea
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
58c7d1ead6
|
Basic test working with same code for Ethash and BasicAuthority.
|
10 years ago |
Gav Wood
|
0c5e924745
|
Basic Proof-of-Authority sealent.
|
10 years ago |
Gav Wood
|
32c11d9664
|
Modularise nonce, mix hash and seed hash.
|
10 years ago |
arkpar
|
1547a72b3a
|
eth working
|
10 years ago |
Gav Wood
|
f693ac0cc4
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
d76b9b3d18
|
Basic test working with same code for Ethash and BasicAuthority.
|
10 years ago |
Gav Wood
|
a00196914a
|
Basic Proof-of-Authority sealent.
|
10 years ago |
Gav Wood
|
361c073bdc
|
Modularise nonce, mix hash and seed hash.
|
10 years ago |
arkpar
|
697e42f9e4
|
eth working
|
10 years ago |
Gav Wood
|
ff2f952184
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
4f32150a6a
|
Basic test working with same code for Ethash and BasicAuthority.
|
10 years ago |
Gav Wood
|
1bc77af041
|
Basic Proof-of-Authority sealent.
|
10 years ago |
Gav Wood
|
bcc35d67a1
|
Modularise nonce, mix hash and seed hash.
|
10 years ago |
arkpar
|
8de4926f74
|
eth working
|
10 years ago |
Gav Wood
|
1e6bf809b4
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
e18e3de824
|
Basic test working with same code for Ethash and BasicAuthority.
|
10 years ago |
Gav Wood
|
88cd4dfad7
|
Basic Proof-of-Authority sealent.
|
10 years ago |
Gav Wood
|
0158351621
|
Modularise nonce, mix hash and seed hash.
|
10 years ago |
arkpar
|
ad50498fae
|
eth working
|
10 years ago |
Gav Wood
|
5ee3e8e5fc
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
d16c51a56f
|
Basic test working with same code for Ethash and BasicAuthority.
|
10 years ago |
Gav Wood
|
75857ef5d4
|
Basic Proof-of-Authority sealent.
|
10 years ago |
Gav Wood
|
a04ba152e5
|
Modularise nonce, mix hash and seed hash.
|
10 years ago |
arkpar
|
9d8f9e3517
|
eth working
|
10 years ago |
Paweł Bylica
|
9b45b6b571
|
Use external prebuilt OpenCL ICD DLL.
|
10 years ago |
Gav Wood
|
487349bf09
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
68b2c8ecbf
|
Basic test working with same code for Ethash and BasicAuthority.
|
10 years ago |
Gav Wood
|
212d433370
|
Basic Proof-of-Authority sealent.
|
10 years ago |
Gav Wood
|
9ae950d4ad
|
Modularise nonce, mix hash and seed hash.
|
10 years ago |
Lefteris Karapetsas
|
0a1306a817
|
Fix windows.h being included before winsock.h
|
10 years ago |
Lefteris Karapetsas
|
04a58ea06c
|
Add OpenCL include directories to ICD
- Also make it PUBLIC in cmake so that all who link to it will also get
the OpenCL headers
|
10 years ago |
Paweł Bylica
|
4211a845b7
|
Include OpenCL headers only in ETHASHCL builds.
|
10 years ago |
Paweł Bylica
|
cb438988b4
|
Fix some cmake problems.
|
10 years ago |
Lefteris Karapetsas
|
6c0e682ffc
|
Add minelog, a verbosity 1 logger for ethminer
|
10 years ago |
Lefteris Karapetsas
|
af6f5c3a13
|
simplify clminer current block code
|
10 years ago |
Lefteris Karapetsas
|
1863def3a1
|
ethminer no longer depends on boost
Introducing an extra boolean argument to remove the boost::optional
dependency. Too bad we have to wait for C++17 to get an std::optional
|
10 years ago |
Lefteris Karapetsas
|
4eeb90e813
|
Style regarding public class constants
|
10 years ago |
Lefteris Karapetsas
|
020ef4b811
|
ethashcl doesnt depend on ethcore
At least not anymore. Moved global constants into ethash_cl_miner class
instead of being in Ethash class.
|
10 years ago |
Lefteris Karapetsas
|
09d091b8d0
|
Default values of args are now class constants
Default values of some mining related arguments are no longer C constant
macros but are instead C++ Ethash class constants
|
10 years ago |