BirdByte on Crankk Gateways?

Поділитися
Вставка
  • Опубліковано 30 тра 2024
  • 0:00 Intro
    0:30 What is BirdByte?
    1:15 What is Crankk?
    2:20 Points of view
    3:47 Complete Benchmark test
    8:06 Technicalities
    8:41 MNTD Gold CPU usage
    10:06 Bobcat 300 CPU usage
    11:03 Linxdot RK3566 CPU usage
    12:14 Conclusions
    I've been trying out the BirdByte's project benchmark test, we really need a new method if we want Crankk gateways to be able to participate in BirdByte's ecosystem. Only time will tell if BirdByte can really be added to the upcoming free multi-mining feature offered by Crankk team! Thanks for watching.
    Documentation on Chromium container docs.linuxserver.io/images/do...
    Command lines
    For Raspberry Pi based gateways (Sensecap M1, RAKv2, MNTD, Controllino etc.)
    sudo docker run -d --name=chromium2 --security-opt seccomp=unconfined -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC -e CHROME_CLI=metamask.io/ -p 5001:3001 -p 5002:3002 -v /path/to/config:/config --shm-size="512mb" --restart unless-stopped lscr.io/linuxserver/chromium:latest
    For RockPi based gateways (Bobcat 300, Nebra RockPi, Linxdot RK3566 etc.)
    docker run --privileged -d --name=chromium2 --security-opt seccomp=unconfined -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC -e CHROME_CLI=metamask.io/ -p 5001:3001 -p 5002:3002 -v /data/chromium2/config:/config --shm-size="512mb" --restart unless-stopped lscr.io/linuxserver/chromium:latest
    I've used Metamask out of convenience, any other DApp Wallet can be used if they support ERC-20 Network.
    Links
    Save $5 on a Crankk license dashboard.crankk.io/?ref=I_CR...
    dashboard.crankk.io/?ref=I_C-MAN
    or type I_C-MAN or I_CRANKKINGMAN in the referral box when purchasing a license!
    Crankk Website crankk.io/
    Crankk Discord / discord
    Crankk Telegram t.me/crankkofficial
    Crankk Explorer explorer.crankk.io/
    Crankk DEX dashboard.crankk.io/exchange/...
    Crankk on eckoDEX swap.ecko.finance/liquidity/a...
    BirdByte dashboard referral link app.birdbyte.io?ref=CMan
    app.birdbyte.io?ref=CrankKingMan
    or type CMan or CrankKingMan in the referral box when signing up!
    BirdByte website www.birdbyte.io/
    BirdByte documentation docs.birdbyte.io/birdbyte-doc...
    BirdByte X / birdbyteio
    BirdByte Medium / birdbyte
    Music • Graffiti Spray 15 min....
    Referrals
    Crankk dashboard.crankk.io/?ref=I_C-MAN
    XeggeX xeggex.com?ref=63fcf1f1b4dd367fc045e22a
    Coinbase coinbase.com/join/k4rx45?src=...
    eToro etoro.tw/4aU0eS8
    Bitvavo bitvavo.com/invite?a=60C469AF3C
    Kucoin www.kucoin.com/r/rf/QBSZ1V3L
    SimpleSwap simpleswap.io/?ref=a0922228cc8b
    Unmineable unmineable.com/?ref=jdcn-v2so
    K1Pool k1pool.com/invite/7d3f5e6d63
    Grass app.getgrass.io/register/?ref...
    PreSearch presearch.com/signup?rid=4773101
    HiveOS hiveon.com?ref=973155
    BirdByte dashboard referral link app.birdbyte.io?ref=CrankKingMan
    or type CrankKingMan in the referral box when signing up!
    Crypto wallets, I appreciate each and every donation, thank YOU!
    Bitcoin BTC bc1qx2cw8d02zvu7zge2ymue5jc52rxmnj5tx3ve5u
    DOGE coin DTKb6X1im7p5xVi4w3rBWCqoSL2eLrGiDGLitecoin
    LTC ltc1q9d384fqzjcuy9a46d258exa8zqc70lma2ufd0n
    Metamask (ETH, ETC, OCTA, ETCPOW, MATIC, USDT, USDC, DATA etc.) 0xc5632dB87854A8E492402fd1dCCF84BD41C5F803
    SOLana only EmxsVLCjx7m3go3Kz7QweKNLrhhUdhzEQHfb87voPori
    Koala (KDA, KDX, CRKK - chain0 only, FLUX etc.) k:a290d525d128b3234a5c9bcdf8fa79d82825627da5189e0ec2495631a96bcbd3
    ERGO 9hMtoabtAGN4uqEqPznia1ptGNMVEausYM4dvFfEuZPaQKKBkrc
    Radiat RXD 1ALnuoADdHh32ADtFKJxFrTtH5f6HNaH39
    Reaction RTC Ra6bT8HZMiTehLYwwFJjBa4shPdA1vkUbd
    Dynex DNX XwnvnBNzjGX4qBLYxGexUYD3UiP1bSQLkACYgt1JzRFXUP7UYzUaiNY39r1xbakXtK1LcDTa68Vvc3CdQDP4vQg
  • Навчання та стиль

КОМЕНТАРІ • 2

  • @murtusarslan4830
    @murtusarslan4830 15 днів тому +1

    hi buddy, great video 👍, a big request to you, can you release a video guide on how to remove the container? for example Gaga Node container please Bro

    • @Crankking-Man
      @Crankking-Man  15 днів тому +1

      thank you, depending on the software, on crankkIMG we need sudo, on crankkOS we don't, crankkIMG example
      sudo docker container ps -a
      copy the container ID you want to remove
      sudo docker container kill containerID
      sudo docker container rm containerID
      and if you want to clear some space in your gateway and remove all unused images
      sudo docker image prune