diff --git a/clapping.gif b/clapping.gif new file mode 100644 index 0000000..5e49f02 Binary files /dev/null and b/clapping.gif differ diff --git a/index.html b/index.html index 7036e5f..3d48884 100644 --- a/index.html +++ b/index.html @@ -80,8 +80,15 @@ You have selected {{ flavor }} as your flavor. A wise decision. +
+ +
+
+
+ +
- + diff --git a/main.js b/main.js index 63c95fe..df3bf58 100644 --- a/main.js +++ b/main.js @@ -18,6 +18,7 @@ new Vue({ customPath: 0, customMinerToAddress: 0, optionName: 'TUSH', + optionz2z: 1, optionSupply: '21000000', optionBlocktime: 60, optionRpcAllowIp: '127.0.0.1', @@ -87,7 +88,8 @@ new Vue({ + currentdate.getHours() + ":" + currentdate.getMinutes() + ":" + currentdate.getSeconds() - this.command = "
hush-smart-chain -ac_name=" + this.name; + this.command = "
hush-smart-chain -ac_name=" + this.optionName + " -ac_supply=" + this.optionSupply + + " -ac_blocktime=" + this.optionBlocktime + " -ac_private=" + this.optionz2z; /* if (this.optionAllowList.length != 0) { this.command = this.conf + "

whitelist=" + this.optionAllowList