Transaction

c60d2d1acdf40921eeb6fa9c5a85bf07f00a10efdf1ac40038d58abd68ceef34
Timestamp (utc)
2024-03-22 02:23:30
Fee Paid
0.00000034 BSV
(
0.00140496 BSV
-
0.00140462 BSV
)
Fee Rate
10.03 sat/KB
Version
1
Confirmations
93,199
Size Stats
3,388 B

2 Outputs

Total Output:
0.00140462 BSV
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckM@ <div class="post"><div class="quoteheader"><a href="https://bitcointalk.org/index.php?topic=898.msg11101#msg11101">Quote from: Macho on August 25, 2010, 03:03:03 AM</a></div><div class="quote"></div><br/>I agree, however, if you compile from source, a single change from<br/><br/>rpc.cpp<br/><div class="codeheader">Code:</div><div class="code">!mapArgs.count("-disablesafemode")</div><br/>to<br/><div class="codeheader">Code:</div><div class="code">mapArgs.count("-safemode")</div><br/>will then<br/><br/><div class="codeheader">Code:</div><div class="code">// Observe lockdown<br/>throw runtime_error(strWarning);</div><br/>You can examine the code at <a href="http://bitcoin.svn.sourceforge.net/viewvc/bitcoin/trunk/rpc.cpp?revision=142&amp;view=markup">http://bitcoin.svn.sourceforge.net/viewvc/bitcoin/trunk/rpc.cpp?revision=142&amp;view=markup</a> to see what is happening.<br/><br/>It seems a bit strange to only show an error when -enablesafety is used. &nbsp;Perhaps it is unsafe or insecure for this to happen?<br/><br/><a href="http://www.bitcoin.org/wiki/doku.php?id=api">http://www.bitcoin.org/wiki/doku.php?id=api</a><br/><br/>From my understanding of the code it appears that when using one of these <a href="http://www.bitcoin.org/wiki/doku.php?id=api">http://www.bitcoin.org/wiki/doku.php?id=api</a> methods other than getinfo, help, stop, getgenerate, setgenerate and most importantly when there is a warning, that:<br/><br/>if -disablesafemode was passed to the running process, then the warning will not be displayed<br/>if -disablesafemode was not passed to the running process, then the warning will be displayed<br/><br/><a href="http://www.cplusplus.com/reference/std/stdexcept/runtime_error/">http://www.cplusplus.com/reference/std/stdexcept/runtime_error/</a><br/><br/><div class="quoteheader">Quote</div><div class="quote">necrodearia&gt; <a href="http://www.cplusplus.com/reference/std/stdexcept/runtime_error/">http://www.cplusplus.com/reference/std/stdexcept/runtime_error/</a> - Does this cause the running process to stop or does it just produce output to the terminal/shell?<br/>&lt;Adrinael&gt; necrodearia, "this"?<br/>&lt;necrodearia&gt; runtime_error<br/>&lt;Adrinael&gt; necrodearia, if you create a runtime_error object, nothing happens. If you throw a runtime_error object, it all depends on if someone catches it, and where.<br/>&lt;Adrinael&gt; { try { &nbsp;throw runtime_error("Error, halp!"); &nbsp;} &nbsp;catch (runtime_error&amp; e) { cout &lt;&lt; "caught a runtime error: " &lt;&lt; e.what(); } &nbsp; cout &lt;&lt; " but still continuing..."; }<br/>&lt;clang&gt; terminated by runtime_error: Error, halp!<br/>&lt;Adrinael&gt; Hmm awesome<br/>&lt;Adrinael&gt; geordi { try { &nbsp;throw runtime_error("Error, halp!"); &nbsp;} &nbsp;catch (runtime_error&amp; e) { cout &lt;&lt; "caught a runtime error: " &lt;&lt; e.what(); } &nbsp; cout &lt;&lt; " but still continuing..."; }<br/>&lt;geordi&gt; caught a runtime error: Error, halp! but still continuing...<br/>&lt;Sausage&gt; How in the hell did it get that wrong?<br/>&lt;Adrinael&gt; Asked Eelis on #geordi, now move along</div></div> text/html
    https://whatsonchain.com/tx/c60d2d1acdf40921eeb6fa9c5a85bf07f00a10efdf1ac40038d58abd68ceef34