Текс, парни! Зашёл я вчера в тестнет монеты Liberty. Мне кажется норм проект. Посмотрим.
У многих не получается включить майнинг на процессорах, хотя инструкции разжованы.
😂😂😂 Личка завалена вопросами. Дайте поспать и делайте всё не торопясь. По всей видимости не только мне проект зашёл.
1. Настройка кошелька MetaMask
Создайте новую сеть:
Network Name:
Liberty Project testnet
Далее
RPC URL:
https://rpc.libertyproject.space
Chain ID:
21102
Currency Symbol:
tLBRT
Block Explorer
URL: https://explorer.libertyproject.space
Переходим к терминалу Ubuntu.
Создадим нового пользователя что бы не использовать административную учётку ROOT в целях безопасности.
sudo useradd -m -s /bin/bash liberty
3. Создадим папку Liberty
sudo mkdir -p /home/liberty/liberty
sudo chown liberty:liberty /home/liberty/liberty
4. Скачиваем бинарники:
Загрузите двоичный файл geth в /usr/local/bin и сделайте его исполняемым:
sudo curl -L https://github.com/LibertyProject-chain/Liberty-Project-testnet-phase-2/releases/download/v0.23/geth-linux-amd64 -o /usr/local/bin/geth
Даём права папке:
sudo chmod +x /usr/local/bin/geth
5. Скачиваем Genesis File
sudo curl -L https://github.com/LibertyProject-chain/Liberty-Project-testnet-phase-2/releases/download/v0.23/genesis.json -o /home/liberty/liberty/genesis.json
sudo chown liberty:liberty /home/liberty/liberty/genesis.json
Initialize the node as the liberty user:
sudo -u liberty geth --datadir /home/liberty/liberty init /home/liberty/liberty/genesis.json
6. Создание файла службы Systemd для автозапуска при перезагрузке.
sudo nano /etc/systemd/system/liberty-node.service
вставьте в файл эти строки:
[Unit]
Description=Liberty Node
After=network.target
[Service]
User=liberty
Restart=on-failure
RestartSec=10
ExecStart=/usr/local/bin/geth --datadir /home/liberty/liberty \
--networkid 21102 \
--port 40404 \
--http.api debug,web3,eth,txpool,net \
--mine \
--miner.threads 1 \
--miner.etherbase <miner address> \
--gcmode archive \
--bootnodes "enode://8b7cf2ff6d30e7fe7f1b8bfd67193844504144cb002f1a369326d8cd16227f2c2a0a73ee0e658dac2663b92e1af7e2fbae8a46388dfd5db602f704ee56ca8d57@94.142.138.78:40404"
LimitNOFILE=4096
[Install]
WantedBy=default.target
Примечание:
‼️Замените <miner address> на Ethereum-адрес вашего майнера.
‼️7. Запускаем.
Reload systemd to recognize the new service:
sudo systemctl daemon-reload
Enable and start the node service:
sudo systemctl enable liberty-node
sudo systemctl start liberty-node
8. Check Status and Logs
sudo systemctl status liberty-node
To view the logs:
sudo journalctl -u liberty-node -f --no-hostname -o cat
📹 YouTube
🍆 Chat
🧘 Я.Дзен
📝TwitterX
👑 AltcoinPool
♨️TAP Chanel
🔥TAP Chat