Hey, not sure where to go so maybe here are someone experienced with recovery of old walled.dat? I got one from my old hdd, there is chance that it contains some btc, but when I try to load it in core it says corrupted, tried pywallet but can't get it to work like it should.. if anyone can help me and there are some coins I'll be more than happy to share.😑
Читать полностью…I've been trying to convince myself otherwise despite all evidence pointing to this. lol. plebs.
Читать полностью…are all BRC20 tokens currently just "user issued asset" representing a custodial agreement and/or memecoins or am I missing something? Do any of them have actual "smartcoin" mechanics?
Читать полностью…a bot moves funds to single account periodically https://github.com/litepresence/BitShares-Gateway/blob/main/app/process_ingots.py
Читать полностью…the withdrawal on bitshares means someone has sent a "user issued asset" to the gateway administrator's account on Bitshares with a memo containing "where they want it sent" https://github.com/litepresence/BitShares-Gateway/blob/main/app/process_withdrawals.py#L307
Читать полностью…I maintain a "listener process for each deposit request" https://github.com/litepresence/BitShares-Gateway/blob/main/app/parachain_ltcbtc.py
Читать полностью…The logic I used for Bitshares Gateway might help https://github.com/litepresence/BitShares-Gateway/tree/main#readme there's code there for bitcoin, xrp, eos, and litecoin.
Читать полностью…i'm building a new exchange and have a solution to no kyc - it basically requires all deposits and withdrawals to go in and out of the same bitcoin address..
the issue is when someone tries to deposit from a third party wallet that they don't control - it cant withdraw back to that address - so my question is, does anyone know of a workable solution to this?
And among the btc core community what is issuied as new version or fix is usually followed by nodes at least those who follow core belief ?
Читать полностью…Yes but then if nodes dont run that version but instead the fix doesnt that look in a way like a fork
Читать полностью…But what will core decide, if the fix doesnt allow lifting od limit per rules those that cont mining that wont be related to btc bkockchain but instead sort of like a fork like in the case of bch ?
Читать полностью…"BRC20" are a meme that some people did just for the lulz, it's actually just a plain-text-JSON note attached to transactions.
They're centrally issued and controlled, and there is no logic on them enforced at the Bitcoin consensus layer. It's not something that actually needs a blockchain.
the deposit is different... there is a falcon api... it sits there waiting for someone to ping it and say... can I deposit. If there is an available address in rotation it says sure you can use this address; I'll lock it for you and wait for x period. https://github.com/litepresence/BitShares-Gateway/blob/main/app/process_deposits.py the wsgi server is a cherry pi fork; one 2000 line monster :D
Читать полностью…very cool.. I love bitshares.. will look deeper, but don't yet see where the withdrawal address comes from.. and how it is tied to the deposit..
Читать полностью…I was using a "finite number of bitcoin addresses" in rotation https://github.com/litepresence/BitShares-Gateway/blob/main/app/address_allocator.py
Читать полностью…no nice solution, but you can force users to declare the exact amount they will deposit, that way you can authenticate it was really them once it hits your exchange. The issue is what you do if there is multiple people claiming exactly the same amount in satoshis (you have to force them to be different for at least one satoshi, if you already have the same amount in the queue)
Читать полностью…it doesn't mean the node will not take the new block with txs that don't follow the policy
Читать полностью…So if a group of miners who run nodes also choose not to follow the fix that would be simillar as in the case of bch or i dont understand something crucial here ?
Читать полностью…Notice that what specifically is a bug here is that datacarriersize
should be matching inscriptions on taproot and not only op_return. That's a node policy feature which doesn't invalidate anything.
Hi here Can some help me ?
I try to send an hexdata via node api. Any tutorial ? I have a psdthex data i try to send and sign. But on dogecoin