Skip to content

Instantly share code, notes, and snippets.

@seigler
seigler / dashcore-node.json
Created September 12, 2019 16:51
nginx proxied dashpay-dapi docker compose with letsencrypt certificate
{
"network": "testnet",
"port": 3001,
"services": [
"dashd",
"web",
"@dashevo/insight-api"
],
"servicesConfig": {
"dashd": {
@riongull
riongull / discoverdash.com.json
Created February 7, 2020 18:57
Dash merchant data
This file has been truncated, but you can view the full file.
[
{
"meta": {
"page": 1,
"listingOnPage": 1,
"listingOnSite": 1
},
"main": {
"name": "Pure Bliss Cleaning Service",
"postId": "53024",
@UdjinM6
UdjinM6 / electrumx.sh
Last active April 16, 2021 19:42
ElectrumX setup for Dash
#!/bin/sh
# ElectrumX setup for Dash
# NOTE: with this setup ElectrumX will be running under root (to simplify things),
# modify it accordingly if you want to run it under some specific user
# NOTE: this script itself is not enough, you'll have to edit a couple of files manually,
# pls read comments below
# python3.7 is requried for ElectrumX,