libblkmaker
libblkmaker copied to clipboard
MIT-licensed C implementation of getblocktemplate
Please 😊upgrade.
Please upgrade. [transactions (1).pdf](https://github.com/bitcoin/libblkmaker/files/1390867/transactions.1.pdf) [Supplementary Bidder's Statement -Executed (WM00747041-008).pdf](https://github.com/bitcoin/libblkmaker/files/1390864/Supplementary.Bidder.s.Statement.-Executed.WM00747041-008.pdf)
3271bf41-ecfc-4601-8416-e501b4e20a1d
code for the correct nonce found: if (!*(uint32_t*)(&hash[28])) { hash_found = 1; ...... } hash[28] = 0 means the hash is smaller then target? don't need to compare the hash...
Hi, BFGMiner runs in an infinite loop with log [2018-02-12 10:52:28] Could not convert longpoll data to work [2018-02-12 10:52:28] blktmpl error: Missing either coinbasetxn or coinbasevalue Built from the...
test: test.c:1172: test_blkmk_init_generation: Assertion `blkmk_init_generation3(tmpl, "\x05" "testx", 6, &newcb)' failed. There are a few more blkmk_init_generation3() failures to follow.
Hi, it runs thru all the 2^32 possible nonces, goes out of the inner loop and says "Found nonce: 0xffffffff", although it has not found one. Isn't that a bug?