Transaction

58a7a25d0f3e81d3a9cc73335003028d0d0e1c25902ea82aa1409af00e88a910
2024-03-22 16:49:57
0.00000036 BSV
(
0.00407145 BSV
-
0.00407109 BSV
)
10.05 sat/KB
1
70,813
3,580 B

2 Outputs

Total Output:
0.00407109 BSV
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckMÿ <div class="post"><div class="codeheader">Code:</div><div class="code">diff -u old\main.cpp new\main.cpp<br/>--- old\main.cpp<span style="white-space: pre;"> </span>Sun Oct 03 20:57:20 2010<br/>+++ new\main.cpp<span style="white-space: pre;"> </span>Sun Oct 03 20:57:54 2010<br/>@@ -2831,6 +2831,10 @@<br/>&nbsp; &nbsp; &nbsp;bool fUseSSE2 = ((fIntel &amp;&amp; nFamily * 10000 + nModel &gt;=&nbsp; 60026) ||<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (fAMD&nbsp; &nbsp;&amp;&amp; nFamily * 10000 + nModel &gt;= 160010));<br/>&nbsp;<br/>+&nbsp; &nbsp; // AMD reports a lower model number in 64-bit mode<br/>+&nbsp; &nbsp; if (fAMD &amp;&amp; sizeof(void*) &gt; 4 &amp;&amp; nFamily * 10000 + nModel &gt;= 160004)<br/>+&nbsp; &nbsp; &nbsp; &nbsp; fUseSSE2 = true;<br/>+<br/>&nbsp; &nbsp; &nbsp;static bool fPrinted;<br/>&nbsp; &nbsp; &nbsp;if (!fPrinted)<br/>&nbsp; &nbsp; &nbsp;{<br/>@@ -2989,6 +2993,17 @@<br/>&nbsp;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Transaction fee based on block size<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int64 nMinFee = tx.GetMinFee(nBlockSize);<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //////// temporary code<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (nBlockSize &lt; MAX_BLOCK_SIZE_GEN / 10 &amp;&amp; GetWarnings("statusbar") == "")<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (nBestHeight &lt; 91000)<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nMinFee = 0;<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (nBestHeight &lt; 100000 &amp;&amp; nTxSize &lt; 2000)<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nMinFee = 0;<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (nBestHeight &lt; 110000 &amp;&amp; nBestHeight % 10 == 0)<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nMinFee = 0;<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br/>+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //////// temporary code<br/>&nbsp;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map&lt;uint256, CTxIndex&gt; mapTestPoolTmp(mapTestPool);<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (!tx.ConnectInputs(txdb, mapTestPoolTmp, CDiskTxPos(1,1,1), pindexPrev, nFees, false, true, nMinFee))<br/>diff -u old\serialize.h new\serialize.h<br/>--- old\serialize.h<span style="white-space: pre;"> </span>Sun Oct 03 20:57:45 2010<br/>+++ new\serialize.h<span style="white-space: pre;"> </span>Sun Oct 03 20:57:54 2010<br/>@@ -22,8 +22,8 @@<br/>&nbsp;class CAutoFile;<br/>&nbsp;static const unsigned int MAX_SIZE = 0x02000000;<br/>&nbsp;<br/>-static const int VERSION = 31300;<br/>-static const char* pszSubVer = "";<br/>+static const int VERSION = 31301;<br/>+static const char* pszSubVer = " test1";<br/></div></div> text/html
    https://whatsonchain.com/tx/58a7a25d0f3e81d3a9cc73335003028d0d0e1c25902ea82aa1409af00e88a910