RSS

Passive income: Run node to get rewards

05 May

1. https://app.getgrass.io/dashboard

1.  Install linux-vnc (docker compose) 
version: '2'

services:
  rocky-xfce-vnc:
    image: consol/debian-xfce-vnc
    ports:
      - "8096:6901"
    shm_size: 1024m
    environment:
      - PUID=1001
      - PGID=100
      - TZ=Asia/Ho_Chi_Minh    
      - VNC_RESOLUTION=1920x1080
      - VNC_PW=<YOUR_PASS_WORD>
    command: chromium-browser http://google.com.vn/
2. Login to VNC and install extension 
3. Login and verify that the extension is running

2. https://www.titannet.io/

1: Get Identity code here: https://test1.titannet.io/newoverview/activationcodemanagement
2. Run node ( docker compose)
version: '2'

services:
  titan-edge:
    image: nezha123/titan-edge
    volumes:
      - /home/config/titanedge:/root/.titanedge
#    command: bind --hash=6B530F92-F676-4E60-BF35-A86386AB20EF https://api-test1.container1.titannet.io/api/v2/device/binding       
    environment:
      - PUID=1001
      - PGID=100
      - TZ=Asia/Ho_Chi_Minh       
    restart: always
3. Login to container to exec console, then run a command: 
titan-edge bind --hash=<Your Identity code> https://api-test1.container1.titannet.io/api/v2/device/binding

4. Make sure that your node is shown on the dashbroad: https://test1.titannet.io/newoverview/activationcodemanagement
 
Leave a comment

Posted by on May 5, 2024 in Other

 

Tags: , , , , ,

Leave a comment