<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated></updated>
  <generator>https://nostr.ae</generator>

  <title>Nostr notes by </title>
  <author>
    <name></name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://nostr.ae/npub1p6uknnmm7wknvg9cq5wqsf7ulpsrdzd6zt6qw707y5t05fuzvfdsx8etde.rss" />
  <link href="https://nostr.ae/npub1p6uknnmm7wknvg9cq5wqsf7ulpsrdzd6zt6qw707y5t05fuzvfdsx8etde" />
  <id>https://nostr.ae/npub1p6uknnmm7wknvg9cq5wqsf7ulpsrdzd6zt6qw707y5t05fuzvfdsx8etde</id>
  <icon></icon>
  <logo></logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsysy5uscd03qvsxza8a52kn9dnfrn7wxyjnlu3e8wtamuglk472hczyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39kyd9q93</id>
    
      <title type="html">📅 Original date posted:2018-04-06 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsysy5uscd03qvsxza8a52kn9dnfrn7wxyjnlu3e8wtamuglk472hczyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39kyd9q93" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqspq3mcvwr3dffztt08sjy9ljewwdrwfhdgaxz35uz3g0y703ep4cq4fqmqh&#39;&gt;nevent1q…qmqh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2018-04-06&lt;br/&gt;📝 Original message:Source?&lt;br/&gt;&lt;br/&gt;On Fri, Apr 6, 2018 at 4:53 PM, ketamine--- via bitcoin-dev &amp;lt;&lt;br/&gt;bitcoin-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; A significant number of past and current cryptocurrency products&lt;br/&gt;&amp;gt; contain a JavaScript class named SecureRandom(), containing both&lt;br/&gt;&amp;gt; entropy collection and a PRNG. The entropy collection and the RNG&lt;br/&gt;&amp;gt; itself are both deficient to the degree that key material can be&lt;br/&gt;&amp;gt; recovered by a third party with medium complexity. There are a&lt;br/&gt;&amp;gt; substantial number of variations of this SecureRandom() class in&lt;br/&gt;&amp;gt; various pieces of software, some with bugs fixed, some with additional&lt;br/&gt;&amp;gt; bugs added. Products that aren&amp;#39;t today vulnerable due to moving to&lt;br/&gt;&amp;gt; other libraries may be using old keys that have been previously&lt;br/&gt;&amp;gt; compromised by usage of SecureRandom().&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The most common variations of the library attempts to collect entropy&lt;br/&gt;&amp;gt; from window.crypto&amp;#39;s CSPRNG, but due to a type error in a comparison&lt;br/&gt;&amp;gt; this function is silently stepped over without failing. Entropy is&lt;br/&gt;&amp;gt; subsequently gathered from math.Random (a 48bit linear congruential&lt;br/&gt;&amp;gt; generator, seeded by the time in some browsers), and a single&lt;br/&gt;&amp;gt; execution of a medium resolution timer. In some known configurations&lt;br/&gt;&amp;gt; this system has substantially less than 48 bits of entropy.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The core of the RNG is an implementation of RC4 (&amp;#34;arcfour random&amp;#34;),&lt;br/&gt;&amp;gt; and the output is often directly used for the creation of private key&lt;br/&gt;&amp;gt; material as well as cryptographic nonces for ECDSA signatures. RC4 is&lt;br/&gt;&amp;gt; publicly known to have biases of several bits, which are likely&lt;br/&gt;&amp;gt; sufficient for a lattice solver to recover a ECDSA private key given a&lt;br/&gt;&amp;gt; number of signatures. One popular Bitcoin web wallet re-initialized&lt;br/&gt;&amp;gt; the RC4 state for every signature which makes the biases bit-aligned,&lt;br/&gt;&amp;gt; but in other cases the Special K would be manifest itself over&lt;br/&gt;&amp;gt; multiple transactions.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Necessary action:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;   * identify and move all funds stored using SecureRandom()&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;   * rotate all key material generated by, or has come into contact&lt;br/&gt;&amp;gt;     with any piece of software using SecureRandom()&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;   * do not write cryptographic tools in non-type safe languages&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;   * don&amp;#39;t take the output of a CSPRNG and pass it through RC4&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; -&lt;br/&gt;&amp;gt; 3CJ99vSipFi9z11UdbdZWfNKjywJnY8sT8&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; bitcoin-dev mailing list&lt;br/&gt;&amp;gt; bitcoin-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;-- &lt;br/&gt;Matías Alejo Garcia&lt;br/&gt;@ematiu&lt;br/&gt;Roads? Where we&amp;#39;re going, we don&amp;#39;t need roads!&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20180406/7cdc248c/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20180406/7cdc248c/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T18:11:32Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs86gj2xxnzxh8ms84zt3vgpz37usvt48g9nqap3s4m7zfrnzztkhqzyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39k8sgndx</id>
    
      <title type="html">📅 Original date posted:2015-10-05 📝 Original message:Hi, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs86gj2xxnzxh8ms84zt3vgpz37usvt48g9nqap3s4m7zfrnzztkhqzyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39k8sgndx" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstsqp035s3av28rhz3n9876z2zn324eeqhjncjf27j6e8t49zdr4s2z3uen&#39;&gt;nevent1q…3uen&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2015-10-05&lt;br/&gt;📝 Original message:Hi,&lt;br/&gt;&lt;br/&gt;Sorry the late response. Going back to the original message:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt; &amp;gt; On 03/10/15 13:42, Jean-Pierre Rupp via bitcoin-dev wrote:&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt; I have been reviewing BIP-45 today.  There is a privacy problem with it&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt; that should at least be mentioned in the document.&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt; When using the same extended public key for all multisig activity, and&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt; dealing with different cosigners in separate multisig accounts, reuse of&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt; the same set of public keys means that all cosigners from all accounts&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt; will be able to monitor multisig activity from every other cosigner, in&lt;br/&gt;&amp;gt; &amp;gt;&amp;gt; every other account.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;I am not completely sure what you mean by &amp;#39;account&amp;#39; and &amp;#39;mutisig activity&amp;#39;.&lt;br/&gt;You seem to imply&lt;br/&gt;that the same set of extended public keys will be used in more that one&lt;br/&gt;wallet, which it is&lt;br/&gt;not required (and certainly not recommended) by BIP45.&lt;br/&gt;&lt;br/&gt;According to BIP45, a singing party, in order to generate a wallet address,&lt;br/&gt;needs the extended public keys of all the other parties, so each party will&lt;br/&gt;be able to see the transaction history of the wallet they are sharing, but&lt;br/&gt;if the party has other wallets with other copayers the xpub should be&lt;br/&gt;completely different.&lt;br/&gt;&lt;br/&gt;matías&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;-- &lt;br/&gt;BitPay.com&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20151005/d1abcff0/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20151005/d1abcff0/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T17:42:22Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0kdyj3se3pay324z5mphtatqd8dj6jedvngukuj85wpztx0r8ghgzyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39kstyasv</id>
    
      <title type="html">📅 Original date posted:2015-03-13 📝 Original message:&amp;gt; ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0kdyj3se3pay324z5mphtatqd8dj6jedvngukuj85wpztx0r8ghgzyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39kstyasv" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvlnytvuywjc2xxvhsm37vpxkcym9t79030qxrnuurvxparjhl00qx0h42v&#39;&gt;nevent1q…h42v&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2015-03-13&lt;br/&gt;📝 Original message:&amp;gt; Could you describe what exactly BWS does?&lt;br/&gt;&lt;br/&gt;Sure. BWS tasks are:&lt;br/&gt;&lt;br/&gt;* Coordinate Transaction proposals in multisignature wallets:  provide&lt;br/&gt;an &amp;#39;always connected&amp;#39; node to distribute pending transaction proposals&lt;br/&gt; and receive the signatures from peers.&lt;br/&gt;* Coordinate and store BIP32 derivation indexes. (If the BWS&lt;br/&gt;disappear, peer can still access the funds by scanning the blockchain,&lt;br/&gt;but having the index in a common accessable point in useful).&lt;br/&gt;* Access the blockchain and provide functions like: `getBalance` and&lt;br/&gt;`getTxHistory` to peers.&lt;br/&gt;* Allow agents to notify incoming funds / or transaction proposals to peers.&lt;br/&gt;&lt;br/&gt;BWS is designed to be extremely easy to setup and run. BitPay will&lt;br/&gt;provide a public BWS instance, but companies and individuals can run&lt;br/&gt;their own for privacy and security reasons.&lt;br/&gt;&lt;br/&gt;&amp;gt; It sounds like the server doesn&amp;#39;t have to actually derive the keys itself for any particular purpose&lt;br/&gt;&amp;gt; beyond knowing the addresses are a part of the wallet. Could the server work if it didn&amp;#39;t even&lt;br/&gt;&amp;gt; know that, and was just a bucket of arbitrary addresses with the clients themselves deriving the&lt;br/&gt;&amp;gt; addresses?&lt;br/&gt;&lt;br/&gt;We have evaluated  BWS  not having the extended public keys (and it is&lt;br/&gt;still an open possibility) but the main drawback we found is that BWS&lt;br/&gt;will have no way to verify addresses sent by the peers (*).&lt;br/&gt;&lt;br/&gt;A peer could send a fake address to BWS and then functions like&lt;br/&gt;&amp;#39;getBalance&amp;#39; or &amp;#39;txHistory&amp;#39; will be broken. Of course, the peers could&lt;br/&gt;verify the addresses on getTxHistory or getBalance (by Address) but we&lt;br/&gt;also want to allow thin-clients and agents with lower level of trust&lt;br/&gt;(than the server) that can notify the wallet balance and incoming&lt;br/&gt;transaction to peers using, for example, mobile push notifications.&lt;br/&gt;&lt;br/&gt;(*):  Gregory Maxwell proposed an schema for doing this with the &amp;#34;not&lt;br/&gt;extended&amp;#34; pubkeys, that we need to evaluate. That could be the best&lt;br/&gt;solution.
    </content>
    <updated>2023-06-07T15:31:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdxt2s8dmtxg8kcwpzjnfsh3wqqc9pyukrtlex3dctn79szpked8szyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39ks5rqvg</id>
    
      <title type="html">📅 Original date posted:2015-03-13 📝 Original message:Hello ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdxt2s8dmtxg8kcwpzjnfsh3wqqc9pyukrtlex3dctn79szpked8szyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39ks5rqvg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8jgw6w5c5vr7w26h225jm90s99jlw5d758j6c57uk48p03cfmfwcdpt8xf&#39;&gt;nevent1q…t8xf&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2015-03-13&lt;br/&gt;📝 Original message:Hello everyone,&lt;br/&gt;&lt;br/&gt;We are working on bitcore-wallet-server (BWS), a HD multisig wallet&lt;br/&gt;&amp;#39;facilitator&amp;#39;. We have a couple of questions regarding BIP32 path usage,&lt;br/&gt;and we would love to have feedback from you before moving forward.&lt;br/&gt;&lt;br/&gt;Currently the BWS instances hold the set of extended public keys of the&lt;br/&gt;wallet&amp;#39;s peers to be able to derive  addresses.&lt;br/&gt;&lt;br/&gt;Since this is a problem from the privacy point of view, we thought using&lt;br/&gt;pseudo-random  BIP32 paths, with a seed only known be the peers, so the&lt;br/&gt;server will be able to verify that addresses  submitted by peers belong to&lt;br/&gt;the wallet, but will not be able to derive future wallet addresses.&lt;br/&gt;&lt;br/&gt;The workflow would be something like:&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;Peer &amp;gt;   getCurrentIndex&lt;br/&gt;&lt;br/&gt;&amp;lt; Server [index]&lt;br/&gt;&lt;br/&gt;Peer:&lt;br/&gt;  pathSeed = PRNG(seed, index);&lt;br/&gt;&lt;br/&gt;Peer &amp;gt; createAddress(index, pathSeed);&lt;br/&gt;&lt;br/&gt;Server:&lt;br/&gt;  derives the address and add it to the wallet.&lt;br/&gt;&lt;br/&gt;&amp;lt; Server  new address&lt;br/&gt;&lt;br/&gt;Peer: Verifies the address and inform it the user.&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;This way, accessing server data won&amp;#39;t reveal future wallet addresses. The&lt;br/&gt;seed (only known by the peers) could&lt;br/&gt;be derived from hashes of their xprivs, so wallet funds can still be&lt;br/&gt;recover with:&lt;br/&gt;  1) The complete set of xprivs&lt;br/&gt;  2) The quorum of xprivs &#43; the complete set of xpubs &#43; the address seed.&lt;br/&gt;&lt;br/&gt;Thanks a lot in advance for any comment on this schema.&lt;br/&gt;&lt;br/&gt;matías&lt;br/&gt;&lt;br/&gt;-- &lt;br/&gt;BitPay.com&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20150313/af2f95d0/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20150313/af2f95d0/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:31:49Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsryag8w6wnu9qjr8h7fkkf2zekrxyxws2j0mzn4zzshspkwuxxy0czyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39k3h3e2m</id>
    
      <title type="html">📅 Original date posted:2014-05-02 📝 Original message:I live ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsryag8w6wnu9qjr8h7fkkf2zekrxyxws2j0mzn4zzshspkwuxxy0czyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39k3h3e2m" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsr2dhkgqxvrzlwf433phv5qnjw6fcdp6se0zr3ujnt4cm388krf9gcwz7n8&#39;&gt;nevent1q…z7n8&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-05-02&lt;br/&gt;📝 Original message:I live in Argentina. Here, 1BTC is around half of a monthly average&lt;br/&gt;wage (net), so, as you&lt;br/&gt;can imagine, the value of 1 BTC is *very* inconvenient  for everyday&lt;br/&gt;transactions.&lt;br/&gt;&lt;br/&gt; Also it presents an important entry barrier for new adopters: It would be&lt;br/&gt;easier to accept buying thousands of &amp;#34;bits&amp;#34; than buying a tiny fraction&lt;br/&gt;of a Bitcoin, for the same amount of pesos.&lt;br/&gt;&lt;br/&gt;Changing to 1e-6 &amp;#34;bits&amp;#34; will solve both problems. Changing to 1e-6&lt;br/&gt;&amp;#34;microbitcoins&amp;#34; will&lt;br/&gt;solve the first one, but not sure about the second one. Buying (or&lt;br/&gt;earning) mili or micro&lt;br/&gt;something  isn&amp;#39;t that sexy either.&lt;br/&gt;&lt;br/&gt;Finally, against &amp;#34;micro&amp;#34; and in favor of &amp;#34;bits&amp;#34;, micro is noted &amp;#34;μ&amp;#34;,&lt;br/&gt;which is also&lt;br/&gt; inconvenient (I had to copy and paste it from an other site). Many&lt;br/&gt;different notations will be used like:  μBTC, uBTC,  &amp;#34;microBTC&amp;#34; and&lt;br/&gt;even &amp;#34;mBTC&amp;#34;.&lt;br/&gt;Please prevent that.&lt;br/&gt;&lt;br/&gt;These arguments also applies to many places in the  world (Argentina&lt;br/&gt;is 40 out of 72 listed countries in&lt;br/&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/List_of_countries_by_average_wage&#34;&gt;http://en.wikipedia.org/wiki/List_of_countries_by_average_wage&lt;/a&gt;).&lt;br/&gt;&lt;br/&gt;matías&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On Fri, May 2, 2014 at 10:13 PM, Alan Reiner &amp;lt;etotheipi at gmail.com&amp;gt; wrote:&lt;br/&gt;&amp;gt; I&amp;#39;ve been a strong supporter of the 1e-6 unit switch since the beginning and&lt;br/&gt;&amp;gt; ready to do whatever I can with Armory to help ease that transition.  I&amp;#39;m&lt;br/&gt;&amp;gt; happy to prioritize a release that updates the Armory interface to make&lt;br/&gt;&amp;gt; &amp;#34;bits&amp;#34; the default unit, when the time is right.  I think it makes sense to&lt;br/&gt;&amp;gt; get as many apps and services to upgrade nearly simultaneously.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; My plan is to have a popup on the first load of the new version that briefly&lt;br/&gt;&amp;gt; introduces the change, and mentions that they can go back to the old way in&lt;br/&gt;&amp;gt; the settings, but make them work to do it.  For the transient period (6&lt;br/&gt;&amp;gt; months?) all input boxes will auto-update nearby labels with the&lt;br/&gt;&amp;gt; converted-to-BTC value as they type, so that they don&amp;#39;t have to do any math&lt;br/&gt;&amp;gt; in their head.  Similarly, all displayed BTC values will show both.  But the&lt;br/&gt;&amp;gt; 1e-6 unit will always be default or first unless they explicitly change it&lt;br/&gt;&amp;gt; in the interface.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On 5/2/2014 8:54 PM, Ben Davenport wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I fully support this (it&amp;#39;s what I suggested over a year ago), but what it&lt;br/&gt;&amp;gt; comes down to is BitPay, Coinbase, Blockchain and Bitstamp getting together,&lt;br/&gt;&amp;gt; agreeing what they&amp;#39;re going to use, and doing a little joint customer&lt;br/&gt;&amp;gt; education campaign around it. If there&amp;#39;s community momentum around &amp;#34;bits&amp;#34;,&lt;br/&gt;&amp;gt; great.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; My only addition is that I think we should all stop trying to attach SI&lt;br/&gt;&amp;gt; prefixes to the currency unit. Name me another world currency that uses SI&lt;br/&gt;&amp;gt; prefixes. No one quotes amounts as 63 k$ or 3 M$. The accepted standard at&lt;br/&gt;&amp;gt; least in the US is &amp;lt;currency-symbol&amp;gt;&amp;lt;amount&amp;gt;&amp;lt;modifier&amp;gt;, i.e. $63k or $3M.&lt;br/&gt;&amp;gt; That may not be accepted form everywhere, but in any case it&amp;#39;s an informal&lt;br/&gt;&amp;gt; format, not a formal one. The important point is there should be one base&lt;br/&gt;&amp;gt; unit that is not modified with SI prefixes. And I think the arguments are&lt;br/&gt;&amp;gt; strong for that unit being = 100 satoshi.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Ben&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On Fri, May 2, 2014 at 12:17 PM, Jeff Garzik &amp;lt;jgarzik at bitpay.com&amp;gt; wrote:&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; &amp;lt;vendor hat: on&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Related:&lt;br/&gt;&amp;gt;&amp;gt; &lt;a href=&#34;http://blog.bitpay.com/2014/05/02/bitpay-bitcoin-and-where-to-put-that-decimal-point.html&#34;&gt;http://blog.bitpay.com/2014/05/02/bitpay-bitcoin-and-where-to-put-that-decimal-point.html&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; --&lt;br/&gt;&amp;gt;&amp;gt; Jeff Garzik&lt;br/&gt;&amp;gt;&amp;gt; Bitcoin core developer and open source evangelist&lt;br/&gt;&amp;gt;&amp;gt; BitPay, Inc.      &lt;a href=&#34;https://bitpay.com/&#34;&gt;https://bitpay.com/&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt;&amp;gt; &amp;#34;Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE&lt;br/&gt;&amp;gt;&amp;gt; Instantly run your Selenium tests across 300&#43; browser/OS combos.  Get&lt;br/&gt;&amp;gt;&amp;gt; unparalleled scalability from the best Selenium testing platform&lt;br/&gt;&amp;gt;&amp;gt; available.&lt;br/&gt;&amp;gt;&amp;gt; Simple to use. Nothing to install. Get started now for free.&amp;#34;&lt;br/&gt;&amp;gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/SauceLabs&#34;&gt;http://p.sf.net/sfu/SauceLabs&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt;&amp;gt; Bitcoin-development mailing list&lt;br/&gt;&amp;gt;&amp;gt; Bitcoin-development at lists.sourceforge.net&lt;br/&gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&#34;&gt;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; &amp;#34;Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE&lt;br/&gt;&amp;gt; Instantly run your Selenium tests across 300&#43; browser/OS combos.  Get&lt;br/&gt;&amp;gt; unparalleled scalability from the best Selenium testing platform available.&lt;br/&gt;&amp;gt; Simple to use. Nothing to install. Get started now for free.&amp;#34;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/SauceLabs&#34;&gt;http://p.sf.net/sfu/SauceLabs&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Bitcoin-development mailing list&lt;br/&gt;&amp;gt; Bitcoin-development at lists.sourceforge.net&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&#34;&gt;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; &amp;#34;Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE&lt;br/&gt;&amp;gt; Instantly run your Selenium tests across 300&#43; browser/OS combos.  Get&lt;br/&gt;&amp;gt; unparalleled scalability from the best Selenium testing platform available.&lt;br/&gt;&amp;gt; Simple to use. Nothing to install. Get started now for free.&amp;#34;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/SauceLabs&#34;&gt;http://p.sf.net/sfu/SauceLabs&lt;/a&gt;&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Bitcoin-development mailing list&lt;br/&gt;&amp;gt; Bitcoin-development at lists.sourceforge.net&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&#34;&gt;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;-- &lt;br/&gt;Matías Alejo Garcia&lt;br/&gt;Skype/Twitter: @ematiu&lt;br/&gt;Roads? Where we&amp;#39;re going, we don&amp;#39;t need roads!
    </content>
    <updated>2023-06-07T15:20:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs29px6zhnpqqczwqykk4xn0zhxgeyekfuc0sfm3mhpjdwzyvjksvqzyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39kj0upl2</id>
    
      <title type="html">📅 Original date posted:2014-03-27 📝 Original message:On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs29px6zhnpqqczwqykk4xn0zhxgeyekfuc0sfm3mhpjdwzyvjksvqzyq8tj6w000e66d3qhqz3czp8mnuxqd5fhgf0gpmelcj3d738sf39kj0upl2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8alda7dx0pc066hf7ndktscr09hdjv4ce46vjhxcy99drvyfarcszc4c4a&#39;&gt;nevent1q…4c4a&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-03-27&lt;br/&gt;📝 Original message:On Thu, Mar 27, 2014 at 9:28 AM, Mike Hearn &amp;lt;mike at plan99.net&amp;gt; wrote:&lt;br/&gt;&amp;gt; By the way, I just noticed that greenaddress.it is creating seeds that have 24&lt;br/&gt;&amp;gt; words instead of 12. Does anyone know what&amp;#39;s up with that? They claim to be&lt;br/&gt;&amp;gt; using BIP32 wallets so I wanted to see if they were using the default structure&lt;br/&gt;&amp;gt; and if so, whether bitcoinj was compatible with it (before I switch to the one&lt;br/&gt;&amp;gt; discussed here). But it seems we fall at the first hurdle ...&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;They replied this on reddit: &amp;#34;Good question! We use 256-bit BIP39&lt;br/&gt;seeds for our 512-bit extended HD wallet keypairs, as advised by&lt;br/&gt;BIP32. We are aware that 128 is considered ok in Electrum but we&lt;br/&gt;wanted to follow BIP32 spec, in particular because we are working with&lt;br/&gt;hardware wallets that have been design with BIP32 in mind and wanted&lt;br/&gt;to avoid any incompatibility issue.&amp;#34;&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://www.reddit.com/r/Bitcoin/comments/20puhg/while_blockchaininfo_is_down_what_about_testing/cg5mr54&#34;&gt;http://www.reddit.com/r/Bitcoin/comments/20puhg/while_blockchaininfo_is_down_what_about_testing/cg5mr54&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;BTW, thanks for starting this thread. I am with the bitcore team,&lt;br/&gt;working on a new multisig only wallet (Cosign).&lt;br/&gt;&lt;br/&gt;The schema originally proposed be Mike (/m/cointype/reserved&amp;#39;/account&amp;#39;/change/n&lt;br/&gt;) seems flexible enough for our needs. I wonder, tough, if we can&lt;br/&gt;agree also on a format to exchange the tips (n) of each branch on the&lt;br/&gt;tree when the user export/backup the wallet, as  Allen suggested.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On Wed, Mar 26, 2014 at 8:37 PM, Andreas Schildbach&lt;br/&gt;&amp;lt;andreas at schildbach.de&amp;gt; wrote:&lt;br/&gt;&amp;gt; For me, the most important thing is either we&amp;#39;re 100% interoperable or&lt;br/&gt;&amp;gt; 0%. There should not be anything inbetween, as users will delete seeds&lt;br/&gt;&amp;gt; without knowing there is still money in them on another implementation.&lt;br/&gt;&lt;br/&gt;Is the ideal schema that the user should be able to use two different&lt;br/&gt;wallets at the same time? Does a wallet need to assume that derivate&lt;br/&gt;keys could had been used already? That seems complicated. Maybe we&lt;br/&gt;could add a  /(hash of the wallet name)/ on the BIP32 path.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;--&lt;br/&gt;matias&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;-- &lt;br/&gt;Matías Alejo Garcia&lt;br/&gt;Skype/Twitter: @ematiu&lt;br/&gt;Roads? Where we&amp;#39;re going, we don&amp;#39;t need roads!
    </content>
    <updated>2023-06-07T15:16:24Z</updated>
  </entry>

</feed>