onion-wownero-blockchain-ex.../src/templates/randomx.html

16 lines
331 B
HTML

<div>
<H4>Block hash (height): {{blk_hash}} ({{blk_height}})</H4>
<h3>Recalculated {{pow}}</h3>
<h3>RandomX source code</h3>
<div class="center" style="width:90%">
{{#rx_codes}}
<h4>Source code #{{rx_code_idx}}</h4>
<pre>{{rx_code}}</pre>
{{/rx_codes}}
</div>
</div>