<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://billstclair.com/blog">
<channel>
 <title>End the War on Freedom - Loom</title>
 <link>http://billstclair.com/blog/taxonomy/term/28/0</link>
 <description>Posts about the Loom.cc Electronic Accounting System</description>
 <language>en</language>
 <managingEditor>bill@billstclair.com</managingEditor>
<item>
 <title>Trubanc Encryption</title>
 <link>http://billstclair.com/blog/trubanc_encryption.html</link>
 <description>&lt;p&gt;I haven&#039;t thought much about encryption for the &lt;a href=&quot;http://trubanc.com/&quot;&gt;Trubanc&lt;/a&gt; client/server link. I figured I&#039;d just set up SSL on the server, and go with that. Today, I realized that I don&#039;t need SSL. Trubanc already has a public key infrastructure all set up. It can do it&#039;s own encryption, using the OpenSSL library just as the SSL protocol does. Here&#039;s an outline of the encryption protocol, using the same language I use in my &lt;a href=&quot;http://trubanc.com/viewtext.php?file=doc/db.txt&quot;&gt;server design&lt;/a&gt;, from the perspective of the client:&lt;/p&gt;
&lt;pre&gt;  sent: (&amp;lt;id&gt;,getsessionkey,&amp;lt;bankid&gt;,&amp;lt;reqid&gt;)
  rcvd: (&amp;lt;bankid&gt;,sessionkey,&amp;lt;id&gt;,&amp;lt;pubkey encrypted: [&amp;lt;sessionid&gt;,&amp;lt;sessionkey&gt;]&gt;)

  sent: [&amp;lt;sessionid&gt;,&amp;lt;sessionkey encrypted: message&gt;]
  rcvd: [&amp;lt;sessionid&gt;,&amp;lt;sessionkey encrypted: response&gt;]
           or
        [&amp;lt;sessionid&gt;,unknown] if the &amp;lt;sessionid&gt; isn&#039;t registered

  sent: [&amp;lt;sessionid&gt;,
         &amp;lt;sessionkey encrypted: (&amp;lt;id&gt;,closesession,&amp;lt;bankid&gt;,&amp;lt;sessionid&gt;)&gt;]
  rcvd: [&amp;lt;sessionid&gt;,
         &amp;lt;sessionkey encrypted:
           (&amp;lt;bankid&gt;,@closesession,(&amp;lt;id&gt;,closesession,&amp;lt;bankid&gt;,&amp;lt;sessionid&gt;))&gt;]
&lt;/pre&gt;&lt;p&gt;
This should be relatively easy to implement, and won&#039;t likely slow things down by much. Yay!&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <category domain="http://billstclair.com/blog/categories/digital_money/trubanc">Trubanc</category>
 <pubDate>Wed, 20 Aug 2008 18:46:51 -0500</pubDate>
</item>
<item>
 <title>Trubanc Server Working</title>
 <link>http://billstclair.com/blog/trubanc_server_working.html</link>
 <description>&lt;p&gt;The &lt;a href=&quot;http://trubanc.com/&quot;&gt;Trubanc&lt;/a&gt; server is working. It&#039;s not complete yet, but there&#039;s enough there that I&#039;ve started coding the client. If you &lt;a href=&quot;http://trubanc.com/?debug=true&amp;amp;msg=(bc50c4fd9c228a21f64d34ca644a46c1fe8520e4%2Cbankid%2C-----BEGIN+PUBLIC+KEY-----%0AMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMwfcmkk2coTuYAEbdZ5iXggObNPzbSi%0ADnVtndZFe4%2F4Xg0IQPfpQ04OkhWIftMy1OjFhGlBzzNzdW98KYwKMgsCAwEAAQ%3D%3D%0A-----END+PUBLIC+KEY-----%0A)%3A%0AsLJ9GqFjZ61fq%2FbDFL6rxpY3w2s5dWIAXJCvPKQTPEkrG%2F2I1fwxBfugBmn%2FiPwa%0AjCRtnFDnrn7Mv%2BUY%2BSH4yw%3D%3D&quot;&gt;click here&lt;/a&gt;, you&#039;ll see the result of a request for the bank&#039;s ID. It&#039;s running from a real database, with a couple of testing users in it.&lt;/p&gt;
