Skip to content

Commit 1ec8f00

Browse files
authored
Update README.md
1 parent e714132 commit 1ec8f00

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cryptonote-alloy-pool
1+
cryptonote-4xBit-pool
22
======================
33

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.
55

66

77
#### Table of Contents
@@ -58,7 +58,7 @@ Features
5858
#### Mined blocks explorer
5959
* Mined blocks table with block status (pending, confirmed, and orphaned)
6060
* Blocks luck (shares/difficulty) statistics
61-
* Universal blocks and transactions explorer based on [alloyexplorer.com](https://alloyexplorer.com)
61+
* Universal blocks and transactions explorer
6262

6363
#### Smart payment processing
6464
* Splintered transactions to deal with max transaction size
@@ -91,10 +91,6 @@ Features
9191
* Multilingual user interface
9292

9393

94-
#### Pools Using This Software
95-
96-
* http://alloy.cloudns.eu
97-
9894
Usage
9995
===
10096

@@ -132,7 +128,7 @@ you are using - a good place to start with redis is [data persistence](http://re
132128
Clone the repository and run `npm update` for all the dependencies to be installed:
133129

134130
```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
136132
cd pool
137133

138134
npm update
@@ -163,7 +159,7 @@ Explanation for each field:
163159
"coinDifficultyTarget": 120,
164160

165161
/* 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
167163
Supported variants for "cryptonight": 0 (Original), 1 (Monero v7), 3 (Stellite / XTL)
168164
Supported variants for "cryptonight_light": 0 (Original), 1 (Aeon v7), 2 (IPBC)
169165
Supported blob types: 0 (Cryptonote), 1 (Forknote v1), 2 (Forknote v2), 3 (Cryptonote v2 / Masari) */
@@ -707,7 +703,7 @@ Donations
707703
708704
You can send any amount of your choice to this address:
709705
710-
* Alloy (XAO): `A4XhHr1vRn44nzgtq6vfUjMtvUkHVk4fp4LW9oAUpCTPSPVgpjpDT9EdZUsKUaRzXj4qL4J1fEwCc4K3VLfhJvBuEXXxch7`
706+
* 4xBit (4xB): `NBZGqHz5KgVW7AAYDG9sKgFa24VaEqbANN4Uhn5Et3eM4rqLDDTvUB5TWbERXhQr8xhkYAmkHWnx1gL75LbDU2KFA37Lv23`
711707
712708
713709
Credits

0 commit comments

Comments
 (0)