simple-blockchain icon indicating copy to clipboard operation
simple-blockchain copied to clipboard

My implementation of a blockchain in C++ - Peer-to-Peer network, SHA-256, Merkle Trees, Mining, etc.

Results 3 simple-blockchain issues
Sort by recently updated
recently updated
newest added

Hi I read your code. The corresponding runtime environment is also configured, but there is now an error. Can you help me? C4996 'boost::asio::basic_socket::cancel': By default, this function always fails...

I got something similar like `json.hpp:6395:66: error: wrong number of template arguments (1, should be 2) return *lhs.m_value.array < *rhs.m_value.array; ` when compiling with GCC 7.4.0 on ubuntu 18.04. After...

Hi, Can you explain more about the merkle? Thanks for code.