Giter Club home page Giter Club logo

mindcoin-cryptocurrency's Introduction

Mindcoin integration/staging tree

http://www.mindinventory.com

Copyright (c) 2009-2014 Bitcoin Developers Copyright (c) 2017-2018 Mindcoin Developers

What is Mindcoin?

Mindcoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

  • 2.5 minute block targets
  • subsidy halves in 840k blocks (~4 years)
  • ~84 million total coins

The rest is the same as Bitcoin.

  • 20 coins per block
  • 2018 blocks to retarget difficulty

For more information, as well as an immediately useable, binary version of the Mindcoin client sofware, see http://www.mindinventory.com

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 Mindcoin 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 with the devs and community.

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.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Mindcoin.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Please follow below steps to setup GUI wallet in your LINUX system:

	$sudo apt-get update
	$sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev qttools5-dev-tools

	$sudo add-apt-repository ppa:bitcoin/bitcoin
	$sudo apt-get update
	$sudo apt-get install libdb4.8-dev libdb4.8++-dev

	NODE INSTALLATION
	------------------
	$sudo curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh
	$source ~/.profile
	$nvm install 0.10.25
	$nvm use 0.10.25

	$git clone https://github.com/malvikiran/mindcoin.git
	$cd mindcoin/
	$qmake "USE_UPNP=-"
	$make

	You will get a message stating there is no configuration file.
	$sudo gedit ~/.mindcoin/mindcoin.conf

	rpcuser=youruser
	rpcpassword=yourpassword
	daemon=1
	server=1
	connect=192.168.1.21
	listen=1

	$sudo ./mindcoin-qt // live mode

	$sudo ./mindcoin-qt -testnet //for testmode

LICENSE!

MindCoin is MIT-licensed.

Let us know!

We’d be really happy if you send us links to your projects where you use our component. Just send an email to [email protected] And do let us know if you have any questions or suggestion regarding our work.

mindcoin-cryptocurrency's People

Contributors

malvikiran avatar mehulrajput avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.