Skip to content

Instantly share code, notes, and snippets.

View smk762's full-sized avatar
⛓️
forging chains to break cages

smk762

⛓️
forging chains to break cages
View GitHub Profile
@phm87
phm87 / Corona_useful_links.MD
Last active April 21, 2020 22:35
Corona useful links
@imylomylo
imylomylo / season-3-q-and-a.md
Created June 22, 2019 07:51
Notary Questions Season 3

Question


2019-06-22 05:11:33 ERROR: ContextualCheckBlockHeader: forked chain 1405100 older than last notarized (height 1410530) vs
2019-06-22 05:11:33 AcceptBlockHeader ContextualCheckBlockHeader failed
2019-06-22 05:11:33 AcceptBlock AcceptBlockHeader error
2019-06-22 05:11:33 ERROR: ProcessNewBlock: AcceptBlock FAILED

2019-06-22 06:14:32 DisconnectTip: deleted 2 block notarisations in block: 030cf9bf00ce5510edc13f8c038f8aa8c9370a805e75957b62fff9aa340723d2
@imylomylo
imylomylo / kmdice-web.md
Last active March 31, 2019 03:56
CORS anywhere and KMDICE

Start & Sync KMDICE

Using komodo-in-a-box admin interface

Still in beta, the repo is komodo-in-a-box.

Using cli to start komodod

If you don't have a data directory or configuration First syncing the chain with this configuration and creating a data dir for wallet if one doesn't exist, otherwise just skip these commands.

mkdir ~/.komodo/KMDICE
@alistairewj
alistairewj / install-postgres-10-ubuntu.md
Last active January 4, 2023 19:36
Install PostgreSQL 10 on Ubuntu

Install PostgreSQL 10 on Ubuntu

This is a quick guide to install PostgreSQL 10 - tested on Ubuntu 16.04 but likely can be used for Ubuntu 14.04 and 17.04 as well, with one minor modification detailed below.

(Optional) Uninstall other versions of postgres

To make life simple, remove all other versions of Postgres. Obviously not required, but again, makes life simple. If you have data in your previous version of postgres that you'd like to retain, then this is not recommended. Instead, you'll have to use pg_upgrade or pg_upgradecluster.