&lt;p&gt;I&#039;ve also written a simple description of the Trubanc protocol: &lt;a href=&quot;http://trubanc.com/plain-english.html&quot;&gt;Trubanc in Plain English&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Yay!&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <category domain="http://billstclair.com/blog/categories/digital_money/trubanc">Trubanc</category>
 <pubDate>Fri, 15 Aug 2008 22:02:23 -0500</pubDate>
</item>
<item>
 <title>Trubanc</title>
 <link>http://billstclair.com/blog/trubanc.html</link>
 <description>&lt;p&gt;On &lt;a href=&quot;secure_banking_summary.html&quot;&gt;Monday&lt;/a&gt;, I talked about a new idea I had for a Loom-like system with public-key-signed balances. Well, I&#039;ve been madly writing code since then. I&#039;m calling it &lt;a href=&quot;http://trubanc.com&quot;&gt;Trubanc&lt;/a&gt;. There&#039;s a &lt;a href=&quot;http://trubanc.com/viewtext.php?file=doc/db.txt&quot;&gt;design document&lt;/a&gt;, and you can peruse &lt;a href=&quot;http://truebanc.com/viewtext.php&quot;&gt;the code&lt;/a&gt; as I write it. I intend to keep it open source, so that it can be verified. The server is about 1/3 done. When I finish that, and an initial web client, I&#039;ll let you know, and  you can try it out, with funny money, of course. Exciting!&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://trubanc.com/&quot; style=&quot;border: none&quot;&gt;&lt;img src=&quot;images/trubanc-logo.jpg&quot; alt=&quot;Trubanc&quot; width=&quot;376&quot; height=&quot;355&quot;/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;
&lt;b&gt;Trubanc&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;If you know how, and are willing, I&#039;d love the signature on the logo above to be curved and reduced so that it would fit from about 3 to 5 o&#039;clock near the edge of the coin. The images I started with are &lt;a href=&quot;http://trubanc.com/Krugerand-reverse-512x483.jpg&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://trubanc.com/JohnHancockSignature.jpg&quot;&gt;here&lt;/a&gt;. I&#039;ll give a GoldNowBanc GoldGram to the first person to submit an image that I like (you&#039;ll need a &lt;a href=&quot;https://loom.cc/&quot;&gt;Loom&lt;/a&gt; account to take it).&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <category domain="http://billstclair.com/blog/categories/digital_money/trubanc">Trubanc</category>
 <pubDate>Thu, 31 Jul 2008 22:25:00 -0500</pubDate>
</item>
<item>
 <title>Secure banking: summary</title>
 <link>http://billstclair.com/blog/secure_banking_summary.html</link>
 <description>&lt;p&gt;I talked for an hour last night with Patrick Chkoreff, the creator of &lt;a href=&quot;https://loom.cc/&quot;&gt;loom.cc&lt;/a&gt;. We came up with a scheme for doing secure banking and trading, where both the bank and the customer can prove at all times what the customer&#039;s balances are and what outstanding spends he has, and to whom. That&#039;s all that either party needs to keep track of.&lt;/p&gt;
&lt;p&gt;It uses public key signing on every exchanged message.&lt;/p&gt;
&lt;p&gt;Users and banks are identified by the 160-bit fingerprint of their public key ID.&lt;/p&gt;
&lt;p&gt;I intend to write a longer article, explaining the notation below, but I wanted to post this, so it&#039;s not just on my computer.&lt;/p&gt;
&lt;p&gt;Create account: (id_a, public_key_a, random): signature_a&lt;br /&gt;
  (This requires that somebody has pre-funded account id_a with tokens. Token balances need to be worked into the transactions below)&lt;/p&gt;
