Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: BlackHatCoiner on May 18, 2020, 04:30:52 PM



Title: Question about creating my own Bitcoin network
Post by: BlackHatCoiner on May 18, 2020, 04:30:52 PM
I would like to create my own bitcoin network but I do not understand how.

Just 2 computers that will have their own network. I want to explore the mining, the difficulty that won't be high meaning that I can mine from pc.

Can you help me with this? Will I download the bitcoin core's files and change all the nodes IPs to only one?

Testnet isn't the same thing, it's an entire network. Neither regnet, it's just for the local PC.


Title: Re: Question about creating my own Bitcoin network
Post by: NotFuzzyWarm on May 18, 2020, 05:16:25 PM
Sounds like you want to make another SHA256 network/coin which would make it yet another altcoin. Only BTC is Bitcoin and there is only 1 Bitcoin network. ALL others, even those using SHA256 - are altcoins. Period.


Title: Re: Question about creating my own Bitcoin network
Post by: BlackHatCoiner on May 18, 2020, 05:19:10 PM
Sounds like you want to make another SHA256 network/coin which would make it yet another altcoin. Only BTC is Bitcoin and there is only 1 Bitcoin network. ALL others, even those using SHA256 - are altcoins. Period.


Yes, technically I want to make an altcoin. But I just want it to... watch it happens! Mining, sending, receiving. That's all. I own 2 computers and this idea came up to my head.


Title: Re: Question about creating my own Bitcoin network
Post by: HCP on May 18, 2020, 10:53:51 PM
Neither regnet, it's just for the local PC.
RegTest is not just limited to one PC. You can use RegTest across a network with 2 or more PCs... For a demo, have a look here:
Initial Setup and experimenting with RegTest: https://samsclass.info/141/proj/pBitc1.htm
Adding a 2nd node to your RegTest network: https://samsclass.info/141/proj/pBitc2.htm


Title: Re: Question about creating my own Bitcoin network
Post by: BitMaxz on May 18, 2020, 11:29:23 PM
Yes, technically I want to make an altcoin. But I just want it to... watch it happens! Mining, sending, receiving. That's all. I own 2 computers and this idea came up to my head.

I have a link where you can start to learn and create your own blockchain/cryptocurrency.

Take a look at this link below.
- https://github.com/openblockchains/awesome-blockchains

You can see a bunch of useful links to start creating your own Blockchain/cryptocurrency.


Title: Re: Question about creating my own Bitcoin network
Post by: nc50lc on May 19, 2020, 02:12:30 AM
Follow this if you want to start your own chain with the same network rules as Bitcoin:
https://bitcoin.stackexchange.com/a/19288 (https://bitcoin.stackexchange.com/a/19288) <--- Sounds like your goal
You need a Github account to fork Bitcoin.

Follow this if you want to make a completely new Altcoin with your own rules:
https://bitcointalk.org/index.php?topic=225690.0 (https://bitcointalk.org/index.php?topic=225690.0)

Note: I won't be able to help you follow those tutorials.


Title: Re: Question about creating my own Bitcoin network
Post by: BrewMaster on May 19, 2020, 02:30:55 AM
if you are trying to create an altcoin like what first comment said, then you are wasting your time. but if your goal is to learn the things you listed such as mining,... then again you are wasting your time since you will not learn anything but just looking at the end result which is a blockchain that keeps growing. instead you have to spend a lot of times, even months, going through the documentation and the source code to see what actually happens not just the result.


Title: Re: Question about creating my own Bitcoin network
Post by: BlackHatCoiner on May 19, 2020, 07:57:42 AM
Thanks guys, lots of useful links.