|
1 |
| -cryptonote-alloy-pool |
| 1 | +cryptonote-4xBit-pool |
2 | 2 | ======================
|
3 | 3 |
|
4 |
| -High performance Node.js (with native C addons) mining pool for Alloy-Cryptonight algorithm. (Alloy Project) |
| 4 | +High performance Node.js (with native C addons) mining pool for Alloy-Cryptonight algorithm. |
5 | 5 |
|
6 | 6 |
|
7 | 7 | #### Table of Contents
|
@@ -58,7 +58,7 @@ Features
|
58 | 58 | #### Mined blocks explorer
|
59 | 59 | * Mined blocks table with block status (pending, confirmed, and orphaned)
|
60 | 60 | * Blocks luck (shares/difficulty) statistics
|
61 |
| -* Universal blocks and transactions explorer based on [alloyexplorer.com](https://alloyexplorer.com) |
| 61 | +* Universal blocks and transactions explorer |
62 | 62 |
|
63 | 63 | #### Smart payment processing
|
64 | 64 | * Splintered transactions to deal with max transaction size
|
@@ -91,10 +91,6 @@ Features
|
91 | 91 | * Multilingual user interface
|
92 | 92 |
|
93 | 93 |
|
94 |
| -#### Pools Using This Software |
95 |
| - |
96 |
| -* http://alloy.cloudns.eu |
97 |
| - |
98 | 94 | Usage
|
99 | 95 | ===
|
100 | 96 |
|
@@ -132,7 +128,7 @@ you are using - a good place to start with redis is [data persistence](http://re
|
132 | 128 | Clone the repository and run `npm update` for all the dependencies to be installed:
|
133 | 129 |
|
134 | 130 | ```bash
|
135 |
| -git clone https://github.com/dvandal/cryptonote-nodejs-pool.git pool |
| 131 | +git clone https://github.com/y98e/cryptonote-4xBit-pool.git pool |
136 | 132 | cd pool
|
137 | 133 |
|
138 | 134 | npm update
|
@@ -163,7 +159,7 @@ Explanation for each field:
|
163 | 159 | "coinDifficultyTarget": 120,
|
164 | 160 |
|
165 | 161 | /* Set Cryptonight algorithm settings.
|
166 |
| - Supported algorithms: cryptonight (default). cryptonight_light and cryptonight_heavy |
| 162 | + Supported algorithms: cryptonight (default). cryptonight_light and cryptonight_heavy , cryptonight-alloy |
167 | 163 | Supported variants for "cryptonight": 0 (Original), 1 (Monero v7), 3 (Stellite / XTL)
|
168 | 164 | Supported variants for "cryptonight_light": 0 (Original), 1 (Aeon v7), 2 (IPBC)
|
169 | 165 | Supported blob types: 0 (Cryptonote), 1 (Forknote v1), 2 (Forknote v2), 3 (Cryptonote v2 / Masari) */
|
@@ -707,7 +703,7 @@ Donations
|
707 | 703 |
|
708 | 704 | You can send any amount of your choice to this address:
|
709 | 705 |
|
710 |
| -* Alloy (XAO): `A4XhHr1vRn44nzgtq6vfUjMtvUkHVk4fp4LW9oAUpCTPSPVgpjpDT9EdZUsKUaRzXj4qL4J1fEwCc4K3VLfhJvBuEXXxch7` |
| 706 | +* 4xBit (4xB): `NBZGqHz5KgVW7AAYDG9sKgFa24VaEqbANN4Uhn5Et3eM4rqLDDTvUB5TWbERXhQr8xhkYAmkHWnx1gL75LbDU2KFA37Lv23` |
711 | 707 |
|
712 | 708 |
|
713 | 709 | Credits
|
|
0 commit comments