Skip to content

thetamoney/theta

 
 

Repository files navigation

Theta Core Latest v1.13.17.01

Theta is good for nothing unless you know the value of it by experience.

Theta Build

CI master develop

Coin specifications:

   
Coin name: THETA
Coin Ticker: FITA
Coin Symbol: θ
Initial block reward: 4 θ - 5000 θ
Average block time: 120 Second
Smartnode Payments Start Block: 5761
Algorithm: GhostRider (ASIC and FPGA resistance)
Premine: none
Block Reward: 70% Miners 25% Smartnode 3% Dev 1% Exchange 1 % Community Reward.
Donation: 1PWUCof4ucq6N4trahdCpTghYz7cdDwT3t

Theta is now a code fork of Dash and inherits current and optionally future features such as chain locks, oracles etc. We are further expanding capabilities by adding the following features: A) The deployment of a unique asset layer. B) The option to lock X amount of coins or assets into a special transaction. Coins are unlocked at a block number of choice or timestamp. C) Trustless on chain transfers of assets and native coins VIA Smart Contracts. D) Integrating, developing and deploying a VM protocol that would allow for smart contracts in 4 major programming languages as opposed to the situation with Ethereum being limited to solidity.

These additional features open up the power and ease of use of Theta’s features to a greater variety of industries under the Distributed Application umbrella. DAPP's are a critical part of driving widespread adoption as recently seen with DEFI and Theta hopes to help provide further alternatives and possibilities for DAPP developers particularly in the field of opening up new programming languages for DAPP and contract development.

It is one of our goals to not only innovate ideas for Theta but to contribute back to the general crypto community with open-source features that anybody can use to help their Blockchain projects succeed.

License

Theta Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is meant to be stable. Development is done in separate branches. Tags are created to indicate new official, stable release versions of Theta Core.

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, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

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.

Packages

No packages published

Languages

  • C++ 56.8%
  • C 29.1%
  • Python 9.8%
  • M4 1.3%
  • Makefile 0.8%
  • Shell 0.8%
  • Other 1.4%