Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruesandora authored Jun 20, 2022
1 parent fb7e9a4 commit 707af44
Showing 1 changed file with 33 additions and 16 deletions.
49 changes: 33 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<h1 align="center">Paloma-Node-TR</h1>

![paloma](https://user-images.githubusercontent.com/101149671/173926483-33d00bf3-861e-4e30-9339-e04360cbd16b.png)
Paloma Türkiye: [Telegram](https://t.me/PalomaTurkish)

Explorer: https://paloma.explorers.guru/validators

![image](https://user-images.githubusercontent.com/101149671/174652453-f36d6cf8-5466-4561-b070-1794e164b3fd.png)

Merhaba Dostlarım, bu yazı da Paloma Ağı için Cüzdan Oluşturup. Kayıt yapacaz..
Paloma Projesi Türkçe Kaynaklar


Gereksinimler (minimum):
Expand All @@ -16,7 +17,7 @@ Gereksinimler (minimum):

<h1 align="center">Paloma Node Kurulumu ve Cüzdan oluşturma</h1>

# Cüzdan oluşturduktan sonra dolduruyoruz: [Form](https://docs.google.com/forms/d/e/1FAIpQLSdSviH22JzZ70wcKd1FTevPOiab7g4fyDA3WphKVpYlKBiqkQ/viewform)
Not: form kapandı, yeni form açılmadı, açılırsa telegramda duyururum, daha önce cüzdan kurduysanız script komutuna geçebilirsiniz.

# Go Kurulumu

Expand All @@ -33,7 +34,6 @@ Gereksinimler (minimum):

# Kütüphane Kurulumu



cd $HOME
sudo apt update
Expand All @@ -59,18 +59,36 @@ Gereksinimler (minimum):
wget -O .paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/testnet/master/livia/genesis.json
wget -O .paloma/config/addrbook.json https://raw.githubusercontent.com/palomachain/testnet/master/livia/addrbook.json


# Cüzdan Oluşturma
# Script:
```
wget -q -O paloma.sh https://api.rues.info/paloma.sh && chmod +x paloma.sh && sudo /bin/bash paloma.sh
```
# Cüzdanı Recover ediyoruz. (Form doldurmuştuk)

// <moniker-ismi> SİLİP İSMİNİZİ GİRİN
VALIDATOR=<moniker-ismi>
palomad keys add "$VALIDATOR"[/CODE][CODE][/CODE]

cüzdan-ismi kısmını silip kendi cüzdan isminizi yazın.
```
WALLET=cüzdan-ismi
palomad keys add $WALLET --recover
```

Cüzdanınızı kaydedin ve Testnete başvurun..
# Faucettan token talep edelim, link (açıldığında güncelleyeceğim eşleşin)

# Validatör oluşturalım:
```
palomad tx staking create-validator \
--amount 1000000grain \
--from $WALLET \
--commission-max-change-rate "0.01" \
--commission-max-rate "0.2" \
--commission-rate "0.07" \
--min-self-delegation "1" \
--pubkey $(palomad tendermint show-validator) \
--moniker $MONIKER \
--chain-id chain-id \
--yes
```

# Paloma Tesnet
# Paloma Tesnet Günleri

17 -24 Haziran

Expand All @@ -86,14 +104,13 @@ Cüzdanınızı kaydedin ve Testnete başvurun..

Teşekkürler <3


# Hesaplar:

https://linktr.ee/ruesandora0

[<img src="https://cdn-icons-png.flaticon.com/512/733/733579.png" width="16px"> Twitter ](https://twitter.com/Ruesandora0)
[<img src="https://cdn-icons-png.flaticon.com/512/1336/1336494.png" width="16px"> Forum ](https://forum.rues.info/index.php)
[<img src="https://cdn-icons-png.flaticon.com/512/2111/2111646.png" width="16px"> Telegram Announcement ](https://t.me/RuesAnnouncement)
[<img src="https://cdn-icons-png.flaticon.com/512/2111/2111646.png" width="16px"> Telegram Chat ](https://t.me/RuesChat)
[<img src="https://cdn-icons-png.flaticon.com/512/2111/2111646.png" width="16px"> Telegram Node ](https://t.me/RuesNode)
[<img src="https://cdn-icons-png.flaticon.com/512/2111/2111646.png" width="16px"> Telegram Node Chat](https://t.me/RuesNodeChat)
[@muuustafasari](https://twitter.com/muuustafasari)

0 comments on commit 707af44

Please sign in to comment.