Skip to content

Commit

Permalink
rm KIP0002, KIP0003 & KIP0004
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed May 18, 2024
1 parent 05c8ce4 commit ffb2744
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 44 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ General [Setup instructions](https://github.com/KomodoPlatform/Documentation/blo
| GLEEC | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/GLEEC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet |
| ILN | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet |
| KOIN | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet |
| KIP0002 | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet |
| KIP0003 | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet |
| KIP0004 | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet |
| MARTY | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet |
| NINJA | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/NINJA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet |
| PIRATE | [komodo](https://github.com/komodoplatform/komodo) | [41265fb](https://github.com/KomodoPlatform/komodo/tree/41265fb26d51e4f629b3dadcc92aa19e6867a76e) | [![dPOW Status](https://badges.komodo.earth/svg/PIRATE_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet |
Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.7.15

- Adds VOTE2024
- Removes VRSC
- Removes VRSC, KIP0002, KIP0003, KIP0004

## 0.7.14

Expand Down
5 changes: 1 addition & 4 deletions doc/daemon_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
"EMC2": "8d988f0",
"MCL": "4b73b24",
"MIL": "5df2e4d",
"TOKEL": "28939c1",
"KIP0002": "41265fb",
"KIP0003": "41265fb",
"KIP0004": "41265fb"
"TOKEL": "28939c1"
}
22 changes: 20 additions & 2 deletions doc/update0715.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## On your main node, launch VOTE2024 chain, import your private key and start staking

```bash
# Launch KIP0001
# Launch VOTE2024
cd ~/komodo/src/
source ~/dPoW/iguana/pubkey.txt
./komodod -ac_name=VOTE2024 -ac_public=1 -ac_supply=149826699 -ac_staked=10 -addnode=65.21.52.182 -pubkey=$pubkey &
Expand All @@ -26,6 +26,24 @@ sudo ufw allow 60915/tcp comment 'VOTE2024 p2p port'
tail -f ~/.komodo/VOTE2024/debug.log
```


## On your **Main node**

- Remove KIP0002, KIP0003 and KIP0004

```bash
cd ~/komodo/src
komodo-cli -ac_name=KIP0002 stop
komodo-cli -ac_name=KIP0003 stop
komodo-cli -ac_name=KIP0004 stop

# Optionally, remove data
rm -rf ~/.komodo/KIP0002
rm -rf ~/.komodo/KIP0003
rm -rf ~/.komodo/KIP0004
```


## On your **3P node**

- Remove VRSC
Expand All @@ -41,7 +59,7 @@ git pull

#### Using other setup

- Build Verus Coin
- Stop Verus Coin

```bash
cd ~/VerusCoin/src
Expand Down
27 changes: 0 additions & 27 deletions iguana/assetchains.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,6 @@
"ac_supply": "125000000",
"addnode": ["209.222.101.247", "103.195.100.32", "3.0.32.10", "15.235.204.174", "148.113.1.52", "65.21.77.109", "89.19.26.211", "89.19.26.212"]
},
{
"ac_name": "KIP0002",
"ac_public": "1",
"ac_staked": "10",
"ac_supply": "149687271",
"addnode": [
"65.21.52.182"
]
},
{
"ac_name": "KIP0003",
"ac_public": "1",
"ac_staked": "10",
"ac_supply": "149687271",
"addnode": [
"65.21.52.182"
]
},
{
"ac_name": "KIP0004",
"ac_public": "1",
"ac_staked": "10",
"ac_supply": "149687271",
"addnode": [
"65.21.52.182"
]
},
{
"ac_name": "VOTE2024",
"ac_public": "1",
Expand Down
3 changes: 0 additions & 3 deletions iguana/assetchains.old
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ komodod -pubkey=$pubkey -ac_name=NINJA -ac_supply=100000000 -addnode=95.213.238.
komodod -pubkey=$pubkey -ac_name=PIRATE -ac_supply=0 -ac_reward=25600000000 -ac_halving=77777 -ac_private=1 -addnode=88.99.212.81 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 &
komodod -pubkey=$pubkey -ac_name=SUPERNET -ac_supply=816061 -addnode=95.213.238.98 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 &
komodod -pubkey=$pubkey -ac_name=THC -ac_supply=251253103 -ac_reward=360000000,300000000,240000000,180000000,150000000,90000000,0 -ac_staked=100 -ac_eras=7 -ac_end=500001,1000001,1500001,2000001,2500001,4500001,0 -ac_perc=233333333 -ac_cc=2 -ac_ccenable=229,236,240 -ac_script=2ea22c8020987fad30df055db6fd922c3a57e55d76601229ed3da3b31340112e773df3d0d28103120c008203000401ccb8 -ac_founders=150 -ac_cbmaturity=1 -ac_sapling=1 -addnode=157.230.45.184 -addnode=165.22.52.123 -earlytxid=7e4a76259e99c9379551389e9f757fc5f46c33ae922a8644dc2b187af2a6adc1 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 &
komodod -pubkey=$pubkey -ac_name=KIP0002 -ac_public=1 -ac_supply=149687271 -ac_staked=10 -addnode=65.21.52.182 $1 &
komodod -pubkey=$pubkey -ac_name=KIP0003 -ac_public=1 -ac_supply=149687271 -ac_staked=10 -addnode=65.21.52.182 $1 &
komodod -pubkey=$pubkey -ac_name=KIP0004 -ac_public=1 -ac_supply=149687271 -ac_staked=10 -addnode=65.21.52.182 $1 &
komodod -pubkey=$pubkey -ac_name=VOTE2024 -ac_public=1 -ac_supply=149826699 -ac_staked=10 -addnode=65.21.52.182 $1 &
1 change: 0 additions & 1 deletion iguana/coins/kip0002_7776

This file was deleted.

1 change: 0 additions & 1 deletion iguana/coins/kip0003_7776

This file was deleted.

1 change: 0 additions & 1 deletion iguana/coins/kip0004_7776

This file was deleted.

2 changes: 1 addition & 1 deletion iguana/iguana_notary.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ STRING_ARG(iguana,addnotary,ipaddr)
}

// TODO: Confirm that this is the correct list of currencies. Is TOKEL supposed to be in here? It's the only 3rd party coin in the list.
char NOTARY_CURRENCIES[][65] = { "SUPERNET", "NINJA", "CCL", "PIRATE", "ILN", "DOC", "THC", "MARTY", "KOIN", "GLEEC", "TOKEL", "CLC", "KIP0002", "KIP0003", "KIP0004" };
char NOTARY_CURRENCIES[][65] = { "SUPERNET", "NINJA", "CCL", "PIRATE", "ILN", "DOC", "THC", "MARTY", "KOIN", "GLEEC", "TOKEL", "CLC" };

// "LTC", "USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "NZD", "CNY", "RUB", "MXN", "BRL", "INR", "HKD", "TRY", "ZAR", "PLN", "NOK", "SEK", "DKK", "CZK", "HUF", "ILS", "KRW", "MYR", "PHP", "RON", "SGD", "THB", "BGN", "IDR", "HRK",

Expand Down

0 comments on commit ffb2744

Please sign in to comment.