Bitcoin Forum
April 26, 2024, 12:13:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Setting up a private chain/testnet : reverse engineering the blockchain code  (Read 178 times)
a1nb0 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 06, 2018, 02:30:01 PM
Last edit: April 14, 2020, 08:12:51 AM by a1nb0
 #1

solved, can be deleted, thx
1714133594
Hero Member
*
Offline Offline

Posts: 1714133594

View Profile Personal Message (Offline)

Ignore
1714133594
Reply with quote  #2

1714133594
Report to moderator
1714133594
Hero Member
*
Offline Offline

Posts: 1714133594

View Profile Personal Message (Offline)

Ignore
1714133594
Reply with quote  #2

1714133594
Report to moderator
1714133594
Hero Member
*
Offline Offline

Posts: 1714133594

View Profile Personal Message (Offline)

Ignore
1714133594
Reply with quote  #2

1714133594
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714133594
Hero Member
*
Offline Offline

Posts: 1714133594

View Profile Personal Message (Offline)

Ignore
1714133594
Reply with quote  #2

1714133594
Report to moderator
monsterer2
Full Member
***
Offline Offline

Activity: 351
Merit: 134


View Profile
March 06, 2018, 02:38:52 PM
 #2

The problem is not the code, the problem is the knowledge.

What you propose is like buying a scalpel and then trying to do heart surgery, without first becoming a surgeon*.

Consensus design is best done on paper and in your head.

*) I stole that line from someone else, but it's true.
Anti-Cen
Member
**
Offline Offline

Activity: 210
Merit: 26

High fees = low BTC price


View Profile
March 06, 2018, 05:49:01 PM
 #3

Consensus design is best done on paper and in your head.

You mean the bit where a single transactions gets sent to 20,000 nodes and then you spend $500 worth of energy
just to make all these nodes agree about something ?

Far too much network chatter, far too little useful work is done and DAG seems better but in the end I am
convinced that specialist coordinator nodes is a better solution or you end up with all them nodes pushing and
pulling against each other.

A cluster of nodes (star shaped) does not become a cartel and can introduce some order into a chaotic system
where it's every man for himself, it does not scale like that.

Mining is CPU-wars and Intel, AMD like it nearly as much as big oil likes miners wasting electricity. Is this what mankind has come too.
monsterer2
Full Member
***
Offline Offline

Activity: 351
Merit: 134


View Profile
March 06, 2018, 09:17:32 PM
 #4

well i will have to disagree
i already have a consensus idea i want to learn more about the technology so i can implement it. Paper will not help getting my hands dirty with it will.
Thank you

Then you should peer review your idea. Then you can write a simulator for it. One step at a time.
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
March 09, 2018, 12:57:20 AM
 #5

The consensus rules are what define a blockchain. You cannot create a blockchain without the consensus rules. You need to implement your consensus rules in a software that is then used to create a blockchain.

Typically people who are doing this will just clone an existing coin and modify it. You will need to understand how that coin works and what your modifications must be. This isn't something that is beginner friendly nor is there a beginner "how to do" guide available. This is specialized knowledge that not everyone can do.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!