Bitcoin Forum
June 14, 2024, 07:35:06 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Learning the mechanics of a coin  (Read 501 times)
reader31 (OP)
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
January 01, 2014, 07:05:45 PM
 #1

Hi guys

I'm interested in learning the mechanics behind the workings of a coin. I want understand the mechanics of pow vs pos from a developers perspective. Enough to develop my own hybrid variations. I have a decent development background in c++.

Other than cryptography what other areas of computer science would I be expected to delve into? What are some are some of the helpful starting points on this quest?


Like I said I'm a competent C++ developer. Just new to coins.


Thx for any and all suggestions. Smiley

Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 01, 2014, 07:08:19 PM
 #2

I would say Networking, P2P networks and cryptography. From a non-programming standpoint, a basic understanding of trade markets and economics, but they're not essential. A lot of the copycoins being released seem to be based on a basic knowledge of code compiling.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
reader31 (OP)
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
January 01, 2014, 07:13:53 PM
 #3

I definitly want to understand more than just code compiling Smiley but I don't want to be too academic either.
Say if I start with an existing coin...I would want to be in a position to incorporate new conceptual ideas into the coin.

What would be the best place to start that learning?

hmmmm
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 01, 2014, 07:22:25 PM
 #4

Github for a coin:

https://github.com/dogecoin/dogecoin


I found this informative:
 ls *.* | while read X ; do echo $X; diff $X ../../dogecoin/src; done| less
 pwd
/cygdrive/c/work/litecoin/mooncoin/src
reader31 (OP)
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
January 01, 2014, 07:48:14 PM
 #5

Cool thx Smiley

nocoin
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 01, 2014, 08:00:03 PM
 #6

Also take a look at https://en.bitcoin.it/wiki/
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!