Skip to content
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
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ is currently set to check your node's uptime proof age every five minutes.

## Session Open Service Node Finder

Open service node finder is currently not functional. It requires an update.

~~I recently built a [node finder script](node_finder.py) to help me find open nodes to contribute to when I have only a
small amount of Session to contribute. When you run the script it will ask you for the minimum and maximum you are looking
to contribute. The script will then scan the service nodes every five minutes looking for ones that aren't yet active
due to not having 15,000 Session contributed. If it finds a match, it will email you a notification containing all
matching nodes.~~
Open service node finder is no longer functional since the move to the new SESH token on Arbitrum One. The Node Finder script is deprecated and will be removed in a future release.

Please use these scripts at your own risk. I provide no guarantees of accuracy or functionality.

Expand Down
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## Changelog:

### 0.3.0 - 2025-12-10:

**Changed**

- `README.md` - Update README to reflect the deprecation of the Node Finder script.
- `requirements.txt` - Bump urllib3 from 2.5.0 to 2.6.0 [PR 28](https://github.com/crypto-ali/oxen-snode-monitor/pull/28)

### 0.2.9 - 2025-09-26:

**Changed**

- Update to reflect the rebranding from Oxen to Session.
- Update to reflect the rebranding from Oxen to Session. [PR 27](https://github.com/crypto-ali/oxen-snode-monitor/pull/27)
- `sample_node_list.py` - Update `remote_node_list` to remove no longer active remote nodes.

### 0.2.8 - 2025-09-25:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pip-upgrade-outdated==1.5
premailer==3.10.0
python-dotenv==0.20.0
requests==2.32.4
urllib3==2.5.0
urllib3==2.6.0
yagmail==0.15.280