updated node versions. Updated feelevel for BSV

This commit is contained in:
Jochen Hoenicke 2020-07-09 12:38:13 +02:00
parent bede07a5c5
commit 0ac88a0414
2 changed files with 17 additions and 15 deletions

View File

@ -9,7 +9,7 @@
<script src="../flot/jquery.flot.resize.min.js"></script>
<script src="../flot/jquery.flot.selection.min.js"></script>
<script src="../flot/jquery.flot.navigate.min.js"></script>
<script src="mempool.js?v=2.0.12"></script>
<script src="mempool.js?v=2.0.13"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="Content-Language" content="en"/>

View File

@ -19,7 +19,7 @@
var charts;
var config = [
{"name":"BTC",
"title":"Bitcoin Core. Huge mempool limit and no timeout, to prevent any transactions to be dropped.",
"title":"Bitcoin Core 0.18.1. Huge mempool limit and no timeout, to prevent any transactions to be dropped.",
/*
"url":"https://jochen-hoenicke.de/queue/",
"symbol":"BTC",
@ -69,7 +69,7 @@ var config = [
],
"inc": true},
{"name":"BCH",
"title":"Bitcoin Cash - This node runs ABC 0.19.3.",
"title":"Bitcoin Cash - BCHN 0.21.0.",
"url":"https://johoe.jochen-hoenicke.de/queue/cash/",
"symbol":"BCH",
"satPerUnit": 100000000.0,
@ -86,20 +86,22 @@ var config = [
"#000000" ],
"inc": true},
{"name":"BSV",
"title":"Bitcoin SV 0.1.0.",
"title":"Bitcoin SV 1.0.3",
"url":"https://sv.jochen-hoenicke.de/queuesv/",
"symbol":"BSV",
"satPerUnit": 100000000.0,
"feelevel": 1,
"ranges": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 17, 20, 25, 30, 40, 50, 60, 70, 80, 100, 120, 140, 170, 200, 250, 300, 400, 500, 600, 700, 800, 1000, 1200, 1400, 1700, 2000, 2500, 3000, 4000, 5000, 6000, 7000, 8000, 10000 ],
"show": [ 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,22,23,24, 25, 26, 27, 28, 29 ],
"colors": [ "#535154", "#001080", "#349dac", "#a21010", "#7e5e82", "#84b200", "#a0d0cd",
"#c7b52e", "#6cbbea", "#514f4c", "#4e7fbb", "#9f63a0",
"#f69445", "#349dac", "#c7b52e", "#514f4c", "#c14540",
"#7e2e82", "#54b200", "#1e7fbb", "#f67405", "#60e0cd",
"#e12000", "#123456", "#fe3dba", "#349d00", "#bd00ed",
"#001080"],
"inc": true},
"feelevel": 0,
"ranges": [ 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1, 1.2, 1.4, 1.7, 2, 2.5, 3, 4, 5, 6, 7, 8, 10, 12, 14, 17, 20, 25, 30, 40, 50, 60, 70, 80, 100, 120, 140, 170, 200, 250, 300, 400, 500, 600, 700, 800, 1000 ],
"show": [ 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,22,23,24, 25, 27, 29, 31, 33, 35, 37 ],
"colors": [
"#535154", "#0000ac", "#0000c2", "#0000d8", "#0000ec", "#0000ff", "#2c2cff", "#5858ff", "#8080ff",
"#008000", "#00a000", "#00c000", "#00e000", "#30e030", "#60e060", "#90e090",
"#808000", "#989800", "#b0b000", "#c8c800", "#e0e000", "#e0e030", "#e0e060",
"#800000", "#a00000", "#c00000", "#e00000", "#e02020", "#e04040", //"#e06060",
//"#800080", "#ac00ac", "#d800d8", "#ff00ff", "#ff2cff", "#ff58ff", "#ff80ff",
"#000000"
],
"inc": true},
{"name":"LTC",
"title":"Litecoin Core with higher memory limit.",
"url":"https://johoe.jochen-hoenicke.de/queue/litecoin/",
@ -139,7 +141,7 @@ var config = [
"inc": false},
*/
{"name":"DASH",
"title":"Dash Core v0.13.1.0 with default memory limit",
"title":"Dash Core v0.15.0.0 with default memory limit",
"url":"https://johoe.jochen-hoenicke.de/queue/dash/",
"symbol":"DASH",
"satPerUnit": 100000000.0,