From 8b391806c46b7bf2afb795b9a468365c859ed4bb Mon Sep 17 00:00:00 2001 From: ca333 Date: Thu, 1 Mar 2018 03:38:26 +0100 Subject: [PATCH 1/2] update code_of_conduct --- code_of_conduct.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code_of_conduct.md b/code_of_conduct.md index 959fbe4d5..b85fd574e 100644 --- a/code_of_conduct.md +++ b/code_of_conduct.md @@ -41,14 +41,14 @@ is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident. -You may send reports to [our Conduct email](mailto:conduct@z.cash). +You may send reports to [our Conduct email](mailto:developer@komodoplatform.com). If you wish to contact specific maintainers directly, the following have made themselves available for conduct issues: -- Daira Hopwood (daira at z.cash) -- Sean Bowe (sean at z.cash) - +- Benny Fairbank (benny at komodoplatform.com) +- Support Team (support at komodoplatform.com) +- ca333 (ca333 at komodoplatform.com) This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.3.0, available at From ee5d6946326d89ce8de56d8157c081a9e6fd63c6 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 4 Apr 2018 03:28:48 +0200 Subject: [PATCH 2/2] add BNTN --- src/assetchains | 1 + src/assetchains.old | 1 + src/dpowassets | 1 + src/fiat-cli | 1 + src/fiat/bntn | 2 ++ 5 files changed, 6 insertions(+) create mode 100644 src/fiat/bntn diff --git a/src/assetchains b/src/assetchains index d6e60be12..c3e161142 100755 --- a/src/assetchains +++ b/src/assetchains @@ -52,3 +52,4 @@ komodo_asset PIZZA 100000000 komodo_asset BEER 100000000 komodo_asset NINJA 100000000 komodo_asset OOT 216000000 +komodo_asset BNTN 500000000 diff --git a/src/assetchains.old b/src/assetchains.old index 9839c56e6..6bb60d95a 100755 --- a/src/assetchains.old +++ b/src/assetchains.old @@ -29,6 +29,7 @@ echo $pubkey ./komodod -pubkey=$pubkey -ac_name=PIZZA -ac_supply=100000000 -addnode=78.47.196.146 & ./komodod -pubkey=$pubkey -ac_name=NINJA -ac_supply=100000000 -addnode=78.47.196.146 & ./komodod -pubkey=$pubkey -ac_name=OOT -ac_supply=216000000 -addnode=174.138.107.226 & +./komodod -pubkey=$pubkey -ac_name=BNTN -ac_supply=500000000 -addnode=94.130.169.205 & #sleep $delay #./komodod -pubkey=$pubkey -ac_name=USD -addnode=78.47.196.146 $1 & diff --git a/src/dpowassets b/src/dpowassets index d2f0006ff..bd970c357 100755 --- a/src/dpowassets +++ b/src/dpowassets @@ -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\":\"VOTE2018\",\"pubkey\":\"$pubkey\"}" curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"NINJA\",\"pubkey\":\"$pubkey\"}" 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\":\"USD\",\"pubkey\":\"$pubkey\"}" #curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"EUR\",\"pubkey\":\"$pubkey\"}" diff --git a/src/fiat-cli b/src/fiat-cli index 89f82c632..a7ee8c62e 100755 --- a/src/fiat-cli +++ b/src/fiat-cli @@ -25,3 +25,4 @@ echo beer; fiat/beer $1 $2 $3 $4 echo vote2018; fiat/vote2018 $1 $2 $3 $4 echo ninja; fiat/ninja $1 $2 $3 $4 echo oot; fiat/oot $1 $2 $3 $4 +echo bntn: fiat/bntn $1 $2 $3 $4 diff --git a/src/fiat/bntn b/src/fiat/bntn new file mode 100644 index 000000000..7ae6f4e8d --- /dev/null +++ b/src/fiat/bntn @@ -0,0 +1,2 @@ +#!/bin/bash +./komodo-cli -ac_name=BNTN $1 $2 $3 $4 $5 $6