State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf file, include the -walletnotify command:
# Notify when receiving coins
| #!/bin/bash -x | |
| COMPOSE_VERSION="1.23.2" | |
| COMPOSE_URL="https://github.com/docker/compose/releases/download/$COMPOSE_VERSION/docker-compose-$(uname -s)-$(uname -m)" | |
| # Opendax bootstrap script | |
| install_core() { | |
| sudo bash <<EOS | |
| apt-get update | |
| apt-get remove -y --purge unscd |
State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf file, include the -walletnotify command:
# Notify when receiving coins
Below you'll find Tradingview import files for Bittrex and Binance BTC-base markets
Ordered by CMC's Market Cap
I use Tradingview and I like to quickly click through all coins on a particular exchange. The files below can be imported into a Tradingview watchlist.
★ ★ ★ If you use these, leave a comment or a star above ★ ★ ★
| #Install Proxmox VE on Debian Stretch | |
| #https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch | |
| # Disable Commercial Repo | |
| sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list | |
| apt-get update | |
| # Add PVE Community Repo | |
| echo "deb http://download.proxmox.com/debian/pve $(grep "VERSION=" /etc/os-release | sed -n 's/.*(\(.*\)).*/\1/p') pve-no-subscription" > /etc/apt/sources.list.d/pve-no-enterprise.list |
| import big files to mysql database | |
| mysql -u username -p | |
| use db_name; | |
| source backup-file.sql; |
| appliance@zabbix:~$ sudo lvdisplay | |
| --- Logical volume --- | |
| LV Path /dev/zabbix-vg/root | |
| LV Name root | |
| VG Name zabbix-vg |
| I ran into the battle of running all of my VMs and the host node under a single public IP address. Luckily, the host is just pure Debian, and ships with iptables. | |
| What needs to be done is essentially to run all the VMs on a private internal network. Outbound internet access is done via NAT. Inbound access is via port forwarding. | |
| Network configuration | |
| Here’s how it’s done: | |
| Create a virtual interface that serves as the gateway for your VMs: |
| I ran into the battle of running all of my VMs and the host node under a single public IP address. Luckily, the host is just pure Debian, and ships with iptables. | |
| What needs to be done is essentially to run all the VMs on a private internal network. Outbound internet access is done via NAT. Inbound access is via port forwarding. | |
| Network configuration | |
| Here’s how it’s done: | |
| Create a virtual interface that serves as the gateway for your VMs: |
| # ---------------------------------------------------------------------- | |
| # WARNING - do not edit this template unless you know what you are doing | |
| # ---------------------------------------------------------------------- | |
| # the parent cache | |
| # disk and memory cache settings | |
| cache_dir ufs /usr/local/squid/var/cache 500 16 256 #set your cache path with size |