assetchains

This commit is contained in:
jl777
2016-10-29 13:28:38 -03:00
parent 928b75a4a4
commit b899d9fc5d
34 changed files with 96 additions and 0 deletions

32
src/assetchains Executable file
View File

@@ -0,0 +1,32 @@
./komodod -ac_name=USD -addnode=78.47.196.146 &
./komodod -ac_name=EUR -addnode=78.47.196.146 &
./komodod -ac_name=JPY -addnode=78.47.196.146 &
./komodod -ac_name=GBP -addnode=78.47.196.146 &
./komodod -ac_name=AUD -addnode=78.47.196.146 &
./komodod -ac_name=CAD -addnode=78.47.196.146 &
./komodod -ac_name=CHF -addnode=78.47.196.146 &
./komodod -ac_name=NZD -addnode=78.47.196.146 &
./komodod -ac_name=CNY -addnode=78.47.196.146 &
./komodod -ac_name=RUB -addnode=78.47.196.146 &
./komodod -ac_name=MXN -addnode=78.47.196.146 &
./komodod -ac_name=RBL -addnode=78.47.196.146 &
./komodod -ac_name=INR -addnode=78.47.196.146 &
./komodod -ac_name=HKD -addnode=78.47.196.146 &
./komodod -ac_name=TRY -addnode=78.47.196.146 &
./komodod -ac_name=ZAR -addnode=78.47.196.146 &
./komodod -ac_name=PLN -addnode=78.47.196.146 &
./komodod -ac_name=NOK -addnode=78.47.196.146 &
./komodod -ac_name=SEK -addnode=78.47.196.146 &
./komodod -ac_name=DKK -addnode=78.47.196.146 &
./komodod -ac_name=CZK -addnode=78.47.196.146 &
./komodod -ac_name=HUF -addnode=78.47.196.146 &
./komodod -ac_name=ILS -addnode=78.47.196.146 &
./komodod -ac_name=KRW -addnode=78.47.196.146 &
./komodod -ac_name=MYR -addnode=78.47.196.146 &
./komodod -ac_name=PHP -addnode=78.47.196.146 &
./komodod -ac_name=RON -addnode=78.47.196.146 &
./komodod -ac_name=SGD -addnode=78.47.196.146 &
./komodod -ac_name=THB -addnode=78.47.196.146 &
./komodod -ac_name=BGN -addnode=78.47.196.146 &
./komodod -ac_name=IDR -addnode=78.47.196.146 &
./komodod -ac_name=HRK -addnode=78.47.196.146 &

32
src/clearassets Executable file
View File

@@ -0,0 +1,32 @@
rm -rf ~/.komodo/USD
rm -rf ~/.komodo/EUR
rm -rf ~/.komodo/JPY
rm -rf ~/.komodo/GBP
rm -rf ~/.komodo/AUD
rm -rf ~/.komodo/CAD
rm -rf ~/.komodo/CHF
rm -rf ~/.komodo/NZD
rm -rf ~/.komodo/CNY
rm -rf ~/.komodo/RUB
rm -rf ~/.komodo/MXN
rm -rf ~/.komodo/RBL
rm -rf ~/.komodo/INR
rm -rf ~/.komodo/HKD
rm -rf ~/.komodo/TRY
rm -rf ~/.komodo/ZAR
rm -rf ~/.komodo/PLN
rm -rf ~/.komodo/NOK
rm -rf ~/.komodo/SEK
rm -rf ~/.komodo/DKK
rm -rf ~/.komodo/CZK
rm -rf ~/.komodo/HUF
rm -rf ~/.komodo/ILS
rm -rf ~/.komodo/KRW
rm -rf ~/.komodo/MYR
rm -rf ~/.komodo/PHP
rm -rf ~/.komodo/RON
rm -rf ~/.komodo/SGD
rm -rf ~/.komodo/THB
rm -rf ~/.komodo/BGN
rm -rf ~/.komodo/IDR
rm -rf ~/.komodo/HRK

1
src/fiat/aud Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=AUD $1 $2 $3 $4

1
src/fiat/bgn Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=BGN $1 $2 $3 $4

1
src/fiat/cad Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=CAD $1 $2 $3 $4

1
src/fiat/chf Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=CHF $1 $2 $3 $4

1
src/fiat/cny Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=CNY $1 $2 $3 $4

1
src/fiat/czk Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=CZK $1 $2 $3 $4

1
src/fiat/dkk Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=DKK $1 $2 $3 $4

1
src/fiat/eur Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=EUR $1 $2 $3 $4

1
src/fiat/gbp Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=GBP $1 $2 $3 $4

1
src/fiat/hkd Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=HKD $1 $2 $3 $4

1
src/fiat/hrk Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=HRK $1 $2 $3 $4

1
src/fiat/huf Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=HUF $1 $2 $3 $4

1
src/fiat/idr Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=IDR $1 $2 $3 $4

1
src/fiat/ils Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=ILS $1 $2 $3 $4

1
src/fiat/inr Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=INR $1 $2 $3 $4

1
src/fiat/jpy Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=JPY $1 $2 $3 $4

1
src/fiat/krw Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=KRW $1 $2 $3 $4

1
src/fiat/mxn Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=MXN $1 $2 $3 $4

1
src/fiat/myr Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=MYR $1 $2 $3 $4

1
src/fiat/nok Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=NOK $1 $2 $3 $4

1
src/fiat/nzd Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=NZD $1 $2 $3 $4

1
src/fiat/php Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=PHP $1 $2 $3 $4

1
src/fiat/pln Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=PLN $1 $2 $3 $4

1
src/fiat/rbl Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=RBL $1 $2 $3 $4

1
src/fiat/ron Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=RON $1 $2 $3 $4

1
src/fiat/rub Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=RUB $1 $2 $3 $4

1
src/fiat/sek Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=SEK $1 $2 $3 $4

1
src/fiat/sgd Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=SGD $1 $2 $3 $4

1
src/fiat/thb Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=THB $1 $2 $3 $4

1
src/fiat/try Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=TRY $1 $2 $3 $4

1
src/fiat/usd Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=USD $1 $2 $3 $4

1
src/fiat/zar Executable file
View File

@@ -0,0 +1 @@
./assetchain-cli -ac_name=ZAR $1 $2 $3 $4