Skip to content

Instantly share code, notes, and snippets.

View Mika-'s full-sized avatar

Mika Simanainen Mika-

View GitHub Profile

Storj.io node diary

2020-12-01

November resulted pretty similar figures. Total size of data on the nodes is now 1.8TB and the final bandwidth for the month was 794GB ingress and 58GB egress

2020-11-01

During last month my node grew to 992GB. This was the first vetted month so traffic should finally be at a normal level. This resulted as 780GB ingress and 51GB egress. Added a second node on another hard drive with 500GB limit.

2020-09-26

Node is about one month old and is using 250GB of storage. Vetting process is completed on 3/5 satellites. Last two are sitting at 63 and 84 audits. Bandwidth has finally picked up a little, but that may be related to network distruption going on.

version: '3'
services:
storj-node-1:
image: storjlabs/storagenode:latest
container_name: storj-1
restart: unless-stopped
ports:
- 28967:28967
- 14002:14002
scoop bucket add versions
scoop install python uv ollama bun-canary
git clone https://github.com/stitionai/devika.git
# Model
ollama serve
ollama pull codellama
# Backend
cd devika\