Add support for ALEPHIUM (ALPH) #43
Replies: 10 comments 2 replies
-
|
Great work as usual, thanks for your contribution brother |
Beta Was this translation helpful? Give feedback.
-
|
Commit 8f73bf2 fixes a possible case-scenario of Orphan which can break the |
Beta Was this translation helpful? Give feedback.
-
|
Commit cd3f102 fixes a little oversight in |
Beta Was this translation helpful? Give feedback.
-
|
Commit 49378e9 fixes multiple issues on |
Beta Was this translation helpful? Give feedback.
-
|
Commit 64e8d16 fixes nicehash support for the ALPH |
Beta Was this translation helpful? Give feedback.
-
|
Commit df5c3c5 adds support for ALPH ( |
Beta Was this translation helpful? Give feedback.
-
|
Commit c913fb3 fixes an huge oversight in the block reward. Please upgrade as soon as possible. I truly apologize for that annoying mistake. |
Beta Was this translation helpful? Give feedback.
-
|
Commit 1be0f65 adds support for miningcore/examples/alephium_pool.json Line 113 in 1be0f65 It also improves ALPH stratum handling of "mining.notify" & "mining.set_difficulty".
|
Beta Was this translation helpful? Give feedback.
-
|
Commit c65b3ba adds support for WARNING: Although my implementation is cross-compatible with old and newer nodes, it is not the case of the |
Beta Was this translation helpful? Give feedback.
-
|
Commit 5bb86a0 adds support for manual This improvement, even i hate it, is aimed to make support for miningcore/examples/alephium_pool.json Line 77 in 5bb86a0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Commit 95218cc officially adds support for ALEPHIUM (ALPH) 🔥 🚀
In order to work properly the following procedure details how to setup an
ALPHnode for pool mining.The
ALEPHIUMWIKI is full of wisdom. And knowledge is always what you seek as a mining pool operator. BEFORE even considering jumping into theALPHnetwork, make sure you fully master all the economics and mechanics behind it.Very good guide in order to install, configure and understand how the node works: https://wiki.alephium.org/mining/solo-mining-guide
How to configure
user.confconfig file?(TESTNET)Replace respectively:
<API-KEY>with random characters of your choice (only alphanumeric characters)<MINER-ADDRESS-GROUP-N>with valid ALPH addresses owned by thepool wallet(MAINNET)Replace respectively:
<API-KEY>with random characters of your choice (only alphanumeric characters)<MINER-ADDRESS-GROUP-N>with valid ALPH addresses owned by thepool walletHow to configure
confg.jsonfor `ALEPHIUM?A pool configuration for
ALEPHIUMcan be found inside the examples folder: https://github.com/blackmennewstyle/miningcore/blob/dev/examples/alephium_pool.jsonWARNING:
ALEPHIUMhas a very special block confirmation mechanism, when a block is found, the block reward is locked onmainnetfor a minimum of 8 hours. I'm not joking. Again theALEPHIUMWIKI is full of wisdom. Good luck.Beta Was this translation helpful? Give feedback.
All reactions