/FeedBackCoin

[RU]FeedBackCoin это первая в мире криптовалюта реализующая отрицательную обратную связь денег в обществе [EN]FeedBackCoin is the first cryptocurrency to implement the negative feed back rating for the world economics scheme

Primary LanguageC++MIT LicenseMIT

[EN] FeedBackCoin based on Cryptonite Core integration/staging tree [RU] FeedBackCoin основан на Cryptonite Core integration/staging tree

https://github.com/info-infoman/FeedBackCoin https://gitlab.com/info_Infoman/FeedBackCoin

Copyright (c) 2017 The FeedBackCoin Project
Copyright (c) 2014 The Mini-blockchain Project
Copyright (c) 2009-2014 Bitcoin Core Developers

[EN] What is FeedBackCoin

FeedBackCoin is the first cryptocurrency to implement the negative feed back rating for the world economics scheme along with many other innovative features. FeedBackCoin is a fork of the Cryptonite core but the code has been extensively modified and expanded upon. Innovative new features include negative, information and super transactions. The negative feed back rating for the world economics scheme alleviates interaction between economic subjects, аllows punishing liars and scammers in the cryptoworld. Information and super transactions allow the creation of truly independent decentralized exchange markets.

For more information see https://github.com/info-infoman/FeedBackCoin/wiki https://gitlab.com/info_Infoman/FeedBackCoin/wikis/home

[RU] Что такое FeedBackCoin

FeedBackCoin это первая в мире криптовалюта в которой внедрен механизм децентрализованного рейтинга экономических субъектов через негативную обратную связь денег. FeedBackCoin базируется на основе криптовалюты Cryptonite core, но исходный код глубоко модифицирован. Внедрены такие инновационные механизмы как негативные, информационные и супер транзакции. Децентрализованный рейтинг на основе негативной обратной связи денег способствует преображению взаимодействий между экокномическими субьектами общества, позволяет без участия государств и банков, децентрализованно вести борьбу против воров и мошенников. Информационные и супер-транзакции позволяют создавать понастоящему децентрализованные рынки обмена.

Более подробно здесь - https://github.com/info-infoman/FeedBackCoin/wiki https://gitlab.com/info_Infoman/FeedBackCoin/wikis/home

What is Cryptonite

Cryptonite (also known as Crypton) is the first cryptocurrency to implement the mini-blockchain scheme along with many other innovative features. Cryptonite is a fork of the Bitcoin core but the code has been extensively modified and expanded upon. Innovative new features include withdrawal limits and unmalleable transactions. The mini-blockchain scheme alleviates the blockchain bloat problem and therefore allows superior support for micro-transactions and arbitrary data to be stored in the blockchain.

For more information see http://cryptonite.info

License

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

Development process

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

If it is a simple/trivial/non-controversial change, then one of the FeedBackCoin development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion (if they haven't already).

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 the code doesn't match the project's coding conventions (see doc/coding.md) or are controversial.

Testing

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

Every pull request is built for both Windows and Linux on a dedicated server, and unit and sanity tests are automatically run.

Manual Quality Assurance (QA) Testing

Large changes should have a test plan, and should be tested by somebody other than the developer who wrote the code.