Discussion about Bitcoin development http://bitcoincore.org http://github.com/bitcoin/bitcoin http://twitter.com/BitcoinCoreOrg List in: @Crypto @CryptoCurrencies Rules: All participants require username & image set No altcoin/ICO discussion or promo
Not sure how that works, I found it in some blog
Читать полностью…maybe try running it without internet first, see if it even loads
Читать полностью…https://bitcoincore.org/bin/insecure/bitcoin-core-0.9.0/
Читать полностью…what does it say on created, did the date reset?
Читать полностью…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?
Is there any way to even tell that its any good? I tried to open with hex, but did not find any btc patterns
Читать полностью…btw it says it shouldn't be used couse security reasons, so use it at your own risk
Читать полностью…It was recovered from hdd that had fresh windows installed after..and (size is 64kb) .
Читать полностью…if you have a date on that file, that would help
Читать полностью…"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.
does BRC20 allow for "over collateralized smart coins" obligated by an oracle?
Читать полностью…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
Читать полностью…