bitcoincore | Cryptocurrency

Telegram-канал bitcoincore - Bitcoin Dev

2424

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

Subscribe to a channel

Bitcoin Dev

I don't, I know it's from around 2014

Читать полностью…

Bitcoin Dev

try older clients first

Читать полностью…

Bitcoin Dev

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.😑

Читать полностью…

Bitcoin Dev

I've been trying to convince myself otherwise despite all evidence pointing to this. lol. plebs.

Читать полностью…

Bitcoin Dev

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?

Читать полностью…

Bitcoin Dev

a bot moves funds to single account periodically https://github.com/litepresence/BitShares-Gateway/blob/main/app/process_ingots.py

Читать полностью…

Bitcoin Dev

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

Читать полностью…

Bitcoin Dev

I maintain a "listener process for each deposit request" https://github.com/litepresence/BitShares-Gateway/blob/main/app/parachain_ltcbtc.py

Читать полностью…

Bitcoin Dev

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.

Читать полностью…

Bitcoin Dev

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?

Читать полностью…

Bitcoin Dev

node policy means the txs don't get forwarded on p2p

Читать полностью…

Bitcoin Dev

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 ?

Читать полностью…

Bitcoin Dev

Yes but then if nodes dont run that version but instead the fix doesnt that look in a way like a fork

Читать полностью…

Bitcoin Dev

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 ?

Читать полностью…

Bitcoin Dev

+ to be fair bitcoin chain has 4MB blocks now, so we did that somewhat

Читать полностью…

Bitcoin Dev

if you have a date on that file, that would help

Читать полностью…

Bitcoin Dev

https://bitcoincore.org/en/releases/

Читать полностью…

Bitcoin Dev

https://www.theblock.co/post/266298/bitcoin-dev-luke-dashjr-calls-inscriptions-spam-community-members-push-back

Читать полностью…

Bitcoin Dev

"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.

Читать полностью…

Bitcoin Dev

does BRC20 allow for "over collateralized smart coins" obligated by an oracle?

Читать полностью…

Bitcoin Dev

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

Читать полностью…

Bitcoin Dev

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..

Читать полностью…

Bitcoin Dev

I was using a "finite number of bitcoin addresses" in rotation https://github.com/litepresence/BitShares-Gateway/blob/main/app/address_allocator.py

Читать полностью…

Bitcoin Dev

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)

Читать полностью…

Bitcoin Dev

it doesn't mean the node will not take the new block with txs that don't follow the policy

Читать полностью…

Bitcoin Dev

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 ?

Читать полностью…

Bitcoin Dev

Nodes are the ones that dont trust and verify the transaction correct ?

Читать полностью…

Bitcoin Dev

node policy doesn't fork the chain

Читать полностью…

Bitcoin Dev

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.

Читать полностью…

Bitcoin Dev

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

Читать полностью…
Subscribe to a channel