Skip to content

Instantly share code, notes, and snippets.

<purse version="1.0"
totalValue="100025"
userID="Bg2QrSTomOEU5ICfvhfYfBYxQZPktDSnaVPpMLYxUnz"
assetTypeID="Af32L91Pk5ApsGKiXx6SeUKRBTRVgd5h7eAvqFXSoPo"
serverID="44FmyPAgrmGu671RywGnhrt8aR6tzmNFn9WKQ92BXn">
<token>
AAAAgCCzBMz5a728ndy8iPCkCpEVtG6OxcaYlj1uvdgxCAOPP5TIkIqjbwc7ao/8
wLyZZBdmzvKr7UBmdwSLzIiOjIzPHXHbmc/vg2+Fjrfezd1azdua7xGZg79/s6iP
2o9vu1z5HmGaPW9/s1K9V4NoMRPBXKhhUTKNrutjvup4v/aZJDemrY1UOx4yAPsW
@AgoristRadio
AgoristRadio / 34tesdgsdfgregdf
Created May 14, 2011 19:14
Contents should not be emptyContents should not be emptyContents should not be empty
ok test1
.mouse, #preview{
position: absolute;
background-repeat: no-repeat;
height: 22px;
min-width: 15px;
z-index: 100;
}
.mouse{
background-image: url('../images/cursor.png');
@AgoristRadio
AgoristRadio / update.rb
Created February 19, 2012 02:22 — forked from comboy/update.rb
update all your namecoin domains
require 'json'
# put this file in the same dir as namecoind executable
JSON.load(`./namecoind name_list`).each do |domain|
if domain['expires_in'] < 5000
command = "./namecoind name_update '#{domain['name']}' '#{domain['value']}'"
puts command
puts `#{command}`
end
@AgoristRadio
AgoristRadio / gist:1861665
Created February 19, 2012 02:22
namecoin feeds config
<?php
// Namecoin Feeds
// setup array...
// https://gist.github.com/1086120
$i = 0;
$feeds = array();
$i++
$feed[$i]['name'] = 'Bitparking Exchange: Ticker';
@AgoristRadio
AgoristRadio / gist:1895999
Created February 24, 2012 00:12
Intro to Skyhook
(10:23:36 AM) AgoristDuane2: Does anyone on here know how I can mirror wikileaks?
(10:26:00 AM) nphyx: i think the best thing would be to download and permanently seed their torrents, that's the important part
(10:26:41 AM) AgoristDuane2: Okay well where do I find their torrents?
(10:27:57 AM) nphyx: generally they'll come up on any major torrent tracker
(10:28:08 AM) AgoristDuane2: ok
(10:28:14 AM) nphyx: the last one i grabbed was the cable leak, i think i found it on pirate bay
(10:28:27 AM) AgoristDuane2: okay cool
(10:28:55 AM) Hiro: how do you know if you are downloading and seeding the right stuff?
(10:29:23 AM) Hiro: even at 10K seeders those could all be fake, and the file corrupted with some good and lots of fake stuf
(10:29:26 AM) nphyx: I *think* they publish MD5s on their website, but don't quote me on that
@AgoristRadio
AgoristRadio / gist:5202850
Last active December 15, 2015 04:39
Is Open-Transactions server an Intermediary MSB? #opentransactions #digitalcash
<FellowTraveler> Hmm
<FellowTraveler> "intermediaries in the transfer of virtual currencies from one person to another person, or to another location, are money transmitters that must register with FinCEN as MSBs unless an exception applies."
<FellowTraveler> Is an OT server actually an intermediary? I don't think it is!
<FellowTraveler> an OT server is a notary.
<FellowTraveler> the transaction is between two people — the OT server countersigns it.
<FellowTraveler> the OT server never takes possession of any of the actual money.
<FellowTraveler> is a notary an intermediary ?
<FellowTraveler> basically the OT server "signs as a witness"
<FellowTraveler> it does not sign as a party.
<FellowTraveler> and it does not take any money in or out — the issuers do that.
@AgoristRadio
AgoristRadio / gist_helper.rb
Last active December 15, 2015 05:39 — forked from ninetwentyfour/gist_helper.rb
Create GitHub Gist With Ruby #github #ruby
# http://www.travisberry.com/2011/05/create-github-gist-with-ruby/
require 'net/http'
require 'uri'
require 'json'
def get_gist(fileName,content)
res = Net::HTTP.post_form(URI.parse('http://gist.github.com/api/v1/json/new'),
{ 'files[#{fileName}]' => content,
'login' => 'USER NAME HERE',
'token' => 'API TOKEN HERE',
@AgoristRadio
AgoristRadio / instapaper_bookmarklet.js
Created March 21, 2013 06:11
Bookmarklet Examples #bookmarklets
# Instapaper
javascript:function%20iprl5(){var%20d=document,z=d.createElement('scr'+'ipt'),b=d.body,l=d.location;try{if(!b)throw(0);d.title='(Saving...)%20'+d.title;z.setAttribute('src',l.protocol+'//www.instapaper.com/j/L26o1hPEPERe?u='+encodeURIComponent(l.href)+'&t='+(new%20Date().getTime()));b.appendChild(z);}catch(e){alert('Please%20wait%20until%20the%20page%20has%20loaded.');}}iprl5();void(0)
javascript:function
%
20
iprl5()
{
var %
@AgoristRadio
AgoristRadio / Bitcoin OTC Gribble Examples.md
Last active December 15, 2015 06:19
Bitcoin OTC Gribble Examples #bitcoin-otc #gribble

Bitcoin OTC Gribble Examples

  • Place an Order to Sell 30 BTC at a dynamic price of whatever the last MTGox Price was in Person in Los Angeles Area:
<MyNick> ;;sell 30 btc at "{mtgoxlast}" USD in person local to Los Angeles/San Fernando Valley
<gribble> Order id 14160 created.
  • Get the cross Price of Gold and Bitcoin