Peernet
93 subscribers
4 photos
12 files
22 links
Share data directly with the world. Peer to peer. #web3 startup.
Download Telegram
Both the API key and the port number of the API are randomized.
(if the port number was fixed, an attacker could try to figure out whether Peernet is running or not by using port scanners)
image_2021-11-24_05-12-24.png
162.4 KB
We've made a small but important change to the Peernet protocol to improve connectivity: A flag for peers to indicate if they are likely behind a firewall.
In practice this is especially important for the Windows Firewall and non-admin accounts (in which case by default it will block unsolicited incoming packets).

The count of peers that self-report to be behind a firewall is a new KPI tracked here: https://1.peernet.network/
image_2021-11-24_05-16-38.png
45.9 KB
We are currently preparing to launch our new website. As part of that, we moved it into our datacenter. We are our own ISP and hosting provider.

(You can verify this by checking the IPv4 and IPv6 of peernet.org and looking it up in a whois database)

While we don't anticipate that our legacy internet website faces the risk of takedown like in the following linked article, it is a good reminder of the general risks of using 3rd parties such as Amazon:
https://www.forbes.com/sites/roberthart/2021/03/03/parler-sues-amazon-again-in-wake-of-deplatforming/
image_2021-11-30_10-36-06.png
46.8 KB
We have received our EV code signing certificate!
Official releases of our Peernet Browser are digitally signed.

This means our signed executables are tamper proof (any modification will result in invalidating the signature). Since we are using an extended validation (EV) certificate, it means that the Windows SmartScreen will not yell ("... prevented an unrecognized app") when downloading the browser for the first time.
We are feature complete for the MVP! Launch: Tomorrow! ๐ŸŽ‰
The last (and most important) missing feature was the search for files.

โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“ 100%
This media is not supported in your browser
VIEW IN TELEGRAM
We just launched the MVP! ๐ŸŽ‰๐Ÿฅณ
โžก๏ธ https://peernet.org

Download our new Peernet Browser which has these basic features:
1๏ธโƒฃ Search Files ๐Ÿ”
2๏ธโƒฃ Explore
3๏ธโƒฃ Share content with the world ๐ŸŒ

100% decentral. No intermediaries.

Our vision is to add social features next year, and a payment network later on. We want to support independent content creators - you!

With Peernet you are in control. Your metadata is shared via your own blockchain.

The Peernet protocol is specified in the whitepaper https://peernet.org/dl/Peernet%20Whitepaper.pdf

Looking for the code? Here's the core library: https://github.com/PeernetOfficial/core
The current installer does not support installing the .NET framework โ˜น๏ธ, so we are exploring a different one which will ask to download the right .NET framework as appropriate.
To do it manually for now download '.NET Desktop Runtime 5.0.13' x64 from: https://dotnet.microsoft.com/en-us/download/dotnet/5.0
Channel photo updated
We just released Peernet Alpha 6! ๐ŸŽ‰๐Ÿฅณ
Download here: https://peernet.org

It is a bugfix release that fixes problems from our last MVP release.

Changelog:
---- Alpha 6 Fixes ----
Release date: 31.12.2021

Fixes:
* Setup: .NET was not installed
* Setup: Missing option 'Pin to taskbar'
* Browser: Crashes when sharing large (2 GB+) files
* Browser: Unexpected status from backend resulted in crash. Now it shows an error notification that is expandable.
* Browser: Icon badly visible on dark status bar -> switched to light blue icon.
* Browser: Handle file extension on upload as separate field resulting in less confusion.
* Browser: Theme option is not remembered.
* Browser: Better exception handling.
* Backend: Detect if firewall exception was not set during setup and auto-set firewall flag.

New:
* KPIs "Files Shared" and "Bytes of Content" via 1.peernet.network
* Browser: New frontend log file storing error messages.

Internal:
* Initial mobile client proof-of-concept (Android).
image_2022-01-03_02-10-22.png
186.7 KB
The Peernet statistics are live! ๐Ÿ‘๐Ÿป

๐Ÿ”น Daily Active Peers
๐Ÿ”น Files Shared ยน
๐Ÿ”น Size of Content ยน (we'll improve the shown unit)
๐Ÿ”น Number of Lawsuits โš–๏ธ

โžก๏ธ https://peernet.org

ยน Across all peers (active and inactive).

Q: Peernet is completely decentralized, so how are the stats counted?
A: One of the root peers keeps statistics of peers it comes across. Every time a user shares a new file, the user's blockchain gets updated - and peers in the network are notified.

The file counters go both ways - if the user deletes files, they will be reduced. If a user deletes a file, it will take at most 1 minute for the stat counter to update.
We are now in fundraising mode. ๐Ÿ‘๐Ÿป We want to raise our Seed Round by the end of January 2022. ๐Ÿ‘๐Ÿป

Contact info@peernet.org to receive the full pitch and jump on a call immediately. โ˜Ž๏ธ

Why now?

We developed the MVP (see peernet.org) and released the initial version of the Peernet Browser.
The core is open source at https://github.com/PeernetOfficial/core. The hardest part was establishing the protocol & network - we are now building on top of it.
We will use the seed funding to finance the next stage of development: social features such as following other peers, the social wall, commenting, rating etc.
image_2022-02-25_04-02-53.png
619.8 KB
Intelligence X is actively testing Peernet to store and keep relevant #Ukraine pictures and videos.
Last year Intelligence X provided a FTP server for the Capitol Hill riots, now they go decentral.

The attached screenshot shows the upcoming version Alpha 7 which features a video player plugin.
We have just open sourced our ugly media player plugin. Next week it will be beautified.
https://github.com/PeernetOfficial/BrowserPlugins

It uses the SDK which is available here and allows to create any plugin for the Peernet Browser:
https://github.com/PeernetOfficial/SDK
Screenshots of our current ugly media player and the https://github.com/aduskin/AduSkin we intend to fork.

Unfortunately this requires a bit of work since the AduSkin uses the outdated .NET Framework 4.5 and the Peernet Browser uses .NET 6.
Interesting day for #Peernet: This afternoon all 5 root peers were under DDoS. This is actually great to collect statistics and identify mitigations that can be applied in the future.