https://github.com/bitcoin-builders/ logo
Join Discord
Powered by
# project
  • i

    igor.btc

    06/15/2023, 5:15 AM
    @marvinjanssen 1 year goes by quick!
  • i

    igor.btc

    06/15/2023, 11:39 PM
    @User prepare for a packed meeting tomorrow. I know the Alpha is not finished but a status update is good. https://twitter.com/igorsyl/status/1669488472485134337?s=61&t=X_NmX6FffERJOtieeCvirQ
  • i

    igor.btc

    06/16/2023, 3:59 PM
    @everyone Great progress on sBTC Alpha! https://twitter.com/igorsyl/status/1669735655520206856
  • s

    setpato

    06/16/2023, 6:30 PM
    Hey guys gm!! Working on the Electrum Wallet plugin, particularly the Python script for formatting the P2TR/commit-reveal script - I'm a bit unclear on what exactly should go in the "Data" field for the reveal script path?
    Copy code
    def create_script(self):
            data = ?????????
            stacks_address = self.stx_address_input.text()
            reveal_pub_key = bitcoinlib.hex.decode(self.reveal_pub_key)
            reclaim_pub_key = bitcoinlib.hex.decode(self.reclaim_pub_key)
    
            # Build the reveal script
            script1 = [
                data,
                'DROP',
                bitcoinlib.hex.decode(reveal_pub_key),
                'CHECKSIG'
            ]
            script1_encoded = bitcoinlib.Script.encode(script1)
            print(script1_encoded)
    
            # Build the reclaim script
            script2 = [
                bitcoinlib.hex.decode(reclaim_pub_key),
                'CHECKSIG'
            ]
            script2_encoded = bitcoinlib.Script.encode(script2)
            print(script2_encoded)
    
            # Put them together
            scripts = [
                {"script": script1_encoded},
                {"script": script2_encoded}
            ]
    
            # Build the final script
            script = bitcoinlib.p2tr(bitcoinlib.TAPROOT_UNSPENDABLE_KEY, scripts, bitcoinlib.Network.TESTNET, True)
            print(script)
  • i

    igor.btc

    06/16/2023, 8:26 PM
    @mijoco ?
  • s

    setpato

    06/16/2023, 8:27 PM
    Already been talking to Mike 👌🏽👌🏽
  • s

    setpato

    06/16/2023, 8:27 PM
    Thanks @igor.btc
  • r

    Rafa | Bitcoin days

    06/16/2023, 9:16 PM
    am I doing this testing right? https://mempool.space/testnet/tx/7fd1c016da76373411dcaf973b96a83a20894d6930ec60a1f38ce1c203f04898
  • r

    Rafa | Bitcoin days

    06/16/2023, 9:17 PM
    it seems like yes
  • r

    Rafa | Bitcoin days

    06/16/2023, 9:28 PM
    requesting some STX, that might be a pbm if STX balance = 0
  • r

    Rafa | Bitcoin days

    06/16/2023, 9:59 PM
    err-invalid-caller 😝 https://explorer.hiro.so/txid/0xfdc7997d61dfb6704aee8ac7305d5d44c912a7431be885f6aa44d3d86401e781?chain=testnet
  • w

    will.btc

    06/17/2023, 1:48 PM
    https://tenor.com/view/charlie-day-gif-18564553
  • w

    will.btc

    06/17/2023, 1:48 PM
    current mood
  • u

    .elviajero

    06/17/2023, 4:44 PM
    Hello, am I right here in regards to sBTC questions?
  • i

    igor.btc

    06/17/2023, 5:36 PM
    https://discord.com/channels/1076608263983997008/1088826891017932830
  • s

    sosaucily

    06/18/2023, 3:04 PM
    Isn't it funny that Charlie invented Pepe Silvia, and now we have Pepe coin?!
  • m

    mrstefan.

    06/19/2023, 3:09 AM
    @will.btc Hi Will, may I ask some questions when you are available? Thanks.
  • Bitcoin Summer | Builder Survey
    w

    will.btc

    06/19/2023, 8:43 PM
    Hi All - As part of onboarding as the PM I am hoping to collect some feedback from y'all by EOD Wed (6/21). This will take the place of any 1:1 meetings (as initially suggested in my email). Hopefully this is a more effective way to gather some feedback. The plan is to discuss the feedback in our call on Thursday. https://stx.is/bvxeGY Thanks!!!
    i
    ӿ
    +3
    • 6
    • 24
  • s

    setpato

    06/19/2023, 10:19 PM
    Hello everyone! I pushed the sBTC plugin for the Electrum wallet as far as possible to hit the grant deadline. Every API call that is needed & available so far is successfully working: https://github.com/Patotking12/sBTC-Bridge/blob/master/README.md The only dependencies missing atm is the sBTC Bridge API (which is needed to complete the P2TR, Reclaim and Withdraw) & the Stacks Python Library which I need for signing the Message for Reclaim and Withdraw. Everything else should be good to go. Super happy w/ the results so far & would love to hear any feedback/questions if you want to check it out.
  • i

    igor.btc

    06/19/2023, 11:51 PM
    Can you present at a SIP call? @Hero Gamer ⚡
  • s

    setpato

    06/20/2023, 12:00 AM
    Of course!
  • h

    Hero Gamer ⚡

    06/20/2023, 2:11 AM
    Wen, which Friday, fits Andre/ Will public reveal plan?
  • i

    igor.btc

    06/20/2023, 2:34 AM
    Hi, @everyone! I cleaned up the channel list so we stay focused. I kept the deprecated channels for future reference. - questions: sbtc users - project discussions about collaboration & planning - development: coding and design - research: topics we don't know the answers to or even the questions to ask! Also, for those of you that like Slack, here is an invite to a Slack UI for this Discord: https://tinyurl.com/bb-linen-invite Let me know what you think!
    k
    • 2
    • 1
  • s

    setpato

    06/20/2023, 12:37 PM
    Im pretty sure we can work something out! Let me know what you need
  • h

    Hero Gamer ⚡

    06/20/2023, 1:22 PM
    It's more for you to communicate/advocate/demonstrate to the rest of community the good work you guys doing behind the curtain, choice of delivery is up to you. But I do think anything tangible/visualized helps people to grasp the concept
  • s

    setpato

    06/20/2023, 5:32 PM
    Yeap I have all that to do a demo 👌
  • h

    Hero Gamer ⚡

    06/20/2023, 5:39 PM
    this Friday?
  • t

    theliberalthumb

    06/20/2023, 9:44 PM
    Error 404
  • i

    igor.btc

    06/20/2023, 10:30 PM
    https://tinyurl.com/bb-linen
    👍 1
  • t

    theliberalthumb

    06/21/2023, 6:32 AM
    Thanks