Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mining page #648

Merged
merged 5 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions content/ecosystem/ecosystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const ECOSYSTEM_TYPES = [
"Exchanges",
"Wallets",
"Mining Pools",
"Mining Software",
] as const;

type Ecosystem = (typeof ECOSYSTEM_TYPES)[number];
Expand Down Expand Up @@ -193,4 +194,58 @@ export const ECOSYSTEM: Array<{
link: "https://github.com/iron-fish/ironfish-wallet-cli",
image: "/images/ecosystem/iflabs-standalone-wallet.png",
},
{
type: "Mining Software",
name: "RigelMiner",
link: "https://rigel-miner.bz/",
image: "/images/ecosystem/rigel-miner.png",
},
{
type: "Mining Software",
name: "lolMiner",
link: "https://github.com/Lolliedieb/lolMiner-releases/",
image: "/images/ecosystem/lol-miner.png",
},
{
type: "Mining Software",
name: "SRBMiner",
link: "https://www.srbminer.com/",
image: "/images/ecosystem/srb-miner.png",
},
{
type: "Mining Software",
name: "Team Red Miner",
link: "https://www.teamredminer.com/",
image: "/images/ecosystem/team-red-miner.png",
},
{
type: "Mining Software",
name: "ZKWork",
link: "https://zk.work/",
image: "/images/ecosystem/zk-work.png",
},
{
type: "Mining Software",
name: "BZ Miner",
link: "https://www.bzminer.com/",
image: "/images/ecosystem/bz-miner.png",
},
{
type: "Mining Software",
name: "GMiner",
link: "https://gminer.info/",
image: "/images/ecosystem/g-miner.png",
},
{
type: "Mining Software",
name: "H9 Miner",
link: "https://github.com/h9-dev/ironfish-miner",
image: "/images/ecosystem/h9.png",
},
{
type: "Mining Software",
name: "HiveOS",
link: "https://hiveon.com/os/",
image: "/images/ecosystem/hive-os.png",
},
];
57 changes: 16 additions & 41 deletions content/get-started/mining.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,46 +20,21 @@ Please check out the [ecosystem page](/use/ecosystem?category=mining-pools) for

## Mining Software

### Iron Fish
- Type: CPU
- Url: https://ironfish.network/use/get-started/mining
- Works on Iron Fish stratum v1

### SRBMiner
- Type: GPU (Nvidia+AMD)
- URL: https://www.srbminer.com/
- Works on Iron Fish Pool

### BzMiner
- Type: GPU (Nvidia+AMD+Intel+CPU)
- URL: https://www.bzminer.com/ Discord https://discord.gg/ZagsB4hTUM
- Betas supporting Iron Fish available in #mining in Discord: https://discord.ironfish.network/
- Improved Iron Fish mining stratum for Flexpool coming soon
- Supports Iron+ZIL Dual mining and Iron+ETC+ZIL Triple Mining using Flexpool's ZMP

### Rigel
- Type: GPU (Nvidia)
- URL: https://github.com/rigelminer/rigel/releases/
- Pools supported: Herominers, Flexpool, Kryptex
- Supports dual and triple mining (+ZIL)

### Team Red Miner
- Type: GPU (AMD)
- URL: https://github.com/todxx/teamredminer/releases
- Supports dual and triple mining (ETC/ERG/ZIL, ETC/ERG + ZIL)

### lolMiner
- Type: GPU (Nvidia+AMD+Intel)
- URL: https://github.com/Lolliedieb/lolMiner-releases

### H9
- Type: GPU (Nvidia+AMD)
- Url: https://github.com/h9-dev/ironfish-miner/releases
- Only works on H9's pool

### ZKWork
- Type: GPU (Nvidia+AMD)
- URL: https://zk.work
- Only works on ZKWork's pool
Please check out the [ecosystem page](/use/ecosystem?category=mining-software) for a list of miners that support Iron Fish.

## Solo Mining

The Iron Fish CLI also supports solo mining with most of the available mining software. After [installing](/use/get-started/installation) the CLI, [start](http://localhost:3000/use/get-started/run-a-node) your node and make sure it is synced before starting a local mining pool.

To start a local mining pool on port 9034 by running the following command:

```bash
ironfish miners:pools:start
```

You should then be able to connect your miner to `localhost:9034` and start mining.

## Questions?
Have any questions about mining? Come ask in the [#mining](https://discord.com/channels/771503434028941353/828803908067262484) channel in the Iron Fish Discord

### [Edit on Github](https://github.com/iron-fish/website/edit/master/content/get-started/mining.mdx)
Binary file added public/images/ecosystem/bz-miner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ecosystem/g-miner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ecosystem/hive-os.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ecosystem/lol-miner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ecosystem/rigel-miner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ecosystem/srb-miner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ecosystem/team-red-miner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion search/indexes/documentation-index.json

Large diffs are not rendered by default.

Loading