Activity

doctor112-1

Cloudflare workers project can store a maximum 20,000 assets with each asset being a maximum of 25MiB. This is around 500GB of storage. This takes your files, splits them into 24MiB chunks then creates a workers project. People can download files through /download/filename path. Right now, it works locally but fails on a public deployment due to the fact that it exceeds cpu time.

0
doctor112-1

Moved two functions into a helper.go file, and did some refactoring. Also changed error type on a message into int instead of string. Nothing much to show, other than behavior staying the same.

Attachment
0
doctor112-1

I made the startup for a new node joining the network. Right now it’s lacking a lot of important features, and overall not really that good, missing things like actually verifying domains and such but it’s a start. Also, I made a seed server which is essential when starting up, but it is lacking features and uses hard-coded ips since I was testing. I also made a test/ folder which just contains code emulating an actual node in the network and also uses hard-coded values.

0