All Projects → Mindinventory → Altcoin Cryptocurrency Generator

Mindinventory / Altcoin Cryptocurrency Generator

Licence: mit
AltCoin CryptoCurrency Generator

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Altcoin Cryptocurrency Generator

Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-1.82%)
Mutual labels:  blockchain, cryptocurrency, litecoin
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (+116.36%)
Mutual labels:  blockchain, cryptocurrency, litecoin
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (+80%)
Mutual labels:  cryptocurrency, litecoin, coin
Token Core
Next generation core inside imToken Wallet.
Stars: ✭ 138 (+150.91%)
Mutual labels:  blockchain, cryptocurrency, litecoin
Golden Wallet React Native
Golden - Best Wallet Ever
Stars: ✭ 201 (+265.45%)
Mutual labels:  blockchain, cryptocurrency, litecoin
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-52.73%)
Mutual labels:  blockchain, cryptocurrency, coin
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (+74.55%)
Mutual labels:  blockchain, cryptocurrency, coin
Proof Of Stake Cryptocurrency Generator
🍀 Create your own Proof of Stake cryptocurrency with its own blockchain based on NXT
Stars: ✭ 178 (+223.64%)
Mutual labels:  blockchain, cryptocurrency, coin
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+5194.55%)
Mutual labels:  blockchain, cryptocurrency, coin
Ico Check
Background checks and due diligence for crypto projects
Stars: ✭ 368 (+569.09%)
Mutual labels:  blockchain, cryptocurrency, coin
Halocoin
Experimental cryptocurrency (blockchain) written in python.
Stars: ✭ 44 (-20%)
Mutual labels:  blockchain, cryptocurrency, coin
Blockchain Papers
区块链相关的有价值的文献
Stars: ✭ 20 (-63.64%)
Mutual labels:  blockchain, cryptocurrency
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-1.82%)
Mutual labels:  cryptocurrency, litecoin
Contract
Source code: https://etherscan.io/address/0x2b591e99afe9f32eaa6214f7b7629768c40eeb39#contracts | All rights are reserved. IT IS NOT LICENSED FOR COPYING. We don't use github for dev.
Stars: ✭ 52 (-5.45%)
Mutual labels:  cryptocurrency, coin
Bluewallet
Bitcoin thin client for iOS & Android. Built with React Native
Stars: ✭ 878 (+1496.36%)
Mutual labels:  blockchain, cryptocurrency
Muecore Discontinued
MUE (X11) - DISCONTINUED
Stars: ✭ 21 (-61.82%)
Mutual labels:  blockchain, cryptocurrency
Lethean Vpn
Lethean Virtual Private Network (VPN)
Stars: ✭ 29 (-47.27%)
Mutual labels:  blockchain, cryptocurrency
Bitcoinml
Bitcoin data-structures library for OCaml
Stars: ✭ 38 (-30.91%)
Mutual labels:  blockchain, cryptocurrency
Microstellar
An easy-to-use Go Library for the Stellar payment network
Stars: ✭ 41 (-25.45%)
Mutual labels:  blockchain, cryptocurrency
Vue Coin Hive
Start mining coins in your Vue projects in 1 second.
Stars: ✭ 14 (-74.55%)
Mutual labels:  cryptocurrency, coin

AltCoin CryptoCurrency Generator

Easiest way to create your own cryptocurrency.

What does this script do?

This script is an experiment to generate new cryptocurrencies (altcoins) based on litecoin. It will help you creating a git repository with minimal required changes to start your new coin and blockchain.

What do I have to do?

You need to make sure you have at least docker and git installed in any Linux distribution or MacOS. If you are using MacOS, then you also need to install gnu-sed using 'brew install gnu-sed'

The other requirements will be installed automatically in a docker container by the script.

Simply open the script and edit the first variables to match your coin requirements (total supply, coin unit, coin name, tcp ports..) Then simply run the script like this:

bash altcoin_generator.sh start

To see all possible options run the script like this:

bash altcoin_generator.sh

What will happen then?

The script will perform a couple of actions:

  • Create a docker image ready to build and run your new coin nodes
  • Clone GenesisH0 and mine the genesis blocks of main, test and regtest networks in the container (this might take a lot of time)
  • Clone litecoin
  • Rename files and replace variables in litecoin code (genesis hashes, merkle tree hashes, tcp ports, coin name, supply...)
  • Build your new coin
  • Run 4 docker nodes with your coin daemon and connect each other.
    • A directory mapped for each node will be created: miner2, miner3, miner4, miner5. They contain data and configuration of each independent node.
  • The GENESIS_REWARD_PUBKEY will be used in the UTXO of the genesis block. If you don't change it to your own before mining the genesis block you are agreeing to pay me the genesis block reward in case your coin succeeds (Thanks! :p)

What can I do next?

You can first check if your nodes are running and then ask them to generate some blocks. Instructions on how to do it will be printed once the script execution is done.

Is there anything I must be aware of?

Yes.

  • This is a very simple script to help you bootstrap. More changes will be needed to launch a cryptocurrency for real.
  • You have to manually change the pictures in mycoin/share/pixmaps.
  • You will need change the checkpoints in mycoin/src/chainparams.cpp.
  • Consider adding a seed node and add it to src/chainparams.cpp as well.
    • Currently all seeds are getting disabled.
  • The script connects to the regression test network by default. This is a special network that will let you mine new blocks almost instantly (nice for testing). To launch the nodes in the main network, simply leave the CHAIN variable empty.

I think something went wrong!

Then you can clean up the mess with:

bash altcoin_generator.sh clean_up

LICENSE!

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