Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.04 KB

WINCOIN(WC) Development Tree

WINCOIN is a mixed POW/POS cryptocurrency which will be POW for the initial 100 Block and pure POS after that.

Website: https://wincoin.co/ Launch Date: 11/11/2017 @ 12:00 GMT

General Specs:

Algorithm: X11 POW/POS Block Time: 60 seconds Total Coin: 500,000,000 WC Mined Block Confirmation: 50 Transaction Confirmation: 6 Port: 30193 Rpc port: 30199

Block Rewards POS: 0.1%

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions or are controversial.

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

Feature branches are created when there are major new features being worked on by several people.