&lt;p&gt;Sequence request: (id_a, &quot;getsequence&quot;, random): signature_a&lt;br /&gt;
Sequence response:  (id_bank, &quot;sequence&quot;, sequence1): signature_bank&lt;/p&gt;
&lt;p&gt;Spend order: (id_a, &quot;spendto&quot;, id_b, sequence1, type, amount, comment1): signature_a&lt;br /&gt;
Balance: (id_bank, &quot;balance&quot;, id_a, sequence1, type, balance): signature_bank&lt;br /&gt;
Confirm balance: (id_a, &quot;confirmbalance&quot;, sequence1, type, balance): signature_a&lt;br /&gt;
Outstanding spends: (id_bank, &quot;outstandingspends&quot;, id_a, sequence1, [sequences...]): signature_bank&lt;br /&gt;
Confirm outstanding spends: (id_a, &quot;confirmoutstandingspends&quot; , sequence1, [sequences...]): signature_a&lt;/p&gt;
&lt;p&gt;Cancel Spend: (id_a, &quot;cancelspend&quot;, id_b, sequence1, type, amount): signature_a&lt;br /&gt;
Balance: ... sequence2 ...&lt;br /&gt;
Confirm balance: ... sequence2 ...&lt;br /&gt;
Outstanding spends: ... sequence2 ...&lt;br /&gt;
Confirm outstanding spends: ... sequence2 ...&lt;/p&gt;
&lt;p&gt;Get queue entry: (id_b, &quot;getq&quot;, random): signature_b&lt;br /&gt;
Receipt: (id_bank, &quot;receipt&quot;, (id_a, &quot;sellto&quot;, id_b, sequence1, type, amount, comment1): signature_a): signature_bank&lt;br /&gt;
Confirm receipt: (id_b, &quot;confirmreceipt&quot;, id_a, sequence1, type, amount): signature_b&lt;br /&gt;
Balance: (id_bank, &quot;balance&quot;, id_b, sequence3, type, balance): signature_bank&lt;br /&gt;
Confirm balance: (id_b, &quot;confirmbalance&quot;, sequence3, type, balance): signature_b&lt;/p&gt;
&lt;p&gt;Get queue entry: (id_a, &quot;getq&quot;, random): signature_a&lt;br /&gt;
Closed spend: (id_bank, &quot;closedspend&quot;,  ((id_b, &quot;confirmedreceipt&quot;, id_a, sequence1, type, amount): signature_b)): signature_bank&lt;br /&gt;
Confirm closed spend: (id_a, &quot;confirmclosedspend&quot;, id_b, sequence1, type, amount): signature_a&lt;br /&gt;
Outstanding spends: ... sequence4 ...&lt;br /&gt;
Confirm outstanding spends: ... sequence4 ...&lt;/p&gt;
&lt;p&gt;Deny receipt: (id_b, &quot;denyreceipt&quot;, id_a, sequence1, type, amount, comment2): signature_b&lt;/p&gt;
&lt;p&gt;Get queue entry: id_a ...&lt;br /&gt;
Denied spend: (id_bank, &quot;deniedspend&quot;, (id_b, &quot;denyreceipt&quot;, id_a, sequence1, type, amount, comment2): signature_b): signature_bank&lt;br /&gt;
Confirm denied spend: (id_a, &quot;confirmdeniedspend&quot;, id_b, sequence1, type, amount): signature_a&lt;br /&gt;
Balance: ... sequence5 ...&lt;br /&gt;
Confirm Balance:  ... sequence5 ...&lt;br /&gt;
Outstanding spends: ... sequence5 ...&lt;br /&gt;
Confirm outstanding spends: ... sequence5 ...&lt;/p&gt;
&lt;p&gt;Get confirmed balance: (id_a, &quot;getconfirmedbalance&quot;, type, random): signature_a&lt;br /&gt;
Confirmed balance: (id_bank, &quot;confirmedbalance&quot;, (id_a, &quot;confirmbalance&quot;, sequence1, type, balance): signature_a): signature_bank&lt;/p&gt;
&lt;p&gt;Get confirmed outstanding spends: (id_a, &quot;getconfirmedoutstandingspends&quot;, random): signature_a&lt;br /&gt;
Confirmed outstanding spends: (id_bank, &quot;confirmedoutstandingspends&quot;, (id_a, &quot;confirmoutstandingspends&quot; , sequence1, [sequences...]): signature_a): signature_bank&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <category domain="http://billstclair.com/blog/categories/digital_money">Digital Money</category>
 <pubDate>Sun, 27 Jul 2008 23:45:03 -0500</pubDate>
</item>
<item>
 <title>Loom iPhone Interface Updated</title>
 <link>http://billstclair.com/blog/loom_iphone_interface_updated.html</link>
 <description>&lt;p&gt;I updated my &lt;a href=&quot;../loom/&quot;&gt;Loom&lt;/a&gt; iPhone interface, &lt;a href=&quot;../loom/ip.php&quot;&gt;billstclair.com/loom/ip.php&lt;/a&gt;, to match Patrick&#039;s &lt;a href=&quot;major_loom_release_v61.html&quot;&gt;changes&lt;/a&gt; to the Loom interface. &quot;Folder&quot; renamed to &quot;Wallet&quot;. &quot;Location&quot; renamed to &quot;Contact&quot;. You can tap on a line in a contact&#039;s section of the wallet to take all the assets on that line. Also, you can tap on the contact name as well as the green dot (which I retained because I like it) to edit a contact in the &quot;Loom Contacts&quot; screen.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;images/Loom4iPhoneV2-319x480.jpg&quot; &quot;Loom for iPhone v2&quot; width=&quot;319&quot; height=&quot;480&quot;/&gt;&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Thu, 21 Feb 2008 07:32:53 -0600</pubDate>
</item>
<item>
 <title>Major Loom release v61</title>
 <link>http://billstclair.com/blog/major_loom_release_v61.html</link>
 <description>From &lt;a href=&quot;https://loom.cc/?function=news&quot;&gt;loom.cc/?function=news&lt;/a&gt;:
&lt;p&gt;
2008-02-17&lt;br&gt;
New release of Loom software with many improvements:
&lt;ul&gt;
&lt;li&gt;You now claim an asset from a contact with a single click. Therefore the &quot;Take&quot; button has been eliminated, and only &quot;Give&quot; remains.&lt;/li&gt;
&lt;li&gt;You can now add a new asset to your folder by copying and pasting a single piece of text. For example:
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;id: 26ef701a952fe3d641a69bf859db71c2 scale: 7 precision: 3 name: Patrick GoldGrams
&lt;p&gt;&lt;/li&gt;
&lt;li&gt;Tabs in folder interface now show as &quot;Wallet,&quot; &quot;Contacts,&quot; and &quot;Assets&quot; to reflect simplified terminology.&lt;/li&gt;
&lt;li&gt;Each tab in folder interface now has a very thoroughly written context-sensitive Help link. Be sure to click Help as you run through the various tabs.&lt;/li&gt;
&lt;li&gt;No more green dots. If you want more detail on something, click it. To avoid visual clutter, we often use links that don&#039;t appear as links until you hover over them.&lt;/li&gt;
&lt;li&gt;When you disable history, the entire history display now disappears. Formerly it would still display your history without recording any new transactions until you enabled it again. We like the ability to hide the history altogether, cutting down on distractions and page load time when you really just want to move things around fast.&lt;/li&gt;
&lt;li&gt;Lots of silky smooth user interface features and refinements.&lt;/li&gt;
&lt;li&gt;A new feature in the Archive API, and consequently in the Content Management System, to guard against overlapping writes. Now if two people are editing text at a single location, or even uploading files to a single location, the system will detect if anything changed &quot;under their feet&quot; and not clobber the other user&#039;s changes. The system also gives a helpful message describing a simple recovery mechanism for integrating the overlapping changes.&lt;/li&gt;
&lt;li&gt;Although the Vending Machine API is not yet implemented, the new feature of claiming an asset with a single click is the perfect lead-in to how vending machines will operate inside folders. Soon, two-way trades will be utterly simple and rock-solid in all respects. &lt;/li&gt;
&lt;/ul&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Sun, 17 Feb 2008 14:45:54 -0600</pubDate>
</item>
<item>
 <title>Loomsheet</title>
 <link>http://billstclair.com/blog/loomsheet.html</link>
 <description>&lt;p&gt;I&#039;ve decided to create a GUI application for accessing Loom. I&#039;m calling it &lt;a href=&quot;http://loomsheet.com/&quot;&gt;Loomsheet&lt;/a&gt;. It will be written in Python, using wxPython for the GUI widgets. It will basically be a fancy spreadsheet, with live tables that can import and export their contents across the net. Most of the engine will not be Loom specific, but my use of it will be. So far, I&#039;ve only reserved the domain, &lt;a href=&quot;http://loomsheet.com/&quot;&gt;loomsheet.com&lt;/a&gt; and started on the &lt;a href=&quot;../loom/viewtext.php?file=loomsheet/design.txt&quot;&gt;design&lt;/a&gt;. I&#039;ll post another notice when there&#039;s something runnable. And, if you want to know details, you can follow the &lt;a href=&quot;http://repo.or.cz/w/loomclient.git?a=atom&quot;&gt;Atom feed&lt;/a&gt; for puts to the Git repository.&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Mon, 04 Feb 2008 05:10:50 -0600</pubDate>
