All Projects → binariumpay → binarium

binariumpay / binarium

Licence: MIT license
Binarium cryptocurrency is the first one protected from ASICs

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to binarium

Megacoin
Welcome to Megacoin MΣC - Around the World!
Stars: ✭ 16 (+14.29%)
Mutual labels:  money, currency, peer
Django Prices
Django fields for the prices module
Stars: ✭ 135 (+864.29%)
Mutual labels:  money, currency
nova-money-field
Money Field for Laravel Nova
Stars: ✭ 71 (+407.14%)
Mutual labels:  money, currency
bankster
Money Creation Made Easy
Stars: ✭ 30 (+114.29%)
Mutual labels:  money, currency
Javamoney Lib
JavaMoney financial libraries, extending and complementing JSR 354
Stars: ✭ 104 (+642.86%)
Mutual labels:  money, currency
Frankfurter
💱 Currency data API
Stars: ✭ 123 (+778.57%)
Mutual labels:  money, currency
Ngx Currency
📦 Currency mask module for Angular
Stars: ✭ 161 (+1050%)
Mutual labels:  money, currency
Swap
💱 Currency exchange rates library
Stars: ✭ 1,195 (+8435.71%)
Mutual labels:  money, currency
Jackson Datatype Money
Extension module to properly support datatypes of javax.money
Stars: ✭ 165 (+1078.57%)
Mutual labels:  money, currency
Cash Cli
💰💰 Convert currency rates directly from your terminal!
Stars: ✭ 168 (+1100%)
Mutual labels:  money, currency
CurrencyEditText
A simple EditText input designed to input decimal and currency values.
Stars: ✭ 18 (+28.57%)
Mutual labels:  money, currency
Money Open Exchange Rates
A gem that calculates the exchange rate using published rates from open-exchange-rates. Compatible with the money gem.
Stars: ✭ 87 (+521.43%)
Mutual labels:  money, currency
Countries
Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2 and Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, ccTLD countries domains, IOC/NOC and FIFA letters codes, VERY FAST, NO maps[], NO slices[], NO init() funcs, NO external links/files/data, NO interface{}, NO specific dependencies, Databases/JSON/GOB/XML/CSV compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and ccTLD standarts.
Stars: ✭ 85 (+507.14%)
Mutual labels:  money, currency
Exchanger
🏢 Currency exchange rates framework for PHP
Stars: ✭ 133 (+850%)
Mutual labels:  money, currency
Currencyconverter
Utilities for doing currency conversion with the Money library
Stars: ✭ 78 (+457.14%)
Mutual labels:  money, currency
Easymoney
Library for operating with monetary values in JavaScript and Typescript 💵
Stars: ✭ 145 (+935.71%)
Mutual labels:  money, currency
Money
A money and currency library for PHP
Stars: ✭ 855 (+6007.14%)
Mutual labels:  money, currency
Android Money
Simple money and currency converter library for android.
Stars: ✭ 66 (+371.43%)
Mutual labels:  money, currency
Currency.js
A javascript library for handling currencies
Stars: ✭ 2,214 (+15714.29%)
Mutual labels:  money, currency
Jsr354 Ri
JSR 354 - Moneta: Reference Implementation
Stars: ✭ 223 (+1492.86%)
Mutual labels:  money, currency

Binarium staging tree 0.12.9

https://binarium.money

What is Binarium?

Binarium cryptocurrency is the first one, which is protected from ASICs. It does so by configurable hashing algorithm (with use of different hashing and encryption functions), which configures itself once per week or blocks generation difficulty change. This makes it costly to implement and own ASICs for each sub-function and reconfigure them in accordance with current algorithm state. And it uses data amplification with Salsa20 fast stream cipher. This also makes hashing function dependent on RAM sizes and random accesses speed. Which, in turn, makes it even more costly to build ASICs for and reduces GPU efficiency in mining, because their VRAM is better suited for piplined transfers of large data volumes, instead of speed of random accesses, and because their cache is shared between cores and part of it is read-only. Also, each thread, calculating hashes for Binarium blocks should have its own copy of memory area for data amplification, because this process and its intermediate data depends on information of block in consideration. With the main anti-ASIC factor is the ability to change hashing functions after Binarium widespread adoption, while keeping its current consensus.

Binarium cryptocurrency is the first one, which supports hashes functions changes and other major network-wide changes without breaking a consensus. It makes so by implementing updates in 4 steps: introduction of unactivated updates into clients; “soft” clients enforcing each other to update the software; “hard” clients enforcing each other for updates; and actual activation of changes in clients, when network reports satisfying level of changes adoption in it. In this model clients send upgraded peers statistics information to main Binarium RPC server, this allows to monitor network state and activate changes, when enough amount of users upgraded to new software versions. This functionality will be implemented after launch of cryptocurrency, when we’ll gather enough feedback on current algorithm and overall Binarium block-chain functioning.

It is based on Dash cryptocurrency and supports master nodes, InstantSend and PrivateSend functions from it.

We plan to make its integration with online games in form of:

  • Ingames currency, which player can buy and sell for real money.
  • Created by game developers in-game and near-game quests, which players can complete and receive reward in Binariums.
  • Player to player trade agreements, from which game developers and Binarium developers receive commission.
  • Games, DLCs, ingame items, ingame money and other valuables exchange.
  • Ability to organize tournaments by game developers and gamers themselves with prizes in Binarium, games, DLCs, ingame items and other valuables.

Later on we plan to add smart-contracts, electronic documents management and other functions, which we’ll keep for now in secret. You can see yourself all technical details of Binarium functions implementation in Binarium source code.

It is an experimental new digital currency that enables anonymous, instant payments to anyone, anywhere in the world. Binarium uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Binarium Core is the name of the open source software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of the Binarium Core software, see http://binarium.money .

License

Binarium 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 normally done in separate branches. Tags are created to indicate new official, stable release versions of Binarium 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

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

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

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.

Developers wallets addresses

Binarium: XsCBTWrbqj9DZdGGysVRRRbphumuxDGa9c
BTC: 33Er8o26Z6UtYVH9qEqne6WRT5uzFvbQ9Y

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].