Bitcoin Forum
June 19, 2024, 07:22:55 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 [131] 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 ... 309 »
2601  Other / Beginners & Help / Re: Why Bitcoin Transaction Fee increases Over Bitcoin Price Increase? on: September 27, 2021, 06:04:50 AM
-snip- I knew times when BTC fee was only 5000 Satoshi.
Now BTC price Is also I creased so many times and also now it is about 50,000 Satoshi.
This looks like Binance, their current Bitcoin withdrawal fee is flat 0.0005BTC (previously "dynamic", based on the price of Bitcoin)
During the 2017 bubble, Bitcoin price was excessively higher than it was months ago so if the withdrawal fee is "dynamic", it will be lower, so that must be the reason why you've seen 5000satoshi withdrawal fee.
(not sure if Binance set it that low though considering the mining fee at that time).

That also applies to other custodial wallets/exchange with dynamic withdrawal fee, not in "non-custodial" Bitcoin wallets.

But in Bitcoin, it's based from the network's condition and size of the transaction (in virtual bytes).
The average 'fee rate' (sat/vB) might increase if there are too many unconfirmed transactions competing in mempools;
the 'total fee' will increase based from the 'fee rate' and if the transaction itself is big in size mostly because of having too many inputs.
2602  Bitcoin / Bitcoin Technical Support / Re: Empty wallet on new laptop on: September 27, 2021, 04:51:12 AM
-snip-
Are there any steps I need to take, before transferring the coins out to an exchange?
Aside from the above about using only trusted Exchanges,
make sure to read the Exchange's TOS, FAQs and other articles because most of them have a strict requirements when it comes with large deposits amounts.
you may be required to pass a stricter KYC after depositing even half of your Bitcoins; DYOR.

Congrats BTW, so your previous claim that you've bitcoins from 2011 is true and you've successfully bruteforced the password (link).
2603  Bitcoin / Electrum / Re: Cannot connect to my electrs server (“shutting down connection”) on: September 26, 2021, 08:08:53 AM
I dug up the code a little bit, searching what's that GracefulDisconnect and it turns out that it can't search the block headers backwards. Although, I don't understand how it conflicts with checkpoints and which checkpoints are those.
Maybe it's pertaining to this 'checkpoints' file:
https://github.com/spesmilo/electrum/blob/master/electrum/checkpoints.json - contains block hash and target;
Which are from: https://github.com/spesmilo/electrum/blob/b431d8e9b8f75b99a43540ed6672772abfb68834/electrum/constants.py#L63-L64

I've got the same error and behavior by changing some "block hash" from the client's 'checkpoints.json' and connect to a known working server.
But I guess in your case, it's Electrs server's blockchain at fault; perhaps it's using testnet blockchain rather than mainnet or have some minor corruption?
2604  Bitcoin / Bitcoin Technical Support / Re: Empty wallet on new laptop on: September 26, 2021, 06:09:03 AM
You may have copied the wrong wallet.dat.
Where did you copied the walllet.dat from; and where did you pasted the wallet.dat to the new laptop?

