|
aa10592d
|
2014-03-24T14:11:51
|
|
Fix various ava2 build issues generically
|
|
013e5e18
|
2014-03-23T23:53:37
|
|
Minimise the amount of heap memory allocations/frees when submitting gbt shares.
|
|
ea1d9d43
|
2014-03-23T23:39:23
|
|
Make varint in gbt submission a stack object.
|
|
cec48cee
|
2014-03-23T23:20:56
|
|
Fix big endian problems with gbt submissions.
|
|
0f381b30
|
2014-03-23T22:38:10
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
6f8dde99
|
2014-03-23T22:35:01
|
|
Fix 32bit overflow on relative diff shown.
|
|
4e05c30b
|
2014-03-22T17:24:49
|
|
Merge pull request #569 from kanoi/master
Ant S1 - overheat handling + API-README versions fix
|
|
4d1ebc3e
|
2014-03-22T17:20:43
|
|
ants1 - stop results read hard looping
|
|
b0b7950c
|
2014-03-22T17:18:12
|
|
API-README correct some version numbers
|
|
2d2e8d61
|
2014-03-22T17:15:40
|
|
ants1 - slow down mining if overheat occurs
|
|
637af65f
|
2014-03-22T15:31:58
|
|
Merge pull request #568 from kanoi/master
miner.php allow gen before (bgen) and after (gen) grouping
|
|
c7e7f321
|
2014-03-22T15:29:01
|
|
miner.php allow gen before (bgen) and after (gen) grouping
|
|
dfcd142f
|
2014-03-22T14:30:29
|
|
Change default solo mining to failing when no btc address is specified.
|
|
79f1215e
|
2014-03-22T10:38:23
|
|
Use upgrade cglock variants in get_gbt_curl
|
|
3b2e095f
|
2014-03-22T10:30:50
|
|
Provide a cg_uilock to unlock the intermediate variant of cglocks.
|
|
10f5961b
|
2014-03-22T10:26:59
|
|
Use the one curl instance for all gbt solo operations, protecting its use with a bool set under gbt lock.
|
|
b21cec50
|
2014-03-22T09:44:31
|
|
Only start block detection with gbt solo if setup succeeded
|
|
4233c2e3
|
2014-03-22T09:43:18
|
|
One less block detection message
|
|
2266bf0d
|
2014-03-22T00:09:27
|
|
Toss out the curl handle after each solo poll
|
|
1e6db19c
|
2014-03-21T23:57:16
|
|
Don't reuse any curl handles for solo mining and break out of the lp thread if the pool is removed.
|
|
09d7aff0
|
2014-03-21T23:07:11
|
|
Make sure to only start the lognpoll thread once on gbt solo.
|
|
a51523ee
|
2014-03-21T20:55:35
|
|
Don't keep RPC connections open for solo mining since bitcoind doesn't like having many persistent connections.
|
|
f87c811d
|
2014-03-21T12:28:32
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
c6554dc0
|
2014-03-21T12:27:09
|
|
GBT solo pools should be considered localgen pools.
|
|
d21bb611
|
2014-03-20T23:04:57
|
|
Merge pull request #567 from kanoi/master
miner.php - speed up formatting and allow calc on gen fields
|
|
aa482f37
|
2014-03-20T22:58:32
|
|
miner.php - speed up formatting and allow calc on gen fields
|
|
c73e9e7a
|
2014-03-20T14:10:20
|
|
Always show the address we're solo mining to to avoid confusion for when no address is set.
|
|
e8da9dbe
|
2014-03-18T22:56:31
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
3050dc35
|
2014-03-18T22:41:26
|
|
Bump version to 4.2.0
|
|
bea3c9e3
|
2014-03-18T22:51:18
|
|
Fix missing htobe16 on windows and meaningless >u32 string warning.
|
|
c421c281
|
2014-03-18T22:41:26
|
|
Bump version to 4.2.0
|
|
f3d61aef
|
2014-03-18T22:40:41
|
|
Update NEWS.
|
|
67085a81
|
2014-03-18T22:39:52
|
|
Software ntime roll for all hashfast devices.
|
|
dbb7c72f
|
2014-03-18T22:35:55
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
f113a25f
|
2014-03-18T22:35:20
|
|
Document solo mining.
|
|
9d45e3b9
|
2014-03-18T22:28:00
|
|
Merge pull request #566 from kanoi/master
miner.php custom formatting and row counter '#'
|
|
0c4b7e25
|
2014-03-18T22:17:12
|
|
Silence harmless warning.
|
|
c8c9d87f
|
2014-03-18T22:15:17
|
|
Drop a failed restart icarus device to allow it to be rehotplugged if possible.
|
|
f5cc0cf2
|
2014-03-18T21:12:49
|
|
Work with more than one transaction.
|
|
3a57679e
|
2014-03-18T19:48:19
|
|
Kill gbt solo pools that don't respond to the gbt request 5 times sequentially.
|
|
680a4755
|
2014-03-18T19:17:57
|
|
Fix ser_number for no remaining val byte.
|
|
6d8c6e92
|
2014-03-18T17:28:21
|
|
Create a work item and stage it when updating the gbt solo template to allow new block detection and restart code to work.
|
|
b00c9b5a
|
2014-03-18T17:15:26
|
|
Test block hash as well as block height when solo mining to ensure we haven't been mining on an orphan branch.
|
|
d6a5fd76
|
2014-03-18T16:13:00
|
|
Fix transaction processing for gbt solo.
|
|
5cc83a30
|
2014-03-18T12:01:28
|
|
Encode height using integer varint format.
|
|
0ed7592e
|
2014-03-17T23:11:39
|
|
Make new block detection message not show in gbt solo from test_work_current
|
|
756852e4
|
2014-03-17T21:59:16
|
|
Add block detection via getblockcount polling in gbt solo and update gbt template every 60 seconds.
|
|
39a37962
|
2014-03-17T21:10:42
|
|
Iterate over transactions twice to malloc only once when copying all the transaction data.
|
|
ff82f319
|
2014-03-17T11:30:38
|
|
Update solo coinbase regularly and submit as gbt work
|
|
44b8b2ba
|
2014-03-17T00:21:35
|
|
Only show merkle hashes for solo mining in debug mode.
|
|
3177e1cb
|
2014-03-17T00:06:53
|
|
Set correct flag for solo work.
|
|
8d5d971b
|
2014-03-16T23:53:35
|
|
Generate gbt solo work emulating stratum work construction.
|
|
04bce101
|
2014-03-16T23:13:07
|
|
Set the diff as a double sdiff from gbt solo data.
|
|
73932de0
|
2014-03-16T23:03:17
|
|
Move swork.diff out of the stratum work section to be shared as sdiff.
|
|
53c1ff6c
|
2014-03-16T22:58:54
|
|
Generate a header bin from gbt solo as per the cached stratum one.
|
|
388e0877
|
2014-03-16T22:49:25
|
|
Store strings similar to stratum's when decoding gbt solo
|
|
6826525b
|
2014-03-16T22:37:06
|
|
Avoid allocing and freeing stratum strings that should be fixed length.
|
|
f0f66786
|
2014-03-16T22:24:41
|
|
Run parser through detect_stratum after stratum+tcp:// is force added
|
|
a95e9e57
|
2014-03-16T22:21:49
|
|
Remove unnecessary header length calculation for stratum header binary and only binary convert the correct length of the header.
|
|
159587ba
|
2014-03-16T22:11:33
|
|
Share more fields between stratum and gbt
|
|
8f5a81eb
|
2014-03-16T21:53:42
|
|
Share coinbase_len variable b/w stratum and gbt and setup more gbt solo parameters.
|
|
77f52e63
|
2014-03-16T18:26:32
|
|
Create our own custom scriptsig base.
|
|
69d2ee81
|
2014-03-15T23:37:47
|
|
Add helper functions for creating script signature templates and beging building template.
|
|
d3f4a083
|
2014-03-14T21:29:05
|
|
Do gbt solo decoding under gbt lock.
|
|
d0c4650d
|
2014-03-16T21:46:07
|
|
Generate a valid coinbase and set nonce2offset for gbt solo
|
|
a8a27d02
|
2014-03-16T18:28:22
|
|
Move scriptsig header bin conversion to setup gbt solo
|
|
6c3135ea
|
2014-03-14T21:26:55
|
|
Add more gbt variable decoding from gbt solo information.
|
|
8a3e92eb
|
2014-03-14T15:47:09
|
|
Store all the transaction data in binary form when using GBT
|
|
667b07c8
|
2014-03-13T22:31:14
|
|
When setting up solo mining, check validity of bitcoin address against bitcoind
|
|
e14fcd1b
|
2014-03-12T23:50:08
|
|
Make pooled GBT mining use merkle bin optimisations slated for solo mining.
|
|
a57760e1
|
2014-03-12T23:02:31
|
|
Abstract out the merkle bin calculation for gbt solo
|
|
98b4216c
|
2014-03-11T23:27:36
|
|
Implement efficient merkle tree base from solo GBT information.
|
|
0612c8fd
|
2014-03-18T21:07:10
|
|
miner.php custom formatting and row counter '#'
|
|
a60f7355
|
2014-03-15T00:37:24
|
|
Merge pull request #563 from kanoi/master
New Drillbit driver + Icarus ANU allow timing to work
|
|
4a8056b4
|
2014-03-15T00:34:49
|
|
Merge branch 'drill'
|
|
6b79c3ed
|
2014-03-14T08:38:49
|
|
Drillbit: Fix for underestimating hash rate from Bitfury devices
|
|
d6f3b617
|
2014-03-14T15:20:09
|
|
Send per-core hashrates at regular ~5min intervals back to cta devices.
|
|
ef9c2e31
|
2014-03-14T12:49:10
|
|
Calculate the cta per core hashrate at 5 minute intervals.
|
|
d3a27d8d
|
2014-03-14T11:38:01
|
|
Check the bits of the correct core in cta bit count.
|
|
995976e2
|
2014-03-14T11:36:32
|
|
Display the bit count along with the bitmap for each cta core in the API stats output.
|
|
9adf1508
|
2014-03-14T10:42:16
|
|
Store and display the per core hashrate on cta relative to each work restart.
|
|
32edcc5e
|
2014-03-14T10:35:51
|
|
Decrease the time we wait for unsetting a core on the cta bitmap to correspond with the lower max diff of 32.
|
|
face5e27
|
2014-03-14T09:49:13
|
|
Set max diff on cointerra devices to 32 which is still only 11 shares per second but allows for earlier confirmation of per core hashrates.
|
|
a84f71de
|
2014-03-14T09:46:34
|
|
Keep track of when the last restart and work updates were triggered and provide helper functions for knowing the time since then.
|
|
3c6cf56d
|
2014-03-13T21:48:48
|
|
hashfast make api stats field names unique
|
|
c8620009
|
2014-03-13T20:46:58
|
|
Fix gcc longjmp warning in api.c
|
|
12954a94
|
2014-03-13T19:51:47
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
9962642c
|
2014-03-13T19:50:54
|
|
Add a per-core hashrate to the cta API stats.
|
|
32d0065c
|
2014-03-13T16:14:36
|
|
miner.php support edevs and estats
|
|
5ad542f9
|
2014-03-13T06:30:59
|
|
API - put edevstatus where it was supposed to be
|
|
cb0e9381
|
2014-03-12T18:06:40
|
|
Icarus - allow timing mode to work with ANU and not slow it down
|
|
6637b1ca
|
2014-03-12T17:48:55
|
|
drillbit - remove warnings
|
|
aa7350b3
|
2014-03-12T17:44:33
|
|
drillbit - minor code tidy up
|
|
a32cbe91
|
2014-03-12T09:59:46
|
|
Drillbit: Change language around 'void' to warning about limiter disabled
|
|
129c6975
|
2014-03-06T11:26:55
|
|
Drillbit: Fix accidental over-counting of HW errors
|
|
47a42f97
|
2014-03-06T10:36:39
|
|
Drillbit: --drillbit-auto parameter for tweakable custom tuning of ASIC speeds
|
|
0be39876
|
2014-03-06T10:35:44
|
|
Drillbit: Output warning if board reports void warranty
|
|
1a19f4ea
|
2014-03-01T16:50:47
|
|
Drillbit: Add Avalon & drillbit-autotune notes to ASIC-README
|
|
c9c8022f
|
2014-02-26T13:26:32
|
|
Drillbit: Limit work sent out to 8 units in a single pass, was DoSing a full double scroll
|
|
6f4614dd
|
2014-02-26T13:25:22
|
|
Drillbit: Move drillbit_empty_buffer calls to only when errors occur, were limiting performance on Windows
|