Official Counterparty Dev Chat

Official Counterparty Dev Chat

Public archive of Telegram messages.

  • 2025

    • May 2025 (15)
    • Apr 2025 (44)
    • Mar 2025 (567)
    • Feb 2025 (44)
    • Jan 2025 (33)
  • 2024

    • Dec 2024 (947)
    • Nov 2024 (189)
    • Oct 2024 (1045)
    • Sep 2024 (112)
    • Aug 2024 (69)
    • Jul 2024 (257)
    • Jun 2024 (25)
    • May 2024 (340)
    • Apr 2024 (439)
    • Mar 2024 (128)
    • Feb 2024 (393)
    • Jan 2024 (2274)
  • 2023

    • Dec 2023 (397)
    • Nov 2023 (466)
    • Oct 2023 (173)
    • Sep 2023 (118)
    • Aug 2023 (158)
    • Jul 2023 (55)
    • Jun 2023 (1081)
    • May 2023 (2154)
    • Apr 2023 (594)
    • Mar 2023 (401)
    • Feb 2023 (270)
    • Jan 2023 (139)
  • 2022

    • Dec 2022 (115)
    • Nov 2022 (459)
    • Oct 2022 (479)
    • Sep 2022 (361)
    • Aug 2022 (518)
    • Jul 2022 (254)
    • Jun 2022 (67)
    • May 2022 (77)
    • Apr 2022 (349)
    • Mar 2022 (107)
    • Feb 2022 (71)
  • 04 August 2023 (2 messages)
  • @Amyjedther #7778 06:32 AM, 04 Aug 2023
    Joined.
  • @scrillaventura #7793 07:48 PM, 04 Aug 2023
    https://twitter.com/oomahq/status/1687412603620855808
    Unhosted Marcellus đŸš«đŸ‘» (@oomahq) on X

    New psyop just dropped. The existing standarness rules such as the 80 byte limit on OP_RETURN are now called "paternalisms", and a few devs are starting to move to remove them from BC. If you want to voice your concern you can do it in this Pull Request. https://t.co/iEzoOC6Uzi

  • 07 August 2023 (12 messages)
  • @davesta ↶ Reply to #7793 #7794 07:49 AM, 07 Aug 2023
    any dev's serious thoughts on this? I've been following some responses, but would be super interested to know thoughts or reactions
  • @davesta ↶ Reply to #7776 #7795 02:29 PM, 07 Aug 2023
    Also, in relation to this I started a Forum post to start the process of picking the most influential and important upgrades to Counterparty. The purpose would be to make a cool infographic for a new "History" page on the website. It is my intention to note and signify as many Developer Upgrades to Counterparty to show on the developer timeline as possible. I also tried to note any potential upgrades being worked on for the future. Feel free to leave feedback and discuss there if I missed something or explained an upgrade wrong: https://forums.counterparty.io/t/counterparty-developer-timeline-for-counterparty-io/6675
    Counterparty Developer Timeline for Counterparty.io

    Since publishing this post: Updating Information on Counterparty.io - #7 by davesta I have had a great amount of positive feedback to create a “History” Tab for Counterparty.io where we can display all the Counterparty Upgrades, historic developments and CIP’s in a nice, cool, user friendly way. I also mention a “User/Artist Historical Token” Timeline in the post mentioned above, but I will do a separate post for that one. Let focus just on developer updates here. It is my intention to gather...

  • @jdogresorg ↶ Reply to #7794 #7796 02:48 PM, 07 Aug 2023
    Would be nice to be able to do op_return larger than 80 bytes
. Would def be preferred to the multisig encoding method
. Tho I think taproot encoding and op_return will be close to costing the same amount in the future


    Imo this would be a step in the right direction
 making it easier/cheaper to store arbitrary data in op_return
. Also makes dev a bit easier since less code to encode/obfuscate data
  • @davesta ↶ Reply to #7796 #7797 02:49 PM, 07 Aug 2023
    interesting good to hear your perspective
  • @hodlencoinfield #7798 02:52 PM, 07 Aug 2023
    unlimited op_return would be the ideal method
  • @hodlencoinfield #7799 02:52 PM, 07 Aug 2023
    imo
  • @hodlencoinfield #7800 02:53 PM, 07 Aug 2023
    i think there is an output size limit of 100kb or somethign
  • @hodlencoinfield #7801 02:55 PM, 07 Aug 2023
    but basically its acknowledging “hey we know people want to store data other than btc transactional data on-chain so here’s how you should do it so we can ignore it if we want”
  • @hodlencoinfield #7802 02:56 PM, 07 Aug 2023
    its a weird tug of war, denying reality thing that goes on
  • @jdogresorg #7803 02:56 PM, 07 Aug 2023
    Too bad it took 9 years for this progress
 but I’ll take it
 better late than neverđŸ‘đŸ»
  • @jdogresorg #7804 02:57 PM, 07 Aug 2023
    I think the core devs are finally coming around to the fact that using op_return is far less damaging than multisig
