Author

Topic: What does "pchMessage" mean ? (Read 567 times)

sr. member
Activity: 507
Merit: 252
February 02, 2014, 02: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 ?
Jump to: