Skip to content

Instantly share code, notes, and snippets.

View bitmammoth's full-sized avatar

Terrence Conrad bitmammoth

  • DaEarf
View GitHub Profile
Node / Iquidus Explorer Setup for Dummies
Pulse Crypto is used in this example.
This Tutorial is going to create a Daemon (node) and install Explorer.
THIS IS NOT GOING TO CREATE A GUI CLIENT.
Follow the instructions in [whatever coin name] docs folder Unix build - some builds are different.
I setup this up on both Ubuntu 15.10 and 16.04 with no issues.
You can create an account on vultr and get $50 free to be used in 2 months.
@bitmammoth
bitmammoth / .block
Created November 28, 2017 04:47
fresh block
license: mit
@bitmammoth
bitmammoth / .block
Last active November 28, 2017 04:48
fresh block
license: mit
@bitmammoth
bitmammoth / .block
Created January 10, 2018 01:19
tickValues
license: mit
@bitmammoth
bitmammoth / .block
Last active January 10, 2018 01:53
fresh block
license: mit
@bitmammoth
bitmammoth / .block
Created January 10, 2018 01:55
Volume
license: mit
@bitmammoth
bitmammoth / .block
Last active January 10, 2018 02:37
Custom Chart Layout
license: mit
@bitmammoth
bitmammoth / .block
Last active January 29, 2018 09:51
Pan & Zoom Axes
license: mit
@bitmammoth
bitmammoth / .block
Created January 11, 2018 01:48
TechanJS Plots
license: mit
@bitmammoth
bitmammoth / instance scenes from array vars
Created December 31, 2020 06:02 — forked from mohapsat/instance scenes from array vars
[Godot 3] instance scenes from array vars
# Create 2 scenes 0.tscn and 1.tscn
# Add a Node and call it main
# Add script as below to main
extends Node
var scenes = [0,1]
func _ready():
# randomize()