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




  <entry>
    <id>https://nostr.ae/nevent1qqsxv800jtv2dku495z4y6rhapq7yhgyg0rfaarajjhytkrgf3pxmcszypqsled7nzxel856e7527hwhtxwmygrv6fkdqd786xaur7zwge6rxlh5jh4</id>
    
      <title type="html">📅 Original date posted:2023-08-01 🗒️ Summary of this ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxv800jtv2dku495z4y6rhapq7yhgyg0rfaarajjhytkrgf3pxmcszypqsled7nzxel856e7527hwhtxwmygrv6fkdqd786xaur7zwge6rxlh5jh4" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsp9l5u232ycytkft7tynnxam83w87lx6kt9a6gvqhaqlcru2nz3gctlvsju&#39;&gt;nevent1q…vsju&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2023-08-01&lt;br/&gt;🗒️ Summary of this message: Libfloresta is a compact, low-power Bitcoin full node for end users, written in Rust and compatible with low-power devices. It uses libbitcoinconsensus for consensus and is available on GitHub.&lt;br/&gt;📝 Original message:&lt;br/&gt;Am i correct in the following interpretations?&lt;br/&gt;&lt;br/&gt;- the utreexo bridge peers are the only real bitcoin nodes&lt;br/&gt;- you cant use -only- libfloresta to be a node , you cant mine with it, you&lt;br/&gt;cant do normal tx with it&lt;br/&gt;- you are targetting webbrowsers (???? , i&amp;#39;m really confused about the why&lt;br/&gt;of this)&lt;br/&gt;&lt;br/&gt;On Mon, Jul 31, 2023 at 9:11 PM Davidson Souza 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; Hi, list. My name is Davidson, and I’m thrilled to share `libfloresta`&lt;br/&gt;&amp;gt; with the Bitcoin devs mailing list!&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; This is a derivate of a project I’ve been developing for a few months,&lt;br/&gt;&amp;gt; called `Floresta` (Portuguese for forest). An Utreexo powered,&lt;br/&gt;&amp;gt; Fully-Validating Bitcoin Full node with integrated watch-only wallet and&lt;br/&gt;&amp;gt; Electrum Server, meant to be a compact, simple, and ready to use full node&lt;br/&gt;&amp;gt; for end users.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; After some feedbacks and thoughts, I’ve decided to turn it into a series&lt;br/&gt;&amp;gt; of reusable libs that can be used in other applications in a&lt;br/&gt;&amp;gt; straightforward way. The main goal here is low-power devices, like SBC and&lt;br/&gt;&amp;gt; smartphones, but can be used in any environment. To achieve that, I’m&lt;br/&gt;&amp;gt; writing the main logic in Rust and will generate bindings to the original&lt;br/&gt;&amp;gt; code and compiling to WASM, allowing it to run virtually anywhere.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The project is in an early stage, but I’m using it on signet for a while&lt;br/&gt;&amp;gt; now with no problems. Mainnet support is almost ready, but we need to solve&lt;br/&gt;&amp;gt; some performance issues with bridge nodes and set some up, so you can have&lt;br/&gt;&amp;gt; utreexo peers.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; The project is available on [my GitHub](&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://github.com/Davidson-Souza/Floresta&#34;&gt;https://github.com/Davidson-Souza/Floresta&lt;/a&gt;) and I wrote an initial&lt;br/&gt;&amp;gt; [blogpost](&lt;a href=&#34;https://blog.dlsouza.lol/2023/07/07/libfloresta.html&#34;&gt;https://blog.dlsouza.lol/2023/07/07/libfloresta.html&lt;/a&gt;)&lt;br/&gt;&amp;gt; explaining how to use it (in Rust). I’ll write more as the project matures,&lt;br/&gt;&amp;gt; and I get it running on other platforms. Any feedback is welcome!&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ## Consensus&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I know that alternative implementations is a spicy subject in Bitcoin&lt;br/&gt;&amp;gt; land, but this project **does not** reimplement the Bitcoin Consensus&lt;br/&gt;&amp;gt; machine from scratch. I’m using `libbitcoinconsenus` and plan to use the&lt;br/&gt;&amp;gt; full `libbitcoinkernel` in the future. While this doesn’t guarantee&lt;br/&gt;&amp;gt; consistency, it minimizes misimplementations leading to splits.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; I’m also making an extra effort into cross-test against Bitcoin Core to&lt;br/&gt;&amp;gt; find any inconsistencies before it causes any trouble.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ## Acknowledges&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; A special thanks to [Vinteum](&lt;a href=&#34;https://vinteum.org/&#34;&gt;https://vinteum.org/&lt;/a&gt;) for supporting my&lt;br/&gt;&amp;gt; work with utreexo and Floresta.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Best regards,&lt;br/&gt;&amp;gt; Davidson Souza.&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/20230801/d3e4d737/attachment-0001.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20230801/d3e4d737/attachment-0001.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-08-01T23:16:05Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxc57clghpy498nqy62q3edlh4c6864m4l8g5sx4theuua2yt8zwczypqsled7nzxel856e7527hwhtxwmygrv6fkdqd786xaur7zwge6rxh67y6r</id>
    
      <title type="html">📅 Original date posted:2015-07-15 📝 Original message:On ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxc57clghpy498nqy62q3edlh4c6864m4l8g5sx4theuua2yt8zwczypqsled7nzxel856e7527hwhtxwmygrv6fkdqd786xaur7zwge6rxh67y6r" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8md2lujppz3vsxe86tq8neygszlk75eagstnaawynlvjgtxnmlus8svzsd&#39;&gt;nevent1q…vzsd&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2015-07-15&lt;br/&gt;📝 Original message:On Wed, Jul 15, 2015 at 5:49 PM, Me via bitcoin-dev &amp;lt;&lt;br/&gt;bitcoin-dev at lists.linuxfoundation.org&amp;gt; wrote:&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; &amp;gt; Blockcypher&amp;#39;s &amp;#34;confidence factor&amp;#34; model(1)&lt;br/&gt;&amp;gt; &amp;gt; under the hood - yet another one of those sybil attacking network&lt;br/&gt;&amp;gt; &amp;gt; monitoring things&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Peter, I noticed on your twitter you have a lot of bad things to say about&lt;br/&gt;&amp;gt; Blockcypher and their business model (which I might not full agree, but&lt;br/&gt;&amp;gt; totally respect), can you share any evidence they perform any form of Sybil&lt;br/&gt;&amp;gt; attack on the network, please.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;? He says it -monitors- for such a attack, usually monitoring does not&lt;br/&gt;include causing it ;)&lt;br/&gt;&lt;br/&gt;--&lt;br/&gt;buZz&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/20150715/2a85d431/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20150715/2a85d431/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:42:20Z</updated>
  </entry>

</feed>