All Projects → Mindinventory → Mindcoin-CryptoCurrency

Mindinventory / Mindcoin-CryptoCurrency

Licence: MIT, MIT licenses found Licenses found MIT LICENSE.txt MIT COPYING
Mindcoin CryptoCurrency

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language
Roff
2310 projects
QMake
1090 projects

Projects that are alternatives of or similar to Mindcoin-CryptoCurrency

waves-keeper
Your entry point to the Waves blockchain and Waves-powered web services
Stars: ✭ 57 (+9.62%)
Mutual labels:  cryptocurrencies, cryptocurrency-wallet
Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: ✭ 249 (+378.85%)
Mutual labels:  cryptocurrencies
Contracts
Smart contracts comprising the business logic of the Matic Network
Stars: ✭ 130 (+150%)
Mutual labels:  cryptocurrencies
Comit Rs
Reference implementation of COMIT, an open protocol facilitating trustless cross-blockchain applications.
Stars: ✭ 190 (+265.38%)
Mutual labels:  cryptocurrencies
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+171.15%)
Mutual labels:  cryptocurrencies
Monerobook
Mastering Monero Book
Stars: ✭ 211 (+305.77%)
Mutual labels:  cryptocurrencies
Hanzo.js
🚀 Hanzo JavaScript SDK. Develop cutting-edge decentralized applications.
Stars: ✭ 128 (+146.15%)
Mutual labels:  cryptocurrencies
awesome-bitcoin-cash
Bitcoin Cash projects & resources
Stars: ✭ 28 (-46.15%)
Mutual labels:  cryptocurrencies
Duniter
Crypto-currency software to manage libre currency such as Ğ1. Mirror of:
Stars: ✭ 249 (+378.85%)
Mutual labels:  cryptocurrencies
Cryptocurrencies
📋 Get a list of all the cryptocurrency symbols and names.
Stars: ✭ 186 (+257.69%)
Mutual labels:  cryptocurrencies
Catalyst
An Algorithmic Trading Library for Crypto-Assets in Python
Stars: ✭ 2,311 (+4344.23%)
Mutual labels:  cryptocurrencies
Gekko Datasets
Gekko Trading Bot dataset dumps. Ready to use and download history files in SQLite format.
Stars: ✭ 146 (+180.77%)
Mutual labels:  cryptocurrencies
Bitcoin Chart Cli
Bitcoin chart for the terminal as command line util
Stars: ✭ 221 (+325%)
Mutual labels:  cryptocurrencies
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (+151.92%)
Mutual labels:  cryptocurrencies
docker-electrumx
Run an Electrum server with one command
Stars: ✭ 87 (+67.31%)
Mutual labels:  cryptocurrencies
Hashed Timelock Contract Ethereum
Hashed Timelock Contracts for ETH, ERC20 and ERC721 on Ethereum
Stars: ✭ 128 (+146.15%)
Mutual labels:  cryptocurrencies
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (+192.31%)
Mutual labels:  cryptocurrencies
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (+290.38%)
Mutual labels:  cryptocurrencies
blockchain-cli
⛓️ A minimal blockchain command-line interface.
Stars: ✭ 1,139 (+2090.38%)
Mutual labels:  cryptocurrencies
Megacoin
Welcome to Megacoin MΣC - Around the World!
Stars: ✭ 16 (-69.23%)
Mutual labels:  cryptocurrencies

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.

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].