Create account

replied 2184d
So can you artificially create more UTXOs during the process? I know the code isn't currently doing that, but could it be modified to do it for this purpose?
replied 2184d
You'd have to split into multiple UTXOs in a previous block. An unconfirmed UTXO can only have 25 ancestors.
Justicemate
replied 2184d
It was possible to have many more ancestors in previous implementations of Bitcoin. I wonder if any BCH devs / miners intend to push for a greater number again. I'd welcome it
replied 2184d
Here's a post I put together about it: https://jasonc.me/blog/chained-0-conf-transactions-memo
replied 2184d
"These limits were added unnecessarily" = 👏👏👏👏. Get the crap that forces off chain txns out of our code base.
replied 2184d
This seems like something worthy of the November upgrade.
chalbersma
replied 2184d
In theory this could be distributed outside of the normal upgrade cycle if it's just a node configuration.
replied 2184d
I think you're right. Just a matter of getting enough momentum of miners to change the setting, but it may be good to just remove the setting entirely. It seems "anti-usage".
replied 2183d
It's not trivial, but it's still fairly easy. w/bookchain we split coins into however many utxo is needed. memo could change to switch between 3-4 diff "utxo chains" until nodes supprt
replied 2183d
Edit: Oh wait, you already more or less do that, didn't read the full thread before replying. Should be split automatically though if users are complaining about it.
replied 2184d
Can Memo.cash function as an alternative to Twitter and Reddit? https://www.reddit.com/r/btc/comments/9j9slj/i_just_realized_that_if_memocash_had_a_way_to
replied 2184d
Ah, thanks. That's what i was wondering. If it was a limit on unconfirmed children in total, or just one level down.