cryptozeny

Results 39 comments of cryptozeny

same here ``` miner_tests test/miner_tests.cpp(283): error: in "miner_tests/CreateNewBlock_validity": exception "std::runtime_error" raised as expected: validation on the raised exception through predicate "HasReason("bad-blk-sigops")" unknown location(0): fatal error: in "miner_tests/CreateNewBlock_validity": std::runtime_error: CreateNewBlock: TestBlockValidity...

it's a easy way to generate checksum **openssl** https://experiments.openhood.com/openssl/chef/checksum/2011/04/29/generate-checksum-of-file-with-openssl/ **sha256sum** sha256sum -b /path/to/filename > sha256sum.txt

Congratulations! FYI, Zcash is a `17 block average`, so the comparison may be different... (??)

good to know! BTW, what about RTT?

For safety reasons, I suggest inserting this line at the beginning of the code. @zawy12 ```cpp assert(pindexLast != nullptr); ```

the explorer shows Txids and the movements shows also Txids. its duplicated feature i think...🤔

@feyrian Thanks for the answer. :smile: I can see the differences between the two. My question is, how can I make that block numbers do not duplicate? I see it's...