Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 3.34 KB

README.md

File metadata and controls

81 lines (62 loc) · 3.34 KB

Logo

Build Status Discord serverfollow on Twitter

WebsiteSubiDesktopBlock ExplorerDiscordForumTelegramTwitter

Features

  • Initial PoW Distribution
  • Hybrid SubiNode System
  • Hybrid PoS/SubiNode (After Initial Distribution)
  • Segwit
  • Smart Contracts
  • Shade Technology

Subi Specifications

Specification Value
Algorithm Neoscrypt / X16R - after block 60,000
Developer Fund 5%
Initial PoW Blocks 150,000
PoS Start Block 150,000
Block Size 4MB
Block Time 60s
PoW Reward 45 SUBI / 2.5 SUBI (after block 60,000)
PoS Reward 5% reducing each year
Stake Time 24 hours
SubiNode Requirement 10,000 SUBI
SubiNode Reward 30% PoW/PoS
Port 5335
RPC Port 5336
SubiNode Port 5335

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Subi.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: qa/pull-tester/rpc-tests.py

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Issue

We try to prompt our users for the basic information We always need for new issues. Please fill out the issue template below and submit it to our discord channel. ISSUE_TEMPLATE