mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-09-28 11:36:14 +02:00
Merge pull request #666 from BitMaker-hub/develop
changes on github actions
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -67,5 +67,5 @@ jobs:
|
|||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
make_latest: true
|
make_latest: true
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: ${{ github.workspace }}/firmware/*/*.bin
|
files: ${{ github.workspace }}/**/*.bin
|
||||||
|
|
||||||
|
@@ -19,9 +19,9 @@
|
|||||||
#include "mbedtls/sha256.h"
|
#include "mbedtls/sha256.h"
|
||||||
#include "i2c_master.h"
|
#include "i2c_master.h"
|
||||||
|
|
||||||
//10 Jobs per second
|
//Optimized: Reduce job overhead by increasing nonces per job
|
||||||
#define NONCE_PER_JOB_SW 4096
|
#define NONCE_PER_JOB_SW 8192 // Was 4096 - doubled for better throughput
|
||||||
#define NONCE_PER_JOB_HW 16*1024
|
#define NONCE_PER_JOB_HW 32*1024 // Was 16*1024 - doubled for better throughput
|
||||||
|
|
||||||
//#define I2C_SLAVE
|
//#define I2C_SLAVE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user