Anoncoin  0.9.4
P2P Digital Currency
Functions | Variables
auxpow.cpp File Reference
#include "headers.h"
#include "script.h"
#include "auxpow.h"
#include "init.h"
Include dependency graph for auxpow.cpp:

Go to the source code of this file.

Functions

void RemoveMergedMiningHeader (vector< unsigned char > &vchAux)
 
CScript MakeCoinbaseWithAux (unsigned int nBits, unsigned int nExtraNonce, vector< unsigned char > &vchAux)
 
void IncrementExtraNonceWithAux (CBlock *pblock, CBlockIndex *pindexPrev, unsigned int &nExtraNonce, int64 &nPrevTime, vector< unsigned char > &vchAux)
 

Variables

unsigned char pchMergedMiningHeader [] = { 0xfa, 0xbe, 'm', 'm' }
 

Function Documentation

void IncrementExtraNonceWithAux ( CBlock pblock,
CBlockIndex pindexPrev,
unsigned int &  nExtraNonce,
int64 &  nPrevTime,
vector< unsigned char > &  vchAux 
)

Definition at line 115 of file auxpow.cpp.

Here is the call graph for this function:

CScript MakeCoinbaseWithAux ( unsigned int  nBits,
unsigned int  nExtraNonce,
vector< unsigned char > &  vchAux 
)

Definition at line 105 of file auxpow.cpp.

Here is the caller graph for this function:

void RemoveMergedMiningHeader ( vector< unsigned char > &  vchAux)

Definition at line 14 of file auxpow.cpp.

Variable Documentation

unsigned char pchMergedMiningHeader[] = { 0xfa, 0xbe, 'm', 'm' }

Definition at line 12 of file auxpow.cpp.