</item>
<item>
 <title>A PHP Script for Viewing Text Files</title>
 <link>http://billstclair.com/blog/a_php_script_for_viewing_text_files.html</link>
 <description>&lt;p&gt;I&#039;ve been writing PHP scripts recently to interact with the &lt;a href=&quot;https://loom.cc/&quot;&gt;Loom.cc&lt;/a&gt; anonymous electronic vault and trading system. I&#039;ve wanted to be able to show off my code, and my emacs design text files, without requiring the download of a source TAR file. So I wrote a little script that displays a text file, with a fixed width font and word wrap, and, optionally, searching for a phrase and/or displaying line numbers.&lt;/p&gt;
&lt;p&gt;Go to &lt;a href=&quot;../loom/viewtext.php?file=viewtext.php&quot;&gt;billstclair.com/loom/viewtext.php?file=viewtext.php&lt;/a&gt; to direct the script to view itself.&lt;/p&gt;
&lt;p&gt;You can add line numbers by &lt;a href=&quot;../loom/viewtext.php?file=viewtext.php&amp;amp;numbers=yes&quot;&gt;adding &quot;&amp;amp;numbers=yes&quot;&lt;/a&gt; to that URL.&lt;/p&gt;
&lt;p&gt;You can search for a phrase, e.g. &quot;replace&quot;, by &lt;a href=&quot;../loom/viewtext.php?file=viewtext.php&amp;amp;search=replace&quot;&gt;adding &quot;&amp;amp;search=replace&quot;&lt;/a&gt; to the URL. Each instance of the search string becomes a link that you can click on to move to the next one.&lt;/p&gt;
&lt;p&gt;Finally, such file viewers are security risks if you&#039;re not careful. But I was. Only files explicitly named in &quot;viewtext.txt&quot; may be viewed. That list is displayed if you leave off the &quot;file&quot;: &lt;a href=&quot;../loom/viewtext.php&quot;&gt;billstclair.com/loom/viewtext.php&lt;/a&gt;. This makes it easy to drop a copy of viewtext.php in a directory on your web site, and enter the names of the files you want to show in viewtext.txt in that directory.&lt;/p&gt;
&lt;p&gt;Go wild!&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Sun, 03 Feb 2008 20:12:19 -0600</pubDate>
</item>
<item>
 <title>Live Compression of a GDBM Database</title>
 <link>http://billstclair.com/blog/live_compression_of_a_gdbm_database.html</link>
 <description>&lt;p&gt;A &lt;a href=&quot;http://www.gnu.org/software/gdbm/&quot;&gt;GDBM&lt;/a&gt; database file is an easy way to persistently store key/value pairs. &lt;a href=&quot;https://loom.cc/&quot;&gt;Loom&lt;/a&gt; uses one for its backing store. One problem with these databases is that they become fragmented over time, with lots of unfilled empty space: holes. They need to be periodically compressed. Patrick Chkeroff and I came up with a neat mechanism to do live compression. He has seen the Loom database file get 20 times bigger than it needed to be. He plans to integrate something similar to this mechanism into the Loom code.&lt;/p&gt;
&lt;p&gt;The basic idea mirrors Lisp two-space incremental garbage collectors, but is a little simpler. Call the original GDBM database the &quot;old&quot; database. We&#039;re going to open a second database, called the &quot;new&quot; database. And change the database access code so that it will over time copy the old database to the new one, leaving the new one with a compressed version of the data in the old one, plus any changes the user code has made during the copy operation.&lt;/p&gt;
&lt;p&gt;There&#039;s a working example in &lt;a href=&quot;../loom/viewtext.php?file=GDBM.php&quot;&gt;GDBM.php&lt;/a&gt;, in my Loom folder. You can copy and paste from that page or download it and my other Loom related code from &lt;a href=&quot;../loom/&quot;&gt;billstclair.com/loom&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The idea is simple. There are three operations on a database, read, write, and delete (implemented in the code by get() and put() functions, where put() of a blank value means delete).&lt;/p&gt;
&lt;p&gt;read($key):&lt;/p&gt;
&lt;ol &gt;
&lt;li &gt;If $key has a value in the new database, return it.&lt;/li&gt;
&lt;li &gt;If $key has a value in the old database, return it.&lt;/li&gt;
&lt;li &gt;Otherwise, return false, not in the database.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;write($key, $value):&lt;/p&gt;
&lt;ol &gt;
&lt;li &gt;Write the value to the new database.&lt;/li&gt;
&lt;li &gt;Delete the key from the old database.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;delete($key)&lt;/p&gt;
&lt;ol &gt;
&lt;li &gt;Delete the key from the old database.&lt;/li&gt;
&lt;li &gt;Delete the key from the new database.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To each of the operations, I also add a call to the copysome() function, which copies some values from the old database to the new one. After all values have been copied, we close both databases, delete the old one, which is now empty, rename new to old, and reopen the new old database. When the user requests another copy, we open another new database and start again.&lt;/p&gt;
&lt;p&gt;copysome:&lt;/p&gt;
&lt;ol &gt;
&lt;li &gt;Fetch the first key/value pair in the old database&lt;/li&gt;
&lt;li &gt;If the key does not yet have a value in the new database, insert the key/value pair there.&lt;/li&gt;
&lt;li &gt;Delete the key from the old database.&lt;/a&gt;&lt;br /&gt;
&lt;li &gt;Repeat for a configurable number of copies, or until the old database is empty&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;At no time is it necessary to close the database for off-line compression. All you need is enough disk space to store two copies of the data, and a slight slow-down in access speed during the copy.&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Sun, 03 Feb 2008 20:02:10 -0600</pubDate>
</item>
<item>
 <title>GoldNow</title>
 <link>http://billstclair.com/blog/goldnow.html</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.goldnow.st/&quot;&gt;GoldNow&lt;/a&gt; sells lots of different electronic currencies: c-gold, e-Bullion Gold, e-Bullion e-Currency, e-gold, GoldNowBanc GoldGrams, GoldNowBanc USD, Liberty Reserve USD, Loom Tokens, Pecunix. GoldNowBanc GoldGrams and GoldNowBanc USD are stored in Loom. Loom Tokens can be used to buy loom storage.&lt;/p&gt;
&lt;p&gt;Their registration page sends you a sponsor link for a new Loom folder with 198 tokens. That&#039;s enough for most people&#039;s uses. Your cost for the &quot;free&quot; tokens is your contact information: snail mail, telephone, and email.&lt;/p&gt;
&lt;p&gt;The e-currencies sell for spot price at transaction time plus 5%, and it costs an additional 5 to 10% for payment in money order or fund transfer. Details of which e-currencies and payment methods are available vary depending on your location (country).&lt;/p&gt;
&lt;p&gt;Loom tokens cost $1/100.&lt;/p&gt;
&lt;p&gt;I mentioned GoldNow in my first Loom article, but since then they&#039;ve made it very easy to get a Loom folder, and to fund it with gold.&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Mon, 28 Jan 2008 13:14:54 -0600</pubDate>
</item>
<item>
 <title>Loom iPhone Client</title>
 <link>http://billstclair.com/blog/loom_iphone_client.html</link>
 <description>&lt;p&gt;&lt;a href=&quot;https://billstclair.com/loom/ip.php&quot;&gt;billstclair.com/loom/ip.php&lt;/a&gt; is a Loom client sized for the iPhone screen. Works on my iPhone. And in Firefox on my desktop machine. Make yourself a &quot;Mobile&quot; folder and give it a try.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;images/Loom4iPhone-320x478.jpg&quot; alt=&quot;Loom for iPhone&quot; width=&quot;320&quot; height=&quot;478&quot;/&gt;&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Sun, 27 Jan 2008 08:32:50 -0600</pubDate>
</item>
<item>
 <title>Loomster</title>
 <link>http://billstclair.com/blog/loomster.html</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.loomster.net/&quot;&gt;Loomster.net&lt;/a&gt; is on-line. It&#039;s a wiki covering &quot;Everything Loom.&quot; Not a lot there yet, and I have yet to receive my registration email containing my password, but I&#039;m sure that will be ironed out soon, and then we who like Loom can fill it up with useful information. I added its feed to my &lt;a href=&quot;aggregator&quot;&gt;news aggregator&lt;/a&gt; pages.&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Sat, 19 Jan 2008 19:46:19 -0600</pubDate>
</item>
<item>
 <title>Loom Three-folder Issuer Protocol</title>
 <link>http://billstclair.com/blog/loom_three_folder_issuer_protocol.html</link>
 <description>&lt;p&gt;As &lt;a href=&quot;http://billstclair.com/blog/patricks_loom_issuance_scheme.html#comment-3882&quot;&gt;promised&lt;/a&gt;, I worked up some screen shots of an even better scheme for keeping track of real and virtual assets at &lt;a href=&quot;http://loom.cc/&quot;&gt;Loom.cc&lt;/a&gt;. This idea uses three folders. The &quot;Personal&quot; folder is for day-to-day business. It contains only positive balances. This is the only folder used for trading with others.&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-personal-folder-598x232.jpg&quot; alt=&quot;Loom Personal Folder&quot; width=&quot;598&quot; height=&quot;232&quot;/&gt;&lt;/p&gt;
&lt;p&gt;The &quot;Issuer&quot; folder is used for issuing assets that I control. It contains only negative balances. I&#039;ve named my reserve asset types &quot;~ .308 rounds&quot; and &quot;~ Gold Grams&quot;. Those are issued to match real commodities in my basement (this is a made-up scenario. I&#039;m not telling how much ammo or gold I have in my basement). The preceding twiddle (&quot;~&quot;) marks them as private asset types, not to be traded with anybody but myself. The &quot;Bill .308 rounds&quot; and &quot;Bill GoldGrams&quot; asset types are circulating currencies backed by the reserve commodities. I always issue exactly as many of these as I have in reserve (though there really might be more of the reserve commodities in my basement that I don&#039;t intend to promise to anybody).&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-issuer-folder-590x250.jpg&quot; alt=&quot;Loom Issuer Folder&quot; width=&quot;590&quot; height=&quot;250&quot;/&gt;&lt;/p&gt;
&lt;p&gt;The &quot;Vault&quot; folder is used to store savings and the private reserve assets:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-vault-folder-598x251.jpg&quot; alt=&quot;Loom Vault Folder&quot; width=&quot;598&quot; height=&quot;251&quot;/&gt;&lt;/p&gt;
&lt;p&gt;If I get a new shipment of 1000 rounds of .308 that I want to use to back new &quot;Bill .308 rounds&quot;, I issue both the reserve and circulating assets from the &quot;Issuer&quot; folder by moving them to my private &quot;~ Xfer&quot; location. Note that I always keep equal the amounts issued of &quot;Bill .308 rounds&quot; and &quot;~ .308 rounds&quot;:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-issue-new-587x348.jpg&quot; alt=&quot;Loom issue assets&quot; width=&quot;587&quot; height=&quot;348&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Then I take the reserve assets into the &quot;Vault&quot;:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-take-reserve-588x332.jpg&quot; alt=&quot;Loom take reserves into vault&quot; width=&quot;588&quot; height=&quot;332&quot;/&gt;&lt;/p&gt;
&lt;p&gt;And I take the new circulating currency into my &quot;Personal&quot; folder, from which I can, hopefully, spend it to buy cool stuff:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-take-currency-602x265.jpg&quot; alt=&quot;Loom take currency&quot; width=&quot;602&quot; height=&quot;265&quot;/&gt;&lt;/p&gt;
&lt;p&gt;If somebody wants to convert one of my currencies into its reserve commodity, this goes in reverse. I ask them to give the currency to an agreed-upon transfer location, then I take it into my personal folder:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-take-bob-583x262.jpg&quot; alt=&quot;Loom take from Bob&quot; width=&quot;583&quot; height=&quot;262&quot;/&gt;&lt;/p&gt;
&lt;p&gt;and give it to my private &quot;~ Xfer&quot; location:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-give-currency-583x312.jpg&quot; alt=&quot;Loom give currency&quot; width=&quot;583&quot; height=&quot;312&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Then I give that amount of the corresponding private reserve asset from the &quot;Vault&quot; folder to the &quot;~ Xfer&quot; location:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-give-reserve-583x343.jpg&quot; alt=&quot;Loom give reserve&quot; width=&quot;583&quot; height=&quot;343&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Finally, I take both the currency and the reserve into the &quot;Issuer&quot; folder:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;images/loom-take-deissue-597x278.jpg&quot; alt=&quot;Loom deissue currency and reserve&quot; width=&quot;597&quot; height=&quot;278&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Now I can remove the commodity from my basement, ship it to Bob, and he can have some percussive therapy.&lt;/p&gt;
&lt;p&gt;I doubt that I will personally issue a Loom currency any time soon. I&#039;ll be happy to use currencies issued by others who make that their business. But I&#039;ve worked up this series of methods for keeping track so that issuers will have some ideas.&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Tue, 08 Jan 2008 04:25:54 -0600</pubDate>
</item>
<item>
 <title>Loom Client Code in PHP and Java</title>
 <link>http://billstclair.com/blog/loom_client_code_in_php_and_java.html</link>
 <description>&lt;p&gt;I have written client code for the Loom grid in both PHP and Java. Go to my Loom home page at &lt;a href=&quot;../loom/&quot;&gt;billstclair.com/loom&lt;/a&gt; for information.&lt;/p&gt;
&lt;p&gt;These libraries allow you to easily call the web API at &lt;a href=&quot;https://loom.cc/&quot;&gt;https://loom.cc/&lt;/a&gt;. Use of the PHP version is demonstrated by a PHP translation of Patrick&#039;s Grid Tutorial. The Java class is self demonstrating; it can be used as a simple command line interface to the grid.&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Sun, 06 Jan 2008 04:19:16 -0600</pubDate>
</item>
<item>
 <title>Patrick&#039;s Loom Issuance Scheme</title>
 <link>http://billstclair.com/blog/patricks_loom_issuance_scheme.html</link>
 <description>&lt;p&gt;In a comment &lt;a href=&quot;http://billstclair.com/blog/creating_your_own_loom_currency.html&quot;&gt;Creating Your Own Loom Currency&lt;/a&gt; article, I mentioned that Patrick Chkoreff uses a different mechanism than I proposed to make sure he doesn&#039;t issue more digital currency than he has real assets for backing. Here I elucidate that a little.&lt;/p&gt;
&lt;p&gt;I&#039;m going to imagine that I have in my basement some gold, some Liberty Dollars, and three calibers of ammunition. I set up a Loom folder to track those real assets, moving the amount I have of each into the &quot;Storage&quot; location in Loom.&lt;/p&gt;
&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img src=&quot;images/loom-hard-assets-527x312.jpg&quot; alt=&quot;My Hard Assets&quot; width=&quot;527&quot; heght=&quot;312&quot;/&gt;&lt;/p&gt;
&lt;p&gt;In my regular Loom account, I have a digital currency corresponding to each:&lt;/p&gt;
&lt;p&gt;&lt;center&gt;&lt;br /&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;5&quot;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Real Asset&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Digital Currency&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;.223 rounds&lt;/td&gt;
&lt;td&gt;Bill .223 rounds&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt;.308 rounds&lt;/td&gt;
&lt;td&gt;Bill .308 rounds&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt;7.62x39 rounds&lt;/td&gt;
&lt;td&gt;Bill 7.62x39 rounds&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt;Gold Grams&lt;/td&gt;
&lt;td&gt;Bill GoldGrams&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt;Liberty Dollars (Silver ounces)&lt;/td&gt;
&lt;td&gt;Bill Liberty Dollars&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;&lt;/p&gt;
&lt;p&gt;I import the real asset &quot;Storage&quot; location into my regular account, but prepend the name with a &quot;~&quot; to mark it as a private location that I never use for trade.&lt;/p&gt;
&lt;p&gt;I also imagine that I have received Patrick&#039;s digital gold and silver in payment. So my home folder now looks like this:&lt;/p&gt;
&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img src=&quot;images/loom-issuer-folder-531x339.jpg&quot; alt=&quot;Loom issuer folder&quot; width=&quot;531&quot; height=&quot;339&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Now I just have to make sure I don&#039;t allow the negative number in front of each digital currency in my folder to exceed the corresponding amount in storage. Ooops. I&#039;m doing fractional reserve banking in 7.62x39 rounds. Better buy some ammo or some currency.&lt;/p&gt;
&lt;p&gt;This way of tracking issuance is especially nice when you issue more than one digital currency. It takes up minimal space on the issuance page. I could see having three folders, one for hard assets, one for issuance, and one for personal use.&lt;/p&gt;
</description>
 <category domain="http://billstclair.com/blog/categories/loom">Loom</category>
 <pubDate>Fri, 04 Jan 2008 08:24:14 -0600</pubDate>
</item>
</channel>
</rss>
