Giter VIP home page Giter VIP logo

Comments (5)

znort987 avatar znort987 commented on July 25, 2024

gExpectedMagic are the bytes that mark the beginning of a block in theblockchain files.
You need to read the source code for Cryptoescudo to find those bytes forthat particular alt

 On Wednesday, August 26, 2015 6:36 AM, Alexandre Badalo <[email protected]> wrote:

I want to use this program with Cryptoescudo / CESC, what is the gExpectedMagic for CryptoEscudo? Where can i find it?—
Reply to this email directly or view it on GitHub.

from blockparser.

alex9099 avatar alex9099 commented on July 25, 2024

And in which file I found that? I have the source code

On 25 de Setembro de 2015 16:55:17 WEST, znort987 [email protected] wrote:

gExpectedMagic are the bytes that mark the beginning of a block in
theblockchain files.
You need to read the source code for Cryptoescudo to find those bytes
forthat particular alt

On Wednesday, August 26, 2015 6:36 AM, Alexandre Badalo
[email protected] wrote:

I want to use this program with Cryptoescudo / CESC, what is the
gExpectedMagic for CryptoEscudo? Where can i find it?—
Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub:
#34 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.

from blockparser.

znort987 avatar znort987 commented on July 25, 2024

assuming your alt is based on the bitcoin codebase,

file src/chainparam.cpp
around line 290, look for the initialization of a variable caled pchMessageStart

 On Friday, September 25, 2015 8:57 AM, Alexandre Badalo <[email protected]> wrote:

And in which file I found that? I have the source code

On 25 de Setembro de 2015 16:55:17 WEST, znort987 [email protected] wrote:

gExpectedMagic are the bytes that mark the beginning of a block in
theblockchain files.
You need to read the source code for Cryptoescudo to find those bytes
forthat particular alt

On Wednesday, August 26, 2015 6:36 AM, Alexandre Badalo
[email protected] wrote:

I want to use this program with Cryptoescudo / CESC, what is the
gExpectedMagic for CryptoEscudo? Where can i find it?—
Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub:
#34 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.—
Reply to this email directly or view it on GitHub.

from blockparser.

alex9099 avatar alex9099 commented on July 25, 2024

I think it's based on litecoin, no chainparam.cpp found

On 25 de Setembro de 2015 17:15:26 WEST, znort987 [email protected] wrote:

assuming your alt is based on the bitcoin codebase,

file src/chainparam.cpp
around line 290, look for the initialization of a variable caled
pchMessageStart

On Friday, September 25, 2015 8:57 AM, Alexandre Badalo
[email protected] wrote:

And in which file I found that? I have the source code

On 25 de Setembro de 2015 16:55:17 WEST, znort987
[email protected] wrote:

gExpectedMagic are the bytes that mark the beginning of a block in
theblockchain files.
You need to read the source code for Cryptoescudo to find those bytes
forthat particular alt

On Wednesday, August 26, 2015 6:36 AM, Alexandre Badalo
[email protected] wrote:

I want to use this program with Cryptoescudo / CESC, what is the
gExpectedMagic for CryptoEscudo? Where can i find it?—
Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub:
#34 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.—
Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub:
#34 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.

from blockparser.

znort987 avatar znort987 commented on July 25, 2024

Doing this:

git clone [email protected]:Marcdnd/cryptoescudo.git
cd cryptoescudo
find . -type f -exec grep 'pchMessageStart' {} \; -print

yields, among other things:

unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb };

from blockparser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.