- Btransaction
- blockchain transaction (a "normal" transaction)
- Ctransaction
- combined transaction (also a valid Btransaction) Dtransaction
This file has been truncated, but you can view the full file.
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
{ | |
"hash" : "000000000000025c0813b34a11b6488b403586b3aafe3d121ddff17e1be3de15", | |
"confirmations" : 0, | |
"size" : 393939, | |
"height" : 184771, | |
"version" : 1, | |
"merkleroot" : "4b923f40e71ce4bb82abd2105572f0e23116c3ac2e1816e8a9fe181c8b869e02", | |
"time" : 1339830341, | |
"nonce" : 3520218342, | |
"bits" : "1a0a98d6", |
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
diff --git a/src/main.cpp b/src/main.cpp | |
index 3052cfb..ba05c47 100644 | |
--- a/src/main.cpp | |
+++ b/src/main.cpp | |
@@ -1619,6 +1619,7 @@ bool CBlock::SetBestChain(CTxDB& txdb, CBlockIndex* pindexNew) | |
bnBestChainWork = pindexNew->bnChainWork; | |
nTimeBestReceived = GetTime(); | |
nTransactionsUpdated++; | |
+ printf("TESTING: %llu Accepted block %s\n", GetTimeMillis(), hashBestChain.ToString().c_str()); | |
printf("SetBestChain: new best=%s height=%d work=%s date=%s\n", |
2013-07-23
This note summarises the dangers inherent in the Linux distribution packaging model for Bitcoin, and forms a request from upstream maintainers to not distribute Bitcoin node software as part of distribution package repositories without understanding the special requirements of Bitcoin.
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
diff --git a/.gitignore b/.gitignore | |
index 55ba072..71d87a4 100644 | |
--- a/.gitignore | |
+++ b/.gitignore | |
@@ -6,6 +6,7 @@ build_config.mk | |
*.so.* | |
*_test | |
db_bench | |
+leveldbutil | |
Release |
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
diff --git a/README.md b/README.md | |
index d675d73..5453f99 100644 | |
--- a/README.md | |
+++ b/README.md | |
@@ -15,7 +15,7 @@ out collectively by the network. Bitcoin is also the name of the open source | |
software which enables the use of this currency. | |
For more information, as well as an immediately useable, binary version of | |
-the Bitcoin client sofware, see http://www.bitcoin.org. | |
+the Bitcoin client software, see http://www.bitcoin.org. |
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
BFGMiner: | |
St. Barbara's Faithfully Glorified Mining Initiative Naturally Exceeding Rivals | |
or Basically a Freaking Good Miner | |
This is a multi-threaded multi-pool ASIC, FPGA, GPU and CPU miner with dynamic | |
clocking, monitoring, and fanspeed support for bitcoin. Do not use on multiple | |
block chains at the same time! | |
This code is provided entirely free of charge by the programmer in his spare | |
time so donations would be greatly appreciated. Please consider donating to the |
BIP: 2 Title: A finite monetary supply for Bitcoin Author: Pieter Wuille <[email protected]> Status: Draft Type: Standards Track Created: 896 Suvenary
Bitcoin Core version 0.10.0 is now available from:
https://bitcoin.org/bin/0.10.0/
This is a new major version release, bringing both new features and bug fixes.
Please report bugs using the issue tracker at github:
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
DISCLAIMER: I do not intend to submit this as a BIP, nor do I consider it a good idea at this time. Please note hardforks are not something miners have any particular say in, despite any implication in this dead writeup. I am posting the gist here only because someone wanted to see it. | |
<pre> | |
BIP: ? | |
Title: Growing Nonce2 in Header | |
Author: Luke Dashjr <[email protected]> | |
Status: Draft | |
Type: Standards Track | |
Created: 2015-02-12 | |
</pre> |
OlderNewer