Skip to content

Instantly share code, notes, and snippets.

@dragonhuntr
dragonhuntr / EN01_howto.md
Created January 19, 2018 12:16 — forked from drkw1git/EN01_howto.md
How to setup Koto

What is Koto

Overview

Title Detail
Name Koto
Unit koto
Algorithm yescrypt (GlobalBoost-Y)
Default rpc port 8432
// Run this in the F12 javascript console in chrome
// if a redirect happens, the page will pause
// this helps because chrome's network tab's
// "preserve log" seems to technically preserve the log
// but you can't actually LOOK at it...
// also the "replay xhr" feature does not work after reload
// even if you "preserve log".
window.addEventListener("beforeunload", function() { debugger; }, false)