Son of a Tech
Science & Tech • Investing & Finance
Warthog Node Update
December 26, 2023
post photo preview

This should work anytime you wish to update your Wart Node. For node guide please follow that first.

Resources

https://github.com/warthog-network/Warthog/releases

 


  1. List out home directory of the user you installed the node under
    ll
  2. Remove the .warthog directory 
    rm -R .warthog
  3.  List out to confirm it is removed 
    ll
  4. Enter Node Binary Directory 
    cd ~/Warthog/build/src/node
  5. Rename node binary to old as the backup 
    mv wart-node wart-node.old
  6. Remove executable permission for the old binary it should turn white as seen above 
    chmod -x wart-node.old
  7. Download latest node release 
    wget https://github.com/warthog-network/Warthog/releases/download/master-0.1.8-ff6b90d/wart-node-linux
  8. Make new release executable  
    chmod +x wart-node-linux
  9. Start new screen or reconnect to old screen running the node previously 
    screen -S wart
  10. Start the node 
    ./wart-node-linux
  11. ctrl+a+d to detach from screen
  12. Update wallet by first moving to that directory 
    cd ~/Warthog/build/src/wallet
  13. Rename wallet to .old to backup 
    mv wart-wallet wart-wallet.old
  14. Remove executable permissions from old file 
    chmod -x wart-wallet.old
  15. Download latest wallet release 
    wget https://github.com/warthog-network/Warthog/releases/download/master-0.1.8-ff6b90d/wart-wallet-linux
  16. Make wallet executable 
     chmod +x wart-wallet-linux
community logo
Join the Son of a Tech Community
To read more articles like this, sign up and join my community today
5
What else you may like…
Videos
Posts
Articles
BC-250 Bios Crack and Settings

Here are the files with AMD flash and instructions https://drive.google.com/file/d/1WxRBqj9QZ_hwYzBsy5kzGmhQt7cUK4SW/view?usp=sharing unpack to a dos bootable drive created with rufus and follow video. To get into bios remove all drives. I also recommend turning off silent boot.

How to Buy Melania Meme

Use my referral for Ape pro: https://ape.pro/?ref=UZOt9qW9oUOa

Phantom Wallet: https://phantom.com/

Join Locals for exclusive content https://sonofatech.locals.com/
Check out the Crypto Mining Ecourse at https://sonofatech.com

Ergo Address: 9fCyhudURbDSA2qi9k3sh1LgbHwyFwT6fck7wQW2YYWk9xR1miN
ETH Address: 0x8446b70aA05c811d7bF590e6EDE3d90C00391FcE
ETC Address: 0x8446b70aA05c811d7bF590e6EDE3d90C00391FcE
ZIL Address: zil135ajqdgf9mj6r50e8t28p98xvsss8ay7cppyx5
RVN Address: RLS9LQQg3JyjZV8p2DigMrK3S2qR8syax2
BTC Address: bc1qrk5gvvcxnvaatl9eek8pld6xs5sw0c24tgaenp
KAS Address: kaspa:qzwqvpqnxnnfy7y8zdllms68yxvh9htt74rgytn0yjlwlydwcsvjgn0cz0fz6
Flux Address: t1a276Sn6AALj6ifkgMBi8cuxa2415UajsW
LTC Address: LbNTMKfnGVoBktK1v4MtGpsoXaECRzQ1sT
XMR: 4AG3vNVkPaZ5syjKRfaHNE6CJeZ3e1g3w6pwTTZsLZXYFEpcnZtKX5TQQ6WQ2gNUQ7YVQCXP7apcvigmZvuYLgX97YLmaTa

Affiliate Links
SimpleMiningOS: https://simplemining.net/ref?user=sonofatech
Octominer: https://octominer.com/?aff=blindrun
Amazon: https://amzn.to/3bmHH2V
Coastal ...

Yet Another Spec Mine
CMP170HX 10G/8G Group Buy

@Mark-coastal Coastal Crypto is offering the community a group buy option. $375 per card with $45 flat shipping fee. Six card minimum for the price and it will be random wether you get an 8GB or 10GB model. I can help facilitate the group buy for you all. Can we get a list together in the comments?

June 01, 2025

Tried the new BC250 bios. It gave me a small bump in RandomX (~2.7 Kh/s)...unfortunately that algo needs 2 MB L3 cache/thread. BC250s might be a good play when Tari forks so it can mine on both the GPU and CPU.

Huge efficiency gains on my vanilla s19 95Ts making my entire operation way way more profitable...

LUXOS
11.88V 410MHZ EACH BOARD
57TH @ 1280 watts 22.5 jT/H

If miner doesn't like the clocks "silicon lottery" bump voltage 11.9-12 and keep your MHZ between 405-415 ive got all machines 22.5-25 JTH

September 10, 2024
post photo preview
Another Rusty Spec Mine

Thanks to @ScarTalon for finding this one. 

 


Resources

Node: https://github.com/astrix-network/astrix-node

Miner: https://github.com/paragone/astrix-miner

    -Website: https://astrix-network.com
    -Explorer: https://explorer.astrix-network.com
    -WebWallet: https://wallet.astrix-network.com
    -Discord: https://discord.com/invite/cwfDZJ9dHx
    -Telegram: https://t.me/astrix_network
    -X: https://x.com/astrix_network
    -Github: https://github.com/astrix-network

  • Get node software 

wget  https://github.com/astrix-network/astrix-node/releases/download/v0.14.1/astrix-node-v0.14.1-linux.zip

  • unzip 

unzip astrix-node-v0.14.1-linux.zip

  • start screen to test (can make service later)

screen -S astrixd

  • Enter Directory

cd astrix-node

  • Start node with mining settings

./astrixd --utxoindex --rpclisten-borsh=default --rpclisten=0.0.0.0:34150

  • ctrl+a+d to exit screen
  • Enter directory

cd astrix-node

  • Start Wallet

./astrix-wallet

  • Connect wallet to node

connect 127.0.0.1

  • Create Wallet

wallet create

  • Use hiveOS image in custom miner requires kernel 6.1 meaning latest beta and now they did update latest stable to 6.1 as long as you use replace option to upgrade to it or on first burn. GUI latest stable will not update the kernel. 

https://github.com/Dalkson/Wrapper-Builder/releases/download/astrix-miner/astrix-miner-v0.2.1.tar.gz

Read full Article
post photo preview
Skoof Wallet and Node Guide

This is a guide to build a wallet and node for the Xelis fork Skoof. The wallet guide is first and you can mine to the public node I have built with rigel miner now. Node Guide will be completed later.

 

 

Only for Supporters
To read the rest of this article and access other paid content, you must be a supporter
Read full Article
post photo preview
Yet Another Spec Mine Resources

The latest spec mine not available on miningpoolstats or exchanges. 

Check out the Video Here https://sonofatech.locals.com/post/5660644/yet-another-spec-mine

 


https://pugdag.com/

https://wallet.pugdag.com/

https://mining4people.com/

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals