Skip to content

Commit

Permalink
Merge pull request #461 from gcharang/dev
Browse files Browse the repository at this point in the history
remove Coqui, AXO and BTCH from dPoW
  • Loading branch information
ca333 authored Jul 30, 2021
2 parents f11995f + 25fb557 commit 56590a4
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 55 deletions.
22 changes: 1 addition & 21 deletions src/ac.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@
"ac_supply": "999999"
}
,
"COQUICASH": {
"ac_supply": "72000000",
"ac_reward": "7200000000",
"ac_staked": "50",
"ac_halving": "420000",
"ac_cc": "2",
"ac_ccenable": "227,235,236,241",
"addnode": [
"78.47.108.168"
]
}
,

"WLC": {
"ac_supply": "210000000"
Expand All @@ -81,20 +69,12 @@
}
,

"AXO": {
"ac_supply": "200000000",
"ac_ccactivate": "130000"
}
,


"ETOMIC": {
"ac_supply": "100000000"
}
,

"BTCH": {
"ac_supply": "20998641"
}
,

"NINJA": {
Expand Down
2 changes: 0 additions & 2 deletions src/ac/axo

This file was deleted.

2 changes: 0 additions & 2 deletions src/ac/btch

This file was deleted.

2 changes: 0 additions & 2 deletions src/ac/coquicash

This file was deleted.

19 changes: 0 additions & 19 deletions src/assetchains.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[
{
"ac_name": "AXO",
"ac_supply": "200000000",
"ac_ccactivate": "130000"
},
{
"ac_name": "BET",
"ac_supply": "999999"
Expand All @@ -12,10 +7,6 @@
"ac_name": "BOTS",
"ac_supply": "999999"
},
{
"ac_name": "BTCH",
"ac_supply": "20998641"
},
{
"ac_name": "CCL",
"ac_supply": "200000000",
Expand All @@ -25,16 +16,6 @@
"spentindex": "1",
"addnode": ["142.93.136.89", "195.201.22.89"]
},
{
"ac_name": "COQUICASH",
"ac_supply": "72000000",
"ac_reward": "7200000000",
"ac_staked": "50",
"ac_halving": "420000",
"ac_cc": "2",
"ac_ccenable": "227,235,236,241",
"addnode": ["78.47.108.168"]
},
{
"ac_name": "CRYPTO",
"ac_supply": "999999"
Expand Down
3 changes: 0 additions & 3 deletions src/assetchains.old
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ delay=60
source pubkey.txt
echo $pubkey

./komodod -pubkey=$pubkey -ac_name=AXO -ac_supply=200000000 -ac_ccactivate=130000 -addnode=95.213.238.98 $1 &
./komodod -pubkey=$pubkey -ac_name=BET -ac_supply=999999 -addnode=95.213.238.98 $1 &
./komodod -pubkey=$pubkey -ac_name=BOTS -ac_supply=999999 -addnode=95.213.238.98 $1 &
./komodod -pubkey=$pubkey -ac_name=BTCH -ac_supply=20998641 -addnode=95.213.238.98 &
./komodod -pubkey=$pubkey -ac_name=CCL -ac_supply=200000000 -ac_end=1 -ac_cc=2 -addressindex=1 -spentindex=1 -addnode=142.93.136.89 -addnode=195.201.22.89 $1 &
./komodod -pubkey=$pubkey -ac_name=COQUICASH -ac_supply=72000000 -ac_reward=7200000000 -ac_staked=50 -ac_halving=420000 -ac_cc=2 -ac_ccenable=227,235,236,241 -addnode=78.47.108.168 $1 &
./komodod -pubkey=$pubkey -ac_name=CRYPTO -ac_supply=999999 -addnode=95.213.238.98 $1 &
./komodod -pubkey=$pubkey -ac_name=DEX -ac_supply=999999 -addnode=95.213.238.98 $1 &
./komodod -pubkey=$pubkey -ac_name=GLEEC -ac_supply=210000000 -ac_public=1 -ac_staked=100 -addnode=95.217.161.126 $1 &
Expand Down
2 changes: 0 additions & 2 deletions src/fiat/axo

This file was deleted.

2 changes: 0 additions & 2 deletions src/fiat/btch

This file was deleted.

2 changes: 0 additions & 2 deletions src/fiat/coquicash

This file was deleted.

0 comments on commit 56590a4

Please sign in to comment.