Skip to content

Instantly share code, notes, and snippets.

View nolim1t's full-sized avatar
💭
Destablizing Authoritarian governments to ₿UIDL ₿ack ₿etter

nolim1t - f6287b82CC84bcbd nolim1t

💭
Destablizing Authoritarian governments to ₿UIDL ₿ack ₿etter
View GitHub Profile
@interface Base58Encoder : NSObject {
}
+ (NSString *)base58EncodedValue:(long long)num;
@end
@nolim1t
nolim1t / binary-plist.js
Created January 18, 2012 03:03 — forked from clee/binary-plist.js
initial binary plist implementation in nodejs
#!/usr/bin/env node
var fs = require('fs');
var sys = require('sys');
var bin = require('binary');
function bytesize(n) {
// JavaScript can't handle 64-bit ints natively.
// TODO: hack it up anyway.
// (n & 0xFFFFFFFF00000000) ? 8 : ...
@nolim1t
nolim1t / gist:5392286
Last active December 16, 2015 06:29 — forked from pmuellr/gist:1004413
Adding coffeescript syntax highlighting to text wrangler. Rename this file to "Coffeescript.plist"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
BBEdit/Textwrangler Language Module for CoffeeScript
Put this file in
~/Library/Application Support/Text Wrangler/Language Modules
or equivalent.
Based off of the examples shipped in the BBEdit SDK.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Information</key>
<dict>
<key>Description</key>
<string>Map Rails ActiveSupport timezones to iOS readable timezone IDs.</string>
<key>Version</key>
<string>1.0</string>
#!/usr/bin/env python
#
# Electrum - lightweight Bitcoin client
# Copyright (C) 2011 thomasv@gitorious
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
@nolim1t
nolim1t / Common-Currency.json
Last active June 22, 2020 11:30 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},

Public IP: 49.229.34.132

Bitcoin mainnet

  • RPC https endpoint: https://bitcoin.blockchain.yellow.com
  • software: bitcoind v0.19.0.1
  • docker image: lncm/bitcoind:v0.19.0.1
  • rpc port: 8332
  • p2p port: 8333
  • ZMQ block notifications: 28332
  • ZMQ transaction notifications port: 28333