Giter Site home page Giter Site logo

fractal-rehber's Introduction

Fractal Bitcoin Node Kurulum Rehberi

Merhabalar.

Binance tarafından desteklenen ve Eylül ayında tokeni çıkacak olan Fractal Bitcoin projesinde bir node kuracağız.

Node kurulum süreci ve ayrıntılı rehberi aşağıda bulabilirsiniz.

image

Fractal Bitcoin Nedir?

Fractal Bitcoin, sonsuz katmanları yinelemeli olarak ölçeklendirmek için Bitcoin Core kodunu kullanan tek Bitcoin ölçeklendirme çözümüdür. Bu, Bitcoin'e uygulanan dünyadaki ilk sanallaştırma yöntemidir. Fractal, Bitcoin blok zincirini, Bitcoin ana zincirindeki tutarlılığı bozmadan ölçeklenebilir bir bilgi işlem sistemine kademeli olarak genişletir. Güçlü araçlar ve destek ile Fractal üzerine inşa etmek oldukça basittir.

Gereksinimler

Gereksinim Açıklama
İşletim Sistemi Ubuntu 22.04 veya daha yeni bir sürüm
Bellek (RAM) En az 4 GB
Disk Alanı En az 100 GB boş disk alanı

Kurulum

  1. Paketleri Kurun:
sudo apt update && sudo apt upgrade -y
sudo apt install curl build-essential pkg-config libssl-dev git wget jq make gcc chrony -y

Node Kurulumu

  1. Fractal Reposunu Çekme:
wget https://github.com/fractal-bitcoin/fractald-release/releases/download/v1.0.6/fractald-1.0.6-x86_64-linux-gnu.tar.gz
  1. Dosyayı Çıkarma:
tar -zxvf fractald-1.0.6-x86_64-linux-gnu.tar.gz
  1. Data Klasörünü Oluşturma:
cd fractald-1.0.6-x86_64-linux-gnu && mkdir data
  1. Konfigürasyon Dosyasını Kopyalama:
cp ./bitcoin.conf ./data
  1. Servis Oluşturma:
sudo tee /etc/systemd/system/fractald.service > /dev/null <<EOF
[Unit]
Description=Fractal Node
After=network.target

[Service]
User=root
WorkingDirectory=/root/fractald-1.0.6-x86_64-linux-gnu
ExecStart=/root/fractald-1.0.6-x86_64-linux-gnu/bin/bitcoind -datadir=/root/fractald-1.0.6-x86_64-linux-gnu/data/ -maxtipage=504576000
Restart=always
RestartSec=3
LimitNOFILE=infinity

[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && \
sudo systemctl enable fractald && \
sudo systemctl start fractald

Log Kontrol

sudo journalctl -u fractald -fo cat

7. Cüzdan Oluşturma

Terminalde aşağıdaki komutları sırasıyla çalıştırarak cüzdan oluşturun:

cd /root/fractald-1.0.6-x86_64-linux-gnu/bin
./bitcoin-wallet -wallet=wallet -legacy create

Bu adımlar sonucunda, ismi wallet olan yeni bir cüzdan oluşturmuş olacaksınız.

Ekran Resmi 2024-07-25 23 40 11

  1. Cüzdan Private Key Alma:

Aşağıdaki komutla private keyinizi öğrenebilirsiniz. Komutta herhangi bir yeri değiştirmenize gerek yok.

cd /root/fractald-1.0.6-x86_64-linux-gnu/bin
./bitcoin-wallet -wallet=/root/.bitcoin/wallets/wallet/wallet.dat -dumpfile=/root/.bitcoin/wallets/wallet/MyPK.dat dump
cd && awk -F 'checksum,' '/checksum/ {print "Cüzdan Private Keyiniz:" $2}' .bitcoin/wallets/wallet/MyPK.dat

Unisat Wallet'a Cüzdan Import Etme

  1. Unisat Wallet'ı İndirin
    • Cüzdanı açın.

1  (4)

  1. Ayarlar Menüsüne Girin
    • Ekranın sol üst köşesindeki wallet #1'e tıklayın ve ardından sağ üst köşedeki "+" simgesine tıklayın.

1

  1. Private Key ile Geri Yükleme
    • "Single private key geri yükle" seçeneğini seçin.

1  (1)

  1. Private Key’i Yapıştırın
    • Size verilen private key’i ilgili alana yapıştırın.

1  (2)

  1. Cüzdan Türünü Seçin
    • Cüzdan türü olarak "Legacy" seçeneğini işaretleyin.

1  (3)

Beni X'te takip etmeyi unutmayın

fractal-rehber's People

Contributors

blackowltr avatar koltigin avatar

Stargazers

Soulastz avatar  avatar ecamli avatar dedoverse avatar Kartlos avatar  avatar btcguide avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.