Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
azure-cloud-mining-script
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
azure-cloud-mining-script
Commits
ae752ce2
There was an error fetching the commit references. Please try again later.
Commit
ae752ce2
authored
7 years ago
by
ridd84
Browse files
Options
Downloads
Patches
Plain Diff
Add CROAT coin
parent
945524b3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
xmrstak/jconf.cpp
+1
-0
1 addition, 0 deletions
xmrstak/jconf.cpp
xmrstak/pools.tpl
+1
-0
1 addition, 0 deletions
xmrstak/pools.tpl
with
3 additions
and
0 deletions
README.md
+
1
−
0
View file @
ae752ce2
...
@@ -41,6 +41,7 @@ XMR-Stak is a universal Stratum pool miner. This miner supports CPUs, AMD and NV
...
@@ -41,6 +41,7 @@ XMR-Stak is a universal Stratum pool miner. This miner supports CPUs, AMD and NV
Besides
[
Monero
](
https://getmonero.org
)
, following coins can be mined using this miner:
Besides
[
Monero
](
https://getmonero.org
)
, following coins can be mined using this miner:
-
[
Aeon
](
http://www.aeon.cash
)
-
[
Aeon
](
http://www.aeon.cash
)
-
[
Croat
](
https://croat.cat
)
-
[
Edollar
](
https://edollar.cash
)
-
[
Edollar
](
https://edollar.cash
)
-
[
Electroneum
](
https://electroneum.com
)
-
[
Electroneum
](
https://electroneum.com
)
-
[
Graft
](
https://www.graft.network
)
-
[
Graft
](
https://www.graft.network
)
...
...
This diff is collapsed.
Click to expand it.
xmrstak/jconf.cpp
+
1
−
0
View file @
ae752ce2
...
@@ -97,6 +97,7 @@ struct xmrstak_coin_algo
...
@@ -97,6 +97,7 @@ struct xmrstak_coin_algo
xmrstak_coin_algo
coin_algos
[]
=
{
xmrstak_coin_algo
coin_algos
[]
=
{
{
"aeon7"
,
cryptonight_aeon
,
cryptonight_lite
,
7u
,
"mine.aeon-pool.com:5555"
},
{
"aeon7"
,
cryptonight_aeon
,
cryptonight_lite
,
7u
,
"mine.aeon-pool.com:5555"
},
{
"croat"
,
cryptonight
,
cryptonight
,
0u
,
nullptr
},
{
"cryptonight"
,
cryptonight
,
cryptonight
,
0u
,
nullptr
},
{
"cryptonight"
,
cryptonight
,
cryptonight
,
0u
,
nullptr
},
{
"cryptonight_lite"
,
cryptonight_lite
,
cryptonight_lite
,
0u
,
nullptr
},
{
"cryptonight_lite"
,
cryptonight_lite
,
cryptonight_lite
,
0u
,
nullptr
},
{
"edollar"
,
cryptonight
,
cryptonight
,
0u
,
nullptr
},
{
"edollar"
,
cryptonight
,
cryptonight
,
0u
,
nullptr
},
...
...
This diff is collapsed.
Click to expand it.
xmrstak/pools.tpl
+
1
−
0
View file @
ae752ce2
...
@@ -21,6 +21,7 @@ POOLCONF],
...
@@ -21,6 +21,7 @@ POOLCONF],
* Currency to mine. Supported values:
* Currency to mine. Supported values:
*
*
* aeon7 (use this for Aeon's new PoW)
* aeon7 (use this for Aeon's new PoW)
* croat
* cryptonight (try this if your coin is not listed)
* cryptonight (try this if your coin is not listed)
* cryptonight_lite
* cryptonight_lite
* edollar
* edollar
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment