Skip to content

Instantly share code, notes, and snippets.

@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
@AgoristRadio
AgoristRadio / Fellow Traveler Quotes.md
Last active December 15, 2015 06:39
#fellowtraveler
(05:39:54 PM) fellowtraveler: what's the price up to today ?
(05:40:04 PM) fellowtraveler: holy fuck $71!
@AgoristRadio
AgoristRadio / opentransactions-auditing-comments
Last active December 15, 2015 08:29
FellowTraveler comments on Open-Transactions Auditing
<FellowTraveler> okay amiller, et al, I believe I have finished writing up my thoughts / arguments on the auditing.
<FellowTraveler> There's an outline at the top, a list of scenarios, and a summary at the bottom.
<FellowTraveler> https://github.com/FellowTraveler/Open-Transactions/wiki/Auditing
<FellowTraveler> Basically I believe that amiller's requirement that third parties also have incentive to audit the transaction server, happens to be met in the case of Bitcoin, when OT is used in the scenario of voting groups.
<FellowTraveler> I believe that "kills two birds with one stone" and the rest of the article is a comparison of the various scenarios and their different incentives and vulnerabilities.
<FellowTraveler> I believe that without voting groups, there will not be any conventional Bitcoin issuers, since there is no value for them to offer in the realm of pure storage.
<FellowTraveler> Therefore I believe there will only be Bitcoin issuers who operate their own transaction server (such as knotwork) wh
@AgoristRadio
AgoristRadio / gist:5803075
Last active January 2, 2023 08:54
Bitcoin Dev Luke Jr: Mixing Bitcoins is Money Laundering, and it's Illegal, also Tax Evasion is a Sin. Use of Bitcoin Nor Free Speech is a Right.
<BenderCoin> I was wondering if anyone knew if 'change' addresses are reused to receive change? or are new change addresses\
created when they are needed. I could not find anything on this with some searching.
<BenderCoin> The reason this is important is if someone uses a wallet to send btc to a mix service, then sends it back to t\
he same wallet, then spends it, if the new spend can use an old change address, then the mix service 'clean coins' have now\
been linked with this old change address.
<gmaxwell> BenderCoin: they are not reused.
<Mylon> Someone with more knowledge of the code will need to confirm / elaborate on this, but from what I understood, is th\
at they by default always generate new addresses
<Mylon> Though ofc this is wallet specific
<BenderCoin> gmaxwell, so your response was in regards to bitcoin-qt then.
#!/usr/bin/env ruby
# encoding: utf-8
require "rubygems"
require "amqp"
require "cinch"
class RailsMonitor
def initialize(bot)
@bot = bot
require 'rubygems'
require 'blather/client'
require 'awesome_print'
require 'nokogiri'
require 'pretty-xml'
require 'nokogiri-pretty'
include PrettyXML
# This is a Blather bot that receives file transfers that are sent using
# XEP 0096, using either p2p SOCKS5 (XEP 0065), or through the server