Skip to content

Latest commit

 

History

History
executable file
·
62 lines (40 loc) · 2.13 KB

README.md

File metadata and controls

executable file
·
62 lines (40 loc) · 2.13 KB

This is a fork with Tor integrated into the source

if you require the source of client without integrated Tor see https://github.com/TorCoinProject/torcoin and for windows-qt https://github.com/TorCoinProject/torcoin/raw/master/release/torcoin-qt.exe


Torcoin development tree

Torcoin is a PoW-based/PoS-based X11 cryptocurrency.

X11 consists of the top eleven best hashing algorithms of the 21st century. X11 is utilized in the popular DASH cryptocurrency.

Torcoin features a completely custom QT wallet with Stealth Addresses, Encrypted P2P Messaging, Block Explorer, and Statistics.

Torcoin's market ticker is TOR

Torcoin addresses on the mainnet start with T and stealth addresses start with a lowercase s

Total of ~12 million TOR total

1.2m TOR Premine (10%)

Block Reward of 1 TOR per block and halves every 6 months (~250,000 blocks)

First 160 blocks are 0.5 TOR Block Reward

Block Time is 60 seconds and 10 confirmations

RPC PORT: 22669 P2P PORT: 23669

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 (see coding.txt) 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 Torcoin.

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

From time to time a pull request will become outdated. If this occurs, and the pull is no longer automatically mergeable; a comment on the pull will be used to issue a warning of closure. The pull will be closed 15 days after the warning if action is not taken by the author. Pull requests closed in this manner will have their corresponding issue labeled 'stagnant'.

Issues with no commits will be given a similar warning, and closed after 15 days from their last activity. Issues closed in this manner will be labeled 'stale'.