Giter VIP home page Giter VIP logo

Comments (38)

supertestnet avatar supertestnet commented on September 17, 2024 2

Two things I made this month:

  • Bitcoin Chess: https://github.com/supertestnet/bitcoin-chess (uses key tweaking to hide chess moves in bitcoin pubkeys, meant to teach devs how key tweaking works)

  • Vanilla JS browser wallet: https://github.com/supertestnet/vanilla-js-browser-wallet (a total of 642 lines of code including about 70 lines of css and 80 lines of html. I also used the following libraries which are not included in the code-line count: qrcode.js, bitcoin-js, bip39, bip32, and buffer. The purpose of the wallet is so that web devs can easily customize it and put a non-custodial web wallet on their website or in their chrome extension.)

from austinbitdevs.com.

kanzure avatar kanzure commented on September 17, 2024

best of last 20 sessions

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

https://github.com/darosior/simple-anyprevout-vault

EDIT 05/14 (buck): Some included analysis of the APO vault: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020430.html

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://twitter.com/SomsenRuben/status/1519009818425671684?s=20&t=lyPz7ZUV9PBeoaLmFfYEPg

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

https://twitter.com/fiatjaf/status/1519296038766620672

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

https://twitter.com/bottlepay/status/1519745064267825152?t=QFkhlznGxHiNbpNO0QW2ag&s=19

from austinbitdevs.com.

kanzure avatar kanzure commented on September 17, 2024

BlockstreamResearch/secp256k1-zkp#190

from austinbitdevs.com.

kanzure avatar kanzure commented on September 17, 2024

https://www.blockchaincommons.com/quarterlies/Q1-2022/

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

lightningnetwork/lnd#6361

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

Blockchain commons multisig scenario https://github.com/BlockchainCommons/SmartCustody/blob/master/Docs/Scenario-Multisig.md#appendices-further-information

from austinbitdevs.com.

bucko13 avatar bucko13 commented on September 17, 2024

https://blog.ledger.com/miniscript-is-coming/

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

https://eprint.iacr.org/2022/510

from austinbitdevs.com.

bucko13 avatar bucko13 commented on September 17, 2024

simple ctv spacechains: https://github.com/fiatjaf/simple-ctv-spacechain
https://twitter.com/fiatjaf/status/1519814017564483586
https://gist.github.com/RubenSomsen/c9f0a92493e06b0e29acced61ca9f49a

from austinbitdevs.com.

cryptoquick avatar cryptoquick commented on September 17, 2024

https://rubin.io/bitcoin/2022/04/17/next-steps-bip119/
https://medium.com/@FedericoTenga/understanding-rgb-protocol-7dc7819d3059
https://twitter.com/mycitadel_io/status/1521519751624810502

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://twitter.com/moneyball/status/1521852911046725632

from austinbitdevs.com.

bucko13 avatar bucko13 commented on September 17, 2024

Oldey but a goody, relevant to fork discussions and a topic from earlier in the year about syncing with old versions of core

https://github.com/bitcoin/bips/blob/master/bip-0050.mediawiki

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://twitter.com/carl_dong/status/1522240832522309633?s=20&t=OsMHTFOF8C-rKJbNG8NdOw

from austinbitdevs.com.

supertestnet avatar supertestnet commented on September 17, 2024

This new lightning node in scala is also neat: https://github.com/fiatjaf/cliche

It is almost as bare bones of a lightning implementation as it is possible to get. It does not even require an external source of blockchain data because it has a built in electrum client for that. Fiatjaf is now using it as the backend for lntxbot and he positively raves about it.

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

https://blog.torproject.org/congestion-contrl-047/

from austinbitdevs.com.

bucko13 avatar bucko13 commented on September 17, 2024

wallet policy proposal for better descriptor support in hardware wallets: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html

from austinbitdevs.com.

ryanthegentry avatar ryanthegentry commented on September 17, 2024

Our new video has some really great merkle tree graphics
https://twitter.com/lightning/status/1524423118323916800

from austinbitdevs.com.

ryanthegentry avatar ryanthegentry commented on September 17, 2024

need to come up with a BEEF protocol using this so we can have ROAST-BEEF
https://twitter.com/real_or_random/status/1523964246945636352

from austinbitdevs.com.

kanzure avatar kanzure commented on September 17, 2024

https://www.meetup.com/austin-lightning-devs/events/285410408

https://www.btcplusplus.dev/

from austinbitdevs.com.

kanzure avatar kanzure commented on September 17, 2024

ROAST: https://twitter.com/real_or_random/status/1523964246945636352

https://eprint.iacr.org/2022/550

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://twitter.com/davidmarcus/status/1524826813096112128

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://twitter.com/jimmysong/status/1524778755947896838

from austinbitdevs.com.

kanzure avatar kanzure commented on September 17, 2024

https://twitter.com/ChristopherA/status/1524934871637819392

from austinbitdevs.com.

bucko13 avatar bucko13 commented on September 17, 2024

Indexes on pruned nodes
https://bitcoincore.reviews/21726

from austinbitdevs.com.

TonyGiorgio avatar TonyGiorgio commented on September 17, 2024

Analysis on blind signing with lightning https://lists.linuxfoundation.org/pipermail/lightning-dev/2022-May/003579.html

from austinbitdevs.com.

bucko13 avatar bucko13 commented on September 17, 2024

Quantum protections: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-April/020209.html

QR TR Comittment in each key: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-April/020214.html

from austinbitdevs.com.

bucko13 avatar bucko13 commented on September 17, 2024

Oldest first coin selection in BDK: bitcoindevkit/bdk#557

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://twitter.com/c_otto83/status/1525879972786749453?s=20&t=QB-WPRZSRB7N1-zmerOcMg

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

https://github.com/ElementsProject/lightning/releases/tag/v0.11.1

from austinbitdevs.com.

benthecarman avatar benthecarman commented on September 17, 2024

discreetlogcontracts/dlcspecs#196

from austinbitdevs.com.

supertestnet avatar supertestnet commented on September 17, 2024

Lightning Receiving Browser Wallet (non-custodial)

https://github.com/supertestnet/lightning-receiving-browser-wallet

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://twitter.com/pwuille/status/1526680747901390854?s=20&t=xGRRTwSHI9zzL1y02MH4RA

from austinbitdevs.com.

ryanthegentry avatar ryanthegentry commented on September 17, 2024

can just do the whole lnd v0.15 release notes instead of individual PRs. Highlights:

  1. building block for stateless invoices
  2. on-chain wallet fully Taproot-enabled, including PSBT and MuSig2 signing
  3. can now get block & tx data direct from RPC instead of ZMQ
  4. better docs on building lnd for mobile
    https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.15.0.md

from austinbitdevs.com.

justinmoon avatar justinmoon commented on September 17, 2024

https://aws.amazon.com/blogs/industries/experimenting-with-bitcoin-blockchain-on-aws/

from austinbitdevs.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.