.. they can’t stop us from experimenting
 so at least now they’re setting up a playground for experimentation rather than continuing to try and put up dev fencesđŸ‘đŸ»
  • @hodlencoinfield #7805 02:57 PM, 07 Aug 2023
    there are so many ways to cram data on-chain, not having a method that can store more than 80 bytes in a tx to compete for fees doesn’t make much sense
  • 10 August 2023 (27 messages)
  • @jdogresorg #7809 04:51 AM, 10 Aug 2023
    https://github.com/CounterpartyXCP/cips/discussions/103
    Dispenser Improvements (OWNED / BURN address types) · CounterpartyXCP/cips · Discussion #103

    Current Dispenser Address Types Currently dispensers are able to be opened on 2 different address types : SOURCE address EMPTY address An EMPTY address is defined in CP as any address which does no...

  • @mikeinspace ↶ Reply to #7809 #7810 04:58 AM, 10 Aug 2023
    How do you verify a burn address? Seems impossible outside of an oracle.
  • @jdogresorg #7811 05:00 AM, 10 Aug 2023
    open to discussion.. no real standardized way to verify it... could come up with some standardized format like "must contain a certain number of X characters before signature"... ie 1CounterpartyXXXXXXXXXXXXXXXUWLpVr... but no perfect way to verify a burn address... perhaps some here will have ideas đŸ‘ïžïžïžïž
  • @jdogresorg #7812 05:03 AM, 10 Aug 2023
    IMO... the OWNED addresses is the big addition here... being able to open/refill/close dispensers on other addresses... one complaint I consistently hear is ppl can OPEN a dispenser on an empty address, but can't close the dispenser remotely, and are annoyed at having to send BTC to the dispenser address, then do another tx from the dispenser address, just to close the dispenser.... OWNED addresses would allow one to refill/close a dispenser and fund it from the SOURCE address (assets and BTC tx fees)
  • @hodlencoinfield #7814 05:04 PM, 10 Aug 2023
    added some comments
  • @jdogresorg #7818 06:59 PM, 10 Aug 2023
    IMO... The logic to open dispensers up on EMPTY addresses is flawed... we currently allow opening up of dispensers on any address as long as it does not have any COUNTERPARTY balance history...

    The reason this is a concern...

    OXBT Dispenser = 50,000,000 tx until dispenser is empty
    https://xchain.io/tx/9447ce5f97da93649c5865bb8146aebef5c1aa2968c6ba8005b5642a7d9c615f

    ORDIPEPE Dispenser = 3,000,000 tx until dispenser is empty
    https://xchain.io/tx/4c3e483b7762f42f8051d782ceec298b8a969f192f1120140037913b2d2b0494

    OGPASS Dispenser = 200,000 tx until dispenser is empty
    https://xchain.io/tx/11a115ba3b8558afb9d6f19fc51102918fdfd210eb8fd80e4c8fb5adf04165b5

    These dispensers were opened up on exchange hot-wallet addresses, and all the resulting "dispenses" are not actually users buying from dispensers, but rather an exchange moving funds around internally. The end result is the exchange is in control of 100% of these funds (all addresses are owned by them), and the CP database is just bloated with a bunch of unnecesary "dispense" records (something I PERSONALLY consider abuse/spam).

    These 3 dispenser alone can contribute over 53M records to the CP database... and this is just the beginning unless we do something to address this issue.

    I encourage you guys to take this issue seriously and discuss solutions and if this matters to the community, put forth a CIP to address this issue
  • @hodlencoinfield #7819 07:30 PM, 10 Aug 2023
    we could redefine empty to mean no utxo history
  • @p2pcashadvocate #7820 08:52 PM, 10 Aug 2023
    Joined.
  • @p2pcashadvocate #7821 08:52 PM, 10 Aug 2023
    Hi everybody,

    I'm a big fan of tokenization on Bitcoin. I work on CashTokens on Bitcoin Cash, and I had this idea to revive some of the cool early counterparty tokens of Counterparty (which are also on the BCH but never got a supporting ecosystem) as CashTokens.

    Like a 1-to-1 airdrop using a new protocol. If any of the pre-2017 counterparty projects are interested in this, please reach out to me 😄
  • @p2pcashadvocate #7822 08:54 PM, 10 Aug 2023
    On BCH we had our own fair share of experimentation with token standards: SLP, wormhole, tokenda but eventually settled on CashTokens: native miner validated tokens
  • @p2pcashadvocate #7823 08:55 PM, 10 Aug 2023
    So slightly off topic but I want to see if there is any interest from early Counterparty projects, I think many people in BCH have nostalgia for these early token projects.
  • @hodlencoinfield #7824 08:56 PM, 10 Aug 2023
    is there a write-up about how cashtokens work?
  • @hodlencoinfield #7825 08:57 PM, 10 Aug 2023
    i seem to remember SLP being the chosen token protocol
  • @p2pcashadvocate ↶ Reply to #7824 #7826 08:59 PM, 10 Aug 2023
    Sure! there is a full technical specification, but here is the introductory blogpost by its creator https://blog.bitjson.com/cashtokens-v2/
  • @mikeinspace ↶ Reply to #7818 #7827 08:59 PM, 10 Aug 2023
    I’m just surprised no one has tried this until now
  • @hodlencoinfield #7828 08:59 PM, 10 Aug 2023
    thanks, i think “revive” is probably not the right terminology, maybe “summon”?
  • @hodlencoinfield ↶ Reply to #7827 #7829 09:00 PM, 10 Aug 2023
    its funny because there are eth contracts that do this
  • @hodlencoinfield #7830 09:01 PM, 10 Aug 2023
    like anytime i move USDC i get weird bizarro tokens
  • @p2pcashadvocate ↶ Reply to #7825 #7831 09:02 PM, 10 Aug 2023
    Yeah SLP got traction for a good while! But ended up having major scaling problems, and issues with the special indexers needed. Many Interesting usecases were not possible because they couldn't be validated by the VM, so it has totally fallen off
  • @hodlencoinfield #7832 09:03 PM, 10 Aug 2023
    what VM?
  • @p2pcashadvocate #7833 09:04 PM, 10 Aug 2023
    The BCH VM, so BCH script, couldn't verify these tokens. So while BCH had covenants you could not make interesting token covenants
  • @p2pcashadvocate #7834 09:05 PM, 10 Aug 2023
    Just like how there is a real desire to do AMMs for Ordinals but you could never do that as ordinals are an off-chain L2 concept, just like SLP was
  • @hodlencoinfield #7835 09:06 PM, 10 Aug 2023
    and like counterparty is
  • @p2pcashadvocate #7836 09:06 PM, 10 Aug 2023
    Yeah
  • @hodlencoinfield #7837 09:06 PM, 10 Aug 2023
    you can do fun stuff like that you just have to re-write it at the parser level and you can’t really use the main chain token
  • @p2pcashadvocate #7838 09:08 PM, 10 Aug 2023
    So you could make a covenant that verifies a specific utxo, for example for a noncustodial NFT buy offer. But with L2 tokens script will never be able to verify the token itself
  • @p2pcashadvocate #7839 09:09 PM, 10 Aug 2023
    So AMMs (arguably the biggest innovation from defi) would never be possible
  • 13 August 2023 (3 messages)
  • @herpenstein #7840 04:43 AM, 13 Aug 2023
    with counterparty assets the btc to xcp asset portion could be very similar to implementations on other chains, but would require new counterparty functions to handle it.

    As you say the return trip from asset to btc is more tricky, but could be done with wrapped Bitcoin or wrapped usd as an xcp asset wherein the custodian has a permanent dispenser for asset redemption. People are used to that on ethereum as weth, usdc, usdt etc are commonly used.

    If counterparty implements two things, I think it can take the spotlight from ordinals.

    1) the ability to transfer an asset from an address to a utxo to make assets psbt compatible. this allows for easy integration into all ordinals based ecosystems and value transfer of an asset for btc in a way that cannot be front run. It would require a user call a new transfer function and pass it the output number of that tx to attach the asset to. Then when the user spends that utxo, the asset is transferred to the first output of that tx hash(or a specified output?)

    At the same time, defi primitives could implemented into the core xcp logic. this would be new special purpose xcp asset <-> xcp asset liquidity pools using at minimum x*y=k (see uniswap v2 paper)

    By making assets psbt compatible it will be possible to swap ordinals for xcp assets, and by making xcp asset AMMs it will bring more complex defi to Bitcoin mainnet.

    Thoughts?
  • @jdogresorg #7841 05:11 PM, 13 Aug 2023
    Pls write up a post with your idea so thoughts can be captured and documented for others outside of this chat to see/discuss https://github.com/CounterpartyXCP/cips/discussions
    CounterpartyXCP/cips · Discussions

    Explore the GitHub Discussions forum for CounterpartyXCP cips. Discuss code, ask questions & collaborate with the developer community.

  • @rarepepetrader ↶ Reply to #7840 #7842 05:42 PM, 13 Aug 2023
    Hi Derp, I must say, this is deeply interesting... look forward to the write-up on Github!
  • 14 August 2023 (3 messages)
  • @6286855169 #7843 05:12 AM, 14 Aug 2023
    Joined.
  • @herpenstein ↶ Reply to #7842 #7844 05:49 PM, 14 Aug 2023
    Kk spent a few minutes writing up the basic idea and dropped a discussion

    https://github.com/CounterpartyXCP/cips/discussions/104
    DeFi with Counterparty · CounterpartyXCP/cips · Discussion #104

    Introduction: Ordinals have recently shown that there is a VERY large demand for alternative assets on the bitcoin blockchain. The sat based structure of the ordinals protocol allows for determinis...

  • @rarepepetrader ↶ Reply to #7844 #7845 07:03 PM, 14 Aug 2023
    thanks, will review and drop my thoughts in reply next day or two :)
  • 17 August 2023 (1 messages)
  • @Lou_Z_W #7846 06:06 PM, 17 Aug 2023
    Joined.
  • 20 August 2023 (49 messages)
  • @1503062194 #7850 06:22 PM, 20 Aug 2023
    Joined.
  • @Greensandsustainable #7851 08:15 PM, 20 Aug 2023
    Joined.
  • @Greensandsustainable #7852 08:16 PM, 20 Aug 2023
    Can anyone help
    I received some xcp assets into my trust wallet address
    I have been trying to moving the out but couldn’t find a way.
    Do anyone knows how to go about it
  • @davesta ↶ Reply to #7852 #7853 09:00 PM, 20 Aug 2023
    Can you describe a "trust" wallet address?
  • @davesta #7854 09:01 PM, 20 Aug 2023
    If you have the private key for the address you can import it into Freewallet (or Counterwallet) and move the assets out.
  • @Greensandsustainable #7855 09:02 PM, 20 Aug 2023
    I have tried the two wallets but it won’t import, keeps saying invalid seed phrase
  • @davesta #7856 09:03 PM, 20 Aug 2023
    Was it a Counterwallet seed phrase or a BIP39?
  • @davesta #7857 09:03 PM, 20 Aug 2023
    For importing addresses with just a private key use this FAQ: https://gist.github.com/davestaxcp/1e2cc086a13c9a2d045876852b57e5be#viewing-creating-and-importing-addresses
    Freewallet FAQ 2023 v0.9.23 - Write Up - Draft #5

    Freewallet FAQ 2023 v0.9.23 - Write Up - Draft #5. GitHub Gist: instantly share code, notes, and snippets.

  • @davesta #7858 09:04 PM, 20 Aug 2023
    For your 12 word phrase import you have 2 options. Counterwallet format and BIP39
  • @davesta #7859 09:04 PM, 20 Aug 2023
    https://gist.github.com/davestaxcp/1e2cc086a13c9a2d045876852b57e5be#creating-a-wallet
    Freewallet FAQ 2023 v0.9.23 - Write Up - Draft #5

    Freewallet FAQ 2023 v0.9.23 - Write Up - Draft #5. GitHub Gist: instantly share code, notes, and snippets.

  • @davesta ↶ Reply to #7855 #7860 09:06 PM, 20 Aug 2023
    Since your 12 word phrase also accesses your BTC wallet, have you tried importing it into any other BTC wallets? Electrum for example?
  • @Greensandsustainable ↶ Reply to #7860 #7861 09:07 PM, 20 Aug 2023
    Yes and it worked but won’t show the xcp assets
  • @davesta #7862 09:07 PM, 20 Aug 2023
    Okay so at least you know the seed phrase is correct
  • @davesta #7863 09:07 PM, 20 Aug 2023
    Do you know what format your seed phrase is? Freewallet only supports those two I mentioned
  • @Greensandsustainable #7864 09:08 PM, 20 Aug 2023
    I don’t know
  • @davesta #7865 09:08 PM, 20 Aug 2023
    Are you sure you are looking at the correct address? Checking the address on xchain and seeing the xcp assets associated with the address?
  • @Greensandsustainable #7866 09:08 PM, 20 Aug 2023
    Just know it’s a trust wallet seed phrase
  • @davesta #7867 09:08 PM, 20 Aug 2023
    I don't know what a trust wallet seed phrase is
  • @davesta #7868 09:08 PM, 20 Aug 2023
    Like a trust in the legal terms?
  • @Greensandsustainable #7869 09:10 PM, 20 Aug 2023
    This is the bitcoin address in my trust wallet

    bc1qfxfw679nceh8c7cfftwqlk9jvzlzxv5kwaxv85
  • @Greensandsustainable ↶ Reply to #7867 #7870 09:10 PM, 20 Aug 2023
    You don’t know trust wallet?
  • @davesta ↶ Reply to #7870 #7871 09:14 PM, 20 Aug 2023
    nope first time ive heard of it
  • @davesta #7872 09:15 PM, 20 Aug 2023
    ... why would you want to get rid of those assets? sheesh ill take the SUCKMYPEPE
  • @davesta #7873 09:15 PM, 20 Aug 2023
    that one is hard to get
  • @davesta #7874 09:15 PM, 20 Aug 2023
    XCHAINPEPE too.. wow
  • @davesta ↶ Reply to #7870 #7875 09:15 PM, 20 Aug 2023
    is there a way you can get your address specific Private Key for this segwit address?
  • @davesta ↶ Reply to #7857 #7876 09:16 PM, 20 Aug 2023
    then you can use freewallet to import the address and not the seed phrase... as mentioned here
  • @Greensandsustainable ↶ Reply to #7875 #7877 09:16 PM, 20 Aug 2023
    I don’t know
  • @davesta ↶ Reply to #7877 #7878 09:17 PM, 20 Aug 2023
    might wanna to get into contact with them to get access to your private key... im seeing this page but not gonna dive into it:
  • @davesta #7879 09:17 PM, 20 Aug 2023
    https://community.trustwallet.com/c/helpcenter/8
    How To's

    Learn how Trust Wallet works. We have self-help guides and articles to get you started with Trust Wallet. Use advanced features like Staking, DEX and accessing DApps.

  • @heunland #7880 09:19 PM, 20 Aug 2023
    Supposedly trustwallet is self custody so should be able to get the private key, but if all they can get is the passphrase then, after importing to electrum, they can get the private key from there
  • @davesta ↶ Reply to #7880 #7881 09:20 PM, 20 Aug 2023
    thanks Helene this is also true
  • @heunland #7882 09:20 PM, 20 Aug 2023
    Seems like the easiest is get private key from electrum since they already managed to import the passphrase to there
  • @heunland #7883 09:22 PM, 20 Aug 2023
    What I don't understand is why people don't first research which wallets are compatible with Counterparty before sending assets to random wallets
  • @davesta ↶ Reply to #7883 #7884 09:23 PM, 20 Aug 2023
    maybe we should update the website a little ;)
  • @davesta #7885 09:23 PM, 20 Aug 2023
    https://forums.counterparty.io/t/updating-information-on-counterparty-io/6669/8
    Updating Information on Counterparty.io

    It is my opinion that the counterparty.io website is outdated and does not accurately represent linking to the best educational information for Counterparty. This post includes the starting process of trying to publicly correct and revise information about each page of the Counterparty website to try to include topics like: CIP’s, wallet documentation, support pages and our spectacular history throughout Counterparty’s lifetime on counterparty.io. The first impression most users will have in ...

  • @davesta #7886 09:23 PM, 20 Aug 2023
    https://forums.counterparty.io/t/counterparty-developer-timeline-for-counterparty-io/6675
    Counterparty Developer Timeline for Counterparty.io

    Since publishing this post: Updating Information on Counterparty.io - #7 by davesta I have had a great amount of positive feedback to create a “History” Tab for Counterparty.io where we can display all the Counterparty Upgrades, historic developments and CIP’s in a nice, cool, user friendly way. I also mention a “User/Artist Historical Token” Timeline in the post mentioned above, but I will do a separate post for that one. Let focus just on developer updates here. It is my intention to gather...

  • @heunland #7887 09:24 PM, 20 Aug 2023
    Sure update would be nice if someone had time to work on that
  • @davesta ↶ Reply to #7887 #7888 09:24 PM, 20 Aug 2023
    i wonder who is working on it.....
  • @davesta #7889 09:24 PM, 20 Aug 2023

    pick-me-blake-shelton.mp4

  • @heunland #7890 09:27 PM, 20 Aug 2023
    đŸ„Ž
  • @davesta #7891 09:28 PM, 20 Aug 2023
    would be nice if I got some public feedback on the posts
  • @davesta #7892 09:28 PM, 20 Aug 2023

    happy-smile.mp4

  • @davesta #7893 09:28 PM, 20 Aug 2023
    even a "wow this is awesome I support this" would boost my serotonin by at least 20%
  • @Greensandsustainable ↶ Reply to #7876 #7894 09:53 PM, 20 Aug 2023
    Thanks man
    Got it
  • @davesta #7895 09:53 PM, 20 Aug 2023
    glad Helene and I could help
  • @Greensandsustainable #7896 09:54 PM, 20 Aug 2023
    Yes
  • @Greensandsustainable #7897 09:54 PM, 20 Aug 2023
    You’re both appreciated
  • @Greensandsustainable #7898 09:54 PM, 20 Aug 2023
    Thanks
  • 21 August 2023 (2 messages)
  • @jdogresorg #7899 09:59 PM, 21 Aug 2023
    https://twitter.com/jdogresorg/status/1693740150592082042
  • @jdogresorg #7900 10:00 PM, 21 Aug 2023
    BTNS Indexer, explorer, APIs, etc.... for those who are interested in playing around with a new token platform... will be working on adding support for dispensers in the coming week 🙂
  • 22 August 2023 (1 messages)
  • @Zero33389 #7902 08:47 PM, 22 Aug 2023
    Joined.
  • 23 August 2023 (27 messages)
  • @Reese26042 #7903 04:16 AM, 23 Aug 2023
    Joined.
  • @DOGESTYLEEE #7904 07:24 PM, 23 Aug 2023
    Hi, does anybody know why
    I can't multisend from this address

    1LVfMMC7Lr3CkdKHp5BWVctU82LZKPqfix

    Has been an issue for a while, I can send single assets, but when I try multisend it keeps saying can not broadcast first transaction

    Appreciate any help that can be given

    Thank you
  • @jdogresorg #7905 07:32 PM, 23 Aug 2023
    try copying/pasting the signed tx from the debug console and broadcast yourself using a tool like this https://live.blockcypher.com/btc/pushtx/
  • @jdogresorg #7906 07:32 PM, 23 Aug 2023
    it should give you a more helpful error message about why your unable to broadcast the tx
  • @DOGESTYLEEE #7907 07:49 PM, 23 Aug 2023
    Where can I find debug console (signed tx)?
  • @jdogresorg #7908 08:27 PM, 23 Aug 2023
    click freewallet logo then debug button then click on "console" in window that pops up
  • @jdogresorg #7909 08:27 PM, 23 Aug 2023
    sign tx.. it will appear in the console.. copy/paste to broadcast in separate tool
  • @DOGESTYLEEE #7910 10:29 PM, 23 Aug 2023
    Thanks m8, I'll give it a try
  • @DOGESTYLEEE #7911 10:44 PM, 23 Aug 2023
    Transaction successfully broadcast
  • @DOGESTYLEEE #7912 10:47 PM, 23 Aug 2023
    But just tried a multisend again no send
  • @DOGESTYLEEE #7913 11:02 PM, 23 Aug 2023
    Ahh there was like 31 signed tx in console, I cleared, tried new multi send, now says server error 500 when I repeat process
  • @DOGESTYLEEE #7914 11:04 PM, 23 Aug 2023
    Server settings normal in frw
  • @davesta ↶ Reply to #7914 #7915 11:36 PM, 23 Aug 2023
    i posted this in xcp chat, but will post again here, we found an issue with multisend if you added a hardware wallet address: https://gist.github.com/davestaxcp/1e2cc086a13c9a2d045876852b57e5be#my-second-transaction-on-an-mpma-multi-send-is-not-getting-confirmed-and-giving-me-an-error-what-can-i-do
    Freewallet FAQ 2023 v0.9.23 - Write Up - Draft #5

    Freewallet FAQ 2023 v0.9.23 - Write Up - Draft #5. GitHub Gist: instantly share code, notes, and snippets.

  • @DOGESTYLEEE #7916 11:46 PM, 23 Aug 2023
    No never used hardware, the frw hasn't updated on the last 2 updates, could that be the issue?

    I don't really want to update until sweep function working
  • @davesta ↶ Reply to #7916 #7917 11:47 PM, 23 Aug 2023
    you can update to v0.9.22
  • @davesta #7918 11:47 PM, 23 Aug 2023
    that version still has sweep function
  • @DOGESTYLEEE #7919 11:47 PM, 23 Aug 2023
    Plus is not broadcasting first transaction, single sends works fine
  • @davesta ↶ Reply to #7919 #7920 11:47 PM, 23 Aug 2023
    ah i see
  • @DOGESTYLEEE ↶ Reply to #7917 #7921 11:48 PM, 23 Aug 2023
    Yes but shouldn't the version prior be OK?
  • @davesta #7922 11:48 PM, 23 Aug 2023
    that is the version prior
  • @davesta #7923 11:48 PM, 23 Aug 2023
    lastest is v0.9.23
  • @DOGESTYLEEE #7924 11:48 PM, 23 Aug 2023
    It's on v0.9.21
  • @davesta ↶ Reply to #7924 #7925 11:49 PM, 23 Aug 2023
    thats what you have?
  • @davesta #7926 11:49 PM, 23 Aug 2023
    https://github.com/jdogresorg/freewallet-desktop/releases
    Releases · jdogresorg/freewallet-desktop

    Desktop wallet for Win/Mac/Linux which supports Bitcoin and Counterparty - jdogresorg/freewallet-desktop

  • @davesta #7927 11:49 PM, 23 Aug 2023
    also we can move this to freewallet chat to not clog up dev chat
  • @DOGESTYLEEE ↶ Reply to #7925 #7928 11:49 PM, 23 Aug 2023
    Yhh
  • @davesta #7929 11:49 PM, 23 Aug 2023
    https://t.me/freewallet_io
    Freewallet.io Chat

    This is a channel to discuss FreeWallet and ask questions and let the community answer

  • 24 August 2023 (9 messages)
  • @DOGESTYLEEE ↶ Reply to #7929 #7930 10:52 AM, 24 Aug 2023
    All fixed, I updated and can now multisend, thanks
  • @benchbtc #7931 06:47 PM, 24 Aug 2023
    has anyone encountered this error trying to set up a federated node? if so have you fixed it? (I am following the documention set up guide)

    Cannot install, as it appears a process is already listening on host port 8332

    photo_2023-08-24_18-47-41.jpg
  • @hodlencoinfield #7932 06:49 PM, 24 Aug 2023
    are you running a bitcoin node already?
  • @benchbtc #7933 06:49 PM, 24 Aug 2023
    yes
  • @hodlencoinfield #7934 06:50 PM, 24 Aug 2023
    thats probly the issue if you’re setting up a federated node, it wants to install its own bitcoin node with the docker
  • @benchbtc #7935 06:50 PM, 24 Aug 2023
    i am running bitcoin GUI (core, what was QT) not CLI bitcoind
  • @hodlencoinfield #7936 06:56 PM, 24 Aug 2023
    if you kill it that error should go away
  • @Stampchainofficial ↶ Reply to #7936 #7937 07:06 PM, 24 Aug 2023
    Great Solution to many problems
  • @benchbtc ↶ Reply to #7936 #7938 07:09 PM, 24 Aug 2023
    okay so install with bitcoin core not opened. Will try later - and annoy you if i need more help 🙂
  • 25 August 2023 (5 messages)
  • @davesta #7940 01:40 AM, 25 Aug 2023
    Hello good Counterparty people, I have just posted my draft of a Counterparty specific Asset Timeline that is intended to be shown on a possible future "History" page on Counterparty.io - I would love any and all feedback and for some OG's to verify and critique the information: https://forums.counterparty.io/t/counterparty-token-asset-project-timeline-for-counterparty-io/6688
    Counterparty Token/Asset/Project Timeline for Counterparty.io

    This post is dedicated to publicly organizing and critiquing a public list for Counterparty’s vast historical assets/tokens and projects we have seen since Counterparty’s inception. The goal for this list is to eventually put them into a cool Historical Timeline to be published on Counterparty.io in a new page titled “History”. This, and other website changes were previously published in this Counterparty Forum post: Updating Information on Counterparty.io - #8 by davesta The planning of this ...

  • @davesta #7941 10:15 AM, 25 Aug 2023
    Also on another note would it be a good idea to update where to point new users and new potential developers on the CIP readme and CIP 1? Since the Slack Channel and its link are not accessible? Would it be better to point them to the CIP discussions github and this telegram chat?
  • @davesta #7942 10:15 AM, 25 Aug 2023
    https://github.com/CounterpartyXCP/cips/blob/master/README.md
    cips/README.md at master · CounterpartyXCP/cips

    Counterparty Improvement Proposals. Contribute to CounterpartyXCP/cips development by creating an account on GitHub.

  • @davesta #7943 10:15 AM, 25 Aug 2023

    photo_2023-08-25_10-15-43.jpg
  • @davesta #7944 10:15 AM, 25 Aug 2023
  • 26 August 2023 (1 messages)
  • @Angel_ils #7945 05:47 PM, 26 Aug 2023
    Joined.
  • 27 August 2023 (5 messages)
  • @jdogresorg ↶ Reply to #7941 #7946 01:56 AM, 27 Aug 2023
    Yes
