Skip to content

Instantly share code, notes, and snippets.

@himu007
himu007 / pirate-linux.md
Last active January 10, 2023 10:01
Pirate Wallet Start Guide for a fresh Linux server

Step #2: Install the PirateChain wallet and Bootstrap.

SSH into your non-root user.

Enter these commands one line at a time to create the PirateChain User Data Folder.

cd ~/
mkdir -p /home/$USER/.komodo/PIRATE && chmod 755 /home/$USER/.komodo/PIRATE

Download the PirateChain Bootstrap with the following command

Pangea Poker Testing on CHIPS

!!!WARNING!!! The game, the all-in-one install script and this guide is under development and might change at any time. Don't use too much funds for testing. Don't use a system with critical data or service running.

This guide uses an all-in-one script to download the required binaries, CHIPS bootstrap and install required services. This is to make it easy for interested testers to test out the game. User need to install curl dependencies before running the commands. The requirements are set below for OS and Hardware.

Requirements

  • Ubuntu 18.04, Ubuntu 20.04, Debian 10 or Debian 11 with 8GB RAM & 40 GB SSD
  • VPS or Dedicated Server with Static IP
  • Basic command line and server experience

CHIPS testnet - compile & Start

Install Dependencies

sudo apt-get install build-essential git curl bison libtool autotools-dev automake pkg-config bsdmainutils python3
sudo apt-get install libevent-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev

Clone and Compile

git clone https://github.com/barrystyle/chips

VOTE2021 Claim Process for SUPERNET Holders

If you are holding any SUPERNET coins in your address on 2nd April 2021 based on this snapshot data. You can claim 24 VOTE2021 coins per SUPERNET you have at this snapshot date. The claims will be processed in batches. You can keep track of the claims here.

Keybase proof

I hereby claim:

  • I am himu007 on github.
  • I am shossain (https://keybase.io/shossain) on keybase.
  • I have a public key ASARN_2N4zyW86C3IDFNHHMI-JTagWIsXSMGq7NwSS-oIgo

To claim this, I am signing this object:

Prepare AYA on 3P

Clone source

git clone https://github.com/sillyghost/AYAv2
cd AYAv2
git checkout 7c8498d

Create build.sh script and make it executable with the following contents

Start ImportGateway Testing!

The guide here is based on Ubuntu/(debian) for initial testing. There may be typo or other incorrect information present as the system is being constantly updated based on specification, bugfix or other improvements. Please let us know in #cc-pegs channel of Komodo Discord if you find any issues or incorrect information. Also use the same channel for test reports, feedbacks. If you want to setup your own test side-chain follow this guide https://github.com/Mixa84/komodo/wiki/Side-chain-setup-(Import-Gateway-CC).

Explorers

Source Repo

Test Cases

Check comment

@himu007
himu007 / Github Webhook Tutorial.md
Created November 14, 2018 20:36 — forked from jagrosh/Github Webhook Tutorial.md
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings