Skip to content

Commit e42c74b

Browse files
Bootstrap links change + small typos fix
1 parent 35a545b commit e42c74b

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

decenomy.sh

+23-23
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ NC='\033[0m'
1919
ASCII_L="--│█│█"
2020
ASCII_R="│█│█--"
2121
ASCII_LINE="--------------------------------------------------------------"
22-
SCRIPVERSION=v1.0.7
22+
SCRIPVERSION=v1.0.8
2323
SCRIPT_GITHUB=https://api.github.com/repos/decenomy/mnscript/releases/latest
2424
SCRIPT_FILE=`curl -s $SCRIPT_GITHUB | grep "browser_download_url.*decenomy.sh" | cut -d : -f 2,3 | tr -d \" | xargs`
2525
NODEIP=$(curl --fail --retry 3 -s4 icanhazip.com)
@@ -111,7 +111,7 @@ var_azr() {
111111
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
112112
COIN_PORT=14725
113113
RPC_PORT=14724
114-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
114+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
115115
user_creations
116116
}
117117

@@ -130,7 +130,7 @@ var_becn() {
130130
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
131131
COIN_PORT=36552
132132
RPC_PORT=36553
133-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
133+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
134134
user_creations
135135
}
136136

@@ -149,7 +149,7 @@ var_bir() {
149149
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
150150
COIN_PORT=39697
151151
RPC_PORT=39698
152-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
152+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
153153
user_creations
154154
}
155155

@@ -168,7 +168,7 @@ var_cfl() {
168168
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
169169
COIN_PORT=13333
170170
RPC_PORT=13334
171-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
171+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
172172
user_creations
173173
}
174174

@@ -188,7 +188,7 @@ var_saga() {
188188
COIN_NAME='cryptosaga'
189189
COIN_PORT=37552
190190
RPC_PORT=37553
191-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
191+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
192192
user_creations
193193
}
194194

@@ -207,7 +207,7 @@ var_dashd() {
207207
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
208208
COIN_PORT=12341
209209
RPC_PORT=23452
210-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
210+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
211211
user_creations
212212
}
213213

@@ -226,7 +226,7 @@ var_esk() {
226226
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
227227
COIN_PORT=14215
228228
RPC_PORT=14214
229-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
229+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
230230
user_creations
231231
}
232232

@@ -245,7 +245,7 @@ var_fls() {
245245
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
246246
COIN_PORT=32972
247247
RPC_PORT=32973
248-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
248+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
249249
user_creations
250250
}
251251

@@ -264,7 +264,7 @@ var_777() {
264264
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
265265
COIN_PORT=17771
266266
RPC_PORT=27772
267-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
267+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
268268
user_creations
269269
}
270270

@@ -283,7 +283,7 @@ var_kyan() {
283283
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
284284
COIN_PORT=7757
285285
RPC_PORT=7758
286-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
286+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
287287
user_creations
288288
}
289289

@@ -302,7 +302,7 @@ var_mobic() {
302302
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
303303
COIN_PORT=22487
304304
RPC_PORT=22488
305-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
305+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
306306
user_creations
307307
}
308308

@@ -321,7 +321,7 @@ var_monk() {
321321
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
322322
COIN_PORT=32270
323323
RPC_PORT=32271
324-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
324+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
325325
user_creations
326326
}
327327

@@ -340,7 +340,7 @@ var_owo() {
340340
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
341341
COIN_PORT=32112
342342
RPC_PORT=32113
343-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
343+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
344344
user_creations
345345
}
346346

@@ -359,7 +359,7 @@ var_pny() {
359359
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
360360
COIN_PORT=36779
361361
RPC_PORT=36780
362-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
362+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
363363
user_creations
364364
}
365365

@@ -378,7 +378,7 @@ var_sapp() {
378378
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
379379
COIN_PORT=45328
380380
RPC_PORT=45329
381-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
381+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
382382
user_creations
383383
}
384384

@@ -397,7 +397,7 @@ var_suv() {
397397
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
398398
COIN_PORT=18976
399399
RPC_PORT=18977
400-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
400+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
401401
user_creations
402402
}
403403

@@ -416,7 +416,7 @@ var_ucr() {
416416
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
417417
COIN_PORT=32628
418418
RPC_PORT=32627
419-
BOOTSTRAP=https://explorer.decenomy.net/bootstraps/$TICKER/bootstrap.zip
419+
BOOTSTRAP=https://bootstraps.decenomy.net/$TICKER/bootstrap.zip
420420
user_creations
421421
}
422422

@@ -1710,8 +1710,8 @@ wallet_info() {
17101710
echo -e " Wallet Status: ${GREEN}on chain${NC}"
17111711
echo
17121712
else
1713-
echo -e " Wallet Status: ${RED}Forked - Block hash doesn't match${NC}"
1714-
echo -e " ${RED}Check again in 5 minutes. If the fork status repeats"
1713+
echo -e " Wallet Status: ${RED}Block hash doesn't match${NC}"
1714+
echo -e " ${RED}Check again in 5 minutes. If this status repeats"
17151715
echo -e " please select option [2] Wallet Management.${NC}"
17161716
echo
17171717
fi
@@ -2568,7 +2568,7 @@ function overview_center() {
25682568
echo -e " ${GREEN}Total disk space${NC} $(df -h -t ext4 --total | awk '/total/ {print $2 " (" $5 " in use)"}')"
25692569
echo -e " ${GREEN}Total RAM memory${NC} $total_mem (${percentage_used}% in use) - ${GREEN}Cache Mem${NC} $cache_mem"
25702570
echo
2571-
echo -e " Wallet intalled overview"
2571+
echo -e " Overview of wallets installed"
25722572
echo
25732573
for dir in $(find /home/users \( -name ".azzure" -or -name ".beacon" -or -name ".birake" -or -name ".cryptoflow" -or -name ".cryptosaga" -or -name ".dashdiamond" -or -name ".eskacoin" -or -name ".flits" -or -name ".jackpot" -or -name ".kyanite" -or -name ".mobic" -or -name ".monk" -or -name ".oneworld" -or -name ".peony" -or -name ".sapphire" -or -name ".suvereno" -or -name ".ultraclear" \) -type d 2>/dev/null)
25742574
do
@@ -2587,8 +2587,8 @@ function overview_center() {
25872587
echo
25882588
else
25892589
echo -e " Connections: ${YELLOW}$(su - $COIN_NAME1 -c "$COIN_CLI1 getconnectioncount; exit")${NC} (In: $(su - $COIN_NAME1 -c "$COIN_CLI1 getpeerinfo|grep inbound|grep -c true; exit") | Out: $(su - $COIN_NAME1 -c "$COIN_CLI1 getpeerinfo|grep inbound|grep -c false; exit"))"
2590-
echo -e " Wallet Status: ${RED}Forked - Block hash doesn't match${NC}"
2591-
echo -e " ${RED}Check again in 5 minutes. If the fork status repeats"
2590+
echo -e " Wallet Status: ${RED}Block hash doesn't match${NC}"
2591+
echo -e " ${RED}Check again in 5 minutes. If this status repeats"
25922592
echo -e " please view wallet statistic of $COIN_NAME1 for more info.${NC}"
25932593
echo
25942594
fi

0 commit comments

Comments
 (0)