Skip to content

Commit

Permalink
Merge pull request #69 from eclipsevortex/release/2.2.6
Browse files Browse the repository at this point in the history
Release/2.2.6
  • Loading branch information
eclipsevortex authored Aug 6, 2024
2 parents c30ec49 + 1542e6e commit b9a6efc
Show file tree
Hide file tree
Showing 147 changed files with 21,739 additions and 954 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,8 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

testing/
testing/
ips_blocked.json
*-skip*

firewall-events.json
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.2.6 / 2024-08-06

## What's Changed
* use the new property of the country api by @eclipsevortex in https://github.com/eclipsevortex/SubVortex/pull/73
* fix substensor scripts by @eclipsevortex in https://github.com/eclipsevortex/SubVortex/pull/75
* freeze requirements by @eclipsevortex in https://github.com/eclipsevortex/SubVortex/pull/76
* implement miner firewall by @eclipsevortex in https://github.com/eclipsevortex/SubVortex/pull/77


**Full Changelog**: https://github.com/eclipsevortex/SubVortex/compare/v2.2.5...v2.2.6

## 2.2.5 / 2024-05-31

## What's Changed
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
---

<div>
<img src="subvortex.png" alt="Image Description" width="300" height="300">
<img src="subvortex.png" alt="Image Description" width="310" height="200">
</div>
<br />
<div style="font-size: 20px">Testnet: 92 • Mainnet: 7</div>
Expand All @@ -29,6 +29,7 @@
- [Roles](#roles)
- [Subtensor & Bittensor](#subtensor--bittensor)
- [Incentive Mechanism](#incentive-mechanism)
- [Firewall](#firewall)
- [Value Proposition](#value-proposition)
- [Team Composition](#team-composition)
- [Road Map](#road-map)
Expand Down Expand Up @@ -129,6 +130,10 @@ To assign a score to each miner, we will establish a connection with the subtens

This reward incentivizes miners to effectively distribute subtensors across different geographical locations to optimize performance and reduce latency for a better subnet experience.

## Firewall

To know more on the firewall, refer to the [firewall guide](./docs/features/firewall/firewall.md)

## Value Proposition

SubVortex enriches the Bittensor ecosystem by providing an alternative to the Finney network and promoting decentralization, reliability, and efficiency. It offers miners and validators a seamless experience with low barriers to entry and continuous support.
Expand Down Expand Up @@ -352,6 +357,8 @@ pm2 start neurons/miner.py \

> IMPORTANT: Do not run more than one miner per machine. Running multiple miners will result in the loss of incentive and emissions on all miners.
To enable the firewall, add the `--firewall.on` flag. It is highly recommended to enable the firewall to protect your miner from attacks that could impact your score. For more details about the firewall, please refer to our [firewall guide](./docs/features/firewall/firewall.md)

### Running a Validator

> IMPORTANT: Before running a validator, be sure you have a redis up and running. Please see the [Redis guide](./scripts/redis/README.md) for more details.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.5
2.2.6
Binary file added docs/assets/firewall-ddos.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 docs/assets/firewall-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b9a6efc

Please sign in to comment.