All Projects → Horndev → zapread.com

Horndev / zapread.com

Licence: AGPL-3.0 license
Website for zapread.com

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
CSS
56736 projects
TSQL
950 projects

Projects that are alternatives of or similar to zapread.com

Zeus
A mobile Bitcoin/Lightning app for lnd, c-lightning, and Eclair node operators ⚡️
Stars: ✭ 175 (+821.05%)
Mutual labels:  lightning, lightning-network
Spark Wallet
⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.
Stars: ✭ 215 (+1031.58%)
Mutual labels:  lightning, lightning-network
Lncli Web
Light-weight web client for the lnd daemon written in NodeJS / Angular.
Stars: ✭ 181 (+852.63%)
Mutual labels:  lightning, lightning-network
Umbrel Os
Run Umbrel Bitcoin and Lightning node on a Raspberry Pi in one click
Stars: ✭ 132 (+594.74%)
Mutual labels:  lightning, lightning-network
umbrel-middleware
RESTful Bitcoin and Lightning API for Umbrel
Stars: ✭ 21 (+10.53%)
Mutual labels:  lightning, lightning-network
Paper
Lightning Network Paper
Stars: ✭ 136 (+615.79%)
Mutual labels:  lightning, lightning-network
Lndhub
Wrapper for Lightning Network Daemon. It provides separate accounts and trust minimization for end users
Stars: ✭ 203 (+968.42%)
Mutual labels:  lightning, lightning-network
Lndmanage
Channel management tool for lightning network daemon (LND) operators.
Stars: ✭ 114 (+500%)
Mutual labels:  lightning, lightning-network
lntop
⚡ LN terminal dashboard 📊
Stars: ✭ 170 (+794.74%)
Mutual labels:  lightning, lightning-network
squeaknode
Peer-to-peer status feed 📜 with posts unlocked by Lightning ⚡
Stars: ✭ 29 (+52.63%)
Mutual labels:  social-media, lightning
Awesome Bitcoin Payment Processors
🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.
Stars: ✭ 129 (+578.95%)
Mutual labels:  lightning, lightning-network
lightningtip
Get tips via the Lightning Network
Stars: ✭ 91 (+378.95%)
Mutual labels:  lightning, lightning-network
Phoenix
Phoenix is a non custodial Bitcoin wallet using Lightning to send/receive payments.
Stars: ✭ 129 (+578.95%)
Mutual labels:  lightning, lightning-network
Webln
Spec and client library for WebLN apps and providers
Stars: ✭ 165 (+768.42%)
Mutual labels:  lightning, lightning-network
Plugins
Community curated plugins for c-lightning
Stars: ✭ 120 (+531.58%)
Mutual labels:  lightning, lightning-network
Ln Service
Node.js interface to LND
Stars: ✭ 191 (+905.26%)
Mutual labels:  lightning, lightning-network
Lightning Faucet
A faucet for the Lightning Network!
Stars: ✭ 56 (+194.74%)
Mutual labels:  lightning, lightning-network
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+6342.11%)
Mutual labels:  lightning, lightning-network
Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (+1115.79%)
Mutual labels:  lightning, lightning-network
lightningj
Core implementation of the lightningj API implementations.
Stars: ✭ 41 (+115.79%)
Mutual labels:  lightning, lightning-network

ZapRead.com

Build Status FOSSA Status CodeFactor

Website for zapread.com

Current version is: 0.4-beta. You can track progress to the next version on the projects page.

ZapRead.com Mission

  1. To create a social economy. To turn social media and networking upside-down. To give users and the community control over their content. Stop the selling of user data and inundation of advertising without compensation.

  2. To create a new publishing model. Previously, authors paid publishers who then charged users but this is not reflective of the value of authors. Both consumers and authors were at the mercy of the publisher. Authors should be properly compensated for their work - by the value as determined by the consumers.

  3. To promote the adoption of decentralized finance and currency.

Vote Examples

100 satoshi up vote:

  • 60 goes to author
  • 20 goes to group
  • 10 goes to community
  • 10 goes to zapread

100 satoshi down vote:

  • 0 goes to author
  • 80 goes to group
  • 10 goes to community
  • 10 goes to zapread

The voting affects the post score.

Group payments

When funds are sent to a group, not all posts in the group receive a portion.

Factors:

  • Time since post was made
  • Post score
  • receiving funds is a lottery (minimum 1 satoshi received)

We don't want groups to be small, and there should be a incentive for continuing to post to bigger groups (more posts already)

Example:

Group A, 20,000 posts, first post 1 year ago

100 satoshi vote

Each post has a probability to receive funds. Older posts have the least likelihood.

Variable 1: Post half life. (Lambda)

Lambda = 30 days.

Post score means that higher posts are more likely to win funds.

Variable 2: Vote max divisions (M)

Variable 3: Vote min division (1 satoshi)

This is the maximum number of draws which are made for a distribution to a group. So if M = 1000, then a 10,000 satoshi vote will have 1000 lotteries.

So, the algorithm is to pull M winners, biased by Lambda.

User Reputation

When logged-in users vote a post up or down, it modifies the authors reputation proportional to the amount paid.

Users with high reputation need to spend less to move the post score, while users with low reputation need to spend more. This is an incentive to create content which increases user reputation. Spam and unwelcome posts will be inhibited as there is no reward for such behaviour.

Getting started with development

At this time, development is only confirmed working with Microsoft Windows (sorry). It would be nice to port to .NET core, which can then run on any OS. The reason it has not been ported yet is that .NET core was initially missing some basic Entity Framework features, but that has been resolved in newer releases. The instructions here describe how to start development using a windows OS.

  1. Download Visual Studio Community 2022 (free). https://visualstudio.microsoft.com/
  2. Clone the repository and all submodules
  3. Set up the AppSettings.config file (copy AppSettings.config.template to AppSettings.config)
  4. Set up the database.config file (copy database.config.template to database.config)
  5. Open zapread.com.sln with Visual Studio
  6. In the Package Manager Console, run Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r to set up compiler
  7. Run zapread.com (e.g. press F5)
  8. Go to /Home/Install/ to bootstrap database

Contribution

Contribution to this repository is done through pull requests.

By contributing to this project, you are giving permission to the copyright owner to change the software license without notice. Any changes to the license will only apply to versions of the software after the license has changed.

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].