. Feel free to make a pull request, or I can make this suggested update when I have time.
  • @davesta ↶ Reply to #7946 #7947 06:49 AM, 27 Aug 2023
    havent done a pull request yet, but can do that.... would it be more prudent to include in an informational CIP as stated with this idea here or keep them separate?
  • @davesta #7948 06:49 AM, 27 Aug 2023
    https://github.com/CounterpartyXCP/cips/discussions/106
    Adding a 'History' tab on Counterparty.io - Including a Developer and Asset/Project Timeline · CounterpartyXCP/cips · Discussion #106

    I think it would be a great idea to add a 'History' tab to the Counterparty.io website that included two timelines. The first timeline included on the page would be an infographic of all of...

  • @jdogresorg #7949 01:12 PM, 27 Aug 2023
    I’d update cip1 with current info
 no need for a new CIP
  • @davesta ↶ Reply to #7949 #7950 01:18 PM, 27 Aug 2023
    huge! thank you
  • 29 August 2023 (1 messages)
  • @jdogresorg ↶ Reply to #7954 #7956 02:27 PM, 29 Aug 2023
    Who are you talking to and why are you just pasting commands with no context, question, etc.?

    Please be clear/concise with your questions and requests here.
  • 31 August 2023 (10 messages)
  • @Jpcryptos #7957 02:39 AM, 31 Aug 2023
    Hey 👋
  • @Jpcryptos #7958 02:39 AM, 31 Aug 2023
    I have some questions...
  • @Jpcryptos #7959 02:41 AM, 31 Aug 2023
    CP listens to the OP return of Bitcoin from the transactions, decodes it, and if it contains a transaction that follows CP CIP consensus, it updates the database.?
  • @Jpcryptos ↶ Reply to #6338 #7960 02:45 AM, 31 Aug 2023
    What database do you propose to use? Postgresql? Cassandra? please don't use Mongodb.
  • @Jpcryptos #7961 02:50 AM, 31 Aug 2023
    https://github.com/CounterpartyXCP/addrindexrs/tree/master/src
    addrindexrs/src at master · CounterpartyXCP/addrindexrs

    An efficient index of bitcoin addresses based on electrs. Fork of addrindexrs of Samourai Wallet - CounterpartyXCP/addrindexrs

  • @Jpcryptos #7962 02:50 AM, 31 Aug 2023
    Rust code look good
  • @Jpcryptos #7963 02:56 AM, 31 Aug 2023
    Have you ever thought about separating the counterparty lib for services? I mean, separating dispenser and orders into two different services. Of course these should point to the same DB.. What do you think of that idea?
  • @AryanJab ↶ Reply to #7963 #7964 03:08 AM, 31 Aug 2023
    Why?
  • @Jpcryptos #7965 03:13 AM, 31 Aug 2023
    allows horizontal scaling, reduces resource consumption
  • @Jpcryptos ↶ Reply to #7963 #7968 10:12 PM, 31 Aug 2023
    Any guess?
  • 04 Aug 2023 (2)
  • 07 Aug 2023 (12)
  • 10 Aug 2023 (27)
  • 13 Aug 2023 (3)
  • 14 Aug 2023 (3)
  • 17 Aug 2023 (1)
  • 20 Aug 2023 (49)
  • 21 Aug 2023 (2)
  • 22 Aug 2023 (1)
  • 23 Aug 2023 (27)
  • 24 Aug 2023 (9)
  • 25 Aug 2023 (5)
  • 26 Aug 2023 (1)
  • 27 Aug 2023 (5)
  • 29 Aug 2023 (1)
  • 31 Aug 2023 (10)