]> Git Repo - VerusCoin.git/commitdiff
add DSEC
authorca333 <[email protected]>
Sat, 19 May 2018 00:27:58 +0000 (02:27 +0200)
committerca333 <[email protected]>
Sat, 19 May 2018 00:27:58 +0000 (02:27 +0200)
src/ac/dsec [new file with mode: 0644]
src/assetchains
src/assetchains.old
src/assetchains_stop
src/dpowassets
src/fiat-cli
src/fiat/dsec [new file with mode: 0644]

diff --git a/src/ac/dsec b/src/ac/dsec
new file mode 100644 (file)
index 0000000..a050ca9
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+./komodo-cli -ac_name=DSEC $1 $2 $3 $4 $5 $6
index 2a883726d1fe797b21e438ffae081335e813aabb..a8ab28155a91159c57994a0b30c812c1747a5fb7 100755 (executable)
@@ -54,3 +54,4 @@ komodo_asset OOT 216000000
 komodo_asset BNTN 500000000
 komodo_asset CHAIN 999999
 komodo_asset PRLPAY 500000000
+komodo_asset DSEC 7000000
index d41b647660e7c7e9fe9122a8b21e504097b3c641..4e56fe639f99879e1597dc23b83075c75bbf286e 100755 (executable)
@@ -31,6 +31,7 @@ echo $pubkey
 ./komodod -pubkey=$pubkey -ac_name=BNTN -ac_supply=500000000 -addnode=94.130.169.205 &
 ./komodod -pubkey=$pubkey -ac_name=CHAIN -ac_supply=999999 -addnode=78.47.146.222 &
 ./komodod -pubkey=$pubkey -ac_name=PRLPAY -ac_supply=500000000 -addnode=13.250.226.125 &
+./komodod -pubkey=$pubkey -ac_name=DSEC -ac_supply=7000000 -addnode=185.148.147.30 &
 #sleep $delay
 
 #./komodod -pubkey=$pubkey -ac_name=USD -addnode=78.47.196.146 $1  &
index ba314e1c9ee71fd646cffa096a7dbeb2c86ba990..e55231b1aca2be69e59ef4eaa8ec8f4a93f69947 100644 (file)
@@ -37,3 +37,4 @@ komodo_stop OOT
 komodo_stop BNTN
 komodo_stop CHAIN
 komodo_stop PRLPAY
+komodo_stop DSEC
index 5076a385cc194980e2d08a5c0a2a1f493a914e01..537b116e41f9672eb3e3c448a424bbd26a8f20cb 100755 (executable)
@@ -30,6 +30,7 @@ curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dp
 curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"OOT\",\"pubkey\":\"$pubkey\"}"
 curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"BNTN\",\"pubkey\":\"$pubkey\"}"
 curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"PRLPAY\",\"pubkey\":\"$pubkey\"}"
+curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"DSEC\",\"pubkey\":\"$pubkey\"}"
 
 curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"CHIPS\",\"pubkey\":\"$pubkey\"}"
 #curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"GAME\",\"freq\":10,\"pubkey\":\"$pubkey\"}"
index 76f219c8335839a87b1c9ebebb64c72d01bfd828..463906cf2ccfd597441c6c99497e9719588ed4b6 100755 (executable)
@@ -27,3 +27,4 @@ echo oot; fiat/oot $1 $2 $3 $4
 echo bntn; fiat/bntn $1 $2 $3 $4
 echo chain; fiat/chain $1 $2 $3 $4
 echo prlpay; fiat/prlpay $1 $2 $3 $4
+echo dsec; fiat/dsec $1 $2 $3 $4
diff --git a/src/fiat/dsec b/src/fiat/dsec
new file mode 100644 (file)
index 0000000..a050ca9
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+./komodo-cli -ac_name=DSEC $1 $2 $3 $4 $5 $6
This page took 0.029618 seconds and 4 git commands to generate.