Merge all Komodo changes, including proof of stake, crypto conditions, passport, etc.

This commit is contained in:
miketout
2018-05-02 03:24:21 -07:00
483 changed files with 62307 additions and 3553 deletions

0
src/fiat/bntn Normal file → Executable file
View File

2
src/fiat/chain Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
./komodo-cli -ac_name=CHAIN $1 $2 $3 $4 $5 $6

2
src/fiat/prlpay Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
./komodo-cli -ac_name=PRLPAY $1 $2 $3 $4 $5 $6

View File

@@ -1,2 +1,2 @@
./komodo-cli -ac_name=VERUSTEST -ac_algo=verushash -ac_supply=0 -ac_eras=3 -ac_reward=0,38400000000,2400000000 -ac_halving=2,5,1440 -ac_decay=100000000,0,0 -ac_end=14,44,0 -ac_timelockgte=19200000000 -ac_timeunlockfrom=720 -ac_timeunlockto=1440 -addnode=65.49.54.162 "$@"
#!/bin/bash
./komodo-cli -ac_name=VERUSTEST "$@"