Description
In this course, you will :
- How do you create your own mine able cryptocurrency with your own symbol and logo
- Set up the mining pool
- How to do Solo Mining
- Run Cryptocurrency Explorer
- Develop Desktop Wallet of Cryptocurrency Explorer
- Use Coin API
- Cryptocurrency Development
- Mining Pool
Syllabus :
1. Introduction
- Coin Creation - Introduction Preview
- What is Blockchain Preview
3. Plan Your Coin
- Must things for your Coin Calculations
- Planning your coin
3. Source Code
- Getting Source
- Source Code Modifications
4. Genesis Block
- Generating Genesis Block
- Changing Important Parameters
- Embedding Genesis Block for Main Net
- Test Net and Regression Net
5. Coding
- Commenting Out
- Renaming, Replacing
6. Building your own Cryptocurrency
- Setting up Environment
- Installing BerkeleyDB
- Compile and Build your coin
7. Your Cryptocurrency
- Running and Generating First Block
- Setting up another server
8. Important things about Cryptocurrency
- Syncing the Server
- Understanding Commands
9. Cryptocurrency Explorer
- Install Nodes Js and Mongo DB Preview
- Run Explorer
10 Mining Pool
- Setup Mining Pool
- Running Mining Pool in Background
11. Mining
- Setup Mining Client
- Cryptocurrency Solo Mining
- Cryptocurrency Pool Mining
12. Cryptocurrency Desktop Wallet
- Create Desktop wallet
- Run and Use Desktop Wallet
13. Coin API
- Introduction to Coin API