Giter Site home page Giter Site logo

NELL-MDCOINS

NellMDCoins is the worlds first crypto-currency with "Reversible Transactions". NellMDCoins proof-of-concept is based on Bitcoinpy. Final version of NellMDCoins will be based on Bitcoin code, using Proof-of-Stake (PoS) for mining.

With NellMDCoins, you can create two different kinds of accounts: Standard Accounts and Vault Accounts. Standard accounts behave very much like your Bitcoin accounts and allow you to send and receive money for daily purposes. Vault accounts behave much like you bank savings account, where you can deposit large amount of coins and keep them safe from hackers. Each vault account has a configurable timeout and is backed by two key pairs, one online and one offline. You only need online keypair to transfer coins from vault. When you transfer your coins using online keypair, your transactions get confirmed after they live in blockchain for the timeout period.

If someone steals your online key pair and transfers coins to them, the transactions will have to wait in block chain for the timeout period. During which, you can use your offline key pair and reverse those transactions and restore your coins to your other address. You can also use your offline key pair for immediate transfer of coins in your Vault, instead of waiting for timeout period. In a sentence, Vault account has the ease of use of hot wallets (online account) and security of cold wallets (offline accounts). We are also working on a monitoring service, to send you real-time alerts, when your coins are transferred from your addresses. To know more about NellMDCoins, read our white paper or even better play with the vaultcoin, to see for yourself how NellMDCoins works. In order to make it easy, the code is sandboxed and difficulty is reduced so that blocks are produced one every minute. Below is a brief tutorial to show how vaultcoin works.

In order to keep the code lightweight we built NellMDCoins based on Bitcoinpy and reused the libraries including the Bitcoinlib by Jeff Garzik and others. Code contains all the components including the NellMDCoins server, client, wallet and miner. We will add support for missing functionality, albeit slowly. If you would like to contribute, please feel free to fork the project, hack it and send a pull request. We will gladly accept your changes. Any contributions including documentation are welcome.

Motivation

Cryptocurrencies and smart-contracts on top of a blockchain aren't the most trivial concepts to understand,things like wallets, addresses, block proof-of-work, transactions and their signatures, make more sense when they are in a broad context. Inspired by naivechain and jeff Garzik by, which is inturn based on ArtForz' public domain half-a-node, this project is an attempt to provide as concise and simple cryptocurrency for the blockchain and AI research. More than that, anyone could also use these coins to buy the NELL services or products and reference it to understand the core workings of bitcoin and debug new altcoins

What is cryptocurrency

From Wikipedia : A cryptocurrency (or crypto currency) is a digital asset designed to work as a medium of exchange using cryptography to secure the transactions and to control the creation of additional units of the currency.

Key concepts of Nell-MDCoins

  • Components
    • HTTP Server
    • Node
    • Blockchain
    • Operator
    • Miner
  • HTTP API interface to control everything
  • Synchronization of blockchain and transactions
  • Simple proof-of-work (The difficulty increases every 5 blocks)
  • Addresses creation using a deterministic approach EdDSA
  • Data is persisted to a folder

NELL-MDCOIN uses websocket for p2p communication, but it was dropped to simplify the understanding of message exchange. It is relying only on REST communication.

Contribution and License Agreement

If this implementation does something wrong, please feel free to contribute by opening an issue or sending a PR. The main goal of this project is to create a full-featured cryptocurrency for research fundings and educational purposes. Also , this project aims to use this cryptocurrency as the mai currency for exhchange of NELL services and products.

In order to keep the code lightweight we reused the libraries including the Bitcoinlib by Jeff Garzik and others. Code contains all the components including the full bitcoin client, server, wallet and miner. However, some of the components like P2SH, alert messages and more are missing. We will add support for missing functionality, albeit slowly. if you would like to contrinute, please feel free to fork the project, hack it and send a pull request. We will gladly accept your changes. Any contributions including documentation are welcome.

There is also a todo.md file , which states the features and other help needed. Make sure , you go through the docs.

nell-mdcoin's Projects

nell-mdcoin icon nell-mdcoin

NellMDCoins is the worlds first crypto-currency with "Reversible Transactions". NellMDCoins proof-of-concept is based on Bitcoinpy. Final version of NellMDCoins will be based on Bitcoin code, using Proof-of-Stake (PoS) for mining.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.