<?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/npub1uvtfvcegcn9kds68r8he57emc480vqtx8t22kpsctxgjxae44gvsksaxrt.rss" />
  <link href="https://nostr.ae/npub1uvtfvcegcn9kds68r8he57emc480vqtx8t22kpsctxgjxae44gvsksaxrt" />
  <id>https://nostr.ae/npub1uvtfvcegcn9kds68r8he57emc480vqtx8t22kpsctxgjxae44gvsksaxrt</id>
  <icon></icon>
  <logo></logo>




  <entry>
    <id>https://nostr.ae/nevent1qqs07hl43jcnqdzfwvqjjhdzl309c9c4azdxrhx9yq9c49zw50vj4gszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj8qvj8q</id>
    
      <title type="html">📅 Original date posted:2019-01-28 📝 Original message: On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs07hl43jcnqdzfwvqjjhdzl309c9c4azdxrhx9yq9c49zw50vj4gszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj8qvj8q" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsv8rpzktqzg5f8sf6jklvyss4x7wyrm70pyrzv4gtzda3e7uuu55qk5tppg&#39;&gt;nevent1q…tppg&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2019-01-28&lt;br/&gt;📝 Original message:&lt;br/&gt;On Thu, 24 Jan 2019 at 13:42, René Pickhardt &amp;lt;r.pickhardt at googlemail.com&amp;gt;&lt;br/&gt;wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Dear Melvin,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I believe the vocabulary is not consistent across implementations. For&lt;br/&gt;&amp;gt; example if you look at c lightning there is no such command `describegraph`&lt;br/&gt;&amp;gt; but there are the two commands `listnodes` and `listchannels` which should&lt;br/&gt;&amp;gt; give the same information. For both I have attached a sample output at the&lt;br/&gt;&amp;gt; end of the mail to demonstrate how the naming of the vocabulary differs.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Since the data of these commands is taken from the gossip store which&lt;br/&gt;&amp;gt; stores the gossip messages I would suggest to take the vocabulary from the&lt;br/&gt;&amp;gt; BOLT 07 which defines the gossip messages. Also this mailinglist is for&lt;br/&gt;&amp;gt; protocol development and the spec should be the authorative source for&lt;br/&gt;&amp;gt; naming:&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://github.com/lightningnetwork/lightning-rfc/blob/master/07-routing-gossip.md&#34;&gt;https://github.com/lightningnetwork/lightning-rfc/blob/master/07-routing-gossip.md&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; There are more terms specified in other bolts which could be a basis for a&lt;br/&gt;&amp;gt; vocabulary. I have created an overview by hand and made a Pull Request to&lt;br/&gt;&amp;gt; the repository which has not been merged yet as it was the wish of the&lt;br/&gt;&amp;gt; developers to have such a list to be extracted automatically.&lt;br/&gt;&amp;gt; Still this the overview in that pull request could serve as a basis for&lt;br/&gt;&amp;gt; such a vocabulary :&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://github.com/lightningnetwork/lightning-rfc/pull/458&#34;&gt;https://github.com/lightningnetwork/lightning-rfc/pull/458&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Now the example outputs from c-lightning we already that there are&lt;br/&gt;&amp;gt; differences in naming. Take the identifier for a node for example:&lt;br/&gt;&amp;gt; * BOLT07: node_id&lt;br/&gt;&amp;gt; * LND: pub_key&lt;br/&gt;&amp;gt; * clightning: nodeid&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; example outputs:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; lighting-cli listnodes&lt;br/&gt;&amp;gt;  {&lt;br/&gt;&amp;gt;       &amp;#34;nodeid&amp;#34;:&lt;br/&gt;&amp;gt; &amp;#34;02396bf51e81f8f67eaca3652271b4fe8d3f57bedb9578af711606391c5c66760e&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;alias&amp;#34;: &amp;#34;PuraSloboda&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;color&amp;#34;: &amp;#34;68f442&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;last_timestamp&amp;#34;: 1548200218,&lt;br/&gt;&amp;gt;       &amp;#34;globalfeatures&amp;#34;: &amp;#34;&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;global_features&amp;#34;: &amp;#34;&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;addresses&amp;#34;: [&lt;br/&gt;&amp;gt;         {&lt;br/&gt;&amp;gt;           &amp;#34;type&amp;#34;: &amp;#34;ipv4&amp;#34;,&lt;br/&gt;&amp;gt;           &amp;#34;address&amp;#34;: &amp;#34;144.136.223.22&amp;#34;,&lt;br/&gt;&amp;gt;           &amp;#34;port&amp;#34;: 9735&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; lightning-cli listchannels&lt;br/&gt;&amp;gt; {&lt;br/&gt;&amp;gt;       &amp;#34;source&amp;#34;:&lt;br/&gt;&amp;gt; &amp;#34;03bb88ccc444534da7b5b64b4f7b15e1eccb18e102db0e400d4b9cfe93763aa26d&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;destination&amp;#34;:&lt;br/&gt;&amp;gt; &amp;#34;0272045af48b9871013753f7cce1cf82ed80b97d669ca44709e01976a67df80adc&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;short_channel_id&amp;#34;: &amp;#34;559893:1912:0&amp;#34;,&lt;br/&gt;&amp;gt;       &amp;#34;public&amp;#34;: true,&lt;br/&gt;&amp;gt;       &amp;#34;satoshis&amp;#34;: 47000,&lt;br/&gt;&amp;gt;       &amp;#34;message_flags&amp;#34;: 0,&lt;br/&gt;&amp;gt;       &amp;#34;channel_flags&amp;#34;: 1,&lt;br/&gt;&amp;gt;       &amp;#34;flags&amp;#34;: 1,&lt;br/&gt;&amp;gt;       &amp;#34;active&amp;#34;: true,&lt;br/&gt;&amp;gt;       &amp;#34;last_update&amp;#34;: 1548332847,&lt;br/&gt;&amp;gt;       &amp;#34;base_fee_millisatoshi&amp;#34;: 1000,&lt;br/&gt;&amp;gt;       &amp;#34;fee_per_millionth&amp;#34;: 1,&lt;br/&gt;&amp;gt;       &amp;#34;delay&amp;#34;: 144&lt;br/&gt;&amp;gt;     }&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; With kind regards Rene&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;This is extremely helpful, thank you!&lt;br/&gt;&lt;br/&gt;I will go with the RFC naming then.  I&amp;#39;m starting with Nodes and Edges and&lt;br/&gt;will put together a document and demo for review.  First step is to do&lt;br/&gt;Nodes.&lt;br/&gt;&lt;br/&gt;I have two questions&lt;br/&gt;&lt;br/&gt;1. node_id -- that&amp;#39;s basically your public key -- what types of key and&lt;br/&gt;serialization is this (my guess an ecdsa pub key derived from the HD seed),&lt;br/&gt;any pointers would be great&lt;br/&gt;&lt;br/&gt;2. regarding the four address types :&lt;br/&gt;&lt;br/&gt;   - 1: ipv4; data = [4:ipv4_addr][2:port] (length 6)&lt;br/&gt;   - 2: ipv6; data = [16:ipv6_addr][2:port] (length 18)&lt;br/&gt;   - 3: Tor v2 onion service; data = [10:onion_addr][2:port] (length 12)&lt;br/&gt;      - version 2 onion service addresses; Encodes an 80-bit, truncated&lt;br/&gt;      SHA-1 hash of a 1024-bit RSA public key for the onion service (a.k.a.&lt;br/&gt;      Tor hidden service).&lt;br/&gt;   - 4: Tor v3 onion service; data = [35:onion_addr][2:port] (length 37)&lt;br/&gt;      - version 3 (prop224&lt;br/&gt;      &amp;lt;&lt;a href=&#34;https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt&amp;gt&#34;&gt;https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt&amp;gt&lt;/a&gt;;)&lt;br/&gt;      onion service addresses; Encodes: [32:32_byte_ed25519_pubkey] ||&lt;br/&gt;      [2:checksum] || [1:version], where checksum = sha3(&amp;#34;.onion checksum&amp;#34;&lt;br/&gt;      | pubkey || version)[:2].&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;These can be looked up in the spec.  But in the semantic web we like, where&lt;br/&gt;possible, to have self describing data.  In particular we like URIs with a&lt;br/&gt;scheme or protocol so instead of example.com we&amp;#39;ll have &lt;a href=&#34;http://example.com&#34;&gt;http://example.com&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;In this context would the scheme be lightning: for all 4 address types, or&lt;br/&gt;is that just for bolt11?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On Thu, Jan 24, 2019 at 1:21 PM Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt;&lt;br/&gt;&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; On Mon, 21 Jan 2019 at 14:11, René Pickhardt &amp;lt;r.pickhardt at googlemail.com&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; wrote:&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; Dear Melvin,&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; have you looked into the W3C Payment Group?&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://www.w3.org/TR/payment-request/&#34;&gt;https://www.w3.org/TR/payment-request/&lt;/a&gt; The entire field of semantic web&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; kind of originated from W3C and they are working on a recommendation for&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; browser vendors to enable a low level payment API.&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; Also there is LightningJoule that builds on top of webln. While this is&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; not an otology it goes implicitly in a similar direction (c.f.:&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://github.com/wbobeirne/webln&#34;&gt;https://github.com/wbobeirne/webln&lt;/a&gt; and in particular this discussion:&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://github.com/wbobeirne/webln/issues/1&#34;&gt;https://github.com/wbobeirne/webln/issues/1&lt;/a&gt; in which Will said that in&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; his thoughts webln is different to the W3C Payment Group.)&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; I am looking forward to see your progress with integrating Lightning to&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; the semantic web!&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; with kind regards Rene&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; My first observation is these two data structures in lnd describe graph,&lt;br/&gt;&amp;gt;&amp;gt; one for channels and one for nodes.  These seem to be two fundamental&lt;br/&gt;&amp;gt;&amp;gt; concepts in lightning.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Channel&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;         {&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;channel_id&amp;#34;: &amp;#34;615605565348708353&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;chan_point&amp;#34;:&lt;br/&gt;&amp;gt;&amp;gt; &amp;#34;d8cfed73e0004fe1427d3045c5b20da0418f3cb803e8e35be48ee713aadbf56d:1&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;last_update&amp;#34;: 1548330355,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;node1_pub&amp;#34;:&lt;br/&gt;&amp;gt;&amp;gt; &amp;#34;024a2e265cd66066b78a788ae615acdc84b5b0dec9efac36d7ac87513015eaf6ed&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;node2_pub&amp;#34;:&lt;br/&gt;&amp;gt;&amp;gt; &amp;#34;03e03c56bb540c36b9e77c2aea2bb6529b907ece6c1395228c05459af13d0e2a5c&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;capacity&amp;#34;: &amp;#34;1000000&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;node1_policy&amp;#34;: {&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;time_lock_delta&amp;#34;: 144,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;min_htlc&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;fee_base_msat&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;fee_rate_milli_msat&amp;#34;: &amp;#34;1&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;disabled&amp;#34;: false&lt;br/&gt;&amp;gt;&amp;gt;             },&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;node2_policy&amp;#34;: {&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;time_lock_delta&amp;#34;: 144,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;min_htlc&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;fee_base_msat&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;fee_rate_milli_msat&amp;#34;: &amp;#34;1&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                 &amp;#34;disabled&amp;#34;: false&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; Node&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;         {&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;last_update&amp;#34;: 1547380072,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;pub_key&amp;#34;:&lt;br/&gt;&amp;gt;&amp;gt; &amp;#34;0200072fd301cb4a680f26d87c28b705ccd6a1d5b00f1b5efd7fe5f998f1bbb1f1&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;alias&amp;#34;: &amp;#34;OutaSpace&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;addresses&amp;#34;: [&lt;br/&gt;&amp;gt;&amp;gt;                 {&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;addr&amp;#34;: &amp;#34;46.163.78.93:9760&amp;#34;&lt;br/&gt;&amp;gt;&amp;gt;                 },&lt;br/&gt;&amp;gt;&amp;gt;                 {&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;addr&amp;#34;: &amp;#34;[2a01:488:66:1000:2ea3:4e5d:0:1]:9760&amp;#34;&lt;br/&gt;&amp;gt;&amp;gt;                 },&lt;br/&gt;&amp;gt;&amp;gt;                 {&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;addr&amp;#34;: &amp;#34;2dkobxxunnjatyph.onion:9760&amp;#34;&lt;br/&gt;&amp;gt;&amp;gt;                 },&lt;br/&gt;&amp;gt;&amp;gt;                 {&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;&amp;gt;&amp;gt;                     &amp;#34;addr&amp;#34;:&lt;br/&gt;&amp;gt;&amp;gt; &amp;#34;nzslu33ecbokyn32teza2peiiiuye43ftom7jvnuhsxdbg3vhw7w3aqd.onion:9760&amp;#34;&lt;br/&gt;&amp;gt;&amp;gt;                 }&lt;br/&gt;&amp;gt;&amp;gt;             ],&lt;br/&gt;&amp;gt;&amp;gt;             &amp;#34;color&amp;#34;: &amp;#34;#123456&amp;#34;&lt;br/&gt;&amp;gt;&amp;gt;         },&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; It would be useful to write a vocab for these and then document what they&lt;br/&gt;&amp;gt;&amp;gt; mean.  It would then be possible to add markup to an explorer to make it&lt;br/&gt;&amp;gt;&amp;gt; self documenting.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; My first question is : are these terms consistent across different&lt;br/&gt;&amp;gt;&amp;gt; implementations e.g. c-lightning, eclair ?&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Jan 21, 2019 at 7:17 AM Melvin Carvalho &amp;lt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi All&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I work on the solid project [1] and am very interested in the lightning&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; network.&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; In particular, I am looking at trying to create an integration between&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lightning (layer 2) and solid (layer 3?  web layer?).&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The first step towards integration would be to port some of the&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lightning concepts to the semantic web.  This is done by creating an&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ontology.&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Does anyone know of any existing work in this area.  Alternatively,&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; does anyone have an interest to collaborate on an ontology?&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Best&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Melvin&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [1] &lt;a href=&#34;https://solid.mit.edu/&#34;&gt;https://solid.mit.edu/&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; --&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://www.rene-pickhardt.de&#34;&gt;https://www.rene-pickhardt.de&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; Skype: rene.pickhardt&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; mobile: &#43;49 (0)176 5762 3618&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://www.rene-pickhardt.de&#34;&gt;https://www.rene-pickhardt.de&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Skype: rene.pickhardt&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; mobile: &#43;49 (0)176 5762 3618&lt;br/&gt;&amp;gt;&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/lightning-dev/attachments/20190128/0f8993e4/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20190128/0f8993e4/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:54:05Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9g498yqc9pm4lesjx3vhve34dcatjwx80xh72hva4gw30r8gjzxszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjfgzrrr</id>
    
      <title type="html">📅 Original date posted:2019-01-22 📝 Original message: On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9g498yqc9pm4lesjx3vhve34dcatjwx80xh72hva4gw30r8gjzxszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjfgzrrr" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqspywv973yw53u0ex79v5xdp2l25exsfxeve7ttlq2vylfjgc2swwsv0wgs4&#39;&gt;nevent1q…wgs4&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2019-01-22&lt;br/&gt;📝 Original message:&lt;br/&gt;On Mon, 21 Jan 2019 at 14:11, René Pickhardt &amp;lt;r.pickhardt at googlemail.com&amp;gt;&lt;br/&gt;wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Dear Melvin,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; have you looked into the W3C Payment Group?&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://www.w3.org/TR/payment-request/&#34;&gt;https://www.w3.org/TR/payment-request/&lt;/a&gt; The entire field of semantic web&lt;br/&gt;&amp;gt; kind of originated from W3C and they are working on a recommendation for&lt;br/&gt;&amp;gt; browser vendors to enable a low level payment API.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Yes I have.  Im a member of the community group.  The working group is more&lt;br/&gt;aligned to the shopping cart experience, but I&amp;#39;m trying to evangelize&lt;br/&gt;lightning there too.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Also there is LightningJoule that builds on top of webln.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;I use it!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt; While this is not an otology it goes implicitly in a similar direction&lt;br/&gt;&amp;gt; (c.f.: &lt;a href=&#34;https://github.com/wbobeirne/webln&#34;&gt;https://github.com/wbobeirne/webln&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Lovely, I will read&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt; and in particular this discussion:&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://github.com/wbobeirne/webln/issues/1&#34;&gt;https://github.com/wbobeirne/webln/issues/1&lt;/a&gt; in which Will said that in&lt;br/&gt;&amp;gt; his thoughts webln is different to the W3C Payment Group.)&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Ditto!&lt;br/&gt;&lt;br/&gt;I know the w3c folks pretty well.  And we are talking about lightning more&lt;br/&gt;and more.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I am looking forward to see your progress with integrating Lightning to&lt;br/&gt;&amp;gt; the semantic web!&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Thanks!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; with kind regards Rene&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On Mon, Jan 21, 2019 at 7:17 AM Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt;&lt;br/&gt;&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Hi All&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; I work on the solid project [1] and am very interested in the lightning&lt;br/&gt;&amp;gt;&amp;gt; network.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; In particular, I am looking at trying to create an integration between&lt;br/&gt;&amp;gt;&amp;gt; lightning (layer 2) and solid (layer 3?  web layer?).&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; The first step towards integration would be to port some of the lightning&lt;br/&gt;&amp;gt;&amp;gt; concepts to the semantic web.  This is done by creating an ontology.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Does anyone know of any existing work in this area.  Alternatively, does&lt;br/&gt;&amp;gt;&amp;gt; anyone have an interest to collaborate on an ontology?&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Best&lt;br/&gt;&amp;gt;&amp;gt; Melvin&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; [1] &lt;a href=&#34;https://solid.mit.edu/&#34;&gt;https://solid.mit.edu/&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt;&amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt;&amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://www.rene-pickhardt.de&#34;&gt;https://www.rene-pickhardt.de&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Skype: rene.pickhardt&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; mobile: &#43;49 (0)176 5762 3618&lt;br/&gt;&amp;gt;&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/lightning-dev/attachments/20190122/6c50d852/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20190122/6c50d852/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:54:04Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyrl0r5des0j79qvjygd566aj60hcev9049skxnsp7jgy3uvu3qwszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjvl32rv</id>
    
      <title type="html">📅 Original date posted:2019-01-24 📝 Original message: On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyrl0r5des0j79qvjygd566aj60hcev9049skxnsp7jgy3uvu3qwszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjvl32rv" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9g498yqc9pm4lesjx3vhve34dcatjwx80xh72hva4gw30r8gjzxs22sx0c&#39;&gt;nevent1q…sx0c&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2019-01-24&lt;br/&gt;📝 Original message:&lt;br/&gt;On Mon, 21 Jan 2019 at 14:11, René Pickhardt &amp;lt;r.pickhardt at googlemail.com&amp;gt;&lt;br/&gt;wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Dear Melvin,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; have you looked into the W3C Payment Group?&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://www.w3.org/TR/payment-request/&#34;&gt;https://www.w3.org/TR/payment-request/&lt;/a&gt; The entire field of semantic web&lt;br/&gt;&amp;gt; kind of originated from W3C and they are working on a recommendation for&lt;br/&gt;&amp;gt; browser vendors to enable a low level payment API.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Also there is LightningJoule that builds on top of webln. While this is&lt;br/&gt;&amp;gt; not an otology it goes implicitly in a similar direction (c.f.:&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://github.com/wbobeirne/webln&#34;&gt;https://github.com/wbobeirne/webln&lt;/a&gt; and in particular this discussion:&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://github.com/wbobeirne/webln/issues/1&#34;&gt;https://github.com/wbobeirne/webln/issues/1&lt;/a&gt; in which Will said that in&lt;br/&gt;&amp;gt; his thoughts webln is different to the W3C Payment Group.)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I am looking forward to see your progress with integrating Lightning to&lt;br/&gt;&amp;gt; the semantic web!&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; with kind regards Rene&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;My first observation is these two data structures in lnd describe graph,&lt;br/&gt;one for channels and one for nodes.  These seem to be two fundamental&lt;br/&gt;concepts in lightning.&lt;br/&gt;&lt;br/&gt;Channel&lt;br/&gt;&lt;br/&gt;        {&lt;br/&gt;            &amp;#34;channel_id&amp;#34;: &amp;#34;615605565348708353&amp;#34;,&lt;br/&gt;            &amp;#34;chan_point&amp;#34;:&lt;br/&gt;&amp;#34;d8cfed73e0004fe1427d3045c5b20da0418f3cb803e8e35be48ee713aadbf56d:1&amp;#34;,&lt;br/&gt;            &amp;#34;last_update&amp;#34;: 1548330355,&lt;br/&gt;            &amp;#34;node1_pub&amp;#34;:&lt;br/&gt;&amp;#34;024a2e265cd66066b78a788ae615acdc84b5b0dec9efac36d7ac87513015eaf6ed&amp;#34;,&lt;br/&gt;            &amp;#34;node2_pub&amp;#34;:&lt;br/&gt;&amp;#34;03e03c56bb540c36b9e77c2aea2bb6529b907ece6c1395228c05459af13d0e2a5c&amp;#34;,&lt;br/&gt;            &amp;#34;capacity&amp;#34;: &amp;#34;1000000&amp;#34;,&lt;br/&gt;            &amp;#34;node1_policy&amp;#34;: {&lt;br/&gt;                &amp;#34;time_lock_delta&amp;#34;: 144,&lt;br/&gt;                &amp;#34;min_htlc&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;                &amp;#34;fee_base_msat&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;                &amp;#34;fee_rate_milli_msat&amp;#34;: &amp;#34;1&amp;#34;,&lt;br/&gt;                &amp;#34;disabled&amp;#34;: false&lt;br/&gt;            },&lt;br/&gt;            &amp;#34;node2_policy&amp;#34;: {&lt;br/&gt;                &amp;#34;time_lock_delta&amp;#34;: 144,&lt;br/&gt;                &amp;#34;min_htlc&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;                &amp;#34;fee_base_msat&amp;#34;: &amp;#34;1000&amp;#34;,&lt;br/&gt;                &amp;#34;fee_rate_milli_msat&amp;#34;: &amp;#34;1&amp;#34;,&lt;br/&gt;                &amp;#34;disabled&amp;#34;: false&lt;br/&gt;            }&lt;br/&gt;        }&lt;br/&gt;&lt;br/&gt;Node&lt;br/&gt;&lt;br/&gt;        {&lt;br/&gt;            &amp;#34;last_update&amp;#34;: 1547380072,&lt;br/&gt;            &amp;#34;pub_key&amp;#34;:&lt;br/&gt;&amp;#34;0200072fd301cb4a680f26d87c28b705ccd6a1d5b00f1b5efd7fe5f998f1bbb1f1&amp;#34;,&lt;br/&gt;            &amp;#34;alias&amp;#34;: &amp;#34;OutaSpace&amp;#34;,&lt;br/&gt;            &amp;#34;addresses&amp;#34;: [&lt;br/&gt;                {&lt;br/&gt;                    &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;                    &amp;#34;addr&amp;#34;: &amp;#34;46.163.78.93:9760&amp;#34;&lt;br/&gt;                },&lt;br/&gt;                {&lt;br/&gt;                    &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;                    &amp;#34;addr&amp;#34;: &amp;#34;[2a01:488:66:1000:2ea3:4e5d:0:1]:9760&amp;#34;&lt;br/&gt;                },&lt;br/&gt;                {&lt;br/&gt;                    &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;                    &amp;#34;addr&amp;#34;: &amp;#34;2dkobxxunnjatyph.onion:9760&amp;#34;&lt;br/&gt;                },&lt;br/&gt;                {&lt;br/&gt;                    &amp;#34;network&amp;#34;: &amp;#34;tcp&amp;#34;,&lt;br/&gt;                    &amp;#34;addr&amp;#34;:&lt;br/&gt;&amp;#34;nzslu33ecbokyn32teza2peiiiuye43ftom7jvnuhsxdbg3vhw7w3aqd.onion:9760&amp;#34;&lt;br/&gt;                }&lt;br/&gt;            ],&lt;br/&gt;            &amp;#34;color&amp;#34;: &amp;#34;#123456&amp;#34;&lt;br/&gt;        },&lt;br/&gt;&lt;br/&gt;It would be useful to write a vocab for these and then document what they&lt;br/&gt;mean.  It would then be possible to add markup to an explorer to make it&lt;br/&gt;self documenting.&lt;br/&gt;&lt;br/&gt;My first question is : are these terms consistent across different&lt;br/&gt;implementations e.g. c-lightning, eclair ?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On Mon, Jan 21, 2019 at 7:17 AM Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt;&lt;br/&gt;&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Hi All&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; I work on the solid project [1] and am very interested in the lightning&lt;br/&gt;&amp;gt;&amp;gt; network.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; In particular, I am looking at trying to create an integration between&lt;br/&gt;&amp;gt;&amp;gt; lightning (layer 2) and solid (layer 3?  web layer?).&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; The first step towards integration would be to port some of the lightning&lt;br/&gt;&amp;gt;&amp;gt; concepts to the semantic web.  This is done by creating an ontology.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Does anyone know of any existing work in this area.  Alternatively, does&lt;br/&gt;&amp;gt;&amp;gt; anyone have an interest to collaborate on an ontology?&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Best&lt;br/&gt;&amp;gt;&amp;gt; Melvin&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; [1] &lt;a href=&#34;https://solid.mit.edu/&#34;&gt;https://solid.mit.edu/&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt;&amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt;&amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://www.rene-pickhardt.de&#34;&gt;https://www.rene-pickhardt.de&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Skype: rene.pickhardt&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; mobile: &#43;49 (0)176 5762 3618&lt;br/&gt;&amp;gt;&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/lightning-dev/attachments/20190124/aefe082a/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20190124/aefe082a/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:54:04Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvtjgkjk706laqfnahm9h0lv8ut0keqyam32ap7yrteqg0wrvr9qgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjq92c4c</id>
    
      <title type="html">📅 Original date posted:2019-01-21 📝 Original message: Hi ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvtjgkjk706laqfnahm9h0lv8ut0keqyam32ap7yrteqg0wrvr9qgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjq92c4c" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvhq89z3uhfqhf0jp4q5c9cpmfnh2lpms3atydnrka3q8yrda42rc55gxfz&#39;&gt;nevent1q…gxfz&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2019-01-21&lt;br/&gt;📝 Original message:&lt;br/&gt;Hi All&lt;br/&gt;&lt;br/&gt;I work on the solid project [1] and am very interested in the lightning&lt;br/&gt;network.&lt;br/&gt;&lt;br/&gt;In particular, I am looking at trying to create an integration between&lt;br/&gt;lightning (layer 2) and solid (layer 3?  web layer?).&lt;br/&gt;&lt;br/&gt;The first step towards integration would be to port some of the lightning&lt;br/&gt;concepts to the semantic web.  This is done by creating an ontology.&lt;br/&gt;&lt;br/&gt;Does anyone know of any existing work in this area.  Alternatively, does&lt;br/&gt;anyone have an interest to collaborate on an ontology?&lt;br/&gt;&lt;br/&gt;Best&lt;br/&gt;Melvin&lt;br/&gt;&lt;br/&gt;[1] &lt;a href=&#34;https://solid.mit.edu/&#34;&gt;https://solid.mit.edu/&lt;/a&gt;&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/lightning-dev/attachments/20190121/0139602d/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20190121/0139602d/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:54:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqjn3v0n260g78j87v32229s9nl005a3dsagc383y658pq2ednxsczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjgkz84j</id>
    
      <title type="html">📅 Original date posted:2019-01-22 📝 Original message: On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqjn3v0n260g78j87v32229s9nl005a3dsagc383y658pq2ednxsczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjgkz84j" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs089cyhaf2ku9r8ucg2vwk0dxuey2z29vqv5ax94cul972pnf2saghredht&#39;&gt;nevent1q…edht&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2019-01-22&lt;br/&gt;📝 Original message:&lt;br/&gt;On Mon, 21 Jan 2019 at 11:08, Bretton Vine &amp;lt;bretton at hivemind.net&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; On 2019/01/21 08:17, Melvin Carvalho wrote:&lt;br/&gt;&amp;gt; &amp;gt; The first step towards integration would be to port some of the lightning&lt;br/&gt;&amp;gt; &amp;gt; concepts to the semantic web.  This is done by creating an ontology.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; How do we do that? Build a list of relevant concepts and create possible&lt;br/&gt;&amp;gt; attributes and links between? i.e.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Exactly!  It&amp;#39;s what is known as a vocabulary.  You define terms and link&lt;br/&gt;them to other terms.&lt;br/&gt;&lt;br/&gt;Normally is starts from a use case, and then basically you come up with a&lt;br/&gt;naming system that people agree on the names and store it somewhere.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; node&lt;br/&gt;&amp;gt;   pubkey&lt;br/&gt;&amp;gt;   ipaddress&lt;br/&gt;&amp;gt;   numberchannels&lt;br/&gt;&amp;gt;   channel&lt;br/&gt;&amp;gt;   stateactive/stateclosed&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; channel&lt;br/&gt;&amp;gt;   fundingtx&lt;br/&gt;&amp;gt;   localbalance&lt;br/&gt;&amp;gt;   remotebalance&lt;br/&gt;&amp;gt;   closingfee&lt;br/&gt;&amp;gt;   stateopen/stateclosed&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; fundingtx&lt;br/&gt;&amp;gt;   datetime&lt;br/&gt;&amp;gt;   amount&lt;br/&gt;&amp;gt;   fee&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; transaction&lt;br/&gt;&amp;gt;   invoice&lt;br/&gt;&amp;gt;   amount&lt;br/&gt;&amp;gt;   destination&lt;br/&gt;&amp;gt;   validtime&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; channelbreach&lt;br/&gt;&amp;gt;   datetime&lt;br/&gt;&amp;gt;   error&lt;br/&gt;&amp;gt;   result&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Really good start, I&amp;#39;ll try and go through these terms.&lt;br/&gt;&lt;br/&gt;As I say, often we start with small common use cases then build up the set&lt;br/&gt;of terms.&lt;br/&gt;&lt;br/&gt;I have a couple of use cases in mind that others are interested in&lt;br/&gt;&lt;br/&gt;1) sending satoshis to an inbox&lt;br/&gt;2) the pay wall use case (like yalls) over ajax and maybe also on a normal&lt;br/&gt;URL&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; regards, Bretton&lt;br/&gt;&amp;gt; openpgp: &lt;a href=&#34;http://bretton.hivemind.net/bretton_vine.asc&#34;&gt;http://bretton.hivemind.net/bretton_vine.asc&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&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/lightning-dev/attachments/20190122/5dd4baf1/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20190122/5dd4baf1/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:54:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyyah2zm4j0vrttlfkwmy0fueq8al073zm0gw2lu8cc7h0qd3wnhczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj5d9pgn</id>
    
      <title type="html">📅 Original date posted:2018-03-20 📝 Original message: On 9 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyyah2zm4j0vrttlfkwmy0fueq8al073zm0gw2lu8cc7h0qd3wnhczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj5d9pgn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2mu8429ptch5hmca5vlktraw3tvzz787n76qzxqyrey6pchvevmgjkmsq8&#39;&gt;nevent1q…msq8&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2018-03-20&lt;br/&gt;📝 Original message:&lt;br/&gt;On 9 March 2018 at 05:28, ZmnSCPxj via Lightning-dev &amp;lt;&lt;br/&gt;lightning-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Good morning Corne,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; You mention URLs in your draft.  This made me remember about the Web&lt;br/&gt;&amp;gt; Payments Working Group of W3C, &lt;a href=&#34;https://www.w3.org/Payments/WG/&#34;&gt;https://www.w3.org/Payments/WG/&lt;/a&gt; , of which&lt;br/&gt;&amp;gt; Decker, Christian of Blockstream is a member: &lt;a href=&#34;https://www.w3.org/2000/09/&#34;&gt;https://www.w3.org/2000/09/&lt;/a&gt;&lt;br/&gt;&amp;gt; dbwg/details?group=83744&amp;amp;public=1&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; My understanding is that Christian aims to make Bitcoin payments (and&lt;br/&gt;&amp;gt; possibly Lightning invoice payments?) payable over Web payment protocols&lt;br/&gt;&amp;gt; that W3C group is working on.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Possibly the Web Payments Working Group may provide better perspective on&lt;br/&gt;&amp;gt; various other payment use cases as well as their subtleties, which can help&lt;br/&gt;&amp;gt; inform your considerations in your proposed BOLT12.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;I&amp;#39;m interested in this effort too.&lt;br/&gt;&lt;br/&gt;There&amp;#39;s various levels of web payments incubation.  Working Group is for&lt;br/&gt;wide deployment in browsers.  Interest Group is for ideas that are aimed at&lt;br/&gt;standards track.  Community group is aimed at new ideas and specs which can&lt;br/&gt;have stable references, but may be more on the bleeding edge.&lt;br/&gt;&lt;br/&gt;I do quite a bit of work with the W3C, so am happy to look over things, as&lt;br/&gt;I&amp;#39;d like to include something similar in my apps.  I was thinking I&amp;#39;d have&lt;br/&gt;to make my own ontology, but if it&amp;#39;s possible to reuse, that&amp;#39;s even better!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Regards,&lt;br/&gt;&amp;gt; ZmnSCPxj&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ​Sent with ProtonMail Secure Email.​&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On March 8, 2018 11:19 PM, Corné Plooy via Lightning-dev &amp;lt;&lt;br/&gt;&amp;gt; lightning-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Hi,&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; I was thinking of how to use Lightning for various types of payments,&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; and I think it&amp;#39;s currently fine for customer/(web)shop type&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; interactions, but it seems a bit inconvenient for other use cases, e.g.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; salary payments or direct pay-out of cryptocurrency bought on an&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; exchange. I came up with an idea that addresses some of these issues and&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; more (e.g. payee anonymity) by having a direct line of communication&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; between payer and payee instead of BOLT11-style interaction. It&amp;#39;s still&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; a bit half-baked, with many details not worked out yet, but you can read&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; it here, and see if you like where this is going:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; &lt;a href=&#34;https://github.com/bitonic-cjp/lightning-rfc/blob/&#34;&gt;https://github.com/bitonic-cjp/lightning-rfc/blob/&lt;/a&gt;&lt;br/&gt;&amp;gt; payment-protocol/12-payment-protocol.md&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; In true permissionless fashion, I have been so bolD to register bolT #12&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; for my idea.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Please let me know what you think.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; kind regards,&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; CJP&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Lightning-dev mailing list&lt;br/&gt;&amp;gt; Lightning-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&#34;&gt;https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev&lt;/a&gt;&lt;br/&gt;&amp;gt;&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/lightning-dev/attachments/20180320/bf6c51a4/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20180320/bf6c51a4/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-09T12:49:24Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszkm5ygr4zpdn275fhhy8gtx038r9xvs44eckl03fp556fftpk7sczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjapm5le</id>
    
      <title type="html">📅 Original date posted:2021-04-27 📝 Original message:On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszkm5ygr4zpdn275fhhy8gtx038r9xvs44eckl03fp556fftpk7sczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjapm5le" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs85h0xpmz8dumus3fwdv63xpw9y3wj2xw2ckk8junyqha6k3cxtkssyt2yf&#39;&gt;nevent1q…t2yf&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2021-04-27&lt;br/&gt;📝 Original message:On Mon, 26 Apr 2021 at 22:08, Greg Maxwell 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; I endorse Harding&amp;#39;s recommendations.  On the point about mirroring,&lt;br/&gt;&amp;gt; one thing to keep in mind is that the other repositories may go&lt;br/&gt;&amp;gt; offline.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Modification confusion could be avoided by recording what revision&lt;br/&gt;&amp;gt; (commit hash) was current at the time of inclusion, but the document&lt;br/&gt;&amp;gt; going offline can only be protected against by maintaining a copy&lt;br/&gt;&amp;gt; somewhere.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;One could partially solve the mirroring issue by giving each decentralized&lt;br/&gt;BIP (optionally) a genesis transaction ID, that moved in time on the block&lt;br/&gt;chain&lt;br/&gt;&lt;br/&gt;This can be made to mirror / witness the evolution in git of the BIP using&lt;br/&gt;git commit hashes (in time), and then matching those commit hashes in the&lt;br/&gt;block chain by tweaking the public key address by the same amount (with no&lt;br/&gt;change address)&lt;br/&gt;&lt;br/&gt;What would occur then would be a genesis and current definitive HEAD of a&lt;br/&gt;BIP, and the history it&amp;#39;s gone through.  The whole history can be&lt;br/&gt;reconstructed from any one transaction.  This is quite similar to Peter&lt;br/&gt;Todd&amp;#39;s single use seals, and the work done on RGB&lt;br/&gt;&lt;br/&gt;Regarding commit trees going offline, they can be mirrored, hosted on&lt;br/&gt;popular sites (github/gitlab) and it&amp;#39;s natural that popular repos in git&lt;br/&gt;are cloned&lt;br/&gt;&lt;br/&gt;This also provides a little skin in the game and prevents some sybil&lt;br/&gt;attacks, because you need to spend money on a TX&lt;br/&gt;&lt;br/&gt;In this way whole BIPs can have a life cycle outside of any official body,&lt;br/&gt;but also be assigned BIP numbers in the bitcoin repo&lt;br/&gt;&lt;br/&gt;This mainly an informational idea, however, I have been working on some&lt;br/&gt;code and early prototypes to do this, so feel free to message me off-list&lt;br/&gt;if there&amp;#39;s additional interest&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On Mon, Apr 26, 2021 at 7:44 PM David A. Harding via bitcoin-dev&lt;br/&gt;&amp;gt; &amp;lt;bitcoin-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; On Sun, Apr 25, 2021 at 05:31:50PM -0400, Matt Corallo via bitcoin-dev&lt;br/&gt;&amp;gt; wrote:&lt;br/&gt;&amp;gt; &amp;gt; &amp;gt; In general, I think its time we all agree the BIP process has simply&lt;br/&gt;&amp;gt; failed&lt;br/&gt;&amp;gt; &amp;gt; &amp;gt; and move on. Luckily its not really all that critical and proposed&lt;br/&gt;&amp;gt; protocol&lt;br/&gt;&amp;gt; &amp;gt; &amp;gt; documents can be placed nearly anywhere with the same effect.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; I recommend:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; 1. We add additional BIP editors, starting with Kalle Alm (if there are&lt;br/&gt;&amp;gt; &amp;gt;    no continuing significant objections).&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; 2. We seek Luke Dashjr&amp;#39;s resignation as BIPs editor.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; 3. We begin treating protocol documents outside the BIPs repository as&lt;br/&gt;&amp;gt; &amp;gt;    first-class BIP documentation.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The first recommendation permits continued maintenance of existing BIPs&lt;br/&gt;&amp;gt; &amp;gt; plus gives the additional maintainers an opportunity to rebuild the&lt;br/&gt;&amp;gt; &amp;gt; credibility of the repository.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The second recommendation addresses the dissatisfaction of many BIP&lt;br/&gt;&amp;gt; &amp;gt; authors and potential authors with the current editor, which I think&lt;br/&gt;&amp;gt; &amp;gt; will discourage many of them from making additional significant&lt;br/&gt;&amp;gt; &amp;gt; contributions to the repository.  It also seems to me to be a better use&lt;br/&gt;&amp;gt; &amp;gt; of Luke&amp;#39;s talents and interests for him to focus on protocol research&lt;br/&gt;&amp;gt; &amp;gt; and review rather than procedurally checking whether a bunch of&lt;br/&gt;&amp;gt; &amp;gt; documents are well formed.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The third recommendation provides an escape hatch for anyone, such as&lt;br/&gt;&amp;gt; &amp;gt; Matt, who currently thinks the process has failed, or for anyone who&lt;br/&gt;&amp;gt; &amp;gt; comes to that same conclusion in the future under a different editing&lt;br/&gt;&amp;gt; &amp;gt; team.  My specific recommendations there are:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; a. Anyone writing protocol documentation in the spirit of the BIP&lt;br/&gt;&amp;gt; &amp;gt;    process can post their idea to this mailing list like we&amp;#39;ve always&lt;br/&gt;&amp;gt; &amp;gt;    done and, when they&amp;#39;ve finished collecting initial feedback, they can&lt;br/&gt;&amp;gt; &amp;gt;    assign themselves a unique decentralized identifier starting with&lt;br/&gt;&amp;gt; &amp;gt;    &amp;#34;bip-&amp;#34;.  They may also define a shorter alias that they encourage&lt;br/&gt;&amp;gt; &amp;gt;    people to use in cases where the correct document can be inferred&lt;br/&gt;&amp;gt; &amp;gt;    from context.  E.g.,&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt;       bip-wuille-taproot (bip-taproot)&lt;br/&gt;&amp;gt; &amp;gt;       bip-towns-versionbits-min-activation-height (bip-vbmah)&lt;br/&gt;&amp;gt; &amp;gt;       bip-todd-harding-opt-in-replace-by-fee (bip-opt-in-rbf)&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; b. The author then publishes the document to any place they&amp;#39;d like,&lt;br/&gt;&amp;gt; although&lt;br/&gt;&amp;gt; &amp;gt;    they are strongly encouraged to make any document source available&lt;br/&gt;&amp;gt; &amp;gt;    under an open license to ensure others can create their own&lt;br/&gt;&amp;gt; &amp;gt;    modifications.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; c. Implementations of BIPs, whether original repository BIPs or&lt;br/&gt;&amp;gt; &amp;gt;    decentralized BIPs, link to the BIPs they implement to ensure&lt;br/&gt;&amp;gt; &amp;gt;    researchers and developers can find the relevant protocol&lt;br/&gt;&amp;gt; &amp;gt;    documentation.  E.g.,&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://github.com/bitcoin/bitcoin/blob/fe5e495c31de47b0ec732b943db11fe345d874af/doc/bips.md&#34;&gt;https://github.com/bitcoin/bitcoin/blob/fe5e495c31de47b0ec732b943db11fe345d874af/doc/bips.md&lt;/a&gt;&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt;      (It may also be advisable for implementations to mirror copies of&lt;br/&gt;&amp;gt; &amp;gt;      the BIPs they implement so later modifications to the document&lt;br/&gt;&amp;gt; &amp;gt;      don&amp;#39;t confuse anyone.  For this reason, extremely liberal&lt;br/&gt;&amp;gt; &amp;gt;      licensing of BIP documents is encouraged.)&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; d. To help maintain quality and consistency between documentation, the&lt;br/&gt;&amp;gt; &amp;gt;    BIP editors provide a BIP document template, guidelines similar to&lt;br/&gt;&amp;gt; &amp;gt;    the existing BIP2, and an easy-to-run format linter.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; I think this decentralized BIPs alternative also helps address some&lt;br/&gt;&amp;gt; &amp;gt; longstanding problems with the BIPs system: that many casual Bitcoin&lt;br/&gt;&amp;gt; &amp;gt; users and developers think of documents in the BIPs repo as&lt;br/&gt;&amp;gt; &amp;gt; authoritative and that there are some development teams (such as for LN)&lt;br/&gt;&amp;gt; &amp;gt; that have already abandoned the BIPs process because, in part, they want&lt;br/&gt;&amp;gt; &amp;gt; complete control over their own documentation.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The recommendations above were developed based on conversations I had&lt;br/&gt;&amp;gt; &amp;gt; with a few stakeholders in the BIPs process, but I did not attempt a&lt;br/&gt;&amp;gt; &amp;gt; comprehensive survey and I certainly don&amp;#39;t claim to speak for anyone&lt;br/&gt;&amp;gt; &amp;gt; else.  I hope the recommendations are satisfactory and I look forward to&lt;br/&gt;&amp;gt; &amp;gt; your feedback.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Thanks,&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; -Dave&lt;br/&gt;&amp;gt; &amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; &amp;gt; bitcoin-dev mailing list&lt;br/&gt;&amp;gt; &amp;gt; bitcoin-dev at lists.linuxfoundation.org&lt;br/&gt;&amp;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;&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;-------------- 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/20210427/3e9db685/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20210427/3e9db685/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T22:52:11Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsy6gxjdglvx4y8w0ft9ktvsu8l62eg2fklr4lkak99aevqmukwwjczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj4h3eqg</id>
    
      <title type="html">📅 Original date posted:2014-10-25 📝 Original message:On 26 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy6gxjdglvx4y8w0ft9ktvsu8l62eg2fklr4lkak99aevqmukwwjczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj4h3eqg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstyvxzp5mgqgym7ytgp8qss4zmhrqp6w5avjmrgvnpeqn50rgfs3gh4s9az&#39;&gt;nevent1q…s9az&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-10-25&lt;br/&gt;📝 Original message:On 26 October 2014 00:10, Ross Nicoll &amp;lt;jrn at jrn.me.uk&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt;  I&amp;#39;d suggest looking at how Dogecoin&amp;#39;s mining schedule has worked out, for&lt;br/&gt;&amp;gt; how halvings tend to actually affect the market. Part of Dogecoin&amp;#39;s design&lt;br/&gt;&amp;gt; was that it would halve very quickly (around every 75 days, in fact), so&lt;br/&gt;&amp;gt; it&amp;#39;s essentially illustrating worst case scenario.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Yes that is an interesting data point, but it&amp;#39;s really hard to find&lt;br/&gt;comparables to doge, and most of its hashing is now merge mined with&lt;br/&gt;litecoin.  Comparing doge to btc may be a case of apples and oranges.&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Firstly, miners do not all move/shut down as a batch. Some will stay out&lt;br/&gt;&amp;gt; of loyalty/apathy/optimism, so there&amp;#39;s a jolt to hashrate when the rewards&lt;br/&gt;&amp;gt; drop, and then a drift towards a steady-state. In most cases, the hardware&lt;br/&gt;&amp;gt; costs vastly exceed the running costs, so while they may never see ROI due&lt;br/&gt;&amp;gt; to the reward change, there&amp;#39;s no benefit in stopping mining either.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On the other side, mining hardware update cycles are extremely aggressive,&lt;br/&gt;&amp;gt; and newer hardware runs much faster. Further, those with newer hardware are&lt;br/&gt;&amp;gt; likely to have the best hashrate to power ratio, and be less likely to turn&lt;br/&gt;&amp;gt; off or rent out their hardware.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; So, in theory there may be an uncomfortable period where the hashrate&lt;br/&gt;&amp;gt; drops, but I would expect that drop to be much less than 50%, that most&lt;br/&gt;&amp;gt; hardware that&amp;#39;s turned off is not cost-effective to rent out, and that&lt;br/&gt;&amp;gt; newer hardware being launched would push the hashrate back up again within&lt;br/&gt;&amp;gt; a sensible timeframe.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Ross&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On 25/10/2014 19:06, Alex Mizrahi wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  # Death by halving&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ## Summary&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  If miner&amp;#39;s income margin are less than 50% (which is a healthy situation&lt;br/&gt;&amp;gt; when mining hardware is readily available), we might experience&lt;br/&gt;&amp;gt; catastrophic loss of hashpower (and, more importantly, catastrophic loss of&lt;br/&gt;&amp;gt; security) after reward halving.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ## A simple model&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Let&amp;#39;s define miner&amp;#39;s income margin as `MIM = (R-C_e)/R`, where R is the&lt;br/&gt;&amp;gt; total revenue miner receives over a period of time, and C_e is the cost of&lt;br/&gt;&amp;gt; electricity spent on mining over the same period of time. (Note that for&lt;br/&gt;&amp;gt; the sake of simplicity we do not take into account equipment costs,&lt;br/&gt;&amp;gt; amortization and other costs mining might incur.)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Also we will assume that transaction fees collected by miner are&lt;br/&gt;&amp;gt; negligible as compared to the subsidy.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Theorem 1. If for a certain miner MIM is less than 0.5 before subsidy&lt;br/&gt;&amp;gt; halving and bitcoin and electricity prices stay the same, then mining is no&lt;br/&gt;&amp;gt; longer profitable after the halving.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Indeed, suppose the revenue after the halving is R&amp;#39; = R/2.&lt;br/&gt;&amp;gt;    MIM = (R-C_e)/R &amp;lt; 0.5&lt;br/&gt;&amp;gt;    R/2 &amp;lt; C_e.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;     R&amp;#39; = R/2 &amp;lt; C_e.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  If revenue after halving R&amp;#39; doesn&amp;#39;t cover electricity cost, a rational&lt;br/&gt;&amp;gt; miner should stop mining, as it&amp;#39;s cheaper to acquire bitcoins from the&lt;br/&gt;&amp;gt; market.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ~~~&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Under these assumptions, if the majority of miners have MIM less than&lt;br/&gt;&amp;gt; 0.5, Bitcoin is going to experience a significant loss of hashing power.&lt;br/&gt;&amp;gt; But are these assumptions reasonable? We need a study a more complex model&lt;br/&gt;&amp;gt; which takes into account changes in bitcoin price and difficulty changes&lt;br/&gt;&amp;gt; over time.&lt;br/&gt;&amp;gt; But, first, let&amp;#39;s analyze significance of &amp;#39;loss of hashpower&amp;#39;.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ## Catastrophic loss of hashpower&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Bitcoin security model relies on assumption that a malicious actor&lt;br/&gt;&amp;gt; cannot acquire more than 50% of network&amp;#39;s current hashpower.&lt;br/&gt;&amp;gt; E.g. there is a table in Rosenfeld&amp;#39;s _Analysis of Hashrate-Based Double&lt;br/&gt;&amp;gt; Spending_ paper which shows that as long as the malicious actor controls&lt;br/&gt;&amp;gt; only a small fraction of total hashpower, attacks have well-define costs.&lt;br/&gt;&amp;gt; But if the attacker-controlled hashrate is higher than 50%, attacks become&lt;br/&gt;&amp;gt; virtually costless, as the attacker receives double-spending revenue on top&lt;br/&gt;&amp;gt; of his mining revenue, and his risk is close to zero.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Note that the simple model described in the aforementioned paper doesn&amp;#39;t&lt;br/&gt;&amp;gt; take into account attack&amp;#39;s effect on the bitcoin price and the price of the&lt;br/&gt;&amp;gt; Bitcoin mining equipment. I hope that one day we&amp;#39;ll see more elaborate&lt;br/&gt;&amp;gt; attack models, but in the meantime, we&amp;#39;ll have to resort to hand-waving.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Consider a situation where almost all available hashpower is available&lt;br/&gt;&amp;gt; for a lease to the highest bidder on the open market. In this case someone&lt;br/&gt;&amp;gt; who owns sufficient capital could easily pull off an attack.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  But why is hashpower not available on the market? Quite likely equipment&lt;br/&gt;&amp;gt; owners are aware of the fact that such an attack would make Bitcoin&lt;br/&gt;&amp;gt; useless, and thus worthless, which would also make their equipment&lt;br/&gt;&amp;gt; worthless. Thus they prefer to do mining for a known mining pools with good&lt;br/&gt;&amp;gt; track record.&lt;br/&gt;&amp;gt; (Although hashpower marketplaces exist: &lt;a href=&#34;https://nicehash.com/&#34;&gt;https://nicehash.com/&lt;/a&gt; they aren&amp;#39;t&lt;br/&gt;&amp;gt; particularly popular.)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Now let&amp;#39;s consider a situation where mining bitcoins is no longer&lt;br/&gt;&amp;gt; profitable and the majority of hashpower became dormant, i.e. miners turned&lt;br/&gt;&amp;gt; off their equipment or went to mine something else. In this case equipment&lt;br/&gt;&amp;gt; is already nearly worthless, so people might as well lease it to the&lt;br/&gt;&amp;gt; highest bidder, thus enabling aforementioned attacks.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Alternatively, the attacker might buy obsolete mining equipment from&lt;br/&gt;&amp;gt; people who are no longer interested in mining.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ## Taking into account the Bitcoin price&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  This is largely trivial, and thus is left as an exercise for the reader.&lt;br/&gt;&amp;gt; Let&amp;#39;s just note that the Bitcoin subsidy halving is an event which is known&lt;br/&gt;&amp;gt; to market participants in advance, and thus it shouldn&amp;#39;t result in&lt;br/&gt;&amp;gt; significant changes of the Bitcoin price,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ## Changes in difficulty&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Different mining devices have different efficiency. After the reward&lt;br/&gt;&amp;gt; halving mining on some of these devices becomes unprofitable, thus they&lt;br/&gt;&amp;gt; will drop out, which will result in a drop of mining difficulty.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  We can greatly simplify calculations if we sum costs and rewards across&lt;br/&gt;&amp;gt; all miners, thus calculating average MIM before the halving: `MIM = 1 -&lt;br/&gt;&amp;gt; C_e/R`.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Let&amp;#39;s consider an equilibrium break-even situation where unprofitable&lt;br/&gt;&amp;gt; mining devices were turned off, thus resulting in the change in electricity&lt;br/&gt;&amp;gt; expenditures: `C_e&amp;#39; = r * C_e`. and average MIM after the halving `MIM&amp;#39; =&lt;br/&gt;&amp;gt; 0`. In this case:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;      r * C_e = R/2&lt;br/&gt;&amp;gt;     C_e / R = 1/2r&lt;br/&gt;&amp;gt;     (1 - MIM) = 1/2r&lt;br/&gt;&amp;gt;     r = 1/(2*(1-MIM))&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Let&amp;#39;s evaluate this formulate for different before-halving MIM:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  1. If `MIM = 0.5`, then `r = 1/(2*0.5) = 1`, that is, all miners can&lt;br/&gt;&amp;gt; remain mining.&lt;br/&gt;&amp;gt; 2. If `MIM = 0.25`, then `r = 1/(2*0.75) = 0.66`, the least efficient&lt;br/&gt;&amp;gt; miners consuming 33% of total electricity costs will drop out.&lt;br/&gt;&amp;gt; 3. If `MIM = 0.1`, then `r = 1/(2*0.9) = 0.55`, total electricity costs&lt;br/&gt;&amp;gt; drop by 45%.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  We can note that for the before-halving MIM&amp;gt;0, r is higher than 1/2,&lt;br/&gt;&amp;gt; thus less than half of total hashpower will drop out.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  The worst-case situation is when before-halving MIM is close to zero and&lt;br/&gt;&amp;gt; mining devices, as well as cost of electricity in different places, are&lt;br/&gt;&amp;gt; nearly identical, in that case approximately a half of all hashpower will&lt;br/&gt;&amp;gt; drop out.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ## MIM estimation&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  OK, what MIM do we expect in the long run? Is it going to be less than&lt;br/&gt;&amp;gt; 50% anyway?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  We can expect that people will keep buying mining devices as long as it&lt;br/&gt;&amp;gt; is profitable.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Break-even condition: `R - C_e - P = 0`, where P is the price of a&lt;br/&gt;&amp;gt; mining device, R is the revenue it generates over its lifetime, and C_e is&lt;br/&gt;&amp;gt; the total cost of required electricity over its lifetime. In this case, `R&lt;br/&gt;&amp;gt; = C_e &#43; P`, and thus:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;      MIM = 1 - C_e / (C_e &#43; P)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  `f = C_e / P` is a ratio of the cost of electricity to the cost of&lt;br/&gt;&amp;gt; hardware, `C_e = f * P`, and thus&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;      MIM = 1 - f * P / (f * P &#43; P) = 1 - f / (f &#43; 1) = 1 / (1 &#43; f)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  MIM is less than 0.5 when f &amp;gt; 1.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Computing f is somewhat challenging even for a concrete device, as it&amp;#39;s&lt;br/&gt;&amp;gt; useful lifetime is unknown.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Let&amp;#39;s do some guesstimation:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Spondoolies Tech&amp;#39;s SP35 Yukon unit consumes 3.5 KW and costs $4000. If&lt;br/&gt;&amp;gt; it&amp;#39;s useful lifetime is more than 2 years and a cost of KWh is $0.1, the&lt;br/&gt;&amp;gt; total expenditures on electricity will be at least $6135, thus for this&lt;br/&gt;&amp;gt; device we have `f &amp;gt; 6135/4000 &amp;gt; 1.5`.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  If other devices which will be sold on the market will have similar&lt;br/&gt;&amp;gt; specs, we will have MIM lower than 0.5. (Well, no shit.)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  ## Conclusions&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;  Reward halving is a deficiency in Bitcoin&amp;#39;s design, but there is some&lt;br/&gt;&amp;gt; hope it won&amp;#39;t be critical: in the equilibrium break-even situation&lt;br/&gt;&amp;gt; hashpower drop is less than 50%.&lt;br/&gt;&amp;gt; Hashrate might drop by more than 50% immediately after the halving (and&lt;br/&gt;&amp;gt; before difficulty is updated), thus a combination of the halving and slow&lt;br/&gt;&amp;gt; difficulty update pose a real threat.&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;&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Bitcoin-development mailing listBitcoin-development at lists.sourceforge.net&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;&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;-------------- 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/20141026/c5d1a032/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20141026/c5d1a032/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:26:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9nc7vpkdh8nh359xaj705ayu4unmgkhhj5kgg5r4rg4kh6y8uhmqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjs3hgf2</id>
    
      <title type="html">📅 Original date posted:2014-10-25 📝 Original message:On 25 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9nc7vpkdh8nh359xaj705ayu4unmgkhhj5kgg5r4rg4kh6y8uhmqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjs3hgf2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswhzgtyyzrktczl5h4k5hy62wwymyc9jck5e62wevraq8p002lpac7wgauk&#39;&gt;nevent1q…gauk&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-10-25&lt;br/&gt;📝 Original message:On 25 October 2014 21:53, Alex Mizrahi &amp;lt;alex.mizrahi at gmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; We had a halving, and it was a non-event.&lt;br/&gt;&amp;gt;&amp;gt; Is there some reason to believe next time will be different?&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Yes.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; When the market is rapidly growing, margins can be relatively high because&lt;br/&gt;&amp;gt; of limited amounts of capital being invested, or introduction of more&lt;br/&gt;&amp;gt; efficient technologies.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; However, we should expect market to become more mature with time, and a&lt;br/&gt;&amp;gt; mature market will result in lower margins.&lt;br/&gt;&amp;gt; The halving can do much more damage when margins are relatively small.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Besides that, there is a difference in ecosystem maturity:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 1. Back in 2012, miners weren&amp;#39;t so focused on profits, as Bitcoin was&lt;br/&gt;&amp;gt; highly experimental: some were mining for the hell of it (it was a novelty&lt;br/&gt;&amp;gt; thing back then), others wanted to secure the network, others did it&lt;br/&gt;&amp;gt; because it was hard to obtain bitcoins by other means. But now miners are&lt;br/&gt;&amp;gt; mostly profit-motivated: they buy expensive dedicated mining equipment and&lt;br/&gt;&amp;gt; want to maximize profits. As you might know, at one point ghash.io&lt;br/&gt;&amp;gt; reached 50% hashrate, and miners didn&amp;#39;t care about it enough to switch to a&lt;br/&gt;&amp;gt; different pool.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 2. Back in 2012, we didn&amp;#39;t have multipools. Multipools automatically&lt;br/&gt;&amp;gt; switches between mining different alt-chains to maximize miners&amp;#39; profits.&lt;br/&gt;&amp;gt; Miners who use multipools do not care how their hashrate is used as long as&lt;br/&gt;&amp;gt; they profit off it.&lt;br/&gt;&amp;gt; Particularly, check &lt;a href=&#34;https://nicehash.com/&#34;&gt;https://nicehash.com/&lt;/a&gt; -- you can easily buy hashrate&lt;br/&gt;&amp;gt; to attack a smaller alt-coin, for example.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; If the halving will result in a significant hashrate drop (and we did&lt;br/&gt;&amp;gt; observe hashrate drop in 2012, although it wasn&amp;#39;t that big), it might be&lt;br/&gt;&amp;gt; possible to buy enough hashpower to attack Bitcoin.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;This is a good point, imho.  Miner sophistication has increased drastically&lt;br/&gt;in 2 years.  Sites like ( &lt;a href=&#34;http://www.coinwarz.com/&#34;&gt;http://www.coinwarz.com/&lt;/a&gt; ) can heavily influence&lt;br/&gt;mining, 1-2 orders of magnitude on significant levels of hashing.&lt;br/&gt;&lt;br/&gt;I think this is more prevalent with scrypt than sha256, litecoin is set to&lt;br/&gt;half reward in 9 months, and it will be interesting to observe what happens&lt;br/&gt;there.&lt;br/&gt;&lt;br/&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; _______________________________________________&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;-------------- 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/20141025/9e83bd0e/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20141025/9e83bd0e/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:26:46Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0f97uatqhagludegf9tzcdq09gxzd7dcxcjtwr7jh6kk5deeynmczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj8aezqs</id>
    
      <title type="html">📅 Original date posted:2014-10-14 📝 Original message:FYI: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0f97uatqhagludegf9tzcdq09gxzd7dcxcjtwr7jh6kk5deeynmczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj8aezqs" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrl5us7pxp8t73xflfvkz5ly9yxprp8spek40gptljx6f208ethrsyh3wjw&#39;&gt;nevent1q…3wjw&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-10-14&lt;br/&gt;📝 Original message:FYI:&lt;br/&gt;&lt;br/&gt;&amp;#34;In order to progress towards exit to Last Call for the Web Crypto API, the&lt;br/&gt;chair suggests the following resolution for that bug.&lt;br/&gt;&lt;br/&gt;resolution : Bug CLOSED. This problem will be addressed by the extension bug&lt;br/&gt;25618 &lt;a href=&#34;https://www.w3.org/Bugs/Public/show_bug.cgi?id=25618&#34;&gt;https://www.w3.org/Bugs/Public/show_bug.cgi?id=25618&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;If none objects before the 20th of Oct @20:00 UTC, this resolution will be&lt;br/&gt;endorsed.&amp;#34;&lt;br/&gt;&lt;br/&gt;On 13 October 2014 19:18, Matt Corallo &amp;lt;bitcoin-list at bluematt.me&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; See-also: this related bug on Curve25519 and some MS Research curves&lt;br/&gt;&amp;gt; that generated far more discussion.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://www.w3.org/Bugs/Public/show_bug.cgi?id=25839&#34;&gt;https://www.w3.org/Bugs/Public/show_bug.cgi?id=25839&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Matt&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On 10/13/14 10:01, Melvin Carvalho wrote:&lt;br/&gt;&amp;gt; &amp;gt; FYI:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; This is an issue I filed related to adding secp256k1 into Web Crypto API&lt;br/&gt;&amp;gt; &amp;gt; which will be implemented natively in (some) web browsers.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; If there is any feedback from crypto implementers, please feel free to&lt;br/&gt;&amp;gt; &amp;gt; add comments to this thread:&lt;br/&gt;&amp;gt; &amp;gt; &lt;a href=&#34;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&#34;&gt;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&lt;/a&gt;&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; ---------- Forwarded message ----------&lt;br/&gt;&amp;gt; &amp;gt; From: ** &amp;lt;bugzilla at jessica.w3.org &amp;lt;mailto:bugzilla at jessica.w3.org&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Date: 13 October 2014 09:18&lt;br/&gt;&amp;gt; &amp;gt; Subject: [Bug 24444] Named Curve Registry (adding secp256k1)&lt;br/&gt;&amp;gt; &amp;gt; To: melvincarvalho at gmail.com &amp;lt;mailto:melvincarvalho at gmail.com&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; &lt;a href=&#34;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&#34;&gt;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&lt;/a&gt;&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Myron Davis &amp;lt;myrond at gmail.com &amp;lt;mailto:myrond at gmail.com&amp;gt;&amp;gt; changed:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt;            What    |Removed                     |Added&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; ----------------------------------------------------------------------------&lt;br/&gt;&amp;gt; &amp;gt;              Status|RESOLVED                    |REOPENED&lt;br/&gt;&amp;gt; &amp;gt;                  CC|                            |myrond at gmail.com&lt;br/&gt;&amp;gt; &amp;gt; &amp;lt;mailto:myrond at gmail.com&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt;          Resolution|NEEDSINFO                   |---&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; --- Comment #2 from Myron Davis &amp;lt;myrond at gmail.com&lt;br/&gt;&amp;gt; &amp;gt; &amp;lt;mailto:myrond at gmail.com&amp;gt;&amp;gt; ---&lt;br/&gt;&amp;gt; &amp;gt; Could this be looked at again?&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Last response was waiting for feedback from crypto implementors.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Currently secp256k1 is supported in the following SSL/TLS libraries now&lt;br/&gt;&amp;gt; &amp;gt; Botan&lt;br/&gt;&amp;gt; &amp;gt; NSS&lt;br/&gt;&amp;gt; &amp;gt; openssl&lt;br/&gt;&amp;gt; &amp;gt; LibreSSL&lt;br/&gt;&amp;gt; &amp;gt; PolarSSL&lt;br/&gt;&amp;gt; &amp;gt; JSSE&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The three other curves are all all have parameters which do not define&lt;br/&gt;&amp;gt; &amp;gt; how they&lt;br/&gt;&amp;gt; &amp;gt; were generated.  secp256k1 curve has some great advantages in faster&lt;br/&gt;&amp;gt; &amp;gt; signature&lt;br/&gt;&amp;gt; &amp;gt; verification and how the values were determined for the curve.  (i.e. not&lt;br/&gt;&amp;gt; &amp;gt; random).&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; &lt;a href=&#34;http://www.ietf.org/rfc/rfc4492&#34;&gt;http://www.ietf.org/rfc/rfc4492&lt;/a&gt;&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The curve has had a lot of eyes on it with lots of hardware and software&lt;br/&gt;&amp;gt; &amp;gt; supporting this curve.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; With discovery of backdoor&amp;#39;s in NIST&amp;#39;s random number generator&lt;br/&gt;&amp;gt; &amp;gt; (&lt;a href=&#34;https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html&#34;&gt;https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html&lt;/a&gt; ) I&lt;br/&gt;&amp;gt; &amp;gt; would&lt;br/&gt;&amp;gt; &amp;gt; like to see a determined parameter curve instead of a &amp;#34;random&amp;#34; curve&lt;br/&gt;&amp;gt; option.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Thanks&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; --&lt;br/&gt;&amp;gt; &amp;gt; You are receiving this mail because:&lt;br/&gt;&amp;gt; &amp;gt; You reported the bug.&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;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; &amp;gt; Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer&lt;br/&gt;&amp;gt; &amp;gt; Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports&lt;br/&gt;&amp;gt; &amp;gt; Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper&lt;br/&gt;&amp;gt; &amp;gt; Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer&lt;br/&gt;&amp;gt; &amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/Zoho&#34;&gt;http://p.sf.net/sfu/Zoho&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; _______________________________________________&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; &amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer&lt;br/&gt;&amp;gt; Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports&lt;br/&gt;&amp;gt; Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper&lt;br/&gt;&amp;gt; Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/Zoho&#34;&gt;http://p.sf.net/sfu/Zoho&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;-------------- 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/20141014/486b7876/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20141014/486b7876/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:26:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvfp53x2fw9k2pwrtjjju6xmeakjy59gs0a9wp494p20te8z4kylqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjfvuwas</id>
    
      <title type="html">📅 Original date posted:2014-10-13 📝 Original message:FYI: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvfp53x2fw9k2pwrtjjju6xmeakjy59gs0a9wp494p20te8z4kylqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjfvuwas" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxzx2ed924sk5fcpuzssxnpx9sfk9wr4ljj95fwgu6dmemdfjpm6g6pa43x&#39;&gt;nevent1q…a43x&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-10-13&lt;br/&gt;📝 Original message:FYI:&lt;br/&gt;&lt;br/&gt;This is an issue I filed related to adding secp256k1 into Web Crypto API&lt;br/&gt;which will be implemented natively in (some) web browsers.&lt;br/&gt;&lt;br/&gt;If there is any feedback from crypto implementers, please feel free to add&lt;br/&gt;comments to this thread:&lt;br/&gt;&lt;a href=&#34;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&#34;&gt;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;---------- Forwarded message ----------&lt;br/&gt;From: &amp;lt;bugzilla at jessica.w3.org&amp;gt;&lt;br/&gt;Date: 13 October 2014 09:18&lt;br/&gt;Subject: [Bug 24444] Named Curve Registry (adding secp256k1)&lt;br/&gt;To: melvincarvalho at gmail.com&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&#34;&gt;https://www.w3.org/Bugs/Public/show_bug.cgi?id=24444&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Myron Davis &amp;lt;myrond at gmail.com&amp;gt; changed:&lt;br/&gt;&lt;br/&gt;           What    |Removed                     |Added&lt;br/&gt;----------------------------------------------------------------------------&lt;br/&gt;             Status|RESOLVED                    |REOPENED&lt;br/&gt;                 CC|                            |myrond at gmail.com&lt;br/&gt;         Resolution|NEEDSINFO                   |---&lt;br/&gt;&lt;br/&gt;--- Comment #2 from Myron Davis &amp;lt;myrond at gmail.com&amp;gt; ---&lt;br/&gt;Could this be looked at again?&lt;br/&gt;&lt;br/&gt;Last response was waiting for feedback from crypto implementors.&lt;br/&gt;&lt;br/&gt;Currently secp256k1 is supported in the following SSL/TLS libraries now&lt;br/&gt;Botan&lt;br/&gt;NSS&lt;br/&gt;openssl&lt;br/&gt;LibreSSL&lt;br/&gt;PolarSSL&lt;br/&gt;JSSE&lt;br/&gt;&lt;br/&gt;The three other curves are all all have parameters which do not define how&lt;br/&gt;they&lt;br/&gt;were generated.  secp256k1 curve has some great advantages in faster&lt;br/&gt;signature&lt;br/&gt;verification and how the values were determined for the curve.  (i.e. not&lt;br/&gt;random).&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://www.ietf.org/rfc/rfc4492&#34;&gt;http://www.ietf.org/rfc/rfc4492&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The curve has had a lot of eyes on it with lots of hardware and software&lt;br/&gt;supporting this curve.&lt;br/&gt;&lt;br/&gt;With discovery of backdoor&amp;#39;s in NIST&amp;#39;s random number generator&lt;br/&gt;(&lt;a href=&#34;https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html&#34;&gt;https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html&lt;/a&gt; ) I&lt;br/&gt;would&lt;br/&gt;like to see a determined parameter curve instead of a &amp;#34;random&amp;#34; curve option.&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;&lt;br/&gt;--&lt;br/&gt;You are receiving this mail because:&lt;br/&gt;You reported the bug.&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/20141013/92a06c56/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20141013/92a06c56/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:26:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0z9u7tl5h6apkujp6agrlm3nemlnawmu6l4lcej0r2tgxdqz5ehczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjj4w99a</id>
    
      <title type="html">📅 Original date posted:2014-09-15 📝 Original message:On 15 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0z9u7tl5h6apkujp6agrlm3nemlnawmu6l4lcej0r2tgxdqz5ehczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjj4w99a" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsp8peuey67jfs22yxgvjjmlgjtg66pre450q2xkmhtcq23w84fhmqdamc0m&#39;&gt;nevent1q…mc0m&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-09-15&lt;br/&gt;📝 Original message:On 15 September 2014 09:23, Thomas Zander &amp;lt;thomas at thomaszander.se&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; On Sunday 14. September 2014 08.28.27 Peter Todd wrote:&lt;br/&gt;&amp;gt; &amp;gt; Do we have any evidence Satoshi ever even had access to that key? Did he&lt;br/&gt;&amp;gt; &amp;gt; ever use PGP at all for anything?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Any and all PGP related howtos will tell you that you should not trust or&lt;br/&gt;&amp;gt; sign&lt;br/&gt;&amp;gt; a formerly-untrusted PGP (or GPG for that matter) key without seeing that&lt;br/&gt;&amp;gt; person in real life, verifying their identity etc.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I think that kind of disqualifies pgp for identity purposes wrt Satoshi :-)&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;But I presume that if the key is on bitcoin.org,  you can probably infer&lt;br/&gt;that the owner of the key and the original owner of bitcoin.org are one and&lt;br/&gt;the same ...&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; Thomas Zander&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Want excitement?&lt;br/&gt;&amp;gt; Manually upgrade your production database.&lt;br/&gt;&amp;gt; When you want reliability, choose Perforce&lt;br/&gt;&amp;gt; Perforce version control. Predictably reliable.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pubads.g.doubleclick.net/gampad/clk?id=157508191&amp;amp;iu=/4140/ostg.clktrk&#34;&gt;http://pubads.g.doubleclick.net/gampad/clk?id=157508191&amp;amp;iu=/4140/ostg.clktrk&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;-------------- 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/20140915/bf82a94b/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20140915/bf82a94b/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:25:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsy85awk4r5sm27ndljv5pp0ae5hhrxlkyt9l2y3ry69qeaq40zcwszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjp3s4qe</id>
    
      <title type="html">📅 Original date posted:2014-05-02 📝 Original message:On 14 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy85awk4r5sm27ndljv5pp0ae5hhrxlkyt9l2y3ry69qeaq40zcwszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjp3s4qe" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsghff0dj7jfvg25khutgjm2cxxarnywurlm5fwjwfefg0ge9uxr4g3vxjdt&#39;&gt;nevent1q…xjdt&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-05-02&lt;br/&gt;📝 Original message:On 14 November 2013 12:45, Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Rationale&lt;br/&gt;&amp;gt; =======&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Given the recent rise in value there seems to be anecdotal evidence that 1&lt;br/&gt;&amp;gt; bitcoin being so high is putting off a lot of normal buyers, because they&lt;br/&gt;&amp;gt; feel that putting down $400&#43; and only getting &amp;#34;1 coin&amp;#34;, or having to buy in&lt;br/&gt;&amp;gt; multiples of 1 whole coin, is too much.. only after it being explained that&lt;br/&gt;&amp;gt; they can buy fractional amounts to they regain interest, apparently&lt;br/&gt;&amp;gt; happening increasingly.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Straw Poll&lt;br/&gt;&amp;gt; ========&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 6 months ago there was a straw poll on this&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://bitcointalk.org/index.php?topic=220322.0&#34;&gt;https://bitcointalk.org/index.php?topic=220322.0&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Roughly 2/3 of respondents favoured switching&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; A further 20% said to switch after it hits 1000&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Satoshi&amp;#39;s comments:&lt;br/&gt;&amp;gt; ================&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Eventually at most only 21 million coins for 6.8 billion people in the&lt;br/&gt;&amp;gt; world if it really gets huge.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; But don&amp;#39;t worry, there are another 6 decimal places that aren&amp;#39;t shown, for&lt;br/&gt;&amp;gt; a total of 8 decimal places internally.  It shows 1.00 but internally it&amp;#39;s&lt;br/&gt;&amp;gt; 1.00000000.  If there&amp;#39;s massive deflation in the future, the software could&lt;br/&gt;&amp;gt; show more decimal places.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; If it gets tiresome working with small numbers, we could change where the&lt;br/&gt;&amp;gt; display shows the decimal point.  Same amount of money, just different&lt;br/&gt;&amp;gt; convention for where the &amp;#34;,&amp;#34;&amp;#39;s and &amp;#34;.&amp;#34;&amp;#39;s go.  e.g. moving the decimal place&lt;br/&gt;&amp;gt; 3 places would mean if you had 1.00000 before, now it shows it as 1,000.00.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://bitcointalk.org/index.php?topic=44.msg267#msg267&#34;&gt;https://bitcointalk.org/index.php?topic=44.msg267#msg267&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Would now be a good time to start thinking about changing the default&lt;br/&gt;&amp;gt; display in the software.  Perhaps initially it could be a dropdown display&lt;br/&gt;&amp;gt; option, then at some point mbtc becomes the default?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;Just a FYI on this topic.  In Gavin&amp;#39;s recent interview he described the&lt;br/&gt;block reward as 25,000 millibits (about 25 minutes in).&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=4pBd-OD9Rns&#34;&gt;https://www.youtube.com/watch?v=4pBd-OD9Rns&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Decide for yourself whether or not that&amp;#39;s meaningful :)&lt;br/&gt;&lt;br/&gt;PS very enjoyable and accessible panel ...&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/20140502/aa705858/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20140502/aa705858/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:20:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxfl9jwxlmat5jlsk80jjw40ks90v8wtu8taf6e5cq5agtlekpx9czyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjdn20vc</id>
    
      <title type="html">📅 Original date posted:2014-03-13 📝 Original message:On 13 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxfl9jwxlmat5jlsk80jjw40ks90v8wtu8taf6e5cq5agtlekpx9czyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjdn20vc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrpz2ml3sawz64vuqrhht579df4efeuxq5tqj7k9nuzfcv89shpxcwrd3ss&#39;&gt;nevent1q…d3ss&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-03-13&lt;br/&gt;📝 Original message:On 13 March 2014 16:50, Mike Hearn &amp;lt;mike at plan99.net&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; On Thu, Mar 13, 2014 at 3:32 PM, Jeff Garzik &amp;lt;jgarzik at bitpay.com&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Such hand-wavy, data-free logic is precisely why community&lt;br/&gt;&amp;gt;&amp;gt; coordination is preferred to random apps making random decisions in&lt;br/&gt;&amp;gt;&amp;gt; this manner.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; That ship sailed months ago. If you wanted a big push for uBTC, then would&lt;br/&gt;&amp;gt; have been the time. Though given that it&amp;#39;d have made lots of normal&lt;br/&gt;&amp;gt; balances incredibly huge, perhaps it&amp;#39;s a good thing that didn&amp;#39;t happen.&lt;br/&gt;&amp;gt; Also &amp;#34;milli&amp;#34; is a unit people encounter in daily life whereas micro isn&amp;#39;t.&lt;br/&gt;&amp;gt; Is it milli / micro / nano or milli / nano / micro? I bet a lot of people&lt;br/&gt;&amp;gt; would get that wrong.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; If you have to export to financial packages that can&amp;#39;t handle fractional&lt;br/&gt;&amp;gt; pennies, then by all means represent prices in whatever units you like for&lt;br/&gt;&amp;gt; that purpose, but in software designed for ordinary people in everyday life&lt;br/&gt;&amp;gt; mBTC is a pretty good fit.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Besides, fractional pennies crop up in existing currencies too (the famous&lt;br/&gt;&amp;gt; Verizon Math episode showed this), so if a financial package insists on&lt;br/&gt;&amp;gt; rounding to 2dp then I guess it may sometimes do the wrong thing in some&lt;br/&gt;&amp;gt; business cases already.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Fundamentally, more than two decimal places tends to violate the&lt;br/&gt;&amp;gt;&amp;gt; Principle Of Least Astonishment with many humans, and as a result,&lt;br/&gt;&amp;gt;&amp;gt; popular software systems have been written with that assumption.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Lots of people use currencies that don&amp;#39;t have any fractional components at&lt;br/&gt;&amp;gt; all ! So perhaps all prices should be denominated in satoshis to ensure&lt;br/&gt;&amp;gt; that they&amp;#39;re not surprised :)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The (number) line has to be drawn somewhere. Wallets are free to suppress&lt;br/&gt;&amp;gt; more than 2dp of precision and actually Andreas&amp;#39; app lets you choose your&lt;br/&gt;&amp;gt; preferred precision. So I think in the end it won&amp;#39;t matter a whole lot, if&lt;br/&gt;&amp;gt; the defaults end up being wrong people can change them until wallet authors&lt;br/&gt;&amp;gt; catch up.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;&#43;1 agree with Mike on everything&lt;br/&gt;&lt;br/&gt;A couple of points:&lt;br/&gt;&lt;br/&gt;1. bitcoinity already switched to mbtc aka millitbits (&lt;br/&gt;&lt;a href=&#34;https://en.bitcoin.it/wiki/MilliBit&#34;&gt;https://en.bitcoin.it/wiki/MilliBit&lt;/a&gt; ) and it was positively recieved, they&lt;br/&gt;got quite a few donations&lt;br/&gt;&lt;br/&gt;2. If you watch Gavin&amp;#39;s talk at the CFR he suggests the community comes to&lt;br/&gt;a consensus through implementations rather than top down decision making&lt;br/&gt;(If I understood correctly)&lt;br/&gt;&lt;br/&gt;I think it&amp;#39;s up to wallet maintainers whether to switch the default.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Learn Graph Databases - Download FREE O&amp;#39;Reilly Book&lt;br/&gt;&amp;gt; &amp;#34;Graph Databases&amp;#34; is the definitive new guide to graph databases and their&lt;br/&gt;&amp;gt; applications. Written by three acclaimed leaders in the field,&lt;br/&gt;&amp;gt; this first edition is now available. Download your free book today!&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/13534_NeoTech&#34;&gt;http://p.sf.net/sfu/13534_NeoTech&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;&amp;gt;&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/20140313/8d9f087b/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20140313/8d9f087b/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:15:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswt53tv0uy6c6n649ncmenv79tr498wkd7jscqxkqfkyjuyxlyahgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pje769vu</id>
    
      <title type="html">📅 Original date posted:2014-01-03 📝 Original message:On 3 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswt53tv0uy6c6n649ncmenv79tr498wkd7jscqxkqfkyjuyxlyahgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pje769vu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9xhdjl7m77k3y09k7vymmze9znr8kkvhgsr5a863zqra32jjhnpcay03ds&#39;&gt;nevent1q…03ds&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2014-01-03&lt;br/&gt;📝 Original message:On 3 January 2014 06:22, Troy Benjegerdes &amp;lt;hozer at hozed.org&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; I believe this is self-explainatory:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 1) Bitcoin usually runs on port 8333. Why?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 2) Bitcoin does not show in up&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml&#34;&gt;http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml&lt;/a&gt;.. why?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 3) What needs to happen to have someone from the Bitcoin foundation&lt;br/&gt;&amp;gt;   to fill out the form asking for an assigned port (see&lt;br/&gt;&amp;gt;   &lt;a href=&#34;http://www.iana.org/form/ports-services&#34;&gt;http://www.iana.org/form/ports-services&lt;/a&gt; )&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 4) what should the process be for new cryptocoins to get both default&lt;br/&gt;&amp;gt; port numbers, as well as P2P network identifier &amp;#39;magic numbers&amp;#39;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;IANA normally register ports with the principle of conservation in mind.&lt;br/&gt;See section 7.2 of RFC6335 for more details.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://tools.ietf.org/html/rfc6335#section-7.2&#34;&gt;http://tools.ietf.org/html/rfc6335#section-7.2&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;8333 and 18333 are currently unassigned, which is good news.&lt;br/&gt;&lt;br/&gt;Ideally it would be good to have two ports, one for the main net, and one&lt;br/&gt;for the test net.  However, in light of conservation only one may be&lt;br/&gt;granted.  The question as to whether traffic could be multiplexed over a&lt;br/&gt;single port may be raised.&lt;br/&gt;&lt;br/&gt;tnp                8321        udp    Thin(ium) Network Protocol&lt;br/&gt;[Aly_Orady]                                        [Aly_Orady]&lt;br/&gt;                                      2007-08-07&lt;br/&gt;                 8322-8350            Unassigned&lt;br/&gt;server-find        8351        tcp    Server Find&lt;br/&gt;[Chris_Brown]                                      [Chris_Brown]&lt;br/&gt;&lt;br/&gt;gv-pf              18262       udp    GV NetConfig Service&lt;br/&gt;[Scott_Libert]                                     [Scott_Libert]&lt;br/&gt;                                      2008-01-29&lt;br/&gt;                18263-18462           Unassigned&lt;br/&gt;ac-cluster         18463       tcp    AC Cluster&lt;br/&gt;[Lisa_Zhong]&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt&#34;&gt;http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If a whole slew of alt coins also tried to reserve ports, I suspect that&lt;br/&gt;may raise eyebrows.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Rapidly troubleshoot problems before they affect your business. Most IT&lt;br/&gt;&amp;gt; organizations don&amp;#39;t have a clear picture of how application performance&lt;br/&gt;&amp;gt; affects their revenue. With AppDynamics, you get 100% visibility into your&lt;br/&gt;&amp;gt; Java,.NET, &amp;amp; PHP application. Start your 15-day FREE TRIAL of AppDynamics&lt;br/&gt;&amp;gt; Pro!&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pubads.g.doubleclick.net/gampad/clk?id=84349831&amp;amp;iu=/4140/ostg.clktrk&#34;&gt;http://pubads.g.doubleclick.net/gampad/clk?id=84349831&amp;amp;iu=/4140/ostg.clktrk&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;-------------- 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/20140103/3a0f63e9/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20140103/3a0f63e9/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:11:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq2gpulswdclrffk59y0dzczpqpukmpwvg4ptnl828lcqjttm9grgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjdyz3jj</id>
    
      <title type="html">📅 Original date posted:2013-11-14 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq2gpulswdclrffk59y0dzczpqpukmpwvg4ptnl828lcqjttm9grgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjdyz3jj" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0jj06szep0rdslf78xac4nl7l3nv8e3982wpu2fpnvll0n2ygc4cxk6pyh&#39;&gt;nevent1q…6pyh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-11-14&lt;br/&gt;📝 Original message:Rationale&lt;br/&gt;=======&lt;br/&gt;&lt;br/&gt;Given the recent rise in value there seems to be anecdotal evidence that 1&lt;br/&gt;bitcoin being so high is putting off a lot of normal buyers, because they&lt;br/&gt;feel that putting down $400&#43; and only getting &amp;#34;1 coin&amp;#34;, or having to buy in&lt;br/&gt;multiples of 1 whole coin, is too much.. only after it being explained that&lt;br/&gt;they can buy fractional amounts to they regain interest, apparently&lt;br/&gt;happening increasingly.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Straw Poll&lt;br/&gt;========&lt;br/&gt;&lt;br/&gt;6 months ago there was a straw poll on this&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://bitcointalk.org/index.php?topic=220322.0&#34;&gt;https://bitcointalk.org/index.php?topic=220322.0&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Roughly 2/3 of respondents favoured switching&lt;br/&gt;&lt;br/&gt;A further 20% said to switch after it hits 1000&lt;br/&gt;&lt;br/&gt;Satoshi&amp;#39;s comments:&lt;br/&gt;================&lt;br/&gt;&lt;br/&gt;Eventually at most only 21 million coins for 6.8 billion people in the&lt;br/&gt;world if it really gets huge.&lt;br/&gt;&lt;br/&gt;But don&amp;#39;t worry, there are another 6 decimal places that aren&amp;#39;t shown, for&lt;br/&gt;a total of 8 decimal places internally.  It shows 1.00 but internally it&amp;#39;s&lt;br/&gt;1.00000000.  If there&amp;#39;s massive deflation in the future, the software could&lt;br/&gt;show more decimal places.&lt;br/&gt;&lt;br/&gt;If it gets tiresome working with small numbers, we could change where the&lt;br/&gt;display shows the decimal point.  Same amount of money, just different&lt;br/&gt;convention for where the &amp;#34;,&amp;#34;&amp;#39;s and &amp;#34;.&amp;#34;&amp;#39;s go.  e.g. moving the decimal place&lt;br/&gt;3 places would mean if you had 1.00000 before, now it shows it as 1,000.00.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://bitcointalk.org/index.php?topic=44.msg267#msg267&#34;&gt;https://bitcointalk.org/index.php?topic=44.msg267#msg267&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Would now be a good time to start thinking about changing the default&lt;br/&gt;display in the software.  Perhaps initially it could be a dropdown display&lt;br/&gt;option, then at some point mbtc becomes the default?&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/20131114/264b078a/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20131114/264b078a/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:09:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2vxy3g8v74c0tjvnd9k43awv55slrcu7hruwlcqzss6js49296ugzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjz8jzee</id>
    
      <title type="html">📅 Original date posted:2013-11-02 📝 Original message:On 2 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2vxy3g8v74c0tjvnd9k43awv55slrcu7hruwlcqzss6js49296ugzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjz8jzee" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvg2r42j9gmg5caj5dc30ms7k82exq67p9vvjd46amzg6k75w6v3s85wu69&#39;&gt;nevent1q…wu69&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-11-02&lt;br/&gt;📝 Original message:On 2 November 2013 17:26, Mike Hearn &amp;lt;mike at plan99.net&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Guys, identity systems for the web are off-topic for this list. Other than&lt;br/&gt;&amp;gt; the anonymous passports/SINs/fidelity bond ideas, Bitcoin doesn&amp;#39;t have any&lt;br/&gt;&amp;gt; relevance to it.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On Sat, Nov 2, 2013 at 2:19 PM, Hannu Kotipalo &amp;lt;hannu.kotipalo at iki.fi&amp;gt;wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Maybe this is a bit off-topic, but the *real* answer to the question&lt;br/&gt;&amp;gt;&amp;gt; &amp;#34;why-is-nobody-using-ssl-client-certificates&amp;#34; is that it would force&lt;br/&gt;&amp;gt;&amp;gt; www pages to be encrypted and would make it a lot more difficult for&lt;br/&gt;&amp;gt;&amp;gt; NSA to log www-trafic.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; No, it wouldn&amp;#39;t. You can log a user in using SSL and then redirect the&lt;br/&gt;&amp;gt; user back to an encrypted page, using cookies for the rest of the session.&lt;br/&gt;&amp;gt; Please don&amp;#39;t clutter up this list with conspiracy theories. The brutal&lt;br/&gt;&amp;gt; reality is that identity is a hard problem.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Identity need not be a hard problem.  In my view it is a solved problem.&lt;br/&gt;&lt;br/&gt;You have a real world entity translated to a digital format.  Yes that can&lt;br/&gt;be slightly ambiguous at time, naming is hard, and people do get this wrong&lt;br/&gt;frequently.&lt;br/&gt;&lt;br/&gt;The most common problem is to name something in a way that does not scale.&lt;br/&gt;The solution to this problem is rather easy, and that is to use a URI to&lt;br/&gt;name something, which makes it global and scalable.&lt;br/&gt;&lt;br/&gt;In the case of bitcoin you could have use the bitcion URI scheme&lt;br/&gt;&lt;br/&gt;bitcion:1fhdjkfhjksf...&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Android is increasing in popularity, but the open development platform that&lt;br/&gt;&amp;gt; developers love is also attractive to malware creators. Download this white&lt;br/&gt;&amp;gt; paper to learn more about secure code signing practices that can help keep&lt;br/&gt;&amp;gt; Android apps secure.&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pubads.g.doubleclick.net/gampad/clk?id=65839951&amp;amp;iu=/4140/ostg.clktrk&#34;&gt;http://pubads.g.doubleclick.net/gampad/clk?id=65839951&amp;amp;iu=/4140/ostg.clktrk&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;&amp;gt;&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/20131102/502938fc/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20131102/502938fc/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:08:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg07ut96ku4s99zqyzkf723mntkpqmwjw0ja5tjtpem9g72p0py2szyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjwhzsjw</id>
    
      <title type="html">📅 Original date posted:2013-11-02 📝 Original message:On 2 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg07ut96ku4s99zqyzkf723mntkpqmwjw0ja5tjtpem9g72p0py2szyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjwhzsjw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswlg42wp7mmfy4hv3ddyvtd24sr39xxdfgct7g2fq49nv8gvk9qhgfyvz34&#39;&gt;nevent1q…vz34&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-11-02&lt;br/&gt;📝 Original message:On 2 November 2013 14:02, Mike Hearn &amp;lt;mike at plan99.net&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; On Sat, Nov 2, 2013 at 6:01 AM, &amp;lt;bitcoingrant at gmx.com&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; In brief, the authentication work as follows:&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; Server provides a token for the client to sign.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; client passes the signed message and the bitcoin address back to the&lt;br/&gt;&amp;gt;&amp;gt; server.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; server validates the message and honors the alias (optional) and bitcoin&lt;br/&gt;&amp;gt;&amp;gt; address as identification.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pilif.github.io/2008/05/why-is-nobody-using-ssl-client-certificates/&#34;&gt;http://pilif.github.io/2008/05/why-is-nobody-using-ssl-client-certificates/&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;I actually use client certificates for almost all of my authentication.&lt;br/&gt;&lt;br/&gt;It&amp;#39;s true that the browser manufacturers have created an UX which is not&lt;br/&gt;ideal, and very little effort is made to improve it.  But it is possible.&lt;br/&gt;See this project from Mozilla labs.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://www.azarask.in/blog/post/identity-in-the-browser-firefox/&#34;&gt;http://www.azarask.in/blog/post/identity-in-the-browser-firefox/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Unfortunately this got killed :(&lt;br/&gt;&lt;br/&gt;More popular is the trusted third party model like OAuth or Persona.&lt;br/&gt;There&amp;#39;s a conflict of interest as well, because browser manufacturers are&lt;br/&gt;often identity providers too, so there is an incentive to push TTP&lt;br/&gt;technology.&lt;br/&gt;&lt;br/&gt;There&amp;#39;s two elements here.  One is paswordless login (which I love).  The&lt;br/&gt;other is who controls your identity.  I like to control my own identity (in&lt;br/&gt;my browser) using PKI.  But facebook and the big webmail providers have a&lt;br/&gt;lions share of the market.&lt;br/&gt;&lt;br/&gt;The way to shift the balance is to offer the right incentives.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Android is increasing in popularity, but the open development platform that&lt;br/&gt;&amp;gt; developers love is also attractive to malware creators. Download this white&lt;br/&gt;&amp;gt; paper to learn more about secure code signing practices that can help keep&lt;br/&gt;&amp;gt; Android apps secure.&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pubads.g.doubleclick.net/gampad/clk?id=65839951&amp;amp;iu=/4140/ostg.clktrk&#34;&gt;http://pubads.g.doubleclick.net/gampad/clk?id=65839951&amp;amp;iu=/4140/ostg.clktrk&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;&amp;gt;&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/20131102/1aaf3dcc/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20131102/1aaf3dcc/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:08:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv4vw70hxmmn4tktmx6tg9xewqj4yn37eh4nvwxwyk4qj6jhkgtuczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjp8gskn</id>
    
      <title type="html">📅 Original date posted:2013-10-21 📝 Original message:On 21 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv4vw70hxmmn4tktmx6tg9xewqj4yn37eh4nvwxwyk4qj6jhkgtuczyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjp8gskn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsg76f20ajyr2kj2tfmunsmrgdd7ksuvzcueuxjft8c34urww4v7ggwr5my3&#39;&gt;nevent1q…5my3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-10-21&lt;br/&gt;📝 Original message:On 21 October 2013 09:03, Martin Sustrik &amp;lt;sustrik at 250bpm.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; On 21/10/13 08:52, Jean-Paul Kogelman wrote:&lt;br/&gt;&amp;gt; &amp;gt; How about putting them into sub directories that map onto the status of&lt;br/&gt;&amp;gt; the BIP?&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Reading BIP 1, that would make:&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Accepted&lt;br/&gt;&amp;gt; &amp;gt; Active&lt;br/&gt;&amp;gt; &amp;gt; Draft&lt;br/&gt;&amp;gt; &amp;gt; Deferred&lt;br/&gt;&amp;gt; &amp;gt; Final&lt;br/&gt;&amp;gt; &amp;gt; Rejected&lt;br/&gt;&amp;gt; &amp;gt; Replaced&lt;br/&gt;&amp;gt; &amp;gt; Withdrawn&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Have it been considered to do this via IETF? The process there is&lt;br/&gt;&amp;gt; hardened by 40 years of experience and 7000&#43; RFCs. Probably better than&lt;br/&gt;&amp;gt; anything you can devise yourself.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;IETF is great for some things.  I think the bitcoin URI scheme is being&lt;br/&gt;registered with them.&lt;br/&gt;&lt;br/&gt;However the process can take many years to get to an RFC, for something&lt;br/&gt;relatively simple, not to mention there can be costs too&lt;br/&gt;&lt;br/&gt;Given that crypto currencies are a relatively new field, I am unsure the&lt;br/&gt;IETF has a wealth of expertise in this area, compared with the core devs&lt;br/&gt;&lt;br/&gt;Maybe IETF is better to standardize some of the communications or&lt;br/&gt;serialization components, but not so much the BIPs.  Or perhaps some of the&lt;br/&gt;BIPs can be written up as &amp;#34;Informational&amp;#34; rather than &amp;#34;Proposed Standard&amp;#34;&lt;br/&gt;in the RFC format, and reviewed&lt;br/&gt;&lt;br/&gt;I&amp;#39;ve followed quite a few FLOSS projects over the years.  Overall, I&amp;#39;ve&lt;br/&gt;been amazingly impressed with the BIP process (dont forget it&amp;#39;s used in&lt;br/&gt;other systems too -- python?).  It seems an agile process, that strikes an&lt;br/&gt;great balance between needed features, and documentation.  I think that&amp;#39;s&lt;br/&gt;exactly what will continue bitcoin&amp;#39;s momentum in the short to medium term.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Martin&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; October Webinars: Code for Performance&lt;br/&gt;&amp;gt; Free Intel webinars can help you accelerate application performance.&lt;br/&gt;&amp;gt; Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most&lt;br/&gt;&amp;gt; from&lt;br/&gt;&amp;gt; the latest Intel processors and coprocessors. See abstracts and register &amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pubads.g.doubleclick.net/gampad/clk?id=60135031&amp;amp;iu=/4140/ostg.clktrk&#34;&gt;http://pubads.g.doubleclick.net/gampad/clk?id=60135031&amp;amp;iu=/4140/ostg.clktrk&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;-------------- 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/20131021/1b8fd110/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20131021/1b8fd110/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:07:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq9ww3lh3mv6p6f5xaeev8gf504cwwf6ymes506n5d8jhc27ujmtgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjg25cpa</id>
    
      <title type="html">📅 Original date posted:2013-10-19 📝 Original message:On 19 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq9ww3lh3mv6p6f5xaeev8gf504cwwf6ymes506n5d8jhc27ujmtgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjg25cpa" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2vc4g2twh8353zkxw8cmsclqma3p5jemcjgerpphyw33r7f608mss2rufh&#39;&gt;nevent1q…rufh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-10-19&lt;br/&gt;📝 Original message:On 19 October 2013 18:38, Mitar &amp;lt;mmitar at gmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Hi!&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Interesting read:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://courses.ischool.berkeley.edu/i290m-ocpp/site/article/nmerrill-assign3.html&#34;&gt;http://courses.ischool.berkeley.edu/i290m-ocpp/site/article/nmerrill-assign3.html&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Im sympathetic to some of the points, but it seems slightly harsh.  I do&lt;br/&gt;agree that we&amp;#39;re lucky to have the excellent leadership of Gavin, who I&lt;br/&gt;think is a great role model.&lt;br/&gt;&lt;br/&gt;Perhaps the bitcoin community is at a size where it may benefit from a&lt;br/&gt;loose code of conduct.  The ubuntu code of conduct has been excellent in&lt;br/&gt;this respect, in helping to grow that community:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://www.ubuntu.com/about/about-ubuntu/conduct&#34;&gt;http://www.ubuntu.com/about/about-ubuntu/conduct&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;[[&lt;br/&gt;&lt;br/&gt;Ubuntu Code of Conduct v2.0&lt;br/&gt;Community&lt;br/&gt;&lt;br/&gt;Ubuntu is about showing humanity to one another: the word itself captures&lt;br/&gt;the spirit of being human.&lt;br/&gt;&lt;br/&gt;We want a productive, happy and agile community that can welcome new ideas&lt;br/&gt;in a complex field, improve every process every year, and foster&lt;br/&gt;collaboration between groups with very different needs, interests and&lt;br/&gt;skills.&lt;br/&gt;&lt;br/&gt;We gain strength from diversity, and actively seek participation from those&lt;br/&gt;who enhance it. This code of conduct exists to ensure that diverse groups&lt;br/&gt;collaborate to mutual advantage and enjoyment. We will challenge prejudice&lt;br/&gt;that could jeopardise the participation of any person in the project.&lt;br/&gt;&lt;br/&gt;The Code of Conduct governs how we behave in public or in private whenever&lt;br/&gt;the project will be judged by our actions. We expect it to be honored by&lt;br/&gt;everyone who represents the project officially or informally, claims&lt;br/&gt;affiliation with the project, or participates directly.&lt;br/&gt;We strive to:&lt;br/&gt;&lt;br/&gt;Be considerate&lt;br/&gt;&lt;br/&gt;Our work will be used by other people, and we in turn will depend on the&lt;br/&gt;work of others. Any decision we take will affect users and colleagues, and&lt;br/&gt;we should consider them when making decisions.&lt;br/&gt;&lt;br/&gt;Be respectful&lt;br/&gt;&lt;br/&gt;Disagreement is no excuse for poor manners. We work together to resolve&lt;br/&gt;conflict, assume good intentions and do our best to act in an empathic&lt;br/&gt;fashion. We don&amp;#39;t allow frustration to turn into a personal attack. A&lt;br/&gt;community where people feel uncomfortable or threatened is not a productive&lt;br/&gt;one.&lt;br/&gt;&lt;br/&gt;Take responsibility for our words and our actions&lt;br/&gt;&lt;br/&gt;We can all make mistakes; when we do, we take responsibility for them. If&lt;br/&gt;someone has been harmed or offended, we listen carefully and respectfully,&lt;br/&gt;and work to right the wrong.&lt;br/&gt;&lt;br/&gt;Be collaborative&lt;br/&gt;&lt;br/&gt;What we produce is a complex whole made of many parts, it is the sum of&lt;br/&gt;many dreams. Collaboration between teams that each have their own goal and&lt;br/&gt;vision is essential; for the whole to be more than the sum of its parts,&lt;br/&gt;each part must make an effort to understand the whole.&lt;br/&gt;&lt;br/&gt;Collaboration reduces redundancy and improves the quality of our work.&lt;br/&gt;Internally and externally, we celebrate good collaboration. Wherever&lt;br/&gt;possible, we work closely with upstream projects and others in the free&lt;br/&gt;software community to coordinate our efforts. We prefer to work&lt;br/&gt;transparently and involve interested parties as early as possible.&lt;br/&gt;&lt;br/&gt;Value decisiveness, clarity and consensus&lt;br/&gt;&lt;br/&gt;Disagreements, social and technical, are normal, but we do not allow them&lt;br/&gt;to persist and fester leaving others uncertain of the agreed direction.&lt;br/&gt;&lt;br/&gt;We expect participants in the project to resolve disagreements&lt;br/&gt;constructively. When they cannot, we escalate the matter to structures with&lt;br/&gt;designated leaders to arbitrate and provide clarity and direction.&lt;br/&gt;&lt;br/&gt;Ask for help when unsure&lt;br/&gt;&lt;br/&gt;Nobody is expected to be perfect in this community. Asking questions early&lt;br/&gt;avoids many problems later, so questions are encouraged, though they may be&lt;br/&gt;directed to the appropriate forum. Those who are asked should be responsive&lt;br/&gt;and helpful.&lt;br/&gt;&lt;br/&gt;Step down considerately&lt;br/&gt;&lt;br/&gt;When somebody leaves or disengages from the project, we ask that they do so&lt;br/&gt;in a way that minimises disruption to the project. They should tell people&lt;br/&gt;they are leaving and take the proper steps to ensure that others can pick&lt;br/&gt;up where they left off.&lt;br/&gt;Leadership, authority and responsibility&lt;br/&gt;&lt;br/&gt;We all lead by example, in debate and in action. We encourage new&lt;br/&gt;participants to feel empowered to lead, to take action, and to experiment&lt;br/&gt;when they feel innovation could improve the project. Leadership can be&lt;br/&gt;exercised by anyone simply by taking action, there is no need to wait for&lt;br/&gt;recognition when the opportunity to lead presents itself.&lt;br/&gt;Delegation from the top&lt;br/&gt;&lt;br/&gt;Responsibility for the project starts with the &amp;#34;benevolent dictator&amp;#34;, who&lt;br/&gt;delegates specific responsibilities and the corresponding authority to a&lt;br/&gt;series of teams, councils and individuals, starting with the Community&lt;br/&gt;Council (&amp;#34;CC&amp;#34;). That Council or its delegated representative will arbitrate&lt;br/&gt;in any dispute.&lt;br/&gt;&lt;br/&gt;We are a meritocracy; we delegate decision making, governance and&lt;br/&gt;leadership from senior bodies to the most able and engaged candidates.&lt;br/&gt;Support for delegation is measured&lt;br/&gt;&lt;br/&gt;Nominations to the boards and councils are at the discretion of the&lt;br/&gt;Community Council, however the Community Council will seek the input of the&lt;br/&gt;community before confirming appointments.&lt;br/&gt;&lt;br/&gt;Leadership is not an award, right, or title; it is a privilege, a&lt;br/&gt;responsibility and a mandate. A leader will only retain their authority as&lt;br/&gt;long as they retain the support of those who delegated that authority to&lt;br/&gt;them.&lt;br/&gt;We value discussion, data and decisiveness&lt;br/&gt;&lt;br/&gt;We gather opinions, data and commitments from concerned parties before&lt;br/&gt;taking a decision. We expect leaders to help teams come to a decision in a&lt;br/&gt;reasonable time, to seek guidance or be willing to take the decision&lt;br/&gt;themselves when consensus is lacking, and to take responsibility for&lt;br/&gt;implementation.&lt;br/&gt;&lt;br/&gt;The poorest decision of all is no decision: clarity of direction has value&lt;br/&gt;in itself. Sometimes all the data are not available, or consensus is&lt;br/&gt;elusive. A decision must still be made. There is no guarantee of a perfect&lt;br/&gt;decision every time - we prefer to err, learn, and err less in future than&lt;br/&gt;to postpone action indefinitely.&lt;br/&gt;&lt;br/&gt;We recognise that the project works better when we trust the teams closest&lt;br/&gt;to a problem to make the decision for the project. If we learn of a&lt;br/&gt;decision that we disagree with, we can engage the relevant team to find&lt;br/&gt;common ground, and failing that, we have a governance structure that can&lt;br/&gt;review the decision. Ultimately, if a decision has been taken by the people&lt;br/&gt;responsible for it, and is supported by the project governance, it will&lt;br/&gt;stand. None of us expects to agree with every decision, and we value highly&lt;br/&gt;the willingness to stand by the project and help it deliver even on the&lt;br/&gt;occasions when we ourselves may prefer a different route.&lt;br/&gt;Open meritocracy&lt;br/&gt;&lt;br/&gt;We invite anybody, from any company, to participate in any aspect of the&lt;br/&gt;project. Our community is open, and any responsibility can be carried by&lt;br/&gt;any contributor who demonstrates the required capacity and competence.&lt;br/&gt;Teamwork&lt;br/&gt;&lt;br/&gt;A leader&amp;#39;s foremost goal is the success of the team.&lt;br/&gt;&lt;br/&gt;&amp;#34;A virtuoso is judged by their actions; a leader is judged by the actions&lt;br/&gt;of their team.&amp;#34; A leader knows when to act and when to step back. They know&lt;br/&gt;when to delegate work, and when to take it upon themselves.&lt;br/&gt;Credit&lt;br/&gt;&lt;br/&gt;A good leader does not seek the limelight, but celebrates team members for&lt;br/&gt;the work they do. Leaders may be more visible than members of the team,&lt;br/&gt;good ones use that visibility to highlight the great work of others.&lt;br/&gt;Courage and considerateness&lt;br/&gt;&lt;br/&gt;Leadership occasionally requires bold decisions that will not be widely&lt;br/&gt;understood, consensual or popular. We value the courage to take such&lt;br/&gt;decisions, because they enable the project as a whole to move forward&lt;br/&gt;faster than we could if we required complete consensus. Nevertheless,&lt;br/&gt;boldness demands considerateness; take bold decisions, but do so mindful of&lt;br/&gt;the challenges they present for others, and work to soften the impact of&lt;br/&gt;those decisions on them. Communicating changes and their reasoning clearly&lt;br/&gt;and early on is as important as the implementation of the change itself.&lt;br/&gt;Conflicts of interest&lt;br/&gt;&lt;br/&gt;We expect leaders to be aware when they are conflicted due to employment or&lt;br/&gt;other projects they are involved in, and abstain or delegate decisions that&lt;br/&gt;may be seen to be self-interested. We expect that everyone who participates&lt;br/&gt;in the project does so with the goal of making life better for its users.&lt;br/&gt;&lt;br/&gt;When in doubt, ask for a second opinion. Perceived conflicts of interest&lt;br/&gt;are important to address; as a leader, act to ensure that decisions are&lt;br/&gt;credible even if they must occasionally be unpopular, difficult or&lt;br/&gt;favourable to the interests of one group over another.&lt;br/&gt;&lt;br/&gt;This Code is not exhaustive or complete. It is not a rulebook; it serves to&lt;br/&gt;distill our common understanding of a collaborative, shared environment and&lt;br/&gt;goals. We expect it to be followed in spirit as much as in the letter.&lt;br/&gt;&lt;br/&gt;The Ubuntu Code of Conduct is licensed under the Creative Commons&lt;br/&gt;Attribution-Share Alike 3.0 license. You may re-use it for your own&lt;br/&gt;project, and modify it as you wish, just please allow others to use your&lt;br/&gt;modifications and give credit to the Ubuntu Project!&lt;br/&gt;&lt;br/&gt;]]&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Mitar&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://mitar.tnode.com/&#34;&gt;http://mitar.tnode.com/&lt;/a&gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://twitter.com/mitar_m&#34;&gt;https://twitter.com/mitar_m&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; October Webinars: Code for Performance&lt;br/&gt;&amp;gt; Free Intel webinars can help you accelerate application performance.&lt;br/&gt;&amp;gt; Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most&lt;br/&gt;&amp;gt; from&lt;br/&gt;&amp;gt; the latest Intel processors and coprocessors. See abstracts and register &amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pubads.g.doubleclick.net/gampad/clk?id=60135031&amp;amp;iu=/4140/ostg.clktrk&#34;&gt;http://pubads.g.doubleclick.net/gampad/clk?id=60135031&amp;amp;iu=/4140/ostg.clktrk&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;-------------- 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/20131019/c6a2e96a/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20131019/c6a2e96a/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:07:32Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9entaq2uf05hp4v495lwyduz5jau5cq2wmph428fq9d08uqrt3uszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjcvn9me</id>
    
      <title type="html">📅 Original date posted:2013-08-16 📝 Original message:On 16 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9entaq2uf05hp4v495lwyduz5jau5cq2wmph428fq9d08uqrt3uszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjcvn9me" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszfm7gg6ms0mzt5v9d8v33kgp8q537ha2gc36yqcqrpwxcdkne04shwp0jz&#39;&gt;nevent1q…p0jz&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-08-16&lt;br/&gt;📝 Original message:On 16 August 2013 03:00, Gavin Andresen &amp;lt;gavinandresen at gmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Mike asked what non-0.9 code I&amp;#39;m working on; the three things on the top&lt;br/&gt;&amp;gt; of my list are:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 1) Smarter fee handling on the client side, instead of hard-coded fees. I&lt;br/&gt;&amp;gt; was busy today generating scatter-plots and histograms of transaction fees&lt;br/&gt;&amp;gt; versus priorities to get some insight into what miner policies look like&lt;br/&gt;&amp;gt; right now.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;&#43;1&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 2) &amp;#34;First double-spend&amp;#34; relaying and alerting, to better support low-value&lt;br/&gt;&amp;gt; in-person transactions.  Related:&lt;br/&gt;&amp;gt; *Have *a *Snack*, Pay with *Bitcoins*&amp;lt;&lt;a href=&#34;http://www.tik.ee.ethz.ch/file/848064fa2e80f88a57aef43d7d5956c6/P2P2013_093.pdf&amp;gt&#34;&gt;http://www.tik.ee.ethz.ch/file/848064fa2e80f88a57aef43d7d5956c6/P2P2013_093.pdf&amp;gt&lt;/a&gt;;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;&#43;1&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; 3) Work on 2-3 whitepapers on why we need to increase or remove the 1MB&lt;br/&gt;&amp;gt; block size limit, how we can do it safely, and go through all of the&lt;br/&gt;&amp;gt; arguments that have been made against it and explain why they&amp;#39;re wrong.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;What block size do you think is ideal?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; Gavin Andresen&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; Get 100% visibility into Java/.NET code with AppDynamics Lite!&lt;br/&gt;&amp;gt; It&amp;#39;s a free troubleshooting tool designed for production.&lt;br/&gt;&amp;gt; Get down to code-level detail for bottlenecks, with &amp;lt;2% overhead.&lt;br/&gt;&amp;gt; Download for free and get started troubleshooting in minutes.&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://pubads.g.doubleclick.net/gampad/clk?id=48897031&amp;amp;iu=/4140/ostg.clktrk&#34;&gt;http://pubads.g.doubleclick.net/gampad/clk?id=48897031&amp;amp;iu=/4140/ostg.clktrk&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;&amp;gt;&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/20130816/2b19dc93/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130816/2b19dc93/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:05:59Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspglfvkce8c99r9zky8xme27h6nwm80sye43xue42zpcjqfqyh9jgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj5599tl</id>
    
      <title type="html">📅 Original date posted:2013-06-19 📝 Original message:On 18 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspglfvkce8c99r9zky8xme27h6nwm80sye43xue42zpcjqfqyh9jgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj5599tl" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0lnq6vpcyr879csyamswa7xs8kvf7sxsr02v3840dl4kc6sjcmncph8m77&#39;&gt;nevent1q…8m77&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-06-19&lt;br/&gt;📝 Original message:On 18 June 2013 05:48, Alan Reiner &amp;lt;etotheipi at gmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt;  *Goal*:  An alternative address format made possible by BIP 32, which&lt;br/&gt;&amp;gt; allows one to specify a &amp;#34;Wallet ID&amp;#34; and &amp;#34;One-time payment&amp;#34; code, instead of&lt;br/&gt;&amp;gt; the standard one-use Base58-Hash160 addresses.   This allows parties with a&lt;br/&gt;&amp;gt; persistent relationship to be able to prove that payment addresses they&lt;br/&gt;&amp;gt; provide each other are linked to a particular wallet, reducing exposure to&lt;br/&gt;&amp;gt; MitM attacks without the need for SSL or a web of trust, and without&lt;br/&gt;&amp;gt; compromising the privacy of either party.    For instance, this could be&lt;br/&gt;&amp;gt; used between businesses that frequently do business, by exchanging and&lt;br/&gt;&amp;gt; verifying public keys beforehand, or could be used by an exchange to&lt;br/&gt;&amp;gt; identify if a customer withdrawal address is related to their last deposit&lt;br/&gt;&amp;gt; address, and if not enforce extra authentication measures.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; *Background**:*&lt;br/&gt;&amp;gt; I haven&amp;#39;t been following the payment protocol discussions/development&lt;br/&gt;&amp;gt; much, so I apologize if this has already been addressed.   I&amp;#39;m calling it&lt;br/&gt;&amp;gt; &amp;#34;wallet-linkable&amp;#34; addresses, which would be an optional second form for&lt;br/&gt;&amp;gt; sending someone your address.   With BIP 32, the address is computed by the&lt;br/&gt;&amp;gt; payee (the person sending the address to receive money):&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;    Standard Address ~ Base58(0x00 || hash160(PubKeyParent * Multiplier[i])&lt;br/&gt;&amp;gt; || checksum)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; What I&amp;#39;d like to do is have the option, when specifying an address through&lt;br/&gt;&amp;gt; the payment protocol, to send *just* the {PublicKeyParent, Multiplier[i]}&lt;br/&gt;&amp;gt; and let the receiver of that address compute the address on their own.&lt;br/&gt;&amp;gt; This is no significant burden on the receiver, but it does provide the&lt;br/&gt;&amp;gt; useful property that they can recognize when addresses specified in this&lt;br/&gt;&amp;gt; way come from the same wallet -- because the PubKeyParent will be the&lt;br/&gt;&amp;gt; same.  Remember, this is *optional* for the person providing the address.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; One nice, accidental feature of BIP 32 is that the Multiplier[i] used&lt;br/&gt;&amp;gt; above does not actually reveal the &amp;#34;chaincode&amp;#34; (I think Pieter started&lt;br/&gt;&amp;gt; calling it the &amp;#34;tweak&amp;#34;).   It is derived from the chaincode but doesn&amp;#39;t&lt;br/&gt;&amp;gt; reveal it.  Therefore, the payer sees the parent public key, but that&amp;#39;s not&lt;br/&gt;&amp;gt; useful to derive any of the other addresses unless they also have the&lt;br/&gt;&amp;gt; chaincode.  But they can verify that the PublicKeyParent is identical&lt;br/&gt;&amp;gt; between transactions, and thus is accessible only to that wallet.  It&lt;br/&gt;&amp;gt; allows them validate a specific address provided by the payee, but not&lt;br/&gt;&amp;gt; generate or identify any other addresses.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; *Use Cases:*&lt;br/&gt;&amp;gt; (1)  So, just like with PGP/GPG, when two parties decide they will start a&lt;br/&gt;&amp;gt; relationship, they can start by exchanging the public keys of their wallet&lt;br/&gt;&amp;gt; and verify them in a reliable manner.  After that, when one party requests&lt;br/&gt;&amp;gt; a payment address from the other, they can optionally send {PubKey,&lt;br/&gt;&amp;gt; Multiplier}, and the payer&amp;#39;s software will identify the owner of that&lt;br/&gt;&amp;gt; address, or let you select who you think the address belongs to and it will&lt;br/&gt;&amp;gt; verify it.  If the payee&amp;#39;s system is compromised and address is replaced,&lt;br/&gt;&amp;gt; the address received by the payer won&amp;#39;t validate.  This doesn&amp;#39;t help if the&lt;br/&gt;&amp;gt; side sending the money is compromised.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; (2)  When a customer first provides a deposit to an exchange, it will send&lt;br/&gt;&amp;gt; money from an address in their wallet and the software will provide the&lt;br/&gt;&amp;gt; exchange the {PubKey,Mult}.  When the customer later provides a withdrawal&lt;br/&gt;&amp;gt; address, the site can automatically trust the address as long it is&lt;br/&gt;&amp;gt; provided in the alternate form and the public keys match.  If they don&amp;#39;t,&lt;br/&gt;&amp;gt; it might be the same customer just requesting a withdrawal to a different&lt;br/&gt;&amp;gt; wallet, which is fine, but they&amp;#39;ll have to go through an extra verification&lt;br/&gt;&amp;gt; step to do so.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; *Downsides:*&lt;br/&gt;&amp;gt; Multi-sig/P2SH  - The only way this works with P2SH, violates one of the&lt;br/&gt;&amp;gt; goals of P2SH slightly, but may not matter much if it&amp;#39;s all done under the&lt;br/&gt;&amp;gt; hood by the software.  Instead of providing a 20-byte hash of a script, you&lt;br/&gt;&amp;gt; provide all the public keys and multipliers for the individual addresses.&lt;br/&gt;&amp;gt; The payer&amp;#39;s software automatically verifies all addresses and creates the&lt;br/&gt;&amp;gt; P2SH script itself (after a divine decree that public keys will always be&lt;br/&gt;&amp;gt; sorted lexicographically in the multi-sig script).  The blockchain still&lt;br/&gt;&amp;gt; benefits from the &amp;#34;compression&amp;#34; of moving the bulky scripts to the TxIn,&lt;br/&gt;&amp;gt; but it does require revealing more information than is necessary for the&lt;br/&gt;&amp;gt; payer to pay the payee.  But it may not *really* be a problem, given the&lt;br/&gt;&amp;gt; benefits.  It might just be slightly longer strings to exchange during&lt;br/&gt;&amp;gt; initialization and for each transaction.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I have various reasons I&amp;#39;d like to use this, and it&amp;#39;d be nice to have some&lt;br/&gt;&amp;gt; community backing, so I don&amp;#39;t have to twist anyone&amp;#39;s arm to trust me that&lt;br/&gt;&amp;gt; it&amp;#39;s legit.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Generally in favour of hierarchical deterministic wallets.&lt;br/&gt;&lt;br/&gt;Will this new style of address make it into the block chain?  I&amp;#39;d be less&lt;br/&gt;keen on that.&lt;br/&gt;&lt;br/&gt;I&amp;#39;m finding BIP0032 quite hard to read right now, but perhaps that&amp;#39;s&lt;br/&gt;because I&amp;#39;m less familiar with the material than some.  However, there&amp;#39;s&lt;br/&gt;little things like it never actually defines a deterministic wallet in the&lt;br/&gt;Abstract.  But, I&amp;#39;ll keep trying to understand and see if I can use the&lt;br/&gt;test vectors.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; -Alan&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;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; This SF.net email is sponsored by Windows:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Build for Windows Store.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/windows-dev2dev&#34;&gt;http://p.sf.net/sfu/windows-dev2dev&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;&amp;gt;&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/20130619/c32fc5bc/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130619/c32fc5bc/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:03:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvvl7hxequ9pxjalygsvq8p0n5fx69u7wf43qwe32thtt48qs6ehqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjf4mde7</id>
    
      <title type="html">📅 Original date posted:2013-06-10 📝 Original message:On 10 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvvl7hxequ9pxjalygsvq8p0n5fx69u7wf43qwe32thtt48qs6ehqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjf4mde7" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsr35mv635s23vlygufkkt3atf7ec986qcznh0ctzpva509rzd67rq0ymjx9&#39;&gt;nevent1q…mjx9&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-06-10&lt;br/&gt;📝 Original message:On 10 June 2013 10:35, Pieter Wuille &amp;lt;pieter.wuille at gmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; On Mon, Jun 10, 2013 at 10:14 AM, Melvin Carvalho&lt;br/&gt;&amp;gt; &amp;lt;melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&amp;gt; &amp;gt; However, Bitcoin&amp;#39;s fundamental philosophy was one CPU one vote.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; This is perhaps the largest misconception that keeps being repeated.&lt;br/&gt;&amp;gt; Bitcoin is not a democracy; it is a zero-trust system. The rules are&lt;br/&gt;&amp;gt; set in stone, and every full node verifies all rules and must&lt;br/&gt;&amp;gt; independently come to the same result as everyone else. Obviously, if&lt;br/&gt;&amp;gt; everyone changes their software, anything can change, but from within&lt;br/&gt;&amp;gt; the system there is no way to change which blocks are considered&lt;br/&gt;&amp;gt; valid, and there is certainly no voting mechanism about that.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; What is voted about, is the one single thing that cannot be decided by&lt;br/&gt;&amp;gt; each node individually: namely the order of otherwise valid and&lt;br/&gt;&amp;gt; non-conflicting transactions, and that&amp;#39;s just because it&amp;#39;s a&lt;br/&gt;&amp;gt; necessity. Because deciding the order includes delaying transaction&lt;br/&gt;&amp;gt; potentially indefinitely, a majority of miners can indeed choose the&lt;br/&gt;&amp;gt; enforce an additional rule about which transactions are considered&lt;br/&gt;&amp;gt; valid, but the rules implemented in full nodes do not change without&lt;br/&gt;&amp;gt; changing the software. For example, miners cannot decide to raise the&lt;br/&gt;&amp;gt; block subsidy, even if every single miner out there would want that.&lt;br/&gt;&amp;gt; They&amp;#39;d just end up being ignored by everyone else.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Voting is easily gamed.  While this may work in one particular case, it&lt;br/&gt;&amp;gt; is&lt;br/&gt;&amp;gt; &amp;gt; perhaps a bad precedent to set.  Establishing methods of voting can lead&lt;br/&gt;&amp;gt; to&lt;br/&gt;&amp;gt; &amp;gt; single points of failure.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The problem is that at some point, you have to look at the system from&lt;br/&gt;&amp;gt; a higher level than just the technical part. And because ultimately&lt;br/&gt;&amp;gt; the possibility exists where everyone changes their software, and&lt;br/&gt;&amp;gt; there is an exceedingly high incentive for consensus (a deliberate&lt;br/&gt;&amp;gt; hard-fork where two groups of users decide to use different and&lt;br/&gt;&amp;gt; incompatible rules, aware of eachother, is suicide for the system, in&lt;br/&gt;&amp;gt; my opinion). This results in the fact that proposed changes can indeed&lt;br/&gt;&amp;gt; become new adopted hard rules in the system, and I don&amp;#39;t think there&amp;#39;s&lt;br/&gt;&amp;gt; anything that can be done about it. Bitcoin is a consensus system - at&lt;br/&gt;&amp;gt; the technical level - but also a consensus of the people using it, and&lt;br/&gt;&amp;gt; ultimately they decide the rules.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;OK I accept that the timestamping is one CPU one vote.  However rule&lt;br/&gt;changes seem rather arbitrary.&lt;br/&gt;&lt;br/&gt;Towit if you use a voting/consensus system and want to destroy bitcion it&lt;br/&gt;seems quite easy.&lt;br/&gt;&lt;br/&gt;Iterate on picking a rule chance that will divide the consensus in such a&lt;br/&gt;way as to create ensuing chaos.&lt;br/&gt;&lt;br/&gt;I think voting is too easy gamed for it it to be meaningful other than a&lt;br/&gt;straw poll.&lt;br/&gt;&lt;br/&gt;If there&amp;#39;s a bug, and everyone is unanimous that it&amp;#39;s a bug, it can be&lt;br/&gt;fixed.&lt;br/&gt;&lt;br/&gt;If there&amp;#39;s a controversial rule change, we should be extremely cautious and&lt;br/&gt;not do it unless there&amp;#39;s a very good reason.  Keeping to satoshi&amp;#39;s model as&lt;br/&gt;much as possible without introducing human factors, unnecessarily.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Unless there&amp;#39;s a very good reason not to, e.g. miners are clearly abusing&lt;br/&gt;&amp;gt; &amp;gt; the system, we should stick with 1 CPU one vote.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; So you&amp;#39;re saying that instead of a zero-trust system, we should move&lt;br/&gt;&amp;gt; to a system where miners can decide _everything_ - as opposed to just&lt;br/&gt;&amp;gt; being in charge of ordering transactions? I don&amp;#39;t think you understand&lt;br/&gt;&amp;gt; the system at all, if that is what you&amp;#39;re proposing.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; Pieter&lt;br/&gt;&amp;gt;&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/20130610/7686b617/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130610/7686b617/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:03:06Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp59266amr4hd6ax9v7089z64sqx6ul4pr6e8e3epsysw4y5cgrfgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjwggzpf</id>
    
      <title type="html">📅 Original date posted:2013-06-10 📝 Original message:On 10 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp59266amr4hd6ax9v7089z64sqx6ul4pr6e8e3epsysw4y5cgrfgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjwggzpf" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszt5y4ptalm8y97lfeefy322xkn0scqdfeawgjxsthcurs05whj8cwn96he&#39;&gt;nevent1q…96he&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-06-10&lt;br/&gt;📝 Original message:On 10 June 2013 10:26, John Dillon &amp;lt;john.dillon892 at googlemail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----&lt;br/&gt;&amp;gt; Hash: SHA256&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On Mon, Jun 10, 2013 at 8:14 AM, Melvin Carvalho&lt;br/&gt;&amp;gt; &amp;lt;melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&amp;gt; &amp;gt; -1&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Firstly I appreciate the ingenious thought that went into this post.&lt;br/&gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; However, Bitcoin&amp;#39;s fundamental philosophy was one CPU one vote.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Indeed it was. Which is why as GPU&amp;#39;s came onto the scene Satoshi was&lt;br/&gt;&amp;gt; strongly&lt;br/&gt;&amp;gt; against them. I have to wonder what he thinks of ASICs where just a&lt;br/&gt;&amp;gt; handful of&lt;br/&gt;&amp;gt; companies control the supply of Bitcoin hashing power.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Thanks for your reply.  Do you have a pointer to Satoshi being strongly&lt;br/&gt;against GPU?  I&amp;#39;d be interested to see that.  FWIW, I&amp;#39;ve read all his forum&lt;br/&gt;posts a few times, I just dont recall this one, tho I&amp;#39;m sure it&amp;#39;s there...&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Satoshi also never forsaw pools, which are why just 2 or 3 people control&lt;br/&gt;&amp;gt; the&lt;br/&gt;&amp;gt; majority of Bitcoin hashing power.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; The asymmetry lies in psychological terms, in that new defaults tend to&lt;br/&gt;&amp;gt; be&lt;br/&gt;&amp;gt; &amp;gt; adopted 80% of the time, so core devs have disproportionate amount of&lt;br/&gt;&amp;gt; power&lt;br/&gt;&amp;gt; &amp;gt; as things stand.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; That&amp;#39;s why I&amp;#39;m very clear that doing nothing is a vote for the status quo.&lt;br/&gt;&amp;gt; Of&lt;br/&gt;&amp;gt; course wallet authors can do what they want to try to get users to vote&lt;br/&gt;&amp;gt; according to their wishes, or for that matter simply steal your vote, but&lt;br/&gt;&amp;gt; we&lt;br/&gt;&amp;gt; already must put a lot of faith into wallets to not steal our funds.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Unless there&amp;#39;s a very good reason not to, e.g. miners are clearly abusing&lt;br/&gt;&amp;gt; &amp;gt; the system, we should stick with 1 CPU one vote.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; People are proposing we put control of the blocksize entirely into the&lt;br/&gt;&amp;gt; hands of&lt;br/&gt;&amp;gt; miners, yet we all have an interest in auditing the blocks miners produce.&lt;br/&gt;&amp;gt; There must be balance.&lt;br/&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----&lt;br/&gt;&amp;gt; Version: GnuPG v1.4.11 (GNU/Linux)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; iQEcBAEBCAAGBQJRtY2jAAoJEEWCsU4mNhiPQEsH/0VNA7aJYdUbJjTnIiKoaCv3&lt;br/&gt;&amp;gt; JtWS1MKHjAJE6ZPDt&#43;T/QPkEdZI4kNz3DGcZL6EDJtvZxZHfvEIaZDF1gpaH6OkC&lt;br/&gt;&amp;gt; oIZ0PkFPOxi0cncuAvT/a770evu7LzuT6fisY3EgGnlHujLQZ47LEa73Xo7pJVc7&lt;br/&gt;&amp;gt; RJHamGwkj&#43;3HZRIuZIAn87qws/zRyTx5SXvb56xCKb0oxE4ZO0dn&#43;8/nNSPWw13i&lt;br/&gt;&amp;gt; p3LpLlEQBBu&#43;Du2nPSQupRjkz4MPP8v9EYefV5cjtNBK7ufAvA64OnwKB5dST&#43;h&#43;&lt;br/&gt;&amp;gt; N/vBcj3EIj/WEOf4myGcVxKp&#43;skJ2SJDwxLigevgkKYPDNTVfXIverdXB0ANrQA=&lt;br/&gt;&amp;gt; =c8iU&lt;br/&gt;&amp;gt; -----END PGP SIGNATURE-----&lt;br/&gt;&amp;gt;&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/20130610/d2971bec/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130610/d2971bec/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:03:05Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9te332ld9p7h085s5m9wemn64wx76vu00pqysjjp0kvlatnejldgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjr9gr3n</id>
    
      <title type="html">📅 Original date posted:2013-06-10 📝 Original message:On 10 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9te332ld9p7h085s5m9wemn64wx76vu00pqysjjp0kvlatnejldgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjr9gr3n" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2nn7fxskk0v2h0nf97kzz2tjhmg3gs6tt7kc8fjffpqvf6wlra3cm0jrsx&#39;&gt;nevent1q…jrsx&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-06-10&lt;br/&gt;📝 Original message:On 10 June 2013 06:09, John Dillon &amp;lt;john.dillon892 at googlemail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----&lt;br/&gt;&amp;gt; Hash: SHA256&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; It has been suggested that we leave the decision of what the blocksize to&lt;br/&gt;&amp;gt; be&lt;br/&gt;&amp;gt; entirely up to miners. However this leaves a parameter that affects every&lt;br/&gt;&amp;gt; Bitcoin participant in the control of a small minority. Of course we can&lt;br/&gt;&amp;gt; not&lt;br/&gt;&amp;gt; force miners to increase the blocksize if they choose to decrease it,&lt;br/&gt;&amp;gt; because&lt;br/&gt;&amp;gt; the contents of the blocks they make are their decision and their decision&lt;br/&gt;&amp;gt; only. However proposals to leave the maximum size unlimited to allow&lt;br/&gt;&amp;gt; miners to&lt;br/&gt;&amp;gt; force us to accept arbitrarily large blocks even if the will of the&lt;br/&gt;&amp;gt; majority of&lt;br/&gt;&amp;gt; Bitcoin participants is that they wish to remain able to validate the&lt;br/&gt;&amp;gt; blockchain.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; What we need is a way to balance this asymetrical power relationship.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Proof-of-stake voting gives us a way of achieving that balance.&lt;br/&gt;&amp;gt; Essentially for&lt;br/&gt;&amp;gt; a miner to prove that the majority will of the poeple is to accept a larger&lt;br/&gt;&amp;gt; blocksize they must prove that the majority has in fact voted for that&lt;br/&gt;&amp;gt; increase. The upper limit on the blocksize is then determined by the&lt;br/&gt;&amp;gt; median of&lt;br/&gt;&amp;gt; all votes, where each txout in the UTXO set is one vote, weighted by txout&lt;br/&gt;&amp;gt; value. A txout without a corresponding vote is considered to be a vote for&lt;br/&gt;&amp;gt; the&lt;br/&gt;&amp;gt; status quo. To allow the voting process to continue even if coins are&lt;br/&gt;&amp;gt; &amp;#34;lost&amp;#34;&lt;br/&gt;&amp;gt; votes, including default votes, are weighted inversely according to their&lt;br/&gt;&amp;gt; age&lt;br/&gt;&amp;gt; in years after 1 year. IE a vote with weight 1BTC that is 1.5 years old&lt;br/&gt;&amp;gt; will be&lt;br/&gt;&amp;gt; recorded the same as a &amp;lt;1 year old vote weighted as 0.67BTC, and a 1 day&lt;br/&gt;&amp;gt; old&lt;br/&gt;&amp;gt; and 6 months old UTXO are treated equivalently. The 1 year minimum is&lt;br/&gt;&amp;gt; simply to&lt;br/&gt;&amp;gt; make voting required no more than once per year. (of course, a real&lt;br/&gt;&amp;gt; implementation should do all of these figures by block height, IE after&lt;br/&gt;&amp;gt; 52,560&lt;br/&gt;&amp;gt; blocks instead of after 1 year)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; A vote will consist of a txout with a scriptPubKey of the following form:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;     OP_RETURN magic vote_id txid vout vote scriptSig&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Where scriptSig is a valid signature for a transaction with nLockTime&lt;br/&gt;&amp;gt; 500,000,000-1 spending txid:vout to scriptPubKey:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;     OP_HASH160 H(OP_RETURN magic vote_id txid vout vote) OP_EQUAL&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; vote_id is the ID of the specific vote being made, and magic is included to&lt;br/&gt;&amp;gt; allow UTXO proof implementations a as yet unspecified way of identifying&lt;br/&gt;&amp;gt; votes&lt;br/&gt;&amp;gt; and including the weighted median as part of the UTXO tree sums. (it also&lt;br/&gt;&amp;gt; allows SPV clients to verify the vote if the UTXO set is a Patricia tree of&lt;br/&gt;&amp;gt; scriptPubKeys) vote is just the numerical vote itself. The vote must&lt;br/&gt;&amp;gt; compute&lt;br/&gt;&amp;gt; the median, rather than the mean, so as to not allow someone to skew the&lt;br/&gt;&amp;gt; vote&lt;br/&gt;&amp;gt; by simply setting their value extremely high. Someone who still remembers&lt;br/&gt;&amp;gt; their&lt;br/&gt;&amp;gt; statistics classes should chime in on the right way to compute a median in&lt;br/&gt;&amp;gt; a&lt;br/&gt;&amp;gt; merkle-sum-tree.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The slightly unusual construction of votes makes implementation by wallet&lt;br/&gt;&amp;gt; software as simple as possible within existing code-paths. Votes could&lt;br/&gt;&amp;gt; still be&lt;br/&gt;&amp;gt; constructed even in wallets lacking specific voting capability provided the&lt;br/&gt;&amp;gt; wallet software does have the ability to set nLockTime.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Of course in the future the voting mechanism can be used for additional&lt;br/&gt;&amp;gt; votes&lt;br/&gt;&amp;gt; with an additional vote_id. For instance the Bitcoin community could vote&lt;br/&gt;&amp;gt; to&lt;br/&gt;&amp;gt; increase the inflation subsidy, another example of a situation where the&lt;br/&gt;&amp;gt; wishes&lt;br/&gt;&amp;gt; of miners may conflict with the wishes of the broader community.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Users may of course actually create these specially encoded txouts&lt;br/&gt;&amp;gt; themselves&lt;br/&gt;&amp;gt; and get them into the blockchain.  However doing so is not needed as a&lt;br/&gt;&amp;gt; given&lt;br/&gt;&amp;gt; vote is only required to actually be in the chain by a miner wishing to&lt;br/&gt;&amp;gt; increase the blocksize. Thus we should extend the P2P protocol with a&lt;br/&gt;&amp;gt; mechanism&lt;br/&gt;&amp;gt; by which votes can be broadcast independently of transactions. To prevent&lt;br/&gt;&amp;gt; DoS&lt;br/&gt;&amp;gt; attacks only votes with known vote_id&amp;#39;s will be accepted, and only for&lt;br/&gt;&amp;gt; txid:vout&amp;#39;s already in the blockchain, and a record of txouts for whom&lt;br/&gt;&amp;gt; votes&lt;br/&gt;&amp;gt; have already broadcast will be kept. (this record need not be&lt;br/&gt;&amp;gt; authoritative as&lt;br/&gt;&amp;gt; its purpose is only to prevent DoS attacks) Miners wishing to increase the&lt;br/&gt;&amp;gt; blocksize can record these votes and include them in the blocks they mine&lt;br/&gt;&amp;gt; as&lt;br/&gt;&amp;gt; required. To reduce the cost of including votes in blocks 5% of every block&lt;br/&gt;&amp;gt; should be assigned to voting only. (this can be implemented by a soft-fork)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; For any given block actual limit in effect is then the rolling median of&lt;br/&gt;&amp;gt; the&lt;br/&gt;&amp;gt; blocks in the last year. At the beginning of every year the value&lt;br/&gt;&amp;gt; considered to&lt;br/&gt;&amp;gt; be the status quo resets to the mean of the limit at the beginning and end&lt;br/&gt;&amp;gt; of&lt;br/&gt;&amp;gt; the interval.  (again, by &amp;#34;year&amp;#34; we really mean 52,560 blocks) The rolling&lt;br/&gt;&amp;gt; median and periodic reset process ensures that the limit changes gradually&lt;br/&gt;&amp;gt; and&lt;br/&gt;&amp;gt; is not influenced by temporary events such as hacks to large exchanges or&lt;br/&gt;&amp;gt; malicious wallet software.  The rolling median also ensures that for a&lt;br/&gt;&amp;gt; miner&lt;br/&gt;&amp;gt; the act of including a vote is never wasted due to the txout later being&lt;br/&gt;&amp;gt; spent.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Implementing the voting system can happen prior to an actual hard-fork&lt;br/&gt;&amp;gt; allowing&lt;br/&gt;&amp;gt; for an increase and can be an important part of determining if the&lt;br/&gt;&amp;gt; hard-fork is&lt;br/&gt;&amp;gt; required at all.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Coercion and vote buying is of course possible in this system. A miner&lt;br/&gt;&amp;gt; could&lt;br/&gt;&amp;gt; say that they will only accept transactions accompanied by a vote for a&lt;br/&gt;&amp;gt; given&lt;br/&gt;&amp;gt; limit. However in a decentralized system completely preventing vote buying&lt;br/&gt;&amp;gt; is&lt;br/&gt;&amp;gt; of course impossble, and the design of Bitcoin itself has a fundemental&lt;br/&gt;&amp;gt; assumption that a majority of miners will behave in a specific kind of&lt;br/&gt;&amp;gt; &amp;#34;honest&amp;#34;&lt;br/&gt;&amp;gt; way.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; A voting process ensures that any increase to the blocksize genuinely&lt;br/&gt;&amp;gt; represents the desires of the Bitcoin community, and the process described&lt;br/&gt;&amp;gt; above ensures that any changes happen at a rate that gives all participants&lt;br/&gt;&amp;gt; time to react. The process also gives a mechanism for the community to&lt;br/&gt;&amp;gt; vote to&lt;br/&gt;&amp;gt; decrease the limit if it turns out that the new one was in fact too high.&lt;br/&gt;&amp;gt; (note&lt;br/&gt;&amp;gt; how the way the status quo is set ensures the default action is for the&lt;br/&gt;&amp;gt; limit&lt;br/&gt;&amp;gt; to gradually decrease even if everyone stops voting)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; As many of you know I have been quite vocal that the 1MB limit should&lt;br/&gt;&amp;gt; stay. But&lt;br/&gt;&amp;gt; I would be happy to support the outcome of a vote done properly, whatever&lt;br/&gt;&amp;gt; that&lt;br/&gt;&amp;gt; outcome may be.&lt;br/&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----&lt;br/&gt;&amp;gt; Version: GnuPG v1.4.11 (GNU/Linux)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; iQEcBAEBCAAGBQJRtVFBAAoJEEWCsU4mNhiP6EAIAMjq4UgXxmEjOgHWf0KcmwmH&lt;br/&gt;&amp;gt; Ra/I3oY7krvg/lu1YCa&#43;ACMBdoca9WODySUIe7R3niphKXEnknHGUIf8tm/Vrq4H&lt;br/&gt;&amp;gt; gPF4cgYEr18EYTVtvT9J1pZUB4f5dxkXXNpcQ60juaz9KervFQMOGnpr6Fyxi3dS&lt;br/&gt;&amp;gt; ghObNYcr3D2v1fjx56sp7BCNn0XHxTb1ZLUJB0BZhDKlamfgcxruKMbpsZmACJUj&lt;br/&gt;&amp;gt; gTNLNweaAomBIH&#43;&#43;j7cnXeB0jZc/1ilv8qLA/f3TGb43FDkAQcvvSjGijI&#43;OJOm6&lt;br/&gt;&amp;gt; Fh/WRBav1BJiV6PKs9xuHXsaxZ/T7Fb8Wg8EynSi0mSj47QXdKZgeZCi3XlSyxM=&lt;br/&gt;&amp;gt; =aKBD&lt;br/&gt;&amp;gt; -----END PGP SIGNATURE-----&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;-1&lt;br/&gt;&lt;br/&gt;Firstly I appreciate the ingenious thought that went into this post.&lt;br/&gt;&lt;br/&gt;However, Bitcoin&amp;#39;s fundamental philosophy was one CPU one vote.&lt;br/&gt;&lt;br/&gt;Voting is easily gamed.  While this may work in one particular case, it is&lt;br/&gt;perhaps a bad precedent to set.  Establishing methods of voting can lead to&lt;br/&gt;single points of failure.&lt;br/&gt;&lt;br/&gt;The asymmetry lies in psychological terms, in that new defaults tend to be&lt;br/&gt;adopted 80% of the time, so core devs have disproportionate amount of power&lt;br/&gt;as things stand.&lt;br/&gt;&lt;br/&gt;Unless there&amp;#39;s a very good reason not to, e.g. miners are clearly abusing&lt;br/&gt;the system, we should stick with 1 CPU one vote.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; How ServiceNow helps IT people transform IT departments:&lt;br/&gt;&amp;gt; 1. A cloud service to automate IT design, transition and operations&lt;br/&gt;&amp;gt; 2. Dashboards that offer high-level views of enterprise services&lt;br/&gt;&amp;gt; 3. A single system of record for all IT processes&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/servicenow-d2d-j&#34;&gt;http://p.sf.net/sfu/servicenow-d2d-j&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;-------------- 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/20130610/e22f5db1/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130610/e22f5db1/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:03:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrhu9lmhqyp8x92mrg6t4s2rptch9ygu2u30c3efzk822kulg5nnqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjxcavan</id>
    
      <title type="html">📅 Original date posted:2013-06-06 📝 Original message:There ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrhu9lmhqyp8x92mrg6t4s2rptch9ygu2u30c3efzk822kulg5nnqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjxcavan" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxvp6w44nueajr3lpypapp035j0d3ltckgh02cwnwnh2drdehky2qvgv9n0&#39;&gt;nevent1q…v9n0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-06-06&lt;br/&gt;📝 Original message:There was a discussion on #bitcon-dev yesterday&lt;br/&gt;&lt;br/&gt;I stated that it would be impractical to generate two bitcoin addresses,&lt;br/&gt;such that they differed in exactly one character (modulo different&lt;br/&gt;checksums).&lt;br/&gt;&lt;br/&gt;The corollary to this is that if you find an address with a verifiable&lt;br/&gt;signature.  Changing one character of that address would have no known&lt;br/&gt;private key, and hence be normally undependable.&lt;br/&gt;&lt;br/&gt;Does that sound correct?&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/20130606/4bd0ab7f/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130606/4bd0ab7f/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:02:57Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyvss0hr8utvy0qccprk4qn6cklvv6ysgzyhu24uwsg008t600j4czyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj0xl382</id>
    
      <title type="html">📅 Original date posted:2013-06-06 📝 Original message:On 6 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyvss0hr8utvy0qccprk4qn6cklvv6ysgzyhu24uwsg008t600j4czyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj0xl382" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgnges5eqvd9qdf6ax4htqtwt2sqwkjj2e5tu4xg2vx0cd8k6zr7gt05xkh&#39;&gt;nevent1q…5xkh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-06-06&lt;br/&gt;📝 Original message:On 6 June 2013 21:59, Andreas M. Antonopoulos &amp;lt;andreas at rooteleven.com&amp;gt;wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Is there any consideration given to the fact that bitcoin can operate as a&lt;br/&gt;&amp;gt; platform for many other services, if it is able to be neutral to payload,&lt;br/&gt;&amp;gt; as long as the fee is paid for the transaction size?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Unless I have misunderstood this discussion, it seems to me that this is a&lt;br/&gt;&amp;gt; bit like saying in 1990 &amp;#34;IP Is only for email, the majority of users want&lt;br/&gt;&amp;gt; email, we shouldn&amp;#39;t allow video, voice or images&amp;#34;. Ooops, there goes the&lt;br/&gt;&amp;gt; web.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Is it possible to solve this by solving the issue of provably un-spendable&lt;br/&gt;&amp;gt; outputs without foreclosing on the possibility of other types of&lt;br/&gt;&amp;gt; transaction payloads (ie, not money), that would open the possibility for a&lt;br/&gt;&amp;gt; myriad of layered apps above? For example, hashes of content that is&lt;br/&gt;&amp;gt; external to bitcoin, that people want to pay to have timestamped in the&lt;br/&gt;&amp;gt; blockchain, as provably unspendable outputs.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The social compact is to accept transaction for fee. I think it is a major&lt;br/&gt;&amp;gt; mistake to make decisions that discriminate on the content of the&lt;br/&gt;&amp;gt; transaction, saying that some uses are not appropriate. If the fee is paid&lt;br/&gt;&amp;gt; and it covers the size of the transaction, why would it matter if it is not&lt;br/&gt;&amp;gt; a payment?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I could be totally misreading this thread, too, so please allow me some&lt;br/&gt;&amp;gt; slack if I have!&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;&#43;1 we&amp;#39;re still early into the bitcoin story ... unexpected reuse should not&lt;br/&gt;be ruled out ...&lt;br/&gt;&lt;br/&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 Thu, Jun 6, 2013 at 12:14 PM, Luke-Jr &amp;lt;luke at dashjr.org&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; On Saturday, June 01, 2013 7:30:36 PM Peter Todd wrote:&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt; scriptPubKey: &amp;lt;data&amp;gt; OP_TRUE&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt; ...&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt; Along with that change anyone-can-spend outputs should be make&lt;br/&gt;&amp;gt;&amp;gt; IsStandard()&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt; so they will be relayed.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Data does not belong in the blockchain. People running nodes have all&lt;br/&gt;&amp;gt;&amp;gt; implicitly agreed to store the blocks for financial purposes, and storing&lt;br/&gt;&amp;gt;&amp;gt; data&lt;br/&gt;&amp;gt;&amp;gt; is a violation of that social contract. Proof-of-stake may be arguably&lt;br/&gt;&amp;gt;&amp;gt; financial, but I&amp;#39;m sure there must be a way to do it without spamming&lt;br/&gt;&amp;gt;&amp;gt; people&lt;br/&gt;&amp;gt;&amp;gt; against their consent.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt; The alternative is sacrifices to unspendable outputs, which is very&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt; undesirable compared to sending the money to miners to further&lt;br/&gt;&amp;gt;&amp;gt; &amp;gt; strengthen the security of the network.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; The alternative is to make other standard outputs unable to store data as&lt;br/&gt;&amp;gt;&amp;gt; well.&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Luke&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; How ServiceNow helps IT people transform IT departments:&lt;br/&gt;&amp;gt;&amp;gt; 1. A cloud service to automate IT design, transition and operations&lt;br/&gt;&amp;gt;&amp;gt; 2. Dashboards that offer high-level views of enterprise services&lt;br/&gt;&amp;gt;&amp;gt; 3. A single system of record for all IT processes&lt;br/&gt;&amp;gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/servicenow-d2d-j&#34;&gt;http://p.sf.net/sfu/servicenow-d2d-j&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;&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; How ServiceNow helps IT people transform IT departments:&lt;br/&gt;&amp;gt; 1. A cloud service to automate IT design, transition and operations&lt;br/&gt;&amp;gt; 2. Dashboards that offer high-level views of enterprise services&lt;br/&gt;&amp;gt; 3. A single system of record for all IT processes&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/servicenow-d2d-j&#34;&gt;http://p.sf.net/sfu/servicenow-d2d-j&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;&amp;gt;&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/20130606/befb429c/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130606/befb429c/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:02:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8w03m5d2gwdn8q5udluxg2avr7x8tprcwxxkd0ulxn9xnsyqefvqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj6lm87k</id>
    
      <title type="html">📅 Original date posted:2013-06-03 📝 Original message:On 1 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8w03m5d2gwdn8q5udluxg2avr7x8tprcwxxkd0ulxn9xnsyqefvqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj6lm87k" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqspua0uaqlklpj0vc3av7r9qzxe6tfn8hwrudvhfkmtpm7zd0m3w7qq9e5xw&#39;&gt;nevent1q…e5xw&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-06-03&lt;br/&gt;📝 Original message:On 1 June 2013 21:30, Peter Todd &amp;lt;pete at petertodd.org&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Currently the most compact way (proof-size) to sacrifice Bitcoins that&lt;br/&gt;&amp;gt; does not involve making them unspendable is to create a anyone-can-spend&lt;br/&gt;&amp;gt; output as the last txout in the coinbase of a block:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; scriptPubKey: &amp;lt;data&amp;gt; OP_TRUE&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The proof is then the SHA256 midstate, the txout, and the merkle path to&lt;br/&gt;&amp;gt; the block header. However this mechanism needs miner support, and it is&lt;br/&gt;&amp;gt; not possible to pay for such a sacrifice securely, or create an&lt;br/&gt;&amp;gt; assurance contract to create one.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Sorry if this is a stupid question, but why would someone want to sacrifice&lt;br/&gt;their bitcoins?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; A anyone-can-spend in a regular txout is another option, but there is no&lt;br/&gt;&amp;gt; way to prevent a miner from including a transaction spending that txout&lt;br/&gt;&amp;gt; in the same block. Once that happens, there is no way to prove the miner&lt;br/&gt;&amp;gt; didn&amp;#39;t create both, thus invalidating the sacrifice. The announce-commit&lt;br/&gt;&amp;gt; protocol solves that problem, but at the cost of a much larger proof,&lt;br/&gt;&amp;gt; especially if multiple parties want to get together to pay the cost of&lt;br/&gt;&amp;gt; the sacrifice. (the proof must include the entire tx used to make the&lt;br/&gt;&amp;gt; sacrifice)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; However if we add a rule where txouts ending in OP_TRUE are unspendable&lt;br/&gt;&amp;gt; for 100 blocks, similar to coinbases, we fix these problems. The rule&lt;br/&gt;&amp;gt; can be done as a soft-fork with 95% support in the same way the&lt;br/&gt;&amp;gt; blockheight rule was implemented. Along with that change&lt;br/&gt;&amp;gt; anyone-can-spend outputs should be make IsStandard() so they will be&lt;br/&gt;&amp;gt; relayed.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The alternative is sacrifices to unspendable outputs, which is very&lt;br/&gt;&amp;gt; undesirable compared to sending the money to miners to further&lt;br/&gt;&amp;gt; strengthen the security of the network.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; We should always make it easy for people to write code that does what is&lt;br/&gt;&amp;gt; best for Bitcoin.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; --&lt;br/&gt;&amp;gt; &amp;#39;peter&amp;#39;[:-1]@petertodd.org&lt;br/&gt;&amp;gt; 00000000000000ce3427502ee6a254fed27e1cd21a656a335cd2ada79b7b5293&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Get 100% visibility into Java/.NET code with AppDynamics Lite&lt;br/&gt;&amp;gt; It&amp;#39;s a free troubleshooting tool designed for production&lt;br/&gt;&amp;gt; Get down to code-level detail for bottlenecks, with &amp;lt;2% overhead.&lt;br/&gt;&amp;gt; Download for free and get started troubleshooting in minutes.&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://p.sf.net/sfu/appdyn_d2d_ap2&#34;&gt;http://p.sf.net/sfu/appdyn_d2d_ap2&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;&amp;gt;&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/20130604/0230ef96/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130604/0230ef96/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:02:39Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvkeuuhlel77azucrdlmyygxdq8asjghc8v6s425kxsthl44u7tqszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjet0jhf</id>
    
      <title type="html">📅 Original date posted:2013-05-25 📝 Original message:On 25 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvkeuuhlel77azucrdlmyygxdq8asjghc8v6s425kxsthl44u7tqszyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjet0jhf" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgfqstjtw373axeuwmvxghswl0ecfkfjf0t67sp3070xahhz40hlq7gfrge&#39;&gt;nevent1q…frge&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-05-25&lt;br/&gt;📝 Original message:On 25 May 2013 07:46, Zooko Wilcox-OHearn &amp;lt;zooko at leastauthority.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; jgarzik wrote:&lt;br/&gt;&amp;gt;  &amp;gt; 1) Rule changes.  We don&amp;#39;t want these.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; In general? What constitutes a rule change?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; For example, if I understand correctly (from what Gavin said at&lt;br/&gt;&amp;gt; Bitcoin 2013), there is a move afoot to lift the block size limit.&lt;br/&gt;&amp;gt; Although, when I went to confirm my understanding by reading the&lt;br/&gt;&amp;gt; bitcoin-development list archives, I don&amp;#39;t see mention of this. Is&lt;br/&gt;&amp;gt; there another forum I should be reading if I want to follow Bitcoin&lt;br/&gt;&amp;gt; development?&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Anyway, I hope that there are some rule changes that you would&lt;br/&gt;&amp;gt; consider for Bitcoin, although I recognize there are vast classes of&lt;br/&gt;&amp;gt; such changes that you wouldn&amp;#39;t.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I&amp;#39;m trying to figure out what&amp;#39;s the most productive way to show you,&lt;br/&gt;&amp;gt; and everyone, candidates for such changes. Things that are definitely&lt;br/&gt;&amp;gt; not suitable for merging to trunk tomorrow, but might be suitable in a&lt;br/&gt;&amp;gt; year or two, or &amp;#34;Next Time We Have A Hardfork&amp;#34;.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I don&amp;#39;t think alternative bitcoin-clones are the best venue for those.&lt;br/&gt;&amp;gt; Although they are certainly good venues for changes which can never&lt;br/&gt;&amp;gt; make it into Bitcoin.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Perhaps the best venue for such a thing is just to fork bitcoin.git on&lt;br/&gt;&amp;gt; github.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;It might be an idea to have &amp;#39;rule change&amp;#39; fixes and &amp;#39;bug fix&amp;#39; releases go&lt;br/&gt;out separately&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Regards,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Zooko Wilcox-O&amp;#39;Hearn&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Founder, CEO, and Customer Support Rep&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://LeastAuthority.com&#34;&gt;https://LeastAuthority.com&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; Try New Relic Now &amp;amp; We&amp;#39;ll Send You this Cool Shirt&lt;br/&gt;&amp;gt; New Relic is the only SaaS-based application performance monitoring service&lt;br/&gt;&amp;gt; that delivers powerful full stack analytics. Optimize and monitor your&lt;br/&gt;&amp;gt; browser, app, &amp;amp; servers with just a few lines of code. Try New Relic&lt;br/&gt;&amp;gt; and get this awesome Nerd Life shirt! &lt;a href=&#34;http://p.sf.net/sfu/newrelic_d2d_may&#34;&gt;http://p.sf.net/sfu/newrelic_d2d_may&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;-------------- 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/20130525/84a6f9ae/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130525/84a6f9ae/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:02:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst45vam7x88q83q0gjd3qlahzq34kau8mszfch88vv74skj6g5vlgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjghaj49</id>
    
      <title type="html">📅 Original date posted:2013-05-07 📝 Original ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst45vam7x88q83q0gjd3qlahzq34kau8mszfch88vv74skj6g5vlgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjghaj49" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0y7wr8msrmqlz8awpha9had4rg8dhmgaskd7mvedlmny62yts9lca82493&#39;&gt;nevent1q…2493&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-05-07&lt;br/&gt;📝 Original message:Looking at the proposed native crypto browser support (should arrive in the&lt;br/&gt;next year)&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary&#34;&gt;http://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;We see:&lt;br/&gt;&lt;br/&gt;enum NamedCurve {&lt;br/&gt;  // NIST recommended curve P-256, also known as secp256r1.&lt;br/&gt;  &amp;#34;P-256&amp;#34;,&lt;br/&gt;  // NIST recommended curve P-384, also known as secp384r1.&lt;br/&gt;  &amp;#34;P-384&amp;#34;,&lt;br/&gt;  // NIST recommended curve P-521, also known as secp521r1.&lt;br/&gt;  &amp;#34;P-521&amp;#34;&lt;br/&gt;};&lt;br/&gt;&lt;br/&gt;I wonder if we might be able to get bitcoin&amp;#39;s curve in there&lt;br/&gt;&lt;br/&gt;For more background on Koblitz curve used by bitcoin see:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://bitcointalk.org/?topic=2699.0&#34;&gt;https://bitcointalk.org/?topic=2699.0&lt;/a&gt;&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/20130507/0f3dc6b8/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130507/0f3dc6b8/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T14:56:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs80cp5pm9cktggslc6y4qpndlznczpjrm6tpver3tyhujnxr6956czyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjmws4vs</id>
    
      <title type="html">📅 Original date posted:2013-05-29 📝 Original message:On 7 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs80cp5pm9cktggslc6y4qpndlznczpjrm6tpver3tyhujnxr6956czyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjmws4vs" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqst45vam7x88q83q0gjd3qlahzq34kau8mszfch88vv74skj6g5vlgle9d5c&#39;&gt;nevent1q…9d5c&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-05-29&lt;br/&gt;📝 Original message:On 7 May 2013 12:18, Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; Looking at the proposed native crypto browser support (should arrive in&lt;br/&gt;&amp;gt; the next year)&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary&#34;&gt;http://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; We see:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; enum NamedCurve {&lt;br/&gt;&amp;gt;   // NIST recommended curve P-256, also known as secp256r1.&lt;br/&gt;&amp;gt;   &amp;#34;P-256&amp;#34;,&lt;br/&gt;&amp;gt;   // NIST recommended curve P-384, also known as secp384r1.&lt;br/&gt;&amp;gt;   &amp;#34;P-384&amp;#34;,&lt;br/&gt;&amp;gt;   // NIST recommended curve P-521, also known as secp521r1.&lt;br/&gt;&amp;gt;   &amp;#34;P-521&amp;#34;&lt;br/&gt;&amp;gt; };&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I wonder if we might be able to get bitcoin&amp;#39;s curve in there&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; For more background on Koblitz curve used by bitcoin see:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://bitcointalk.org/?topic=2699.0&#34;&gt;https://bitcointalk.org/?topic=2699.0&lt;/a&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Hi All&lt;br/&gt;&lt;br/&gt;I enuired about this and got the following reply, from the chair of the&lt;br/&gt;crypto group:&lt;br/&gt;&lt;br/&gt;[[&lt;br/&gt;Just email public-webcrypto-comments at w3.org. It&amp;#39;s a public list. Do&lt;br/&gt;definitely mention your use-cases!&lt;br/&gt;&lt;br/&gt;I think there&amp;#39;s issues of whether NSS etc. already support it. I think the&lt;br/&gt;answer here is &amp;#34;no&amp;#34; but David can clarify. The goal is not to get browser&lt;br/&gt;vendors to write new crypto code, but to expose the crypto code that&lt;br/&gt;already exists.&lt;br/&gt;&lt;br/&gt;We still have an open issue about whether &amp;#34;experimental&amp;#34; registry for&lt;br/&gt;identifiers for say, new curves that aren&amp;#39;t in the core spec, will be&lt;br/&gt;maintained. So, maybe if browsers don&amp;#39;t support it today, it&amp;#39;s always&lt;br/&gt;possible they might want to support it tomorrow given Bitcoin&amp;#39;s growth.&lt;br/&gt;]]&lt;br/&gt;&lt;br/&gt;Please let me know if anyone has a use case for ecdsa in the browser let me&lt;br/&gt;know.&lt;br/&gt;&lt;br/&gt;Or if anyone would like to write to the public list that&amp;#39;s fine&lt;br/&gt;&lt;br/&gt;Otherwise I&amp;#39;ll just fire off a mail and see what they come back with ...&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/20130529/f396cd94/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130529/f396cd94/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T14:56:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsz4ydyshuascn4mqccxauuy4f47ed22hzfspmf6thwgud9erv3xugzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjhe3zxy</id>
    
      <title type="html">📅 Original date posted:2013-04-05 📝 Original message:There ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsz4ydyshuascn4mqccxauuy4f47ed22hzfspmf6thwgud9erv3xugzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjhe3zxy" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxldtcaygae22tgk2zuqufkhv39a7aw7cx62me44hhpktjjek0zjs3mepas&#39;&gt;nevent1q…epas&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-04-05&lt;br/&gt;📝 Original message:There was some chat on IRC about a mining pool reaching 46%&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://blockchain.info/pools&#34;&gt;http://blockchain.info/pools&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;What&amp;#39;s the risk of a 51% attack.&lt;br/&gt;&lt;br/&gt;I suggested that the pool itself is decentralized so you could not launch&lt;br/&gt;one&lt;br/&gt;&lt;br/&gt;On IRC people were saying that the pool owner gets to choose what goes in&lt;br/&gt;the block&lt;br/&gt;&lt;br/&gt;Surely with random non colliding nonces, it would be almost impossible to&lt;br/&gt;coordinate a 51% even by the owner&lt;br/&gt;&lt;br/&gt;Someone came back and said that creating random numbers on a GPU is hard.&lt;br/&gt;But what about just creating ONE random number and incrementing from there&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;It would be great to know if this is a threat or a non issue&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/20130405/50bc41ef/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130405/50bc41ef/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T11:43:22Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswaft9heam97pzdw63l58779cccw0pgrut2r59c39q3awzt0t8mvgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjzn5ucp</id>
    
      <title type="html">📅 Original date posted:2013-04-01 📝 Original message:On 2 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswaft9heam97pzdw63l58779cccw0pgrut2r59c39q3awzt0t8mvgzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pjzn5ucp" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsralj974r8w8v30n60yl5e38al4yk9zxuv0mmslyhdzrh90ln43rsm60aap&#39;&gt;nevent1q…0aap&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-04-01&lt;br/&gt;📝 Original message:On 2 April 2013 00:10, Will &amp;lt;will at phase.net&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; The threat of a SHA1 collision attack to insert a malicious pull request&lt;br/&gt;&amp;gt; are tiny compared with the other threats - e.g. github being compromised,&lt;br/&gt;&amp;gt; one of the core developers&amp;#39; passwords being compromised, one of the core&lt;br/&gt;&amp;gt; developers going rogue, sourceforge (distribution site) being compromised&lt;br/&gt;&amp;gt; etc etc... believe me there&amp;#39;s a lot more to worry about than a SHA1&lt;br/&gt;&amp;gt; attack...&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Not meaning to scare, just to put things in perspective - this is why we&lt;br/&gt;&amp;gt; all need to peer review each others commits and keep an eye out for&lt;br/&gt;&amp;gt; suspicious commits, leverage the benefits of this project being open source&lt;br/&gt;&amp;gt; and easily peer reviewed.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Very good points, and I think you&amp;#39;re absolutely right.&lt;br/&gt;&lt;br/&gt;But just running the numbers, to get the picture, based of scheiner&amp;#39;s&lt;br/&gt;statistics:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;http://www.schneier.com/blog/archives/2012/10/when_will_we_se.html&#34;&gt;http://www.schneier.com/blog/archives/2012/10/when_will_we_se.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;We&amp;#39;re talking about a million terrahashes = 2^60 right?&lt;br/&gt;&lt;br/&gt;With the block chain, you only have a 10 minute window, but with source&lt;br/&gt;code you have a longer time to prepare.&lt;br/&gt;&lt;br/&gt;Couldnt this be done with an ASIC in about a week?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Will&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On 1 April 2013 23:52, Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&amp;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; On 1 April 2013 20:28, Petr Praus &amp;lt;petr at praus.net&amp;gt; wrote:&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; An attacker would have to find a collision between two specific pieces&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; of code - his malicious code and a useful innoculous code that would be&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; accepted as pull request. This is the second, much harder case in the&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; birthday problem. When people talk about SHA-1 being broken they actually&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; mean the first case in the birthday problem - find any two arbitrary values&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; that hash to the same value. So, no I don&amp;#39;t think it&amp;#39;s a feasible attack&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; vector any time soon.&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; Besides, with that kind of hashing power, it might be more feasible to&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; cause problems in the chain by e.g. constantly splitting it.&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; OK, maybe im being *way* too paranoid here ... but what if someone had&lt;br/&gt;&amp;gt;&amp;gt; access to github, could they replace one file with one they had prepared at&lt;br/&gt;&amp;gt;&amp;gt; some point?&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; On 1 April 2013 03:26, Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;  I was just looking at:&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://bitcointalk.org/index.php?topic=4571.0&#34;&gt;https://bitcointalk.org/index.php?topic=4571.0&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I&amp;#39;m just curious if there is a possible attack vector here based on the&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fact that git uses the relatively week SHA1&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Could a seemingly innocuous pull request generate another file with a&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; backdoor/nonce combination that slips under the radar?&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Apologies if this has come up before ...&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Own the Future-Intel&amp;amp;reg; Level Up Game Demo Contest 2013&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Rise to greatness in Intel&amp;#39;s independent game demo contest.&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Compete for recognition, cash, and the chance to get your game&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on Steam. $5K grand prize plus 10 genre and skill prizes.&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Submit your demo by 6/6/13. &lt;a href=&#34;http://p.sf.net/sfu/intel_levelupd2d&#34;&gt;http://p.sf.net/sfu/intel_levelupd2d&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bitcoin-development mailing list&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bitcoin-development at lists.sourceforge.net&lt;br/&gt;&amp;gt;&amp;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;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;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; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt;&amp;gt; Own the Future-Intel&amp;amp;reg; Level Up Game Demo Contest 2013&lt;br/&gt;&amp;gt;&amp;gt; Rise to greatness in Intel&amp;#39;s independent game demo contest.&lt;br/&gt;&amp;gt;&amp;gt; Compete for recognition, cash, and the chance to get your game&lt;br/&gt;&amp;gt;&amp;gt; on Steam. $5K grand prize plus 10 genre and skill prizes.&lt;br/&gt;&amp;gt;&amp;gt; Submit your demo by 6/6/13. &lt;a href=&#34;http://p.sf.net/sfu/intel_levelupd2d&#34;&gt;http://p.sf.net/sfu/intel_levelupd2d&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;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&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/20130402/7b3c7f99/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130402/7b3c7f99/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T11:42:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2qym7j8eyuw32hghvwffdd6dk78rypd7ekaj0qh30vat6r6h9n6qzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj0u7tz4</id>
    
      <title type="html">📅 Original date posted:2013-04-01 📝 Original message:On 1 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2qym7j8eyuw32hghvwffdd6dk78rypd7ekaj0qh30vat6r6h9n6qzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj0u7tz4" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrjzt6hsplu9rl3k7qggmawftnxpw756x0rtwrkfvxyguz9xvqrpcwa22hm&#39;&gt;nevent1q…22hm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-04-01&lt;br/&gt;📝 Original message:On 1 April 2013 20:28, Petr Praus &amp;lt;petr at praus.net&amp;gt; wrote:&lt;br/&gt;&lt;br/&gt;&amp;gt; An attacker would have to find a collision between two specific pieces of&lt;br/&gt;&amp;gt; code - his malicious code and a useful innoculous code that would be&lt;br/&gt;&amp;gt; accepted as pull request. This is the second, much harder case in the&lt;br/&gt;&amp;gt; birthday problem. When people talk about SHA-1 being broken they actually&lt;br/&gt;&amp;gt; mean the first case in the birthday problem - find any two arbitrary values&lt;br/&gt;&amp;gt; that hash to the same value. So, no I don&amp;#39;t think it&amp;#39;s a feasible attack&lt;br/&gt;&amp;gt; vector any time soon.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Besides, with that kind of hashing power, it might be more feasible to&lt;br/&gt;&amp;gt; cause problems in the chain by e.g. constantly splitting it.&lt;br/&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;OK, maybe im being *way* too paranoid here ... but what if someone had&lt;br/&gt;access to github, could they replace one file with one they had prepared at&lt;br/&gt;some point?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; On 1 April 2013 03:26, Melvin Carvalho &amp;lt;melvincarvalho at gmail.com&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; I was just looking at:&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; &lt;a href=&#34;https://bitcointalk.org/index.php?topic=4571.0&#34;&gt;https://bitcointalk.org/index.php?topic=4571.0&lt;/a&gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; I&amp;#39;m just curious if there is a possible attack vector here based on the&lt;br/&gt;&amp;gt;&amp;gt; fact that git uses the relatively week SHA1&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Could a seemingly innocuous pull request generate another file with a&lt;br/&gt;&amp;gt;&amp;gt; backdoor/nonce combination that slips under the radar?&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt; Apologies if this has come up before ...&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; Own the Future-Intel&amp;amp;reg; Level Up Game Demo Contest 2013&lt;br/&gt;&amp;gt;&amp;gt; Rise to greatness in Intel&amp;#39;s independent game demo contest.&lt;br/&gt;&amp;gt;&amp;gt; Compete for recognition, cash, and the chance to get your game&lt;br/&gt;&amp;gt;&amp;gt; on Steam. $5K grand prize plus 10 genre and skill prizes.&lt;br/&gt;&amp;gt;&amp;gt; Submit your demo by 6/6/13. &lt;a href=&#34;http://p.sf.net/sfu/intel_levelupd2d&#34;&gt;http://p.sf.net/sfu/intel_levelupd2d&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;&amp;gt;&lt;br/&gt;&amp;gt;&amp;gt;&lt;br/&gt;&amp;gt;&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/20130401/073ada84/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130401/073ada84/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T11:42:37Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9xwfw9yvy76zkmg8fs3j804a0dlq7nx66pqwqn7f5tq9we2srhpqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj7crfgx</id>
    
      <title type="html">📅 Original date posted:2013-04-01 📝 Original message:I was ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9xwfw9yvy76zkmg8fs3j804a0dlq7nx66pqwqn7f5tq9we2srhpqzyr33d9nr9rzvkekrguv7lxnm80z5aaspvcadf2cxrpvezgmhxk4pj7crfgx" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrw6g4vp709zgg99ayns0rh7na9gy6fjv9qhvhqprgeltamgvdsjch4u55n&#39;&gt;nevent1q…u55n&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2013-04-01&lt;br/&gt;📝 Original message:I was just looking at:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://bitcointalk.org/index.php?topic=4571.0&#34;&gt;https://bitcointalk.org/index.php?topic=4571.0&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;I&amp;#39;m just curious if there is a possible attack vector here based on the&lt;br/&gt;fact that git uses the relatively week SHA1&lt;br/&gt;&lt;br/&gt;Could a seemingly innocuous pull request generate another file with a&lt;br/&gt;backdoor/nonce combination that slips under the radar?&lt;br/&gt;&lt;br/&gt;Apologies if this has come up before ...&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/20130401/ee3f75c4/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20130401/ee3f75c4/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T11:42:30Z</updated>
  </entry>

</feed>