Skip to content

Instantly share code, notes, and snippets.

View morion4000's full-sized avatar

Ionut Moraru morion4000

View GitHub Profile
09.05.2018 16:53:02_discoverForkBinarySearch 0 left 25818 right 26649
09.05.2018 16:53:02_discoverForkBinarySearch 0 left 26234 right 26649
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26442 right 26649
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26546 right 26649
09.05.2018 16:53:03connecting... to: https://webdollar-vps3.ddns.net:80
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26598 right 26649
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26624 right 26649
09.05.2018 16:53:03 ✘ Error deserializing blocks TypeError: Cannot read property 'difficultyTarget' of undefined
09.05.2018 16:53:03 at MiniBlockchainFork.getForkDifficultyTarget (/usr/src/app/dist_bundle/terminal-bundle.js:3313:52)
09.05.2018 16:53:03 at InterfaceBlockchainProtocolForkSolver._deserializeForkBlock (/usr/src/app/dist_bundle/terminal-bundle.js:7265:190)
Command: GeoLocations constructor
NodesList constructor
SignalingRoomList constructor
NodeSignalingServerProtocol constructor
SignalingRoomList constructor
NodeSignalingClientProtocol constructor
NodesWaitlist constructor
NodeDiscover constructor
NodeClientsService constructor
NodeWebPeersDiscoveryService constructor

Keybase proof

I hereby claim:

  • I am morion4000 on github.
  • I am morion4000 (https://keybase.io/morion4000) on keybase.
  • I have a public key ASCMK28wmVTgndQeOTFMfBwPoFGdLqpNp92H_ZFWUuqsrAo

To claim this, I am signing this object:

@morion4000
morion4000 / ssh.js
Last active August 10, 2025 12:32
getsite-ssh
const axios = require("axios");
const UNDERLINE = "\x1b[4m";
const ITALIC = "\x1b[3m";
const BOLD = "\x1b[1m";
const RESET = "\x1b[0m";
const RUN_CHECK_INTERVAL = 1000;
const API_URL = "https://api.getsite.ai/v1";
const MAX_INPUT_LENGTH = 1000;