Skip to content

Instantly share code, notes, and snippets.

View sigwo's full-sized avatar
💭
Try encrypted blockchain group chat! https://getmetis.io

Steven sigwo

💭
Try encrypted blockchain group chat! https://getmetis.io
View GitHub Profile
@sigwo
sigwo / buildMetis.sh
Last active November 9, 2021 13:48
Script for building Jupiter and Metis for Metis container
#!/bin/bash
Color_Off='\033[0m' # Text Reset
White='\033[0;37m' # White
On_Green='\033[42m' # Green
printf "\033c"
# Metis Container installation script
echo -e "${White}Please wait while we update your system...${Color_Off}"
sudo apt -qq update -y && sudo apt -qq upgrade -y
curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
echo -e "${White}Installing MongoDB...${Color_Off}"

Keybase proof

I hereby claim:

  • I am sigwo on github.
  • I am sigwo (https://keybase.io/sigwo) on keybase.
  • I have a public key ASD_K0LFy6X5kzU2IT7uS6EcB1OWlVN4KT0rRaIirnQdjQo

To claim this, I am signing this object:

@sigwo
sigwo / setup.sh
Last active August 9, 2018 20:21
#!/usr/bin/env bash
set -e
#
# https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
#
# Don't run this script more than once!
if [ -f /.chainpoint-installer-run ]; then
echo "Looks like this script has already been run. Exiting!"
exit 0
@sigwo
sigwo / setup.sh
Last active August 3, 2018 03:11
#!/usr/bin/env bash
set -e
# Copyright 2017-2018 Tierion
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
#!/bin/bash
sudo add-apt-repository ppa:bitcoin/bitcoin -y
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev -y
git clone https://github.com/PieXcoin/PieXcoin
cd PieXcoin/src/leveldb
chmod +x build_detect_platform
cd ~/PieXcoin/share
chmod +x genbuild.sh
cd ..
#!/bin/bash
# This will give you a cool dynamic banner
#
# install lsb-release
apt-get install lsb-release
# install figlet to enable ASCII art
apt-get install figlet
# install update-motd software
apt-get install update-motd
# delete default directory
#!/bin/bash
# **************************************************************************
# Influx installer
# Influxd + Influx-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo
#!/bin/bash
# **************************************************************************
# Bitcoindark installer
# Bitcoindark-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo
#!/bin/bash
# **************************************************************************
# Blitz installer
# Blitz-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo
#!/bin/bash
# **************************************************************************
# Blocknet RPi installer
# blocknet-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo