├── Readme.md ├── Threadlistesi.md ├── windows-Solo-TR.md └── windowskurulum.md /Readme.md: -------------------------------------------------------------------------------- 1 | ![image](https://github.com/user-attachments/assets/35e841fa-a227-432a-bb05-0005e63d796a) 2 | 3 | # Initchain Node Kurulum : 4 | 5 | ## Gereksinimler : 6 | 7 | Minimum : 8 | 9 | - ∞ CPU+ / ∞ GB RAM / ∞ MBit/sec İndirme Hızı 10 | 11 | Tavsiye Edilen : 12 | 13 | - ∞+ CPU ( Hızlı ) / ∞+ GB RAM / ∞+ MBit/sec İndirme Hızı 14 | 15 | ### Sonsuz yazmamızın sebebi sunucunuz / bilgisayarınız ile alakalı - Liste : https://github.com/RPCdotcom/Initverse/blob/main/Threadlistesi.md 16 | 17 | ## Kuruluma Başlayalım ; 18 | 19 | Sistem paketlerini güncellemek ve yükseltmek için aşağıdaki komutu çalıştırın: 20 | 21 | ```bash 22 | sudo apt update -y && sudo apt upgrade -y 23 | ``` 24 | ## 2. Gerekli paketleri kurun: 25 | 26 | ```bash 27 | sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y 28 | ``` 29 | ## 3. Gerekli Dosyayı indirelim kurun: 30 | 31 | ```bash 32 | curl -L -O https://github.com/Project-InitVerse/miner/releases/download/v1.0.0/iniminer-linux-x64 33 | ``` 34 | 35 | #### Yetki Verelim : 36 | 37 | ```bash 38 | chmod +x iniminer-linux-x64 39 | ``` 40 | 41 | ## 4. Screen Açalım : 42 | 43 | ```bash 44 | screen -S init 45 | ``` 46 | 47 | ## 5. Ayarlama Yapalım - UYARI Çekirdekleri ayarlananı yapmanızı tavsiye ederiz. 48 | #### Durdurmak istediğinizde CTRL C yapmanız yeterli durdurur. 49 | 50 | - 0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5 bu random cüzdan bunun yerine siz kendi cüzdan adresinizi yazın 51 | - Worker001 sunucuya verdiğiniz isim isterseniz farklı yapabilirsiniz Sunucum1 misal olarak. 52 | 53 | ##### Tüm Çekirdeklere Yüklenen Model : 54 | 55 | ```bash 56 | ./iniminer-linux-x64 --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-b.yatespool.com:32488 57 | ``` 58 | ![image](https://github.com/user-attachments/assets/c1dd2098-a6a5-49a7-90cb-9ce42b7b8307) 59 | 60 | 61 | ##### Dilerseniz Çekirdeklere Yüklenmesini Ayarlayabilirsiniz Misal Alttaki komut 1 Thread Kullanmak için --cpu-devices : 62 | 63 | ```bash 64 | ./iniminer-linux-x64 --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-b.yatespool.com:32488 --cpu-devices 1 65 | ``` 66 | 67 | #### Multi CPU Ayarlamak İçin --cpu-devices ekleyebilirsiniz misal 4 Thread için - kısaca her çekirdek için yazıp sayıyı arttırıyoruz : 68 | 69 | ```bash 70 | ./iniminer-linux-x64 --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-b.yatespool.com:32488 --cpu-devices 1 --cpu-devices 2 --cpu-devices 3 --cpu-devices 4 71 | ``` 72 | 73 | ![image](https://github.com/user-attachments/assets/c5b535eb-47c8-4cc7-9167-9851438b18f4) 74 | 75 | Misal 9'luda Böyle Kullanıyor : 76 | 77 | ![image](https://github.com/user-attachments/assets/6ace2e49-9970-4f5d-b620-8d610ac13637) 78 | 79 | 80 | #### Çalıştığında misal böyle gözükecek: 81 | 82 | ![image](https://github.com/user-attachments/assets/bbbcd5ca-7660-4704-92e1-633d2c90b65f) 83 | 84 | #### CTRL A + D ile screenden çalışmayı durdurmadna rahatlıkla çıkabilirsiniz. 85 | 86 | ## Ne Kadar Kastık Durumlar Ne Dasboard'ı : 87 | 88 | - Link A POOL : https://a.yatespool.com 89 | - Link B POOL : https://b.yatespool.com 90 | 91 | - Cüzdan adresinizi yazıp search butonuna basın - biraz geç yükleniyor. 92 | -------------------------------------------------------------------------------- /Threadlistesi.md: -------------------------------------------------------------------------------- 1 | ## Thread Listesi : 2 | 3 | #### Sunucumun İşlemcisini Nasıl Öğrenirim ? 4 | 5 | ```bash 6 | lscpu 7 | ``` 8 | 9 | #### Misal : 10 | 11 | ![image](https://github.com/user-attachments/assets/fc896ccd-5c13-4d67-baef-4d08a51c0605) 12 | 13 | 14 | #### INTEL 15 | 16 | ![image](https://github.com/user-attachments/assets/2bdfcd10-85ab-4d70-a185-42d40f72fc03) 17 | 18 | 19 | #### AMD : 20 | 21 | ![image](https://github.com/user-attachments/assets/6dd7c990-5880-4347-915d-b7ef03d2b6da) 22 | 23 | 24 | #### Server : 25 | 26 | ##### INTEL : 27 | 28 | ![image](https://github.com/user-attachments/assets/66525dbc-ffbb-4a09-a8e5-48c42eb70ce1) 29 | 30 | #### AMD : 31 | 32 | ![image](https://github.com/user-attachments/assets/3c9c96ae-e632-4a7c-9ea3-4eee7352e6a4) 33 | 34 | -------------------------------------------------------------------------------- /windows-Solo-TR.md: -------------------------------------------------------------------------------- 1 | 2 | # InitChain Windows Solo Kurulum ; 3 | 4 | #### Link: https://github.com/Project-InitVerse/ini-chain/releases/tag/v1.0.0 5 | 6 | ![image](https://github.com/user-attachments/assets/9a7697ea-10cf-44fb-bff8-dab2872a5e09) 7 | 8 | #### Windows olanı indirin - zip olarak gelecek yeni bir klasör oluşturun ve içine atın. 9 | 10 | ![image](https://github.com/user-attachments/assets/4457d1ad-3f5a-4bb2-bd57-88b10da7a661) 11 | 12 | #### Sonra yukarıdaki dosya yolu kısmına "cmd" yazıp enterleyin. 13 | 14 | ![image](https://github.com/user-attachments/assets/1fdb3bf2-e34f-4324-9a6b-0a29dab368cb) 15 | 16 | #### Bu Komutu Yapıştırın Başlayacaktır ; 17 | 18 | ```bash 19 | geth-windows-x64.exe --datadir data --http.api="eth,admin,miner,net,web3,personal" --allow-insecure-unlock --testnet console 20 | ``` 21 | 22 | ![image](https://github.com/user-attachments/assets/0a2fc8fe-4f64-4071-a177-0c5ec4bb5991) 23 | 24 | 25 | #### Başlangıç ; 26 | 27 | ![image](https://github.com/user-attachments/assets/f4c29dc4-2c07-4e54-9d74-17fb52ead0dd) 28 | 29 | #### Sonra attığınız dosyada "data" adlı bir dosya oluşturacak ve sync olmaya başlayacak. En başlarda ortalama 1 GB alan kaplıyor. 30 | 31 | ![image](https://github.com/user-attachments/assets/7790bc59-9803-471b-a276-10575472db50) 32 | 33 | ![image](https://github.com/user-attachments/assets/62ea8b5d-cc81-4be8-b34a-72d2e94c5258) 34 | 35 | #### Buradaki Adresi kendi adresiniz ile değiştirin. Sonra Sağ tık ile yapıştırıp enterleyin. 36 | 37 | ```bash 38 | miner.setEtherbase("0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5") 39 | ``` 40 | 41 | #### Örnek ; 42 | 43 | - Siz sağ tık yapınca sanki yazmamış gibi gözüküyor lakin enter'e bastığınızda true yazısını göreceksiniz. 44 | 45 | ![image](https://github.com/user-attachments/assets/6a399710-e2fa-4304-9509-7a8f6e2bdc67) 46 | 47 | #### Başlatalım / Çekirdek ayarlayalım ; 48 | 49 | ```bash 50 | miner.start() 51 | ``` 52 | 53 | - Kaç çekirdek vermek istiyorsak () arasına yazmanız gerekiyor misal 3 çekirdek ; miner.start(3) 54 | 55 | ![image](https://github.com/user-attachments/assets/df8aaaff-e2ec-45d4-a0ef-29644c3e9695) 56 | 57 | #### Artık çalışıyor - tüm çekirdekleri verince bilgisayarınız fırına döner dikkatli olunuz. Ben 3 verdim şimdilik. Sıvı soğutma ile 74 Derece. 58 | -------------------------------------------------------------------------------- /windowskurulum.md: -------------------------------------------------------------------------------- 1 | 2 | ## InitChain Windows Kurulum : 3 | 4 | #### Relase Kısmından Windows olanın üstüne tıklayıp indirelim : 5 | 6 | - Link : https://github.com/Project-InitVerse/miner/releases/ 7 | 8 | ![image](https://github.com/user-attachments/assets/8ed28dde-aa08-4b4e-a68d-cffe6769bf9f) 9 | 10 | #### Zip'in içerisindeki Dosyaları Bilgisayımızda bir yeni bir Klasör oluşturup içine atalım : 11 | 12 | ![image](https://github.com/user-attachments/assets/075ab470-99d8-4db4-9851-128d8bb0d8f0) 13 | 14 | #### start.bat dosyasına sağ tık yapıp düzenleye basın : 15 | 16 | ![image](https://github.com/user-attachments/assets/d67eacf2-ddf2-41eb-ae28-838f4a3e5b4b) 17 | 18 | #### Düzenleme : 19 | 20 | ![image](https://github.com/user-attachments/assets/f6c8eb25-fe5c-4963-b435-7272d8f3557e) 21 | 22 | 1 - ) Cüzdan adresiniz. 23 | 24 | 2 - ) Bilgisayarınıza Dasboard'da görükmesi için isim verin. Worker001'i silip misal Bilgisayarim yazabilirsiniz. 25 | 26 | 3 - ) Kaç Thread kullanacağınızı yazın. 1 thread için : --cpu-devices 1 | 2 thread için --cpu-devices 1 --cpu-devices 2 27 | 28 | #### Örnek Olarak 5 Thread için : 29 | 30 | ![image](https://github.com/user-attachments/assets/f26a03eb-c3a1-4d74-8bb8-96159cbb6887) 31 | 32 | #### Sonrasında Sol üstten dosyaya tıklayıp kaydet'e tıklayın. 33 | 34 | #### Sonrasında yineden Start dosyasına 2 kere tıklayıp çalıştırın. 35 | 36 | ![image](https://github.com/user-attachments/assets/353b7eb8-1fe7-4de2-8bdd-929155ba67a6) 37 | 38 | ##### Artık çalışacak ve mining'e başlayacaktır. Kapatmak istediğinizde açıklan uygulamanın üstündeki Çarpıya basmanız yeterli direkt kapatır. 39 | 40 | ## Ne Kadar Kastık Durumlar Ne Dasboard'ı : 41 | 42 | - Link : https://genesis-testnet.yatespool.com/ 43 | 44 | - Cüzdan adresinizi yazıp search butonuna basın - biraz geç yükleniyor. 45 | --------------------------------------------------------------------------------