If you want to make sure, you can make a backup manually and open it in the new laptop (Don't do this if your blockchain is pruned).
In the old laptop, use "File->Backup wallet" while the wallet with 10BTC is open, then transfer the 'walletname.dat' to the new laptop's "wallets" folder of Bitcoin data directory.
Open it using the menu "File->Open wallet", wait for Bitcoin Core to scan for balances.
2605  Bitcoin / Mining support / Re: Two units went inactive and will not start up. on: September 26, 2021, 02:16:00 AM
What "units" are those?
Please include details in your post so users could help you.

How can I get some technical support or RMA the two that don't seem to be working?
If it's a Bitcoin mining ASIC, then you can move this thread in Mining Support board: https://bitcointalk.org/index.php?board=40.0
If it's an Altcoin ASIC or GPU, move this to the Altcoin Mining board: https://bitcointalk.org/index.php?board=160.0
The "move topic" button is at the lower-left hand side of the page.

Alternatively, contact the manufacturer for technical support.
2606  Bitcoin / Bitcoin Technical Support / Re: Set up Bitcoin Core v0.21.1; incoming connection 0 on: September 25, 2021, 08:03:22 AM
Do you have listen=1 in your bitcoin.conf or are you using -listen=1 on the command line? If not, that would probably explain the lack of incoming connections.
Isn't "listen=1" the default setting?
If so, not having "listen=0" or a blank config file is as good as adding listen=1 to the config/start parameter.
2607  Bitcoin / Bitcoin Technical Support / Re: Question about privacy of Blockchain.com wallet on: September 25, 2021, 04:13:19 AM
Coinbase (Wallet/Exchange) is different, it' a "custodial service", withdrawals came from different addresses because those are Coinbase's "Hot Wallet" used for withdrawals.
Just to add to the conversation, Coinbase has a non-custodial wallet as well.

They offer 2 kind of wallets: custodial and non-custodial.

You can see it here:
https://wallet.coinbase.com/faq/
Yes, "Conbase Wallet" is non-custodial and "Coinbase" is custodial.
But OP's description of the withdrawal doesn't fit 'Coinbase Wallet' so I find it not necessary to mention here.
2608  Bitcoin / Development & Technical Discussion / Re: What happens when you unlock the wallet? on: September 24, 2021, 05:07:44 AM
This has everything you need to know about wallet encryption: github.com/bitcoin/bitcoin/blob/6b8a5ab622e5c9386c872036646bf94da983b190/doc/README

I use the walletpassphrase to see if I still can remember my password and I don't want to transact, so im curious about what goes on when the GUI unlocks it when making a transaction.
If you need to do that, you can set a timeout of '1' second so your passphrase master key wont stay in your RAM for too long.
2609  Bitcoin / Bitcoin Technical Support / Re: Question about privacy of Blockchain.com wallet on: September 24, 2021, 04:38:14 AM
-snip-
Do you know any other custodial wallets where you can quickly open an account without having to go through an extensive verification process like you have to at Coinbase?
Unfortunately, custodial wallets that fall to that category are most likely scams.
Legit wallets have to comply with your Government's law so a level of verification is required depending on the country.

For Exchanges, their 'withdrawal fee' is ridiculous compared to wallets, you wouldn't want to use them as a wallet even though some of them allow crypto withdrawals for non-verified users.
They can also lock your funds if they found "something" in your transactions.


Despite the consensus in the replies, you still decided to go for custodial...
perhaps in terms of privacy, are you only concerned about your privacy against users, not the authorities?
2610  Bitcoin / Bitcoin Technical Support / Re: BITCOIN SECURITY on: September 24, 2021, 04:12:08 AM
Can problems in bitcoin protocol ever changed or modified. (I do not mean bitcoin core or something).
If yes where can those problems reported.
The thing is, Bitcoin is decentralized, meaning, there's no central authority nor client that can implement the changes solely by itself.
The closest thing there is, is Bitcoin Core (the reference client).
Since majority of the nodes use Bitcoin core, any changes to its implementation of Bitcoin will most likely be implemented to Bitcoin unless the majority refused to update or switched to a different Bitcoin client.
I believe I've already sent you a link to Bitcoin Core's repository together with my response to your PM.

Bitcoin has some flaws but not specifically what you've described in the OP.
It's like you're saying: counting from 0000000000000000000000000000000000000000000000000000000000000001 to FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
is a "security flaw" because "all those private keys work", sadly it's not "infinity" like your private keys.
2611  Bitcoin / Bitcoin Technical Support / Re: Question about privacy of Blockchain.com wallet on: September 23, 2021, 07:27:13 AM
So my question is: is Blockchain the same as Coinbase or the same as Electrum?
Does anybody know this? I could not find this in their FAQ anywhere.
In terms of handling funds, Electrum and Blockchain.com are the same because both are non-custodial.
You'll be spending your "unspent transaction outputs" (UTXO) from your received transactions to create a new transaction.
So if you're receiving funds with a single address, all your withdrawals will use the UTXOs associated with that address in your wallet;
to mitigate that, you just have to use a different address every time you receive funds so "receiver A and B" will see that the txns came from different addresses.
You'll have more options in Electrum by utilizing "coin control" for better selection of UTXO.

Coinbase (Wallet/Exchange) is different, it' a "custodial service", withdrawals came from different addresses because those are Coinbase's "Hot Wallet" used for withdrawals.
Different addresses, yes, but in terms of privacy, authorities or whoever in contact with them can easily point your identity based from their database and/or blockchain analysis,
custodial services aren't really that private with their hot wallets, even a regular user can tell that it's from Coinbase by using walletexplorer.com.
2612  Bitcoin / Bitcoin Technical Support / Re: the function of stopping a transaction in the middle or the roll back function on: September 23, 2021, 04:10:51 AM
-snip-
However, Bitcoin transactions should be improved and scammers are worse than victims. They must be gotten rid of to make Bitcoin ecosystem clean and clear.
Like I have mentioned, the feature is available and standard to the Bitcoin network, it's called "rbf" (replace-by-fee) that can be utilized for double-spending those unconfirmed wrongly sent transactions.
The issue is if the client/wallet supports that "feature", that's why I've suggested you to use Electrum because if that's your client, you could've cancelled that transaction since you've already noticed that it's a scam right after clicking 'send'.

If you want your wallet to have a similar feature, you can open a "feature request" in their repository page if it's open source, contact their support if it's a closed-source wallet.
Explain that you want them to implement something similar to Electrum's "cancel (double-spend)" feature.
2613  Bitcoin / Bitcoin Technical Support / Re: CHECKING PRIVATE KEY on: September 23, 2021, 03:57:01 AM
It's been almost a month since you found a "security flaw" in Bitcoin (BITCOIN SECURITY).
Please let us know if you already found any balance from the "infinite private keys" that you've found.
2614  Bitcoin / Bitcoin Technical Support / Re: Urgent -Transaction stuck "missing block" - They will burn my BTC on: September 23, 2021, 03:42:17 AM
Totally ignored my request for proof.
-snip-
You said you're looking for a way to track them and involve law enforcement, right.
Then I'd suggest you to keep your communication with the suspect by stalling with few of more of those "questions" and show it to the authorities.
Police may be able to get some leads if they are knowledgeable in crypto and if the scammer is dumb enough.

Yes, the email domain is different from the website domain. Email domain is @ltdblockchain.com, website is blockchain.com. So maybe phishing.
Yes it is phishing, blockchain.com's email should be from @blockchain.com or @<subdomain>.blockchain.com - with dot before the url.
(and the replies should be weeks to months apart :D)
2615  Bitcoin / Bitcoin Technical Support / Re: the function of stopping a transaction in the middle or the roll back function on: September 22, 2021, 01:20:29 PM
-snip-
I realized something wrong right after entering the sending button.
If the transaction is stopped in the middle, the number of bitcoin scam victims can be greatly reduced. just a few-minute difference makes their life miserable.
If you'll ever hodl Bitcoin again, I'd suggest you to use Electrum (electrum.org | verify signature).
Because it has a convenient "Cancel (double-spend)" button that perfectly "solves" that statement.
With Electrum's default setting with enabled "Use RBF", you can basically cancel a mistakenly sent transaction by automatically creating a double-spend transaction with your own address as the output, that's as long as it doesn't have a confirmation yet.

BTW, I saw your other post about the details of the scam, and it's the most obvious type of scams out there.
I'd say you need to research more about all sorts of scams before going back to "investing" again.
2616  Bitcoin / Bitcoin Technical Support / Re: bitcoin core wallet backup and wallet.dat file question. how to confirm? on: September 22, 2021, 07:21:15 AM
also, is there a way to back up the blockchain info and save those so i don't have to download the entire thing each time i set up a node?
"Blockchain info"? You're not talking about the online wallet with the same name, right?

For the blockchain and other data, just copy the entire data directory to your other computer (same directory) and it should run fully synced.
The default data directory is in: https://en.bitcoin.it/wiki/Data_directory#Default_Location
Exclude the "wallets" folder if you do not want to copy the wallets.
2617  Bitcoin / Bitcoin Technical Support / Re: help meeeeee on: September 21, 2021, 11:14:30 AM
Hi
In 2009 and 2010, I was involved in membership sites that offered free bitcoins
But I have not removed the received bitcoins from the site
-snip-
That's too early for custodial services, according to some articles, even the earliest Exchanges just emerged in 2010.

By saying "free bitcoins", perhaps you meant a "faucet"?
Like this old faucet?: freebitcoins.appspot.com
2618  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: September 21, 2021, 04:37:56 AM
This old post may be the one you're looking for and I believe it's the process used by most vanity address generator including Vanitygen for split-key generation: Re: custom bitcoin address wanted.
2619  Bitcoin / Electrum / Re: derivation path Electrum on: September 20, 2021, 12:11:44 PM
The master key must be generated differently. if the seed is used not bip39 but  "seed-segwit".
-snip-
I hadn't noticed it but I think you also need to edit another part of PawGo's code to work with Electrum:

From:
Code:
-snip-
    final static byte[] SALT = "mnemonic".getBytes(StandardCharsets.UTF_8);
-snip-
Into:
Code:
-snip-
    final static byte[] SALT = "electrum".getBytes(StandardCharsets.UTF_8);
-snip-

https://github.com/spesmilo/electrum/blob/master/electrum/mnemonic.py#L164
2620  Bitcoin / Mining support / Re: Avalon 1246 stopped working after 15 days on: September 20, 2021, 07:13:43 AM
You'll probably get better replies from this board: Bitcoin > Mining > Mining support

Try to move this using the "move topic" button at the lower-left side of the page,
I'll also ask a Mod to move this thread to that board in case you're not allowed to move it.
Pages: « 1 ... 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 [131] 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 ... 309 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!