# Bifrost | week 2

By [chaingon | web3topia](https://paragraph.com/@chaingon) · 2022-10-24

---

Update
------

### First of all stop bifrost-node

    docker stop bifrost
    docker rm bifrost
    

### Download bifrost-node:v1.0.1

    docker pull thebifrost/bifrost-node:v1.0.1
    

### Change bifrost-node version on run command

    docker run -d --network host -v "/var/lib/bifrost-data:/data" --name "bifrost" thebifrost/bifrost-node:v1.0.1 \
      --base-path /data \
      --chain /specs/bifrost-testnet.json \
      --port 30333 \
      --validator \
      --state-cache-size 0 \
      --runtime-cache-size 64 \
      --name "YOUR_CONTROLLER_ADDRESS"
    

TASKS
-----

*   Add next settings to metamask
    

    #Network name
    Bifrost test
    #New RPC URL
    https://public-01.testnet.thebifrost.io/rpc
    #Chain ID
    49088
    #Currency symbol
    BFC
    #Block explorer URL
    https://explorer.testnet.thebifrost.io/
    

*   Make 50 transactions to `0x9ab5574cff766b71033fc7e132d1c022ba911b55`
    
*   Make 50 transactions to `0x64be7d6a8355054a9e789f5f9f3e60dfdaad51df`
    
*   Transfer:
    
    *   Goerli : `0x7d208fE5CB10FbCc42be52AAA84bFcD5948E1178` 2ETH
        
    *   Mumbai : `0xF0AB8b1Ae7e35965f549a44870d4D41c64A8c061` 2MATIC
        
    *   BNB-Testnet : `0xa22F0ae4039a02A0965639E76e523d2A358d0Bf8` 2BNB
        
*   Go to [site](https://start.testnet.thebifrost.io/) and make 30 crosschain transfers with 0.2 BFC
    

![probabably you will face very high gas, but in real it will be very small amount ](https://storage.googleapis.com/papyrus_images/9aa594f5b9fe0f4387ec1d392d63ce56ab3b5d1e4b5d2acf403764d5fe1a470a.png)

probabably you will face very high gas, but in real it will be very small amount

*   **Now go to** [**leaderboard**](https://testnet.thebifrost.io/tasks) **and submit tasks**
    

![](https://storage.googleapis.com/papyrus_images/5a28e915481d1ac6e8809d2532d7f3b4ce3696692d47c11134973d41c4040ff2.png)

*   Relax
    

* * *

![](https://storage.googleapis.com/papyrus_images/64364819dee9a6e6de8f7a71dd0d50d4cb8df1fbf10ef17450d87e5078acc02b.png)

### Web3topia

[discord](https://discord.gg/vaxWpzTxDP) | [twitter](https://twitter.com/web3topia) | [telegram](https://t.me/web3topia) written by [@chaingon](https://links.chaingon.xyz/cv)

---

*Originally published on [chaingon | web3topia](https://paragraph.com/@chaingon/bifrost-week-2)*
