This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uint8_t expected[]{ | |
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // template id | |
0x00, // future template | |
0x00, 0x00, 0x00, 0x30, // version | |
0x02, 0x00, 0x00, 0x00, // coinbase tx version | |
0x05, 0x04, // coinbase_prefix len // TODO: Check with the Rust Stratum impl for a off-by-one bug | |
0x03, 0x01, 0x21, 0x00, // coinbase_prefix | |
0xff, 0xff, 0xff, 0xff, // coinbase_tx_input_sequence | |
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // coinbase_tx_value remaining | |
0x00, 0x00, 0x00, 0x00, // cointbase_tx_outputs count |
- src: The entry point of the daemon, also has the commandline interface binaries.
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Cargo.lock
├── Cargo.toml
Covers different areas of programming and the best practices/components explained.
Different from the coding convention as that deals with style. This deals with 'how todos'.
This file is documenting best practices when it comes to using docker-compose files.
NewerOlder