Bitcoin Forum
June 20, 2024, 06:27:44 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What does "pchMessage" mean ?  (Read 567 times)
cudjex (OP)
Sr. Member
****
Offline Offline

Activity: 507
Merit: 252


View Profile
February 02, 2014, 06:26:08 PM
 #1

Hey

I'm trying to understand some things about coins.

When I look to Saturncoin's main.cpp, pchMessage value is :a
Code:
unsigned char pchMessageStart[4] = { 0xfa, 0xb4, 0xad, 0xcb }; 
In Litecoin's main.cpp :
Code:
unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb };
In Dogecoin :
Code:
unsigned char pchMessageStart[4] = { 0xc0, 0xc0, 0xc0, 0xc0 };

So what is this and how it works ?
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!