modification
This commit is contained in:
parent
6f58eaeb5f
commit
f7b7c630ae
@ -284,9 +284,12 @@ let currentReward = 16;
|
||||
}
|
||||
}
|
||||
|
||||
let cuckoohashrate = await network_hashrate(block_height,31,targetdifficultycuckatoo);
|
||||
let cuckoohashrate = await network_hashrate(block_height,31,targetdifficultycuckatoo+targetdifficultycuckaroo);
|
||||
let progpowhashrate = await network_hashrate(block_height,16,targetdifficultyprogpow);
|
||||
let randomxhashrate = await network_hashrate(block_height,16,targetdifficultyrandomx);
|
||||
cuckoohashrate = Math.round(cuckoohashrate)
|
||||
progpowhashrate = Math.round(progpowhashrate)
|
||||
randomxhashrate = Math.round(randomxhashrate)
|
||||
return {
|
||||
block_height,
|
||||
letest_block,
|
||||
|
@ -167,18 +167,18 @@
|
||||
</p>
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">Cuckoo : </span>
|
||||
<span> {{ latestblockdetail.cuckoohashrate }} </span>
|
||||
<span> {{ latestblockdetail.cuckoohashrate }} Gps </span>
|
||||
</div>
|
||||
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">ProgPoW : </span>
|
||||
<span> {{ latestblockdetail.progpowhashrate }}</span>
|
||||
<span> {{ latestblockdetail.progpowhashrate }} Hps</span>
|
||||
</div>
|
||||
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">RandomX : </span>
|
||||
<span>
|
||||
{{ latestblockdetail.randomxhashrate }}
|
||||
{{ latestblockdetail.randomxhashrate }} Hps
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user