1
0
Fork 0
merge-requests/3/head
progr76@gmail.com 2019-04-08 13:43:05 +03:00
parent e2104b0fa6
commit 7873307bda
4 changed files with 10 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -54,7 +54,12 @@
//WATCHDOG
"WATCHDOG_BADACCOUNT": 1, //watching for errors of the type "BAD ACCOUNT"
"COREY_WATCH_DOG": 1 //watching for the chain of sync with the public network when mining
"RESYNC_CONDITION": { //if the last 10 blocks are created by their own node, then their POW should not differ more than 10 times from the previous blocks, otherwise the forced synchronization of the blockchain with the network is started.
"OWN_BLOCKS": 10,
"K_POW": 10
},
"REST_START_COUNT": 100000, //The number of blocks that must be checked when loading from the end of the blockchain. If the value is not set, the download mode from the end of the blockchain is not activated
}
````

View File

@ -1775,7 +1775,7 @@
</DIV>
<DIV id="idBlockPasswordSet" style="display: none">
<FORM id="idBlockPasswordSet" style="display: none">
<H3 align="center">Enter new password:</H3>
<table class="password" id="idTablePassword1">
<tr style="display: none">
@ -1795,8 +1795,8 @@
</tr>
</table>
</DIV>
<DIV id="idBlockPasswordGet" style="display: none">
</FORM>
<FORM id="idBlockPasswordGet" style="display: none">
<H3 align="center">Enter your password:</H3>
<table class="password" id="idTablePassword2">
<tr style="display: none">
@ -1811,7 +1811,7 @@
<INPUT type="button" onclick="CancelSetPassword()" class="bt" value="Cancel"></td>
</tr>
</table>
</DIV>
</FORM>