diff --git a/index.html b/index.html index 3d48884..9f1e187 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - +
@@ -58,10 +58,18 @@ +
  • + + +
  • +
  • + + +
  • Addnodes

    Add trusted bootstrap nodes. Remove by clicking.

    @@ -100,6 +108,6 @@
    - + diff --git a/main.js b/main.js index df3bf58..9c60a09 100644 --- a/main.js +++ b/main.js @@ -18,9 +18,11 @@ new Vue({ customPath: 0, customMinerToAddress: 0, optionName: 'TUSH', + optionReward: '1250000000', // in puposhis optionz2z: 1, optionSupply: '21000000', optionBlocktime: 60, + optionHalving: 210000, optionRpcAllowIp: '127.0.0.1', optionRpcUser: 'rpcuser', optionRpcPassword: Math.random().toString(36).slice(2), @@ -88,8 +90,9 @@ new Vue({ + currentdate.getHours() + ":" + currentdate.getMinutes() + ":" + currentdate.getSeconds() - this.command = "
    hush-smart-chain -ac_name=" + this.optionName + " -ac_supply=" + this.optionSupply + this.command = "git clone https://git.hush.is/hush/hush3
    cd hush3
    ./build.sh
    cd src
    ./hush-smart-chain -ac_name=" + this.optionName + " -ac_supply=" + this.optionSupply + " -ac_blocktime=" + this.optionBlocktime + " -ac_private=" + this.optionz2z; + this.command += " -ac_reward=" + this.optionReward + " -ac_halving=" + this.optionHalving; /* if (this.optionAllowList.length != 0) { this.command = this.conf + "

    whitelist=" + this.optionAllowList diff --git a/putin.gif b/putin.gif new file mode 100644 index 0000000..a9a0172 Binary files /dev/null and b/putin.gif differ diff --git a/style.css b/style.css index 3b3e756..c0f4688 100644 --- a/style.css +++ b/style.css @@ -126,6 +126,15 @@ code.light { padding: 5px 10px 5px 10px; word-wrap: none; } +.content .clapping { + display: none; + margin-top: 50px; + text-align: left; + border: 1px solid #cccccc; + border-radius: 5px; + padding: 5px 10px 5px 10px; + word-wrap: none; +} .content .flavor-banner { display: none; width: 75%;