• 02 February 2023 (1 messages)
  • @uanbtc #47 07:29 PM, 02 Feb 2023
    I had a second v9.60 node that was off for a while. Turned it on, and for some reason it was not able to continue where it left off and did an automatic “reparse”. Waited for this to finish…

    I’m not sure if it downloaded a bootstrap or not, but when comparing the hashes to my other v9.60 node these don’t match. Something is broken here
  • 03 February 2023 (2 messages)
  • @jp_janssen ↶ Reply to #47 #48 10:40 AM, 03 Feb 2023
    Hope this matches your hash
    https://twitter.com/wasthatawolf/status/1621277483642265600?s=20&t=QSYvY3bjlRF3DeWoEuHVcQ
    Link

    I just created a blockchain centipede... Counterparty-lib consensus code v9.60.1 has been inscribed in bitcoin block 774783 https://t.co/Ktw9t5uhyM https://t.co/0fKRJ5ps8B

  • @uanbtc ↶ Reply to #48 #49 05:30 PM, 03 Feb 2023
    I thought there were actual hashes! 😆 But is just the code

    I’m now running a node from code 100% in my repo which I have modified to remove all instances of bootstrap functionality. I need to be sure that it does the full parsing. This should finally provide nodes with consistent hashes.
  • 05 February 2023 (2 messages)
  • @krostue #50 02:31 PM, 05 Feb 2023
    I read somewhere that Counterparty and Bitcoin have different multisig. Anyone know more about this, are they not compatible?
  • @uanbtc ↶ Reply to #50 #51 05:36 PM, 05 Feb 2023
    This doesn’t sound right, they need to be compatible
  • 06 February 2023 (2 messages)
  • @jp_janssen ↶ Reply to #50 #52 09:41 PM, 06 Feb 2023
    Counterparty is compatible with standard multisig. The kind that starts with 3.
  • @jp_janssen #53 09:43 PM, 06 Feb 2023
    Not compatible with segwit multisig. Address starts with bc1q but much longer than normal bech32 address.

    The issue is that counterparty uses 21 bytes to encode addresses. Bech32 msig requires more bytes, so updating would be a headache
  • 14 February 2023 (1 messages)
  • @uanbtc ↶ Reply to #49 #54 07:40 PM, 14 Feb 2023
    Had to restart the node because I found even more bootstrap code in the cli.

    I solved it by first fully integrating the cli into the lib. Then removed the bootstrap functionality.

    So, in github/CNTRPRTY there are only 3 components required to run your node: fednode, addrindexrs and counterparty-lib.
  • 16 February 2023 (3 messages)
  • @rarepepetrader #55 02:37 AM, 16 Feb 2023
    Joined.
  • @uanbtc ↶ Reply to #55 #56 02:39 AM, 16 Feb 2023
    🐸
  • @rarepepetrader #57 02:41 AM, 16 Feb 2023