Update main.cpp #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:14
PS C:\Windows\system32> vSeeds.clear(); //!< Regtest mode doesn't have any DNS seeds.
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> // creating a different genesis block:
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:14
PS C:\Windows\system32> // uint256 hashTarget = CBigNum().SetCompact(genesis.nBits).getuint256();
At line:1 char:46
An expression was expected after '('.
At line:1 char:59
Missing ')' in method call.
At line:1 char:72
Unexpected token ')' in expression or statement.
At line:1 char:85
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> // hashTarget.SetCompact(genesis.nBits, &fNegative, &fOverflow).getuint256();
At line:1 char:52
Missing argument in parameter list.
At line:1 char:54
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
At line:1 char:65
Missing expression after ',' in pipeline element.
At line:1 char:66
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingArgument
PS C:\Windows\system32> // while (genesis.GetHash() > hashTarget)
At line:1 char:40
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> while (UintToArith256(genesis.GetHash()) > hashTarget)
At line:1 char:52
An expression was expected after '('.
At line:3 char:20
Missing expression after unary operator '++'.
At line:3 char:20
Unexpected token 'genesis.nNonce' in expression or statement.
At line:7 char:33
Missing file specification after redirection operator.
At line:7 char:32
The '<' operator is reserved for future use.
At line:7 char:33
The '<' operator is reserved for future use.
At line:8 char:24
Missing expression after unary operator '++'.
At line:8 char:24
Unexpected token 'genesis.nTime' in expression or statement.
At line:12 char:68
Missing expression after ','.
At line:12 char:69
Unexpected token 'genesis.nNonce' in expression or statement.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> // std::cout << strNetworkID << " nonce: " << genesis.nNonce << " time: " << genesis.nTime << " hash: " << genesis.GetHash().ToString().c_str() << "\n";
At line:1 char:36
Missing file specification after redirection operator.
At line:1 char:35
The '<' operator is reserved for future use.
At line:1 char:36
The '<' operator is reserved for future use.
At line:1 char:52
Missing file specification after redirection operator.
At line:1 char:51
The '<' operator is reserved for future use.
At line:1 char:52
The '<' operator is reserved for future use.
At line:1 char:66
Missing file specification after redirection operator.
At line:1 char:65
The '<' operator is reserved for future use.
At line:1 char:66
The '<' operator is reserved for future use.
At line:1 char:84
Missing file specification after redirection operator.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> }
At line:1 char:18
Unexpected token '}' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
PS C:\Windows\system32> }
At line:1 char:14
Unexpected token '}' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
PS C:\Windows\system32> std::cout << "Mainnet ---\n";
At line:1 char:25
Missing file specification after redirection operator.
At line:1 char:24
The '<' operator is reserved for future use.
At line:1 char:25
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> std::cout << " nonce: " << genesis.nNonce << "\n";
At line:1 char:25
Missing file specification after redirection operator.
At line:1 char:24
The '<' operator is reserved for future use.
At line:1 char:25
The '<' operator is reserved for future use.
At line:1 char:40
Missing file specification after redirection operator.
At line:1 char:39
The '<' operator is reserved for future use.
At line:1 char:40
The '<' operator is reserved for future use.
At line:1 char:58
Missing file specification after redirection operator.
At line:1 char:57
The '<' operator is reserved for future use.
At line:1 char:58
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> std::cout << " time: " << genesis.nTime << "\n";
At line:1 char:25
Missing file specification after redirection operator.
At line:1 char:24
The '<' operator is reserved for future use.
At line:1 char:25
The '<' operator is reserved for future use.
At line:1 char:40
Missing file specification after redirection operator.
At line:1 char:39
The '<' operator is reserved for future use.
At line:1 char:40
The '<' operator is reserved for future use.
At line:1 char:57
Missing file specification after redirection operator.
At line:1 char:56
The '<' operator is reserved for future use.
At line:1 char:57
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> std::cout << " hash: " << genesis.GetHash().ToString().c_str() << "\n";
At line:1 char:25
Missing file specification after redirection operator.
At line:1 char:24
The '<' operator is reserved for future use.
At line:1 char:25
The '<' operator is reserved for future use.
At line:1 char:40
Missing file specification after redirection operator.
At line:1 char:39
The '<' operator is reserved for future use.
At line:1 char:40
The '<' operator is reserved for future use.
At line:1 char:58
An expression was expected after '('.
At line:1 char:80
Missing file specification after redirection operator.
At line:1 char:79
The '<' operator is reserved for future use.
At line:1 char:80
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> std::cout << " merklehash: " << genesis.hashMerkleRoot.ToString().c_str() << "\n";
At line:1 char:25
Missing file specification after redirection operator.
At line:1 char:24
The '<' operator is reserved for future use.
At line:1 char:25
The '<' operator is reserved for future use.
At line:1 char:47
Missing file specification after redirection operator.
At line:1 char:46
The '<' operator is reserved for future use.
At line:1 char:47
The '<' operator is reserved for future use.
At line:1 char:81
An expression was expected after '('.
At line:1 char:92
Missing file specification after redirection operator.
At line:1 char:91
The '<' operator is reserved for future use.
At line:1 char:92
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> // Mainnet --- nonce: 296277 time: 1390095618 hash: 000000bdd771b14e5a031806292305e563956ce2584278de414d9965f6ab54b0
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:14
PS C:\Windows\system32> }
At line:1 char:10
Unexpected token '}' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
PS C:\Windows\system32> std::cout << std::string("Finished calculating Mainnet Genesis Block:\n");
At line:1 char:21
Missing file specification after redirection operator.
At line:1 char:20
The '<' operator is reserved for future use.
At line:1 char:21
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32>
PS C:\Windows\system32>
PS C:\Windows\system32> */
/ : The term '/' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:2
PS C:\Windows\system32>
PS C:\Windows\system32>
PS C:\Windows\system32>
PS C:\Windows\system32>
PS C:\Windows\system32>
PS C:\Windows\system32> //printf("%s\n",consensus.hashGenesisBlock.Tostring().c_str());
At line:1 char:18
Missing expression after ','.
At line:1 char:18
Unexpected token 'consensus.hashGenesisBlock.Tostring' in expression or statement.
At line:1 char:18
Missing closing ')' in expression.
At line:1 char:54
An expression was expected after '('.
At line:1 char:63
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> std::cout << std::string("ENTER:\n");
At line:1 char:14
Missing file specification after redirection operator.
At line:1 char:13
The '<' operator is reserved for future use.
At line:1 char:14
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> assert(consensus.hashGenesisBlock == uint256S("0x00000000b2c50d03d4d0bdd38681775ce522f137518145d6b3c913b7dd4423e5"));
consensus.hashGenesisBlock : The term 'consensus.hashGenesisBlock' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:16
PS C:\Windows\system32> assert(genesis.hashMerkleRoot == uint256S("0xf8621e34b0dcd43361fe589702e06aa79992229bfbca57d058d8561635c30fbe"));
genesis.hashMerkleRoot : The term 'genesis.hashMerkleRoot' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was in
cluded, verify that the path is correct and try again.
At line:1 char:17
PS C:\Windows\system32> std::cout << std::string("PASSED:\n");
At line:1 char:17
Missing file specification after redirection operator.
At line:1 char:16
The '<' operator is reserved for future use.
At line:1 char:17
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32>
PS C:\Windows\system32> printf("min nBit: %08x\n", consensus.powLimit);
At line:1 char:37
Missing expression after ','.
At line:1 char:38
Unexpected token 'consensus.powLimit' in expression or statement.
At line:1 char:37
Missing closing ')' in expression.
At line:1 char:56
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32>
PS C:\Windows\system32> // Note that of those with the service bits flag, most only support a subset of possible options
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:10
PS C:\Windows\system32> //vSeeds.emplace_back("seed-a.stonicacoin.loshan.co.uk", true);
At line:1 char:66
Missing expression after ','.
At line:1 char:67
Unexpected token 'true' in expression or statement.
At line:1 char:66
Missing closing ')' in expression.
At line:1 char:71
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> //vSeeds.emplace_back("dnsseed.thrasher.io", true);
At line:1 char:54
Missing expression after ','.
At line:1 char:55
Unexpected token 'true' in expression or statement.
At line:1 char:54
Missing closing ')' in expression.
At line:1 char:59
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> //vSeeds.emplace_back("dnsseed.stonicacointools.com", true);
At line:1 char:63
Missing expression after ','.
At line:1 char:64
Unexpected token 'true' in expression or statement.
At line:1 char:63
Missing closing ')' in expression.
At line:1 char:68
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> //vSeeds.emplace_back("dnsseed.stonicacoinpool.org", true);
At line:1 char:62
Missing expression after ','.
At line:1 char:63
Unexpected token 'true' in expression or statement.
At line:1 char:62
Missing closing ')' in expression.
At line:1 char:67
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> //vSeeds.emplace_back("dnsseed.koin-project.com", false);
At line:1 char:59
Missing expression after ','.
At line:1 char:60
Unexpected token 'false' in expression or statement.
At line:1 char:59
Missing closing ')' in expression.
At line:1 char:65
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32>
PS C:\Windows\system32> base58Prefixes[] = std::vector(1,127);
base58Prefixes[PUBKEY_ADDRESS] : The term 'base58Prefixes[PUBKEY_ADDRESS]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SCRIPT_ADDRESS] = std::vector(1,65);
base58Prefixes[SCRIPT_ADDRESS] : The term 'base58Prefixes[SCRIPT_ADDRESS]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SCRIPT_ADDRESS2] = std::vector(1,56);
base58Prefixes[SCRIPT_ADDRESS2] : The term 'base58Prefixes[SCRIPT_ADDRESS2]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, o
r if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SECRET_KEY] = std::vector(1,176);
base58Prefixes[SECRET_KEY] : The term 'base58Prefixes[SECRET_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x88, 0xB2, 0x1E};
base58Prefixes[EXT_PUBLIC_KEY] : The term 'base58Prefixes[EXT_PUBLIC_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};
base58Prefixes[EXT_SECRET_KEY] : The term 'base58Prefixes[EXT_SECRET_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> vFixedSeeds = std::vector(pnSeed6_main, pnSeed6_main + ARRAYLEN(pnSeed6_main));
At line:1 char:59
Missing argument in parameter list.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingArgument
PS C:\Windows\system32>
PS C:\Windows\system32> fDefaultConsistencyChecks = false;
fDefaultConsistencyChecks : The term 'fDefaultConsistencyChecks' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> fRequireStandard = true;
fRequireStandard : The term 'fRequireStandard' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, veri
fy that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> fMineBlocksOnDemand = false;
fMineBlocksOnDemand : The term 'fMineBlocksOnDemand' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included
, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> checkpointData = (CCheckpointData) {
At line:3 char:23
Missing expression after ','.
At line:3 char:24
Unexpected token 'uint256S' in expression or statement.
At line:3 char:104
Missing expression after ','.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32>
PS C:\Windows\system32> chainTxData = ChainTxData{
At line:3 char:25
Missing expression after ','.
At line:3 char:27
You must provide a value expression following the '/' operator.
At line:3 char:28
You must provide a value expression following the '/' operator.
At line:3 char:30
You must provide a value expression following the '*' operator.
At line:3 char:31
Unexpected token 'UNIX' in expression or statement.
At line:4 char:16
Missing expression after ','.
At line:4 char:19
You must provide a value expression following the '/' operator.
At line:4 char:20
You must provide a value expression following the '/' operator.
At line:4 char:22
You must provide a value expression following the '*' operator.
At line:4 char:23
Unexpected token 'total' in expression or statement.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> }
At line:1 char:6
Unexpected token '}' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
PS C:\Windows\system32> };
At line:1 char:2
Unexpected token '}' in expression or statement.
PS C:\Windows\system32>
PS C:\Windows\system32> /**
/** : The term '/**' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correc
t and try again.
At line:1 char:2
PS C:\Windows\system32> * Testnet (v3)
v3 : The term 'v3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:14
PS C:\Windows\system32> */
/ : The term '/' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:3
PS C:\Windows\system32> class CTestNetParams : public CChainParams {
At line:1 char:31
Missing 'class' body in 'class' declaration.
At line:3 char:21
An expression was expected after '('.
At line:26 char:41
Missing argument in parameter list.
At line:44 char:74
You must provide a value expression following the '*' operator.
At line:44 char:75
Unexpected token 'COIN' in expression or statement.
At line:44 char:74
Missing closing ')' in expression.
At line:3 char:23
Missing closing '}' in statement block or type definition.
At line:1 char:45
Missing closing '}' in statement block or type definition.
At line:44 char:79
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingTypeBody
PS C:\Windows\system32> consensus.hashGenesisBlock = genesis.GetHash();
At line:1 char:55
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> //assert(consensus.hashGenesisBlock == uint256S("0x"));
consensus.hashGenesisBlock : The term 'consensus.hashGenesisBlock' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:19
PS C:\Windows\system32> //assert(genesis.hashMerkleRoot == uint256S("0x"));
genesis.hashMerkleRoot : The term 'genesis.hashMerkleRoot' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was in
cluded, verify that the path is correct and try again.
At line:1 char:19
PS C:\Windows\system32>
PS C:\Windows\system32> vFixedSeeds.clear();
At line:1 char:28
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> vSeeds.clear();
At line:1 char:23
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> // nodes with support for servicebits filtering should be at the top
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:10
PS C:\Windows\system32> //vSeeds.emplace_back("testnet-seed.stonicacointools.com", true);
At line:1 char:68
Missing expression after ','.
At line:1 char:69
Unexpected token 'true' in expression or statement.
At line:1 char:68
Missing closing ')' in expression.
At line:1 char:73
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> //vSeeds.emplace_back("seed-b.stonicacoin.loshan.co.uk", true);
At line:1 char:66
Missing expression after ','.
At line:1 char:67
Unexpected token 'true' in expression or statement.
At line:1 char:66
Missing closing ')' in expression.
At line:1 char:71
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32> //vSeeds.emplace_back("dnsseed-testnet.thrasher.io", true);
At line:1 char:62
Missing expression after ','.
At line:1 char:63
Unexpected token 'true' in expression or statement.
At line:1 char:62
Missing closing ')' in expression.
At line:1 char:67
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32>
PS C:\Windows\system32> base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,111);
base58Prefixes[PUBKEY_ADDRESS] : The term 'base58Prefixes[PUBKEY_ADDRESS]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SCRIPT_ADDRESS] = std::vector(1,196);
base58Prefixes[SCRIPT_ADDRESS] : The term 'base58Prefixes[SCRIPT_ADDRESS]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SCRIPT_ADDRESS2] = std::vector(1,58);
base58Prefixes[SCRIPT_ADDRESS2] : The term 'base58Prefixes[SCRIPT_ADDRESS2]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, o
r if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SECRET_KEY] = std::vector(1,239);
base58Prefixes[SECRET_KEY] : The term 'base58Prefixes[SECRET_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x35, 0x87, 0xCF};
base58Prefixes[EXT_PUBLIC_KEY] : The term 'base58Prefixes[EXT_PUBLIC_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
base58Prefixes[EXT_SECRET_KEY] : The term 'base58Prefixes[EXT_SECRET_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> vFixedSeeds = std::vector(pnSeed6_test, pnSeed6_test + ARRAYLEN(pnSeed6_test));
At line:1 char:59
Missing argument in parameter list.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingArgument
PS C:\Windows\system32>
PS C:\Windows\system32> fDefaultConsistencyChecks = false;
fDefaultConsistencyChecks : The term 'fDefaultConsistencyChecks' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> fRequireStandard = false;
fRequireStandard : The term 'fRequireStandard' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, veri
fy that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> fMineBlocksOnDemand = false;
fMineBlocksOnDemand : The term 'fMineBlocksOnDemand' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included
, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> checkpointData = (CCheckpointData) {
At line:3 char:21
Missing expression after ','.
At line:3 char:22
Unexpected token 'uint256S' in expression or statement.
At line:3 char:36
Missing expression after ','.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32>
PS C:\Windows\system32> chainTxData = ChainTxData{
At line:3 char:26
Missing argument in parameter list.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingArgument
PS C:\Windows\system32>
PS C:\Windows\system32> }
At line:1 char:6
Unexpected token '}' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
PS C:\Windows\system32> };
At line:1 char:2
Unexpected token '}' in expression or statement.
PS C:\Windows\system32>
PS C:\Windows\system32> /**
/** : The term '/**' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correc
t and try again.
At line:1 char:2
PS C:\Windows\system32> * Regression test
d try again.
At line:1 char:3
PS C:\Windows\system32> */
/ : The term '/' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:3
PS C:\Windows\system32> class CRegTestParams : public CChainParams {
Missing 'class' body in 'class' declaration.
At line:3 char:21
An expression was expected after '('.
At line:7 char:40
An expression was expected after '('.
At line:16 char:91
Unexpected token 'instead' in expression or statement.
At line:16 char:90
Missing closing ')' in expression.
At line:3 char:23
Missing closing '}' in statement block or type definition.
At line:1 char:45
Missing closing '}' in statement block or type definition.
At line:16 char:106
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingTypeBody
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 0;
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime' is not recognized as the name of a cmdlet, functio
n, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 999999999999ULL;
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout' is not recognized as the name of a cmdlet, function, s
cript file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_CSV].bit = 0;
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].bit : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_CSV].bit' is not recognized as the name of a cmdlet, function, script file, or operabl
e program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nStartTime = 0;
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nStartTime : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nStartTime' is not recognized as the name of a cmdlet, function, script fi
le, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout = 999999999999ULL;
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit = 1;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit' is not recognized as the name of a cmdlet, function, script file, or o
perable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 0;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime' is not recognized as the name of a cmdlet, function, scr
ipt file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 999999999999ULL;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout : The term 'consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> // The best chain should have at least this much work.
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.nMinimumChainWork = uint256S("0x00");
consensus.nMinimumChainWork : The term 'consensus.nMinimumChainWork' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a p
ath was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> // By default assume that the signatures in ancestors of this block are valid.
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.defaultAssumeValid = uint256S("0x00");
consensus.defaultAssumeValid : The term 'consensus.defaultAssumeValid' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> pchMessageStart[0] = 0xfa;
pchMessageStart[0] : The term 'pchMessageStart[0]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> pchMessageStart[1] = 0xbf;
pchMessageStart[1] : The term 'pchMessageStart[1]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> pchMessageStart[2] = 0xb5;
pchMessageStart[2] : The term 'pchMessageStart[2]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> pchMessageStart[3] = 0xda;
pchMessageStart[3] : The term 'pchMessageStart[3]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> nDefaultPort = 19444;
nDefaultPort : The term 'nDefaultPort' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> nPruneAfterHeight = 1000;
nPruneAfterHeight : The term 'nPruneAfterHeight' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, ve
rify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> genesis = CreateGenesisBlock(1511279793, 0, 0x1d00ffff , 1, 50 * COIN);
At line:1 char:74
You must provide a value expression following the '*' operator.
At line:1 char:75
Unexpected token 'COIN' in expression or statement.
At line:1 char:74
Missing closing ')' in expression.
At line:1 char:79
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedValueExpression
PS C:\Windows\system32> consensus.hashGenesisBlock = genesis.GetHash();
At line:1 char:55
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32> assert(consensus.hashGenesisBlock == uint256S("0x9"));
consensus.hashGenesisBlock : The term 'consensus.hashGenesisBlock' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:17
PS C:\Windows\system32> assert(genesis.hashMerkleRoot == uint256S("0x"));
genesis.hashMerkleRoot : The term 'genesis.hashMerkleRoot' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was in
cluded, verify that the path is correct and try again.
At line:1 char:17
PS C:\Windows\system32>
PS C:\Windows\system32> vFixedSeeds.clear(); //!< Regtest mode doesn't have any fixed seeds.
At line:1 char:28
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32>
PS C:\Windows\system32> fDefaultConsistencyChecks = true;
fDefaultConsistencyChecks : The term 'fDefaultConsistencyChecks' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> fRequireStandard = false;
fRequireStandard : The term 'fRequireStandard' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, veri
fy that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> fMineBlocksOnDemand = true;
fMineBlocksOnDemand : The term 'fMineBlocksOnDemand' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included
, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> checkpointData = (CCheckpointData) {
At line:3 char:21
Missing expression after ','.
At line:3 char:22
Unexpected token 'uint256S' in expression or statement.
At line:3 char:100
Missing expression after ','.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\Windows\system32>
PS C:\Windows\system32> chainTxData = ChainTxData{
chainTxData : The term 'chainTxData' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that th
e path is correct and try again.
At line:1 char:10
PS C:\Windows\system32>
PS C:\Windows\system32> base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,111);
base58Prefixes[PUBKEY_ADDRESS] : The term 'base58Prefixes[PUBKEY_ADDRESS]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SCRIPT_ADDRESS] = std::vector(1,196);
base58Prefixes[SCRIPT_ADDRESS] : The term 'base58Prefixes[SCRIPT_ADDRESS]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SCRIPT_ADDRESS2] = std::vector(1,58);
base58Prefixes[SCRIPT_ADDRESS2] : The term 'base58Prefixes[SCRIPT_ADDRESS2]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, o
r if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[SECRET_KEY] = std::vector(1,239);
base58Prefixes[SECRET_KEY] : The term 'base58Prefixes[SECRET_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x35, 0x87, 0xCF};
base58Prefixes[EXT_PUBLIC_KEY] : The term 'base58Prefixes[EXT_PUBLIC_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
base58Prefixes[EXT_SECRET_KEY] : The term 'base58Prefixes[EXT_SECRET_KEY]' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> }
At line:1 char:6
Unexpected token '}' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
PS C:\Windows\system32> };
At line:1 char:2
Unexpected token '}' in expression or statement.
PS C:\Windows\system32>
PS C:\Windows\system32> static std::unique_ptr globalChainParams;
static : The term 'static' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:2
PS C:\Windows\system32>
PS C:\Windows\system32> const CChainParams &Params() {
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
At line:1 char:29
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed
PS C:\Windows\system32>
PS C:\Windows\system32> std::unique_ptr CreateChainParams(const std::string& chain)
At line:1 char:67
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed
PS C:\Windows\system32> {
At line:2 char:41
Missing statement block after if ( condition ).
At line:3 char:63
An expression was expected after '('.
At line:4 char:49
Missing statement block after if ( condition ).
At line:5 char:66
An expression was expected after '('.
At line:6 char:49
Missing statement block after if ( condition ).
At line:7 char:66
An expression was expected after '('.
At line:8 char:65
Missing expression after ','.
At line:8 char:66
Unexpected token 'func' in expression or statement.
At line:8 char:65
Missing closing ')' in expression.
At line:1 char:2
Missing closing '}' in statement block or type definition.
Not all parse errors were reported. Correct the reported errors and try again.
PS C:\Windows\system32> }
At line:1 char:2
Unexpected token '}' in expression or statement.
PS C:\Windows\system32>
PS C:\Windows\system32> void SelectParams(const std::string& network)
At line:1 char:37
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed
PS C:\Windows\system32> {
PS C:\Windows\system32>
PS C:\Windows\system32> void UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout)
Consensus::DeploymentPos : The term 'Consensus::DeploymentPos' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path wa
s included, verify that the path is correct and try again.
At line:1 char:35
PS C:\Windows\system32> {
Missing argument in parameter list.
At line:20 char:74
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
At line:20 char:177
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
At line:26 char:39
An expression was expected after '('.
At line:26 char:42
Missing file specification after redirection operator.
At line:26 char:41
The '<' operator is reserved for future use.
At line:26 char:42
The '<' operator is reserved for future use.
At line:26 char:55
Missing file specification after redirection operator.
The '<' operator is reserved for future use.
At line:26 char:55
The '<' operator is reserved for future use.
Not all parse errors were reported. Correct the reported errors and try again.
+ FullyQualifiedErrorId : MissingArgument
PS C:\Windows\system32> txNew.vout[0].nValue = genesisReward;
txNew.vout[0].nValue : The term 'txNew.vout[0].nValue' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was includ
ed, verify that the path is correct and try again.
At line:1 char:6
PS C:\Windows\system32> txNew.vout[0].scriptPubKey = genesisOutputScript;
txNew.vout[0].scriptPubKey : The term 'txNew.vout[0].scriptPubKey' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:6
PS C:\Windows\system32>
PS C:\Windows\system32> CBlock genesis;
CBlock : The term 'CBlock' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:6
PS C:\Windows\system32> genesis.nTime = nTime;
genesis.nTime : The term 'genesis.nTime' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify tha
t the path is correct and try again.
At line:1 char:6
PS C:\Windows\system32> genesis.nBits = nBits;
genesis.nBits : The term 'genesis.nBits' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify tha
t the path is correct and try again.
At line:1 char:6
PS C:\Windows\system32> genesis.nNonce = nNonce;
genesis.nNonce : The term 'genesis.nNonce' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify t
hat the path is correct and try again.
At line:1 char:6
PS C:\Windows\system32> genesis.nVersion = nVersion;
genesis.nVersion : The term 'genesis.nVersion' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, veri
fy that the path is correct and try again.
PS C:\Windows\system32> genesis.vtx.push_back(MakeTransactionRef(std::move(txNew)));
txNew : The term 'txNew' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is co
rrect and try again.
At line:1 char:57
PS C:\Windows\system32> genesis.hashPrevBlock.SetNull();
At line:1 char:36
PS C:\Windows\system32> genesis.hashMerkleRoot = BlockMerkleRoot(genesis);
genesis : The term 'genesis' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path i
s correct and try again.
At line:1 char:47
PS C:\Windows\system32> return genesis;
genesis : The term 'genesis' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path i
s correct and try again.
At line:1 char:13
PS C:\Windows\system32> }
At line:1 char:2
Unexpected token '}' in expression or statement.
PS C:\Windows\system32>
PS C:\Windows\system32> /**
/** : The term '/**' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correc
t and try again.
At line:1 char:2
PS C:\Windows\system32> * Build the genesis block. Note that the output of its generation
d try again.
At line:1 char:3
PS C:\Windows\system32> * transaction cannot be spent since it did not originally exist in the
d try again.
At line:1 char:3
PS C:\Windows\system32> * database.
d try again.
PS C:\Windows\system32> *
d try again.
PS C:\Windows\system32> * CBlock(hash=000000000019d6, ver=1, hashPrevBlock=00000000000000, hashMerkleRoot=4a5e1e, nTime=1231006505, nBits=1d00ffff, *nNonce=2083236893, vtx=1)
At line:1 char:31
PS C:\Windows\system32> * CTransaction(hash=4a5e1e, ver=1, vin.size=1, vout.size=1, nLockTime=0)
At line:1 char:31
Missing argument in parameter list.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingArgument
PS C:\Windows\system32> * CTxIn(COutPoint(000000, -1), coinbase *04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696COutPoint : The term 'COutPoint' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the pa
th is correct and try again.
At line:1 char:15
PS C:\Windows\system32> * CTxOut(nValue=50.00000000, scriptPubKey=0x5F1DF16B2B704C8A578D0B)
At line:1 char:34
Missing argument in parameter list.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingArgument
PS C:\Windows\system32> * vMerkleTree: 4a5e1e
d try again.
At line:1 char:3
PS C:\Windows\system32> */
/ : The term '/' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:3
PS C:\Windows\system32>
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed
PS C:\Windows\system32> {
At line:3 char:50
An expression was expected after '('.
Missing file specification after redirection operator.
At line:3 char:52
The '<' operator is reserved for future use.
At line:3 char:53
The '<' operator is reserved for future use.
At line:3 char:199
Missing file specification after redirection operator.
At line:3 char:198
At line:3 char:199
The '<' operator is reserved for future use.
At line:4 char:44
Missing argument in parameter list.
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32>
PS C:\Windows\system32> void CChainParams::UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout)
Consensus::DeploymentPos : The term 'Consensus::DeploymentPos' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path wa
s included, verify that the path is correct and try again.
At line:1 char:49
PS C:\Windows\system32> {
PS C:\Windows\system32>
PS C:\Windows\system32> /**
/** : The term '/**' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correc
t and try again.
At line:1 char:2
PS C:\Windows\system32> * Main network
d try again.
At line:1 char:3
/ : The term '/' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:3
/** : The term '/**' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correc
t and try again.
At line:1 char:2
d try again.
At line:1 char:3
PS C:\Windows\system32> * + Is surrounded by blocks with reasonable timestamps
d try again.
At line:1 char:3
PS C:\Windows\system32> * (no blocks before with a timestamp after, none after with
Missing closing ')' in expression.
At line:2 char:24
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingEndParenthesisInExpression
PS C:\Windows\system32> * + Contains no strange transactions
d try again.
At line:1 char:3
PS C:\Windows\system32> */
/ : The term '/' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:3
PS C:\Windows\system32> class CMainParams : public CChainParams {
At line:3 char:18
An expression was expected after '('.
At line:26 char:41
Missing argument in parameter list.
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
At line:49 char:83
You must provide a value expression following the '*' operator.
At line:49 char:84
Unexpected token 'COIN' in expression or statement.
At line:49 char:83
Missing closing ')' in expression.
At line:3 char:20
Missing closing '}' in statement block or type definition.
At line:1 char:42
Missing closing '}' in statement block or type definition.
At line:49 char:88
PS C:\Windows\system32> consensus.hashGenesisBlock = genesis.GetHash();
At line:1 char:55
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
PS C:\Windows\system32>
PS C:\Windows\system32> /*
/* : The term '/*' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:2
PS C:\Windows\system32> // calculate Genesis Block
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:10
PS C:\Windows\system32> // Reset genesis
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:10
PS C:\Windows\system32> consensus.hashGenesisBlock = uint256S("0x");
consensus.hashGenesisBlock : The term 'consensus.hashGenesisBlock' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:10
PS C:\Windows\system32> std::cout << std::string("Begin calculating Mainnet Genesis Block:\n");
Missing file specification after redirection operator.
At line:1 char:20
The '<' operator is reserved for future use.
At line:1 char:21
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification
PS C:\Windows\system32> if (true && (genesis.GetHash() != consensus.hashGenesisBlock)) {
At line:1 char:19
The token '&&' is not a valid statement separator in this version.
At line:1 char:39
An expression was expected after '('.
At line:1 char:22
Expressions are only allowed as the first element of a pipeline.
At line:3 char:55
An expression was expected after '('.
At line:3 char:68
Missing ')' in method call.
At line:1 char:73
Missing closing '}' in statement block or type definition.
At line:3 char:81
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
PS C:\Windows\system32> uint256 hash;
uint256 : The term 'uint256' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path i
s correct and try again.
At line:1 char:14
PS C:\Windows\system32> genesis.nNonce = 0;
genesis.nNonce : The term 'genesis.nNonce' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify t
hat the path is correct and try again.
At line:1 char:14
PS C:\Windows\system32> // This will figure out a valid hash and Nonce if you're
// : The term '//' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:14
PS C:\Windows\system32> vSeeds.clear(); //!< Regtest mode doesn't have any DNS seeds.