This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# bitdump.sh | |
# | |
# captures Bitcoin network traffic | |
SELF=`basename $0` | |
if [[ $1 = "" ]]; then | |
DEFAULT="en1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Namecoin Feeds | |
// setup array... | |
// https://gist.github.com/1086120 | |
$i = 0; | |
$feeds = array(); | |
$i++ | |
$feed[$i]['name'] = 'Bitparking Exchange: Ticker'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mouse, #preview{ | |
position: absolute; | |
background-repeat: no-repeat; | |
height: 22px; | |
min-width: 15px; | |
z-index: 100; | |
} | |
.mouse{ | |
background-image: url('../images/cursor.png'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok test1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<purse version="1.0" | |
totalValue="100025" | |
userID="Bg2QrSTomOEU5ICfvhfYfBYxQZPktDSnaVPpMLYxUnz" | |
assetTypeID="Af32L91Pk5ApsGKiXx6SeUKRBTRVgd5h7eAvqFXSoPo" | |
serverID="44FmyPAgrmGu671RywGnhrt8aR6tzmNFn9WKQ92BXn"> | |
<token> | |
AAAAgCCzBMz5a728ndy8iPCkCpEVtG6OxcaYlj1uvdgxCAOPP5TIkIqjbwc7ao/8 | |
wLyZZBdmzvKr7UBmdwSLzIiOjIzPHXHbmc/vg2+Fjrfezd1azdua7xGZg79/s6iP | |
2o9vu1z5HmGaPW9/s1K9V4NoMRPBXKhhUTKNrutjvup4v/aZJDemrY1UOx4yAPsW |
NewerOlder