Posts

Showing posts from January, 2025

How to recover from cryptocurrency

When it comes to crypto loss. As a 'tech personal reasonably informed about cryptocurrency, I concur that it is highly unlikely that you will ever recover any money. Most platform claiming they can help you are all birds of same feathers, few people that has successfully recover their crypto back has been scammed Multiple times, if you're not experienced you might fall victim like everyone. you can avoid been scammed and if you're already a victim by learning from the mistake of others and get help from a reliable sources like easyrecoveryassets@gmailcom your money will be recovered. the amazing part is they don't charge before recovering from Recent Questions - Bitcoin Stack Exchange https://ift.tt/dwtbym7 via IFTTT

Where to Find Murch's Bitcoin Technical X (formerly Twitter) Posts

Murch has shared some helpful information on his X (formerly Twitter) account. His account is currently inactive, and it would be helpful if he had an archive of those tweets. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/J3vqdUn via IFTTT

Why is it necessary to reveal a bit in a script path spend and check that it matches the parity of the Y coordinate of Q?

As per BIP341 [https://ift.tt/baG6VWT]: "First, we define taproot_tweak_pubkey for 32-byte BIP340 public key arrays. The function returns a bit indicating the tweaked public key's Y coordinate as well as the public key byte array. The parity bit will be required for spending the output with a script path. " This is shown in the "Script validation rules" section: If q ≠ x(Q) or c[0] & 1 ≠ y(Q) mod 2, fail [10] Following the reference [10]: "Why is it necessary to reveal a bit in a script path spend and check that it matches the parity of the Y coordinate of Q? The parity of the Y coordinate is necessary to lift the X coordinate q to a unique point. While this is not strictly necessary for verifying the taproot commitment as described above, it is necessary to allow batch verification. Alternatively, Q could be forced to have an even Y coordinate, but that would require retrying with different internal public keys (or different messages) unt...

How can we trade bitcoins low level?

We thought about buying bitcoins, but we are total noobs and the whole topic is very complex and there are lots of confusing instructions trying to sell some service. The main idea was to buy the coins anonymous on the private market, for example selling a car for bitcoins. Also important is the security aspect, so storage of the coins should be offline and not on a server or desktop machine. So the following questions arise: What tools can we use to trade with bitcoins. Not interested in apps or services that make it easier, etc. Libraries for python etc sound too complicated, too. Is there maybe an official bitcoin tool for linux? If somebody offers us a bitcoin, how can we validate, that the coin is real? How do you transfer the coin to another person? How can you make sure that the transfer worked? How do you know the seller cannot sell it to another person. Where do you store the coin? Is a wallet needed? How big is the data in bytes/octets? What format could be ...

How to import Core Lightning closed channel outputs into Bitcoin Core

I have a Core Lightning node with multiple closed channel outputs, and I don't wish to open new channels with these. For backup reasons and for ease of use of the Bitcoin Core user interface I'd like to export these outputs and import them into a Bitcoin Core wallet. I tried exporting the on chain descriptor using hsmtool --dumponchaindescriptors --show-secrets and importing it into Bitcoin Core using bitcoin-cli importdescriptors , but it seems that the private keys for closed channels are calculated using a complicated combination of information related to the lightning node which are not available from the descriptors alone (see https://bitcoin.stackexchange.com/a/90719 ). How can I export the private keys of each individual on chain fund output so that I can import them into Bitcoin Core? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/O8lsoqe via IFTTT

Real BLOCKCHAIN ​platform Get your capital back in 2 days + 10% profit to your BTC wallet!

Real DC-BTC platform! Get your capital back in 2 days + 10% profit to your BTC wallet!! Bitcoin project with 100% payout guarantee! FREE REGISTRATION: https://dc-btc.cc/?ref=39YzgrVgdv5AL87oun15nopbCppFiHP5zS Time is money! When you see money, don't waste time! Simple Rules Profit +10% to investment Investment period 2 days Currency: BITCOIN (BTC) Minimum investment: 0.001 BTC Maximum investment: 2.5 BTC For example: invest 0.08 Bitcoin in the project today, in 2 days you will receive 0.088 Bitcoin to your personal Bitcoin wallet. Net profit for 2 days will be 0.008 Bitcoin. Payments from the project occur automatically! Open 24 hours 7 days a week FREE REGISTRATION: https://dc-btc.cc/?ref=39YzgrVgdv5AL87oun15nopbCppFiHP5zS (Enter your BTC address and email address, click “Join”) As they say, when you see money, do not waste time, because time is money! from Recent Questions - Bitcoin Stack Exchange https://ift.tt/7dRearM via IFTTT

Where to find the bitcoin contract page

i like to create a cryptocurrency simalir to bitcoin but where do i find the contracts page of bitcoin.org? i have tried search at bitcoin.org but couldnot find them. And searching on google didnot result in anything usefull. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/GQKlxo9 via IFTTT

How to recover my crypto

Awesome work, Team easyrecoveryassets@gmailcom Tech ! It's so satisfying to see you putting in the effort to stop those shady characters. Protecting the public, especially the elderly, from those despicable con artists is crucial. You truly deserve recognition and appreciation for keeping us secure and for recovering my lost 0.2 btc. I'm thrilled for you because you're my hero. Your accomplishments definitely make you a strong contender for the Nobel Peace Prize. Keep up the outstanding performance from Recent Questions - Bitcoin Stack Exchange https://ift.tt/LDkUnq6 via IFTTT

Does Bitpoint require a deposit of 20% to withdrawal from your account for the very first time?

I have funds in a Bitpoint account of $1,361K and I wanted to withdrawal some funds for my first time and I was told that I have to provide another 20% of my account before I can withdrawal any funds? After I requested my withdrawal they said that I now have 5 days to pay the withdrawal fee, or I will be charged a late fee? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/2bg0vLy via IFTTT

Can scammed crypto be recovered? Hire DARKNET CYBER HACKER

The benefits of using DARKNET CYBER HACKER  for fund recovery are substantial. These hackers operate swiftly and efficiently, employing innovative techniques to trace and retrieve lost crypto funds within a relatively short period.  Additionally, their services are often more cost-effective compared to traditional recovery methods, making them an attractive option for individuals looking to recover their funds without breaking the bank. They prioritize security and privacy, ensuring that clients' information remains confidential throughout the recovery process. Watsapp...: +1 240, 355 .4125 E-Mail ;.... darknetcyberhack @ engineer . c o m  from Recent Questions - Bitcoin Stack Exchange https://ift.tt/N6dmwzJ via IFTTT

Wallet.btc.com has been gone

I haven't connected to my btc wallet for a long time and now when I try to log in access is not possible, Is there any way I can access to my wallet? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/iHl98G2 via IFTTT

Parsing raw bitcoin transactions, parsing works for one example, but not for another

I am working on a bitcoin transaction parsing class in python . The strange thing is, I am able to successfully parse an example transaction, but cannot parse any other, and I am struggling to find out what on earth is going on that is causing the issue. there is quite a lot to unpack, but here is my implementation of the transaction class(es) from btclib.utils import hash256 import requests from io import BytesIO import json from .script import Script from .utils import Varint from typing import BinaryIO, List class TxFetcher: cache = {} @classmethod def get_url(cls, testnet=False): if testnet: return "https://blockstream.info/testnet/api/" else: return "https://blockstream.info/api/" @classmethod def fetch(cls, tx_id, testnet=False, fresh=False): if fresh or (tx_id not in cls.cache): url = f"{cls.get_url(testnet)}/tx/{tx_id}/hex" response = requests.get(u...

Bitcoin core code (27.99) HashWriter hex strings problem

I'm working on an Altcoin, and I'm getting different hashes for the same hex string when hashed using the HashWriter class of the bitcoin core code (27.99) and when hashed with the bcrypto lib of the JavaScript. The issue is only with the hex strings, while numbers when hashed their hashes are matching and no problems ( this proofs that the same hashing algorithm is used in both bitcoin core code and the bcrypto lib in JS ). For numbers: C++: uint32_t timestamp = 1737835291; HashWriter{} << st.timestamp).GetHash().GetHex(); // results in (85b76e3a3eeff7da605b5de8349aaee931965d611fd903cb33146982e61cbb28) JavaScript: bcrypto.hash256(intToBytes(1737835291)).reverse().toString("hex"); // results in (85b76e3a3eeff7da605b5de8349aaee931965d611fd903cb33146982e61cbb28) For hex strings: C++: std::string hexString = "073ff90209cde3a9ce4ccd23598fd1b50e6a1fe34f30bd7240587f0bde6f65af"; (HashWriter{} << hexString ).GetHash().GetHex(); results in (7...

Does RBF rule #3 make pinning attacks easier?

RBF rule #3 states: The replacement transaction pays an absolute fee of at least the sum paid by the original transactions. ( https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki#implementation-details ) The rationale for implementing this rule in Bitcoin Core's mempool policy is described as follows in the mempool-policy.md document: Rationale: Only requiring the replacement transaction to have a higher feerate could allow an attacker to bypass node minimum relay feerate requirements and cause the network to repeatedly relay slightly smaller replacement transactions without adding any more fees. Additionally, if any of the original transactions would be included in the next block assembled by an economically rational miner, a replacement policy allowing the replacement transaction to decrease the absolute fees in the next block would be incentive-incompatible. The sentence beginning, "Additionally, if..." sounds to be redundant in view of Rule 4, whic...

How to run a node using Apple's AirPort Time Capsule 802.11ac

I am trying to run a node using Apple's AirPort Time Capsule 802.11ac as an external hard disk (file sharing enabled) connected to a 2017 iMac computer. Bitcoin App always gives the error (Error: Cannot obtain a lock on data directory /Volumes/External_HD/Document_name. Bitcoin Core is probably already running.) Then I try to erase ".lock" file under "/Users/users/Library/Application Support/Bitcoin" but there is not a file named bitcoin in app support file. What am I doing wrong? I have close to no experince/skill in this subject matter. Thanks in advance. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/r2o1Jtz via IFTTT

Opinions on https://ift.tt/j3zXd6o Reliable or a Scam?

I came across the site Immediate Apex which offers trading solutions. Before I commit or try their software, I’d like to get your feedback. Does anyone know this site or have experience using it? Is their trading software really effective and reliable? Are there any red flags or risks to be aware of? Thanks in advance for your opinions and feedback! from Recent Questions - Bitcoin Stack Exchange https://ift.tt/HE93eaQ via IFTTT

Mining in 2009 how to recover

I started mining in 2009, cpu based, and found on a old hdd bitcoin 0.3.24 thats from 2011 gat a adres and a private key, the adres starting with a 3 and a private key with 14 characters How can I sweep the wallet to a new trezor wallet? I know there wasn't a wallet.dat at the time from Recent Questions - Bitcoin Stack Exchange https://ift.tt/ZBAavH3 via IFTTT

compromised bitcoin core

I downloaded bitcoin core from www.bitcoincore.org however the sha256 checksum did not match. Also the file size was 9mb. What could be the problem? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/168FcNa via IFTTT

"Bitcoin Wallet Backup" containing tens of thousands of characters encoded in Base64?

I have an old copy of a backup of a Bitcoin wallet from over a decade ago. This copy contains about 30,000 characters, with hundreds of +s and /s throughout, ending with "==." I am at a complete roadblock on what to do with this. Decoding the Base64 directly throws thousands of random symbols, with "Salted_" at the very beginning. I tried JackJack's PyWallet, BTCRecovery, Bitcoin QT, Electrum, and OpenSSL. They have yielded no results. The wallet itself was made before seed phrases. I have also searched hundreds of posts but there are very little people in similar situations and there are rare amounts of information on what to do. Is this a lost cause or is there any hope? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/QDAmehP via IFTTT

How can i get my zpub for a bitcoin address

This is the address bc1qg4hn6q4qseh7qwkjlrtwkzlm2vvdy899gg2v68 from Recent Questions - Bitcoin Stack Exchange https://ift.tt/UvNHJAs via IFTTT

What would need to happen for the value of Bitcoin to go to zero?

I'd like to understand what global factors could influence the full depreciation of bitcoin. From my point of view, it could be: A complete ban of bitcoin. A vulnerability will be found in the bitcoin code. Anything else? I wouldn't want this to be seen as an opinion based answer. Still, we can evaluate this objectively, can't we? If I chose the wrong site for this question, let me know. Thanks. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/wqFAHnc via IFTTT

Why can't pruned node load a wallet that last witnessed a future block?

I understand why a pruned node will fail to load a wallet file that's too old (i.e. a wallet whose last witnessed block occurs prior to the earliest available block in the pruned node's history). I gather when attempting to do so you get "Error: Prune: last wallet synchronisation goes beyond pruneddata". However, I noticed the same error being displayed when trying to load a wallet.dat file that last witnessed a future block which the pruned node hasn't yet seen. I'm wondering why it can't simply download (and discard as appropriate) blocks up to the one the wallet last witnessed, then continue marching on from there? A sequence to reproduce the behavior goes like this (for simplicity, no transactions affecting the wallet took place between steps): Take wallet.dat from a pruned node that hasn't been synced in a long time, and move it to the environment of a full node. Fire up the full node and let it sync. The wallet.dat file will get modif...

What is the best way to check using bitcoin core RPC if a transaction is re-orged?

My current approach is to check the following: fn is_orphaned(..) { let res = get_raw_transaction(txid) return confirmations == 0 && blockhash != null } Is the above way correct? And is there a more direct way of checking whether a transaction is re-orged? I am running bitcoin core with txindex = 1 from Recent Questions - Bitcoin Stack Exchange https://ift.tt/o68uCzT via IFTTT

How to start new, fresh install of GUI Bitcoin Core with existing wallet.dat and pruning?

I have a new install of Bitcoin Core ("bitcoin QT"). I never run it before on this computer. I also have a wallet.dat file. How to run the "pruning" version of blockchain scan with this wallet.dat? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/jH6dWa0 via IFTTT

where is my money?

on 2/02/2024, 22:07:52 From3KV8-cGAj To2 Outputs the following transfer was made -0.00481656 BTC•-$499.56 Fee7.3K Sats •$7.56 the amount is not received at the specified receiving address. My wallet shows that it has not been synchronized since 2019. What can i co to get my money? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/o13wn8p via IFTTT

BFXCOIN WILL NOT TRANSFER MY WALLET [duplicate]

I have been trying to transfer my wallet since 12/27/24,I expressed wanting to move my BTC and was asked why, upon attempting to transfer I was told my wallet was frozen due to suspcion of money laundering, and my account would remain frozen for 7 days. I challenged that & countered with how small the amount was they then said I needed to send more money to their wallet to cover taxes before they would release. This was with customer service directly on the platform, I also reached out to the representative I had previously worked with and she just ignored my messages. No one even responds now. Is there a way to get my BTC transferred or is there someone or place I could report this. Ive file a complaint with The FTC, but theyre no help. It undoubtably a scam site claiming Milton Reese is the head of this group trading platform, upon reaching out to others in the group inquiring if they were able to withdraw funds, I was removed. from Recent Questions - Bitcoin Stack Exchange ht...

Sharing a ThunderDogeMinerPro mining rig

I found a mining software called ThunderDogeMinerPro that looks very promising. It seems to be developed by a Chinese company and supports both CPU and GPU mining. Have you used it? What’s your experience with it? I would appreciate some feedback. Here is the project link: https://github.com/EmberSky99/ThunderDogeMinerPro from Recent Questions - Bitcoin Stack Exchange https://ift.tt/MCwhn3k via IFTTT

What is the exact mathematical equation which needs to be solved for the bitcoin puzzle?

From: https://privatekeys.pw/puzzles/bitcoin-puzzle-tx 130 200000000000000000000000000000000:3ffffffffffffffffffffffffffffffff 000000000000000000000000000000033e7665705359f04f28b88cf897c603c9 C 1Fo65aKq8s8iquMt6weF1rku1moWVEd5Ua 0 13.00010712 9 SOLVED 135 4000000000000000000000000000000000:7fffffffffffffffffffffffffffffffff 02145d2611c823a396ef6712ce0f712f09b9b4f3135e3e0aa3230fb9b6d08d1e16 C 16RGFo6hjq9ym6Pj7N5H7L1NR1rVPJyw2v 13.50002208 13.50003208 6 UNSOLVED I understand that there is an (almost impossibly difficult) equation to solve, to win prize 135. I am confused by the numbers on this site. Are they encodings of numbers, rather than numbers in hex? What is the equation which was solved for #130? (Constants in unencoded-hex and/or decimal, please.) What was its solution, as private key in unencoded-hex or decimal notation? What is the equation which needs to be solved for #135? (Assume the same as #130, with different constants.) from Recent Questions - Bitcoin...

How is crossWalletBalance calculated with Binance perpetual futures in cross-margin mode?

I'm trying to reproduce and figure out how crossWalletBalance value, retrieved from Binance API, is calculated by Binance in USDⓈ-M perpetual futures. Particularly, I would need it for simulating the calculation of liquidation prices in cross-margin mode according to the formula noted here . However, I'm consistently failing to reproduce the value from Binance API. As far as I understand, in cross-margin mode crossWalletBalance corresponds to the total balance, comprised of wallet balance and margin balance, which includes unrealized PnLs, as described here . In order to verify my calculations, I use Binance Testnet, where I place market orders using Python's CCXT bindings. Let's suppose I open several short positions. By fetching all positions with non-zero number of contracts, I retrieve deserialized JSON with relevant info on all open positions grouped by symbols: positions = exchange.fetch_account_positions() [pos for pos in positions if float(pos['contract...

I lost my private key to my BTC wallet

If I have my receipt of purchase of BTC, can I utilize that to have another wallet opened and import my BTC there with the info on the receipt? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/Oyiqm1W via IFTTT

cuda function generate invalid mnemonic checksum

device void generate_mnemonic(curandState *state, char *mnemonic) { int word_indices[12]; // Now we need 12 words // Generate 128 bits of entropy for a 12-word mnemonic uint8_t entropy[16]; // 128 bits of entropy (16 bytes) for (int i = 0; i < 16; i++) { entropy[i] = curand(state) % 256; // Random byte generation } // Calculate the SHA-256 hash of the entropy uint8_t hash[32]; sha256((const char*)entropy, 16, (char*)hash); // The checksum is the first (entropy_length / 32) bits of the hash. // For 128-bit entropy, the checksum is the first 4 bits of the hash. uint8_t checksum_bits = hash[0] >> 4; // Extract first 4 bits for checksum // Combine entropy and checksum for the mnemonic generation // Now we have to take 128 bits of entropy + 4 bits of checksum (total 132 bits) uint8_t bits[16]; // To store the combined bits of entropy and checksum for (int i = 0; i < 16; i++) { bits[i] = entropy[i]; // Copy entropy to bits } bits[15] = (bits[15] & 0xF0) | (c...

Setting up multiple announce-addr in the core-lightning config?

I read that it should be possible to activate multiple announce addresses in general. For instance, in the clearnet (IPv4 and/or IPv6) and TOR. Yet, the documentation of core-lightning does not mention that this is possible. Will the following work without flaws or is only one of those variables considered? announce-addr=123.123.123.123:9735 announce-addr=iwuhfri23hr982h39rh183r.onion:9735 And also, would existing connections then get informed, that they can choose from a pool of 2 (or more)? A lot of nodes have Tor connections, but would prefer clearnet and potentially switch if they can. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/a7A0WcT via IFTTT

How can I validate, that my lightning node is really reachable?

It shows up on amboss, with the correct IPv4 address. However, I route almost no payments. I initially set it up with TOR only, created channels, no flipped the IP from TOR to IPv4 (node ID is the same, channels are still "active"). Also, the TOR address should still be usable too. But is there some way to make sure that my node is really online? I thought that trying to remote control the node would probably work, but ZEUS Wallet somehow seems to like TOR more than IPv4 I assume. Do my existing channel partners even connect to me over IPv4 or are they potentially still using my TOR address? My announce-addr in the lightning config is set to my IPv4 now and no longer mentions TOR. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/TGyOlwc via IFTTT

i think i have been scammed with https://ift.tt/E7vPHKR

Image
i was in contact with a person that convinced me to join some bitcore-mining and transferred 100 usd, later i had to transfer more for the mining to contineue, and there were profit. but i wanted to be sure of this and wanted to withdraw my wallet from the company. www.chasetrailinvest.com i should then transfer 500 usd to get a pin, which they just could take from my wallet with the Profit Return $5000.00 i transferred what i could afford, 200 usd. but i really think this is a scam. anyone know this company and can i do anything to get my funds back from Recent Questions - Bitcoin Stack Exchange https://ift.tt/iq8PHMt via IFTTT

EVM Key derivation

Starting from Nostr private and public keys, is it possible to derive equivalent EVM keys? It's easy to use the Nostr private key as the seed to generate an EVM priv/pubkey pair, but given someone's Nostr pubkey, is it possible to derive the same pubkey that the other party would derive from their private key? Nostr private keys are converted into pubkeys using BIP340 /// Produces the public key from a private key /// /// Takes privateKey, a 32-bytes hex-encoded string, i.e. 64 characters. /// Returns a public key as also 32-bytes hex-encoded. String getPublicKey(String privateKey) { var d0 = BigInt.parse(privateKey, radix: 16); ECPoint P = (secp256k1.G * d0)!; return P.x!.toBigInteger()!.toRadixString(16).padLeft(64, "0"); } Currently I can do this using the following dart code: EthPrivateKey getEthCredentials(String nostrPrivateKey) { return EthPrivateKey.fromHex(hex.encode(hex.decode(nostrPrivateKey))); } EthereumAddress getEthAddressFromPublicKey(Str...

Policy to miniscript compiler

Is there any implementation of a Policy compiler ? Is the Policy approach still used ? Or are developers preferring to write miniscript directly ? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/RNgY54I via IFTTT

It's a best sites?

https://www.moonbitcoins.com/?ref=2489281740 Sites to mining Bitcoin https://www.moonbitcoins.com/?ref=2489281740 Free Registrations https://www.moonbitcoins.com/?ref=2489281740 Join Now https://www.moonbitcoins.com/?ref=2489281740 from Recent Questions - Bitcoin Stack Exchange https://ift.tt/aVTN5dL via IFTTT

CAN STAKING CRYPTO GIVE YOU MULTIPLE PROFITS????YES LET YOUR MONEY WORK FOR YOU AND BE YOUR OWN BOSS

🌟 Globetoken Staking Program: Your Gateway to Financial Freedom! 🌟 💰 Earn 2.4% daily on your staked capital—guaranteed! 🔒 Safe & Secure: Your investment is protected. 🎯 Hassle-Free: Professional management ensures effortless profits. ✅ Open to investors, traders, and anyone ready to grow their wealth. Be your own boss and start earning today! Don’t wait—stake now and secure your future! REACH OUT ON T.;E,;L,-E;'G;'R,..A.,M: turbov24 for more info and guide on how to invest your capital/funds with the best crypto staking program/ crypto coin of all times.. Attachments from Recent Questions - Bitcoin Stack Exchange https://ift.tt/3TH6SRY via IFTTT

Is using legacy P2SH multisig at derivation m/45' still safe?

The early, now called "legacy", multi-sig didn't really have a standard for derivation as I understand. For example contrarily to native segwit multisig, where m/48'/0'/0'/2' seems used by default by pretty much every software and hardware wallet. So for example Electrum, if I'm not mistaken, uses m/45'/0 for legacy multisig while a hardware wallet like the Keystone used m/45' . As a sidenote apparently on the Keystone hardware wallet I cannot even export any "xPub" other than m/45' for Legacy P2SH multi-sig. I know you can (and I already did) use native segwit multisig but this is not what I'm asking here. What I want to know is if legacy multisig using m/45' is safe? For example in a 2-of-3 or even 3-of-3 multisig. Would there be any security issue or considerations? Several wallets (including Copay, Electrum, Sparrow too I think) aren't using that path by default anymore. Is it because it's unsafe? f...

Converting Hash to Bank Account or Bitcoin

Algorithm Hash String conversion to Bitcoin Wallet address format or bank account. 3 Different hash algorithms to convert to bank account or Wallet address Format for deposit and cash value. Please include detailed information like website or app for converting hash algorithm strings and the bank account and or Bitcoin Wallet Address Format to apply conversions. Here are the three needed for conversion to Bitcoin: SHA256, MD2 and MD5 algorithm hash string. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/4LIs5rA via IFTTT

How would I go about creating another Signet faucet?

Someone part of a community of users experimenting a lot on Signet has asked how they may go about creating another Signet faucet. What would that entail? Who should they talk to? What are the challenges? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/l3Fz6wV via IFTTT

Is the "addresses" field in bolt 7 ASCII or Punycode encoded?

Bolt 7 says DNS hostnames (type 5) in the addresses field of the node_announcement gossip message have to be ascii encoded and non-ascii characters have to be Punycode encoded. However, to my understanding, it would only make sense to encode the whole string either in ASCII or Punycode. If the hostname is encoded in ASCII and only single, non-ascii characters are encoded in Punycode, the receiver would decode it as ascii and get a different hostname (as punycode is valid ascii). Encoding every hostname in Punycode would result in every string having a hyphen postfix: example.com-, which would probably also be interpreted wrong by receivers as the bolt says it has to be valid ASCII (not Punycode). How would the receiver detect if a hostname is pure ascii or punycode? Is the xn-- used by lightning implementations? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/XYhATCF via IFTTT

ripple - how spend xrp using private keys?

I have few ripples from 2017 in an address and have private key of that address. how can I import and use it? I tried http://ripplerm.github.io/ripple-wallet/ but not working, it say path not found after fixing server issue and trying to send xrp out. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/YvuZEMt via IFTTT

Who uses or wants to use PSBTv2 (BIP370)

It's been a few years since BIP370 was proposed. It's a backwards compatible change to the PSBT standard defined by BIP174 . It's main benefit is the ability to add new inputs and outputs to a transaction. Bitcoin Core pull request #21283 implements support, but has seen very little review so far. This could indicate a lack of demand for PSBTv2 in general. Or perhaps it's used widely, just without Bitcoin Core. So which projects are using PSBTv2 or would very much like to? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/P4hnCUr via IFTTT

Are there still possible scenarios for transaction replays from Bitcoin Cash or vice versa?

I have three questions with regard to replay protection. Q1 => Some non-standard scripts (like x + 2 = 5) do not require signatures (so naturally no SIGHASH_FORKID ) to spend the UTXOs. Are these UTXOs and transactions still prone to replays? Q2 => I have read the documents from the inception of Bitcoin Cash and realized that the legacy transaction digest algorithm is not being used anymore. From my understanding, the 4-byte sighash type is appened at the rear of the digested transaction input (Both for SigVersion::BASE and SigVersion::WITNESS_V0) and if a unique sighash flag is used, the uint256 SignatureHash result would be completely different. The SignatureHash function in the src/script/interpreter.cpp file of Bitcoin Cash only allows BIP-143 digest algorithm when SIGHASH_FORKID is in use. What if Bitcoin Cash developers only enforced the use of SIGHASH_FORKID and embraced Segwit? Is a unique sighash flag not enough to prevent replays? Q3 => If a unique sighash fl...

Has anyone here made money from memecoins or is it just a scam?

I lost 5,000 dollars and I can't lose any more. Is there any way I can at least recoup my loss. I hope someone can help me. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/KDJOiyw via IFTTT

How to Speak Nexo Support Number

How Do I Talk to a Nexo Support Number? Nexo Support (1-209ー685ー5239) is one of the leading cryptocurrency exchanges, known for its secure trading platform and user-friendly interface. However, like any platform, users may occasionally encounter issues or have questions regarding their accounts, transactions, or other services. In these cases, it is essential to know how to contact Nexo Support (1-209ー685ー5239) support efficiently. This article will guide you through the various ways you can get in touch with Nexo Support (1-209ー685ー5239) support, including phone support, live chat, and other contact options, to ensure you have a smooth experience while using the platform. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/sDJHLEF via IFTTT

offline transaction - electrum crashes when loading transaction on offline side - paper wallet

Image
I am trying to transfer btc using online/offline computer transactions. The single private key form a paper wallet is loaded on the offline side. The public key is loaded on the online side and the addresses to move to is loaded in the send tab. I then create a transaction file to move to the offline side for signing. When the file is read by electrum it crashes it every time. I have used this flow to move some other btc from paper wallets with no issues. For some reason with the paper wallet it is causing issues. I have attached images of the generated transaction and the loaded public address in the address tab to show what is being done. I'm pretty new to using electrum so I may overlooking something pretty simple here. Any suggestions or does this look like a bug on electrum side? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/jbGKsuh via IFTTT

Bitcoin. Wallet. Не подходит пароль

Всех приветствую! Очень нужна помощь. От брата остался wallet.dat с биткоинами (на флешке, холодный кошелек). Есть резервные копии (последняя от июня 2017 года). Сначала скачал версию кошелка 0.28, интегрировал файл wallet.dat,все успешно,однако пароль зашифрован и пароль при расшифровке кошелька не подходит (хотя он записан, уверен в правильности, брат был очень внимателен к деталям). Подумал, может вопрос в версии кошелька (скачивал старые версии, результат тот же). Однако не нашел версию 0.14.1 (последняя резервная копия делалась именно тогда), но скачивал 0.14.3, 0.10.1, 0.17.1, ну и 0.28 Также есть UTC файл, может это как то может помочь? Прошу совета, что мне может помочь? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/IGETjW9 via IFTTT

I need 1 sbtc faucet

Hello guys I need sbtc faucet for testnet activity please someone send me Address tb1pqp7w2dgqf8z85zpqe6knmfgpgt44ul5rzerq6umrapqy5e2rvhmq07hkcm from Recent Questions - Bitcoin Stack Exchange https://ift.tt/HYmygcu via IFTTT

P2TR Security Question

As I currently understand P2TR scripts do not hash the public key like P2PKH (RMD160) or P2WSH (SHA256). In P2TR the there is just a public key encoded in bech32m, basically making it the same as P2PK? If true, is this so people can do musig and tweaked public key scripts? Thanks 😇 from Recent Questions - Bitcoin Stack Exchange https://ift.tt/BEfR9Qd via IFTTT

How does the Related Key Attack on Schnorr Signatures work in real life?

We know that Schnorr signature is applied this way: Key Generation Define curve ( E ), field ( F_q ), order ( N ), generator ( G ), and hash ( h ). Private key: ( d in (0, N) ), Public key: ( P = dG ). Signing Random ( k in (1, N) ), compute ( R = kG ). ( c = h(R || M) ), ( s = (k + d * c) % N ). Signature: ( (R, s) ). Verification Compute ( c = h(R || M) ) and check ( sG = R + cP ). Valid if true. Related-key attack: A Related Key Attack targets the Schnorr signature scheme by exploiting additive modifications to public keys. If an attacker has a valid signature ( (R, s) ) for a public key ( P ), they can generate another valid signature ( (R, s + ac) ) for a related public key ( P + aG ), where ( a ) is a scalar. Thus, public keys generated via additive changes are vulnerable, as the attacker can forge valid signatures. My doubt What I don't understand is how this attack works in a real scenario. What should an attacker actually do? The attacker must hope to...

HOW I RECOVERED MY STOLEN BITCOIN WITHOUT BEEN SCAM AGAIN

Image
I never believed I could recover all my funds back to my wallet, my colleague introduced a professional hacker to me Cyberpoint recovery,and this hacker recovered the $766,000 that was stolen from me by these online scammers. Cyberpoint recovery recovered all my funds within 24 hours. If you’re a victim I do advise you to consult Thes e professional hacker. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/uWx32Af via IFTTT

Transact Bitcoin without private key?

Image
I have generated my Bitcoin address way back in 2013 using Bitcoin Core Wallet. Likewise, the Private Key generated in my Deskop and unfortunately while formatting my Harddrive, I lost my Private Key. Is there any way to get my Private key to do the transaction. Or is there any other way to do the transaction? Thanks from Recent Questions - Bitcoin Stack Exchange https://ift.tt/MVOjmg2 via IFTTT

Minimal requirements for the proof of work

I have started learning the bitcoin blockchain from the technical perspective and while lots of things do make sense to me immediately, I am somewhat confused about some details about the proof of work concept. Namely, in the current implementation to successfuly mine the block one is required to find the number (nonce) such that the hash(block, nonce) returns n leading zeros. This n is chosen by the network in such a way that hashpower of the network produces one block every T = 10 minutes . My question is: what if this system had lower T ? My guess is: the lower the T the higher is the risk - but the risk of what and why? For example, which undesirable situation is much likely to happen in case T is just 1 second? The answers I have seen so far that remotely seem to address this question: in case of bigger T it is harder for the attacker to come up with the longest chain that will convince the network of his version of the history. But this argument does not appeal to me: if T...

OpenCL not found sgminer 5.1.1

I'm trying build sgminer.exe on my Intel i9 + RX 6800 XT AMD card with OpenCL 2.0 but it always gives me this error: Configuration Options Summary: Use git version......: no libcurl(GBT+getwork).: Enabled: -lcurl curses.TUI...........: NOT FOUND. TUI support DISABLED OpenCL...............: NOT FOUND. GPU mining support DISABLED configure: error: OpenCL not found from Recent Questions - Bitcoin Stack Exchange https://ift.tt/L4oQDjd via IFTTT

Lost passphrase but have wallet.dat

I have access to wallet.dat, it loads perfectly shows balance but i cant transfer bitcoins to other wallet because i dont know the passphrase. It is 2015, encrypted wallet. Is there a way to recover passphrase or dump private key. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/zPYUCRu via IFTTT

Open a Lightning channel with < 2 m₿?

Is there a way to circumvent Electrum's 2 m₿ minimum for opening a Lightning channel? I'd like to open a channel with my friend so we can exchange no more than, say, 0.2 m₿ between us. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/oEx1zYe via IFTTT

Dart nostr_tools library equivalent

Half a million satoshi bounty available for the following: https://stacker.news/items/845452 Please reply on stacker news if interested. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/0aHA9gE via IFTTT

How to set up Full Node on Raspberry Pi 5 via Tor for Noobs?

TLDR: Can someone lead me through the process of running a Bitcoin Full Node on a Raspberry Pi 5 with Raspberry Pi OS (64-bit), which does not display my IP adress openly (so probably via TOR) and explain me the whole thing about portforwarding and how to minimize risk with it? I would like to run a Bitcoin Full Node on my Raspberry Pi 5 running Raspberry Pi OS (64-bit). The Pi is booted from an external 2TB SSD which, before imaging the OS, I formated to ext4 and on which I would run the whole node. The Pi is only intended for running a full node. Even though the Pi is only connected to my guest wifi, I would like to not display the IP adress openly, so I would like to run it via Tor. I'm trying to follow several different tutorials througout the last days, but somehow I do not get it set up properly, especially because all tutorials I found so far connecting the concept of full node & tor are for older version of bitcoin core or older Pi's and somehow sth is always not ...

RELIABLE BITCOIN CRYPTO RECOVERY SERVICES CRYPTO RECOVERY SOLUTION

In the blink of an eye, my entire world was turned upside down. A hacker gained access to my iPad, and before I could even process what was happening, they had breached my Binance account and bank account. Within minutes, they swiftly changed the bank details on my Binance account, transferring over 4 Bitcoin into their own wallet. To make matters worse, they drained nearly $287,000 from my bank account. I was in complete shock, unable to comprehend the magnitude of what had just occurred. Desperate to recover my funds, I immediately contacted Bianca support. I spent hours on the phone with them, explaining the situation and hoping for some resolution. However, despite all my efforts, I was met with little help or progress. I also reached out to my bank, but after even more frustrating conversations, I was left with no choice but to shut down my account and open a new one. But despite taking all these steps, my stolen funds remained unrecovered. The self-recovery option on Bianca didn’...

How to open a legacy wallet on btc core to import uncompressed private key

I have uncompressed hex 64 Char private key from 2009. While using importprivkey function btc core 27.0.0 keeps returning with code -4 error. How do I bypass it? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/a3nHOil via IFTTT

Thread of quantum computer and possible solution

It is publicly known that quantum computer with sufficient qubits can break bitcoin cryptography using Shorr's algorithm.This is big thread to bitcoin everyone bitcoin can be stolen but i think i might have a solution. It is necessary some improvment to be made and i am making a proposal now(some kind of BIP in sense).I think it should be made password like system.Many wallets are already using this approach but i think it need to be implement in the blockchain itself.In other words bitcoin developers to make the funds to be send when you provide private key AND password.It is very simple solution but i hope bitcoin developers and bitcoin community to make this major upgrade because if it didn't happen the bitcoin blockchain is at risk. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/2rt18uJ via IFTTT

Does Trezor Suite check blockchain length, PoW or similar before connecting?

We have a test Bitcoin network deployed that behaves as the Mainnet but obviously with much shorter chain and less PoW. This mainnet has been created using https://github.com/NiktowCode/BTC-Labnet tool. In this network we have a dockerized Electrum server using https://github.com/spesmilo/electrumx implementation. The server is fully functional as other wallets, such as my Electrum client, after modifying the source code to remove some verifications, are able to connect to it, send and receive transactions and validate everything. The issue is, I want to use Trezor Suite in this test environment for academic and research purposes, but when I go to "Customize Backend" and enter the server's IP, port and protocol, I receive the message indicating that connection cannot be established. Does anyone know whether Trezor Suite checks chain length, amount of PoW or similar, and if it does not match a certain minimum it refuses to establish connection? Thanks in advance. from...

Freewallet support won’t help you

Image
Freewallet org is not a crypto wallet. It’s not “a safe and secure crypto app”. It’s a scam! The application administration does not help clients. She blocks them and steals their coins. And all technical support answers usually boil down to endless promises to sort it out and stalling for time! Don't believe me? Here are some screenshots from the victims! Ticket #510112 The Freewallet's administration has debited 840 DOGE from a client’s wallet, and this deduction is not related to a transaction fee. It was an unjustified withdrawal of funds, allegedly due to "inactivity on the wallet." Notably, such terms were not stated when the wallet was created. A secure crypto wallet is designed to ensure that no money can be withdrawn without the user’s knowledge or consent. The fundamental principle of cryptocurrency lies in its decentralization. Neither governments, banks, nor wallet administrators should have the authority to block or seize your assets. Cryptocurrencie...

Study of Patoshi adresses

Has there been any study of the bitcoin adresses used by Patoshi (like there has been of the extranonce), say in the first few hundred blocks? I'd like to know if they are random or if there is some pattern. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/5vU6tub via IFTTT

Future of Bitcoin encryption and security in a QC era

How will the advancement of quantum computing impact the security of Bitcoin, and what steps are necessary to protect the network from this emerging threat? What role could lattice-based encryption play in safeguarding Bitcoin, and which of the current algorithms are best suited for this purpose? How would the implementation of such encryption technology be integrated into the existing Bitcoin infrastructure, and what challenges might arise during this process? What happens to existing addresses that rely on elliptic curve cryptography? Is there a way to seamlessly transition old addresses to the new system, or would users need to actively transfer their funds to new, more secure addresses? How could such a transition be designed to ensure user security while maintaining trust in the network? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/aZeY2fo via IFTTT

In the bitcoin's block genesis, which parts can be filled arbitrarily?

The genesis block can be broken like this: 01000000 - version 0000000000000000000000000000000000000000000000000000000000000000 - prev block 3BA3EDFD7A7B12B27AC72C3E67768F617FC81BC3888A51323A9FB8AA4B1E5E4A - merkle root 29AB5F49 - timestamp FFFF001D - bits 1DAC2B7C - nonce 01 - number of transactions 01000000 - version 01 - input 0000000000000000000000000000000000000000000000000000000000000000FFFFFFFF - prev output 4D - script length 04FFFF001D0104455468652054696D65732030332F4A616E2F32303039204368616E63656C6C6F72206F6E206272696E6B206F66207365636F6E64206261696C6F757420666F722062616E6B73 - scriptsig FFFFFFFF - sequence 01 - outputs 00F2052A01000000 - 50 BTC 43 - pk_script length 4104678AFDB0FE5548271967F1A67130B7105CD6A828E03909A67962E0EA1F61DEB649F6BC3F4CEF38C4F35504E51EC112DE5C384DF7BA0B8D578A4C702B6BF11D5FAC - pk_script 00000000 - lock time Which parts can be filled with arbitrary bytes? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/5DuF4Re via IFTTT

(Programming Q) Generating receive addresses from p2wsh multi-sig script?

I'm learning how BTC works by writing a wallet. The simplified code I got is: import hashlib from embit import bech32 from binascii import b2a_base64, a2b_base64, hexlify, unhexlify # List of sorted xpubs sorted_xpubs = [ '02b713cc0d0fca02323d96e6538528215ca67b128ecdac4a56a43ac45ad937e988', '038b00eba3c048cb9bd5e9d6d25065d2c86cfb45fe86f0c0f4093ccaf60a41234c', '03b7a5fcf032765bf0b35e51c4974df0bbed8d099b79e8b15d293b876371906cf9' ] # Function to create the witness script (sorted multi-sig 2-of-3) def create_witness_script(sorted_xpubs): # Convert sorted_xpubs to public keys (for simplicity using the raw sorted_xpubs here) pubkeys = [bytes.fromhex(xpub) for xpub in sorted_xpubs] # Construct the witness script: OP_2 <pubkey1> <pubkey2> <pubkey3> OP_3 OP_CHECKMULTISIG witness_script = b'\x52' # OP_2 witness_script += b''.join(pubkeys) # Public keys witness_script += b'\x53' # OP_...

Point addition which exceeds field

Let's say we set a secret key integer to be P itself and get the corresponding public point coordinates, X and Y. Let's say we set another secret key integer to be 100 and also get the public point, X and Y We can perform point addition on these points and get a resulting point, let's call it (X_res, Y_res). Working from this simple example, how can we get the integer value of the secret key that has (X_res, Y_res) as a public point? For example, if we do a simpler point addition on the public points that correspond to the secret key integers of 5 and 3, we see that the resulting point is equal to the public point of the secret integer is 8. This agreement between integer space additions and X,Y coordinate point additions seems to not work when the secret key sum (in regular integer space) exceeds P. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/9Aczm4K via IFTTT

alternative to download all blocks to open BTC core wallet?

excuse my ignorance. I need to download bitcoin core and open an old wallet but it is impossible to download the entire node chain on my computer. It's been many years. Is there any alternative to this? Please, I need easy to understand help. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/DqvocRS via IFTTT

500maniBusiness

A standard blockquote is indented A nested blockquote is indented more You can nest to any depth Blockquote Blockquote from Recent Questions - Bitcoin Stack Exchange https://ift.tt/g0JYDud via IFTTT

Bitcoin Core for iPhone

Is it possible to have a working bitcoin node for iPhone (pruned or not). Would be amazing for decentralisation. Lightning apps like Phoenix already implement background app refresh for watchtowers, so downloading and verifying new blcoks is not going to be a problem. Questions is, is it impossible or just nobody done it yet? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/wyk75Ii via IFTTT

In Canada and can't find peers. How can I sync for first time?

I am syncing my full node for the first time. I have the following bitcoin.conf file: datadir=/Volumes/Expansion/Bitcoin blockdir=/Volumes/Expansion/Bitcoin/blocks server=1 rpcuser=*********** rpcpassword=*********** rpcallowip=127.0.0.1 addnode=seed.bitcoin.sipa.be addnode=dnsseed.bluematt.me addnode=dnsseed.bitcoin.dashjr.org addnode=seed.bitcoinstats.com addnode=dnsseed.emzy.de addnode=dnsseed.btc.petertodd.org addnode=seed.bitcoin.jonasschnelli.ch addnode=seed.bitcoin.sprovoost.nl addnode=dnsseed.bitcoin.wiz.biz dbcache=4096 maxuploadtarget=0 maxconnections=150 par=6 reindex=0 the **** sections replace my actual rpc server username and password. My sync has been stuck at 25.85% for weeks. It used to show ten days as time to sync and up to 2% progress per hour, but now progress per hour is 0% and it says over 3 years to sync. I see only one connection, I see from one to three peers but they keep disconnecting. I haven't configured my router yet to allow incoming connections to...

Address pasted for deposit missing a digit

Today I withdrew my funds in btc to my coinbase account. I got the address by going to deposit from another crypto wallet on coinbase. I copied and pasted into ustrade. Ustrade said success. But this was many hours ago and no hash number or deposit in coinbase has appeared Upon trying to find the money I discovered the address I copied was missing the number 4 at the end. I did not write the number. I copied and pasted. I don’t understand how this could happen. I never touched the line after pasted I have not given the numbers because I read you told someone not to but I know it’s a 4 missing at the end. If the address used does not exist, will the money be returned. I’m using a platform m.ustrade.co from Recent Questions - Bitcoin Stack Exchange https://ift.tt/pNlYsrg via IFTTT

can I find forgotten wallets with just my email address?

When crypto started I made attempts to get in on it but my homelife at the time was not desirable. I think I may have a wallet or two out there somewhere and I would like to find them. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/ZbvSahQ via IFTTT

Problems "reproducible" building bitcoin-wallet git on Windows

I've been trying to build: bitcoin-wallet on github (for far, far longer than I care to admit). I've had zero repeatable reproducible success. I'm using Android Studio Arctic Fox on Windows 11 . I'm using all the correct versions of plugins/Gradle/Java/Android Studio/sdkCompile/Buildtools/SDKs/etc. In addition to what comes straight out of the "main" branch, I've tried different permutations of build.gradles, compileSDK, etc. But no joy. The only firm requirements from the README are Java 11 SDK and Gradle between 4.4 and 6.9: You'll need git, a Java 11 SDK and Gradle between 4.4 and 6.9.x for this. We'll assume Ubuntu 24.04 LTS (Noble Numbat) for the package installs, which comes with OpenJDK 11 and Gradle 4.4.1 out of the box. Entries in the repository claim it's a "reproducible build" but that's not been my experience: "The app now builds reproducible." Is my failure to build because I'm using Wind...

Recovery issues

Contacted a recovery agent to recover lost usdt but told it's in my wallet vault and need sync fee which I did pay but the money still hasn't appeared in my wallet instead it was taken by the same wallet address supposed to be sending me lost usdt please what could be the problem ? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/jwKzxs6 via IFTTT

What is the attitude of today's Bitcoin community towards “lost addresses” once a quantum attack algorithm is implemented?

If the Shor quantum algorithm like Shor, which is capable of cracking Bitcoin addresses, is implemented in the future(like in 2040 or 2140 ...), what will be the Bitcoin community's attitude towards “lost addresses”? Freeze them? Or would it be left to the hackers? Even if we invent the perfect quantum resistance algorithm, and even if we have a long enough transition period, it looks like there's nothing we can do about the millions of lost bitcoins. So, are we going to left them to the hackers? Is that our consensus now? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/XIDyTvn via IFTTT

needa help with recov hit me up here on m a i l over there

Scammers take advantage of people who seem low risk and fragile. It sucks when all you wanted to do was to invest your money into something that secures a better future for yourself and your family only to get ripped off. I can recommend a solution to anyone whose in this situation in any sort of investment binary options scam DM madam (wilsonpayne(22)@gil).c0m) she will gladly help you with recovery process Best regards from Recent Questions - Bitcoin Stack Exchange https://ift.tt/8URg9uS via IFTTT

Bitcoin core wallet balance

Iam using MacBook Air and the Bitcoin core wallet version is old one when I download it back in 2014. But I downloaded the newest version and it completed downloading the blockchain and but i still can’t see my balance. I have basically now two versions of Bitcoin core wallet in my pc. Both of them load but doesn’t show balance This error appears to my old version of Bitcoin core wallet( unknown rules (versionbit 2) have been activated") from Recent Questions - Bitcoin Stack Exchange https://ift.tt/9ul186G via IFTTT

Why Does ARK Layer 2 Protocol Transfer Inactive VTXO Funds to ASP Instead of Users' Bitcoin Wallets?

In the current model of ARK layer 2 protocol of bitcoin, after 4 weeks of inactivity by a user owning a VTXO, the funds are going to the ASP. Why don't we have it go to the respective inactive users' bitcoin wallet addresses as UTXOs, after deducting the mining fee? And can this mining fee per user be reduced similar to the current ARK transaction model if the mining fee can be distributed among the many users participating in the batch? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/FGyfgXI via IFTTT

Where is the Bitcoin?

So I seem to not have any Bitcoin at the moment. I would like to have one Bitcoin but I can't find it. Looked online but it wasn't there. Can someone send over a Bitcoin. I would be eternally grateful. ~James Grobe from Recent Questions - Bitcoin Stack Exchange https://ift.tt/c9JTRlP via IFTTT

Freewallet support won’t help you!

Image
Freewallet org is not a crypto wallet. It’s not “a safe and secure crypto app”. It’s a scam! The application administration does not help clients. She blocks them and steals their coins. And all technical support answers usually boil down to endless promises to sort it out and stalling for time! Don't believe me? Here are some screenshots from the victims! Ticket #510112 The Freewallet's administration has debited 840 DOGE from a client’s wallet, and this deduction is not related to a transaction fee. It was an unjustified withdrawal of funds, allegedly due to "inactivity on the wallet." Notably, such terms were not stated when the wallet was created. A secure crypto wallet is designed to ensure that no money can be withdrawn without the user’s knowledge or consent. The fundamental principle of cryptocurrency lies in its decentralization. Neither governments, banks, nor wallet administrators should have the authority to block or seize your assets. Cryptocurrencies...