Skip to content
View stakemepro's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@stakeme-team
Block or Report

Block or report stakemepro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Script installed go Script installed go
    1
    #!/bin/bash
    2
    if [ ! -f "/usr/local/go/bin/go" ]; then
    3
      version="1.19.1"
    4
    
                  
    5
      wget "https://golang.org/dl/go$version.linux-amd64.tar.gz"
  2. Auto set free port in cosmos node Auto set free port in cosmos node
    1
    const shell = require("shelljs");
    2
    
                  
    3
    const TOKEN = process.argv[2];
    4
    const CONFIG = process.argv[3];
    5