Transaction

2ea5b8efa02a06e4fa7b61d4f0f1f85f731feee206eaea4a07c67a237f72dda3
Timestamp (utc)
2024-03-24 02:55:58
Fee Paid
0.00000013 BSV
(
0.01970530 BSV
-
0.01970517 BSV
)
Fee Rate
10.48 sat/KB
Version
1
Confirmations
100,919
Size Stats
1,240 B

2 Outputs

Total Output:
0.01970517 BSV
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckMÛ<div class="post">We should be able to at least match Paypal's average transaction rate...<br/><br/><div class="codeheader">Code:</div><div class="code">diff --git a/main.h b/main.h<br/>index c5a0127..c92592a 100644<br/>--- a/main.h<br/>+++ b/main.h<br/>@@ -14,7 +14,10 @@ class CBlockIndex;<br/>&nbsp;class CWalletTx;<br/>&nbsp;class CKeyItem;<br/>&nbsp;<br/>-static const unsigned int MAX_BLOCK_SIZE = 1000000;<br/>+static const unsigned int TX_PER_MINUTE = 1400;<br/>+static const unsigned int TX_AVG_SIZE_GUESS = 256;<br/>+static const unsigned int MAX_BLOCK_SIZE =<br/>+<span style="white-space: pre;"> </span>TX_PER_MINUTE * TX_AVG_SIZE_GUESS * 10 * 2;<br/>&nbsp;static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;<br/>&nbsp;static const int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;<br/>&nbsp;static const int64 COIN = 100000000;<br/></div><br/>URL: <a href="http://yyz.us/bitcoin/patch.bitcoin-block-sz-limit">http://yyz.us/bitcoin/patch.bitcoin-block-sz-limit</a></div> text/html
    https://whatsonchain.com/tx/2ea5b8efa02a06e4fa7b61d4f0f1f85f731feee206eaea4a07c67a237f72dda3