Bitcoin Forum
June 16, 2024, 09:32:00 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 182 183 184 185 186 ... 514 »
2701  Bitcoin / Bitcoin Technical Support / Re: Bitcoin masternode on: May 13, 2020, 01:49:30 AM
Ok so if this does not exist then who gets the funds that your charged when you transfer the funds from me to you say?
The miners get the transaction/network fees from all the transactions included in a block when they mine it... the fees gets paid out along with the block reward in the coinbase transaction.

For instance, the latest block:


You can see they got 7.29203853 BTC... block reward is now 6.25 BTC... so they got around ~1.042 BTC in transaction fees from all the transactions included in that block.
2702  Bitcoin / Bitcoin Technical Support / Re: 150 sat/b fee; unconfirmed for over 4 hours? on: May 13, 2020, 01:22:20 AM
I guess all the mining pools have unified themselves on some sort of agreement over not accepting low fee transactions at all so to recover their losses while mining, as well as at least break even if not profit from it.
No... that's not how it works. The pools generally prioritise transactions that pay the highest fee rate so they can maximise the return they get from mining a block. Note that it is the rate which is important here, NOT the actual fee amount.

The rate is important, because a transaction that is 50,000 bytes, that pays a rate of 1 sat/byte would generate 50000 sats of fee, but take up a large portion of the block. Whereas a transaction that was only 200 bytes, but paid 100 sats/byte, might only generate 20000 sats of fee, but takes up WAY less space so you can fit in a lot of other transactions as well.

This is how it has always been. The halving makes no difference to this approach to maximising fees by miners.


Also, don't use blockchain.com wallet and/or it's ridiculous "Regular" and "Priority" fee settings... they are generally very inaccurate and will end up with stuck transactions or paying more than you should in fees. Click the "customise fee" button and set it yourself!
2703  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core blockchain portability on: May 13, 2020, 01:07:14 AM
Bitcoin Core uses a "seed", but it does not use "seed mnemonics" like other wallets... However, if you use the dumpwallet command you should see all the private keys currently contained in your wallet.dat

You will need to do some manipulation on the text file, but you can then bulk import them into Electrum. NOTE: If you continue to use Bitcoin Core, and use more than the 1000 keys in the wallet file, any new keys generated by Bitcoin Core will NOT show up in Electrum!



The dumpfile also has an extended private masterkey, but unfortunately Electrum doesn't let you specify the derivation path for this, and Electrum doesn't seem to generate the correct addresses when you use this master key. Undecided

I believe this is because Bitcoin Core uses "hardened" addresses and Electrum does not.

For the record, the derivation path in Bitcoin Core is m/0'/0' (for receive) and m/0'/1' (for change) and the addresses are "hardened"... so the first addresses are m/0'/0'/0' and m/0'/1'/0' (for receive and change, respectively).

Whereas Electrum will use: m/0 (for receive) and m/1 (for change)... with the addresses being: m/0/0 and m/1/0
2704  Bitcoin / Bitcoin Technical Support / Re: some questions about bitcoin address and private key and wallets on: May 13, 2020, 12:47:46 AM
what i am interested in is how to securely store bitcoins, offline, but also be able to send some of these bitcoins, when needed...
If you want to securely store your bitcoins "private keys" offline (remember, bitcoins are on the blockchain, not in your wallet!), but also be able to spend easily and without complications... then I would recommend a hardware wallet like the Trezor or Ledger devices.

Other option is a software wallet on an "airgapped" PC/laptop (this device needs to be dedicated to this purpose and can NEVER touch a network)... create unsigned transactions on online "watching only" wallet, transfer to airgapped machine via USB stick, sign transaction on offline machine, transfer signed transaction back to online machine via USB stick, broadcast transaction (Hardware wallet essentially do the same thing, but with a LOT less hassle!)

As for losing your coins... as the others mentioned, make sure you keep your seed mnemonic (12 or 24 words) safely stored offline (written on paper, stamped on steel, or use a cryptosteel type device) and you won't have a problem. Your wallet (hardware or software) will be fully recoverable with your seed mnemonic.
2705  Bitcoin / Bitcoin Technical Support / Re: Why has my newly created Bitcoin address already been used? on: May 13, 2020, 12:34:27 AM
Yeah, there's no good reason to settle for an invalid checksum. If you input a 24 word phrase in to iancoleman which has an invalid checksum and then click "Show entropy details", it will automatically change the final word to the correct checksum, maintaining the same 3 bits of initial entropy.
That's actually a pretty neat feature of that BIP39 tool... Just need to pick a word that uses the same initial entropy as the N bits of entropy leftover (7 for 12 words, 3 for 24 words) and then pad it out to 11 bits, then click "entropy details" and it'll correct it automagically!

So, basically, an offline copy of the BIP39 tool and a coin... and one can randomly generate mnemonics to their hearts content, knowing that they don't need to worry about "bad" RNGs (assuming their coin isn't biased! Wink)
2706  Economy / Games and rounds / Re: Predict the Bitcoin halving price = WIN 0.020 BTC on: May 13, 2020, 12:27:41 AM
Who won?
The "prediction date" is May 15th @12:00 GMT... so no-one has won yet, because the "winning" price won't be determined for another ~2.5 days from now.
2707  Other / Meta / Re: Stake your Bitcoin address here on: May 13, 2020, 12:14:16 AM
Alright, in that case I managed to fix my wallet in time so here's a signed messaged from it, although it's not in BEGIN BITCOIN SIGNED MESSAGE format because I couldn't get Electrum to generate them that way.

Code:
Proof that I own 142eRsdiiteSL6pbBAV2NXRRZuCwz94pYP

IKnnQ1JsAPUk3NfqkT03/n1Kpekgeo8lFV0gaKLlXAM/Lii98FkFS93ubUWMARn0BFMiN7OsivlzoD1HOTNSZes=
Quoted (again) and also verified

Note that Electrum won't generate them in that format... just copy paste the "Bitcoin Signed Message" format template from below and fill in the "blanks" Wink NOTE: don't include the <'s and >'s!
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
<YOUR MESSAGE GOES HERE>
-----BEGIN SIGNATURE-----
<YOUR ADDRESS GOES HERE>
<THE GENERATED SIGNATURE GOES HERE>
-----END BITCOIN SIGNED MESSAGE-----

So yours would be:
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Proof that I own 142eRsdiiteSL6pbBAV2NXRRZuCwz94pYP
-----BEGIN SIGNATURE-----
142eRsdiiteSL6pbBAV2NXRRZuCwz94pYP
IKnnQ1JsAPUk3NfqkT03/n1Kpekgeo8lFV0gaKLlXAM/Lii98FkFS93ubUWMARn0BFMiN7OsivlzoD1HOTNSZes=
-----END BITCOIN SIGNED MESSAGE-----


Also, your "message" is not very 'good'. You should really include your username, the date and the reason for signing the message. I mean, anyone could send that same message to someone else and claim that they own that address Tongue

A better message would be something like:
Code:
This is NotATether on Bitcointalk.org, Today is May 13th 2020. Staking my address: 142eRsdiiteSL6pbBAV2NXRRZuCwz94pYP

2708  Bitcoin / Hardware wallets / Re: Ledger Nano S - Get 50% off! on: May 12, 2020, 11:55:39 AM
By the way, Is there any alternative to Ledger OTG Kit? Wanted to ask this question badly before checking out. $15 is a lot from me  Grin
Yes, I got OTG cables from AliExpress... they were around US$1 (or less) including free international shipping (at least to my location). Tongue

I had a MicroUSB to USB Female for my old phone... and now I have a USB-C to USB Female for my current phone:


The beauty of these is that they're fairly compact, and work by simply plugging in the "normal" data cable you use with the Ledger. I've tested them with the Trezor ONE that I have as well. Both work fine.


It can be USB Type-C cable, USB Type-A cable or Micro-USB cable, and on other end it is always Micro-USB (Nano S).
Most OTG "cables" (adapters) that I've found for sale end in a standard USB-A Socket (female) like a regular USB port... that's one "advantage" of the Ledger ones I guess, is that they have the micro-USB plug on the end that connects directly to the Ledger device.
2709  Bitcoin / Electrum / Re: Stupidly reinstalled Google Authenticator and lost 2Fa on: May 12, 2020, 07:35:47 AM
Google Authenticator on the April 30, 2020 update has added a backup and restore feature and other features.
Not quite...

Quote
WHAT’S NEW

* Adds experimental Security Key (FIDO U2F) support to Chrome
* Authenticator’s app preferences will be enabled for backup and restore
So, it only remembers your preferences... it still doesn't backup the keys Undecided

They have added a "transfer via QR code" feature which makes it easier to migrate to a new device, but there is still no proper backup facility within the app.
2710  Bitcoin / Bitcoin Technical Support / Re: Imported private key for Vanity address, now in two different wallet.dat files? on: May 12, 2020, 05:19:56 AM
I opened bitcoin core with no wallet.dat, so it generated a new, empty one, with no bitcoin or transactions.
How exactly did you do this? Did you shutdown Bitcoin Core, move (not copy) the original wallet.dat file, and then start Bitcoin Core?


Quote
Does bitcoin core store the private keys somewhere other than wallet.dat, or when a new wallet.dat is created on the same computer, is it deterministically linked to previous wallet.dat's created on that computer?
No... they're not saved anywhere... and No, a newly created wallet.dat should contain a completely different and random seed (and different addresses etc).


Quote
In short, how did my existing wallet.dat get the private key I imported when running a different, brand new, never before used wallet.dat?
It would appear that you've either imported that private key before (have you previously used vanitygen?)... or you hadn't actually opened Bitcoin Core with a "new" wallet.dat and you actually imported the private key into your "original" wallet.dat
2711  Bitcoin / Bitcoin Technical Support / Re: Why has my newly created Bitcoin address already been used? on: May 12, 2020, 05:15:57 AM
Won't padding out the checksum cause issues down stream when you attempt to restore this in a wallet tho? Huh

It'll complain that it's not a valid BIP39 mnemonic. I know Electrum will let you bypass that and go ahead and use it anyway... but surely for max compatibility you'd want a "valid" mnemonic!

But yes, I was being facetious about manually calculating the SHA256 hash Tongue... the setup you are using has a really good mix of "randomness", security and convenience. I like it.
2712  Bitcoin / Armory / Re: Needing help to solve on: May 12, 2020, 05:06:10 AM
I have Windows 10 + Armory running OK... I don't use armory-qt.conf or armorydb.conf

Instead, I have Armory setup to "run Bitcoin Core/bitcoind in the background":


Note: leave the "install dir" blank, and it will find it in the default c:\program files directory Wink


Then Have the Blockchain and Database Paths set as follows:



However, in your setup, you'll need to set the "Bitcoin Home Dir" to: E:\801_BITCOINCORE\BitcoinCore_Data\
NOTE: do NOT include the "blocks" folder here!

And set the "Armory Database Dir" to: E:\800_Armory\ArmoryDB


Then shut down Armory, shut down Bitcoin Core (if it is running)... then manually start the Bitcoin Core GUI, and once it has started up and is fully synced, then try starting Armory. If it still doesn't work, can you post the latest version of your Armorylog.txt.
2713  Bitcoin / Hardware wallets / Re: Trezor bridge with tor dosen't work getting a error ! on: May 12, 2020, 02:13:00 AM
Electrum works with TOR... and Electrum works with Trezor, so you could use Electrum instead of the web wallet... at least, for BTC. For other currencies/Tokens you'd need to find a Trezor+TOR compatible wallet I suppose.

I'm also able to connect the Brave Browser to the Trezor wallet, when using a TOR private window within Brave.
2714  Bitcoin / Bitcoin Technical Support / Re: Why has my newly created Bitcoin address already been used? on: May 12, 2020, 02:09:06 AM
Flip a coin 11 times, turn the resulting number in to a BIP39 word from the word list. Repeat 22 more times.
Flip a coin 3 times, calculate the checksum using a permanently airgapped computer, pick the last word.
Write down on paper, import in to a wallet or iancoleman on your permanently airgapped computer to generate a receiving address (Optional: add in a passphrase and write that down on a separate piece of paper).
Whole thing can be done in 15-20 minutes.
Now all you need to do is do your SHA256 hash by hand to generate the checksum and you've got the complete no computer solution to generating a seed mnemonic Tongue

It would however blow out your 15-20 minute time frame to probably closer to a day... having to do 64 rounds of SHA256 to get your final hash at a rough speed of 1 round per 15 minutes or so Tongue


There are just some things that are better left to computers Wink
2715  Bitcoin / Bitcoin Technical Support / Re: Help with Coin control, importing private key from Trezor to Electrum on: May 12, 2020, 01:45:54 AM
Spending max from that address is showing just one input. He's been reusing addresses or he's otherwise confused.
I agree that the OP is confused.

It would appear that the OP had an address that received payment from a transaction that had 11 inputs and 142 outputs. ie. they received a payout from a service provider like an exchange/gambling site etc that used "Pay2Many".

They're checking the transaction details on a blockexplorer and seeing "142 outputs"... not realising that only one of those 142 UTXOs is actually related to their wallet. Thus, when they go to "max" it only shows the 1 UTXO being used as an input, as that is all that is actually controlled by their wallet.
2716  Bitcoin / Hardware wallets / Re: Ledger Nano S - Get 50% off! on: May 12, 2020, 12:47:58 AM
does anyone know, is it possible to buy Ledger and to send it as a gift, where the value does not have to be specified or indicated some symbolic amount?
it matters to me because of the complicated duty in my country.
I don't think this is possible from the official store. If I recall correctly, they simply ship it with the documented values. Maybe you could try and contact them and ask if they can help you out?

Seems a bit harsh that you'll incur duties on something that only cost around US$40+shipping Undecided
2717  Bitcoin / Wallet software / Re: New to Wallets - Help on: May 12, 2020, 12:38:06 AM
11) In this scenario say I want to cash out how do I do that? I sell my BTC (BTCB) into USD (USDSB) and then what? How do I get it into my bank account?
I have read on other places that the answer is to get it back onto an exchange and then cash out. For example I could transfer my BTCB back into my CB and then cash out that way.
Is there no way to do it within TrustWallet, as the DEX in it is an exchange itself? But I see no place to connect my bank account.
If I do have to get it back onto coinbase, that means I have been charged twice. Once to move from CB to TW, and once back from TW to CB.
You need to realise that a "DEX" is a decentralised exchange... and is only useful for trading from one cryptocurrency/token to another. There is usually no "central control" that is connected to traditional banking services. You will not be able to get fiat currencies "into" or "out of" a DEX. At best, you'll be able to get so-called "stablecoins" (or pegged tokens) etc... but you'll most likely need to find a centralised exchange like CoinBase that will allow you to convert these to fiat and then withdraw to a bank etc.

It seems TrustWallet has a builtin facility for purchasing via a CreditCard (but I would assume that is probably by using a 3rd-party like Simplex). However, there is no "withdrawal" to fiat facility that I am aware of.


Quote
12) When I buy on Coinbase, I get charged a commission. Then then transfer to TW, and that is another fee. I.e. There are two fees. If from now on, I buy my BTC straight form the DEX in TW, does that mean I will only be facing one fee now? As it will automatically put it into my wallet right? So the only fee really is the purchase commission fee.
It seems that TrustWallet allows you to purchase via CreditCard... no doubt they'll include a "margin" on the conversion... so while it may not technically be a "fee" as such, be aware that the price you pay versus the amount of BTC you receive isn't likely to be at true market rates... you will be losing value in the transaction.


Quote
13) When I transferred the BTC from CB to TW, I incurred a very small fee of £0.26 on a £10 transfer. however when i go into the "details" of the transaction it says "Network Fee: £6.75". However, I don't see this being charged to my portfolio? My portfolio is worth a little under £10, as I expected. Where has this £6.75 been charged?
I would guess that CoinBase used a "Pay2Many" or "batched" transaction to send your funds to TrustWallet. That is to say, they bundled your request up with a load of others... so while they only charged you a small fee, the transaction as a whole would have been quite large and incurred a much larger fee.

If you have the TransactionID, you should look it up on a blockexplorer like blockchair.com... and see how many outputs there are. If there are more than two, then chances are it was a Pay2Many, and the system is just showing you the fee for the whole transaction... rather than what CoinBase actually charged you.

A lot of big sites do this, they charge all the individual users a "set" fee... and then bundle them all together to keep costs down.


Quote
14) TrustWallet doesn't cater for GBP, which is my preferred Currency! That means I need to be wary of the USD/GBP FX as well!

Correct.


Quote
I simply wanted a very simple wallet that can protect my BTC. And also where I can sell urgently if needed to.
Sadly, those two things are pretty much mutually exclusive. Undecided

You either keep your BTC secure in a non-custodial wallet, and accept the fact that to liquidate it, you'd need to transfer to an exchange and then withdraw (accepting all the fees and time involved)... or you keep the coins on an exchange and accept the risk that the exchange could lock your account or get hacked etc.
2718  Bitcoin / Electrum / Re: Electrum 3.3.8 Not Connected on: May 11, 2020, 11:49:22 PM
Update:
I just found out that if I leave Electrum running in the background for more than 5-10 minutes, it will eventually connect to a server or two.
Weird thing is that it only connects to ip format servers, for example 104.244.222.2281 ; 167.172.42.31 ; etc.

Of course, if I use Tor or change DNS to 8.8.8.8 it will connect to 10 nodes in a matter of seconds. Including DNS servers like 0.electrumx.ggez.win or electrum.bitkoins.nl
What was your DNS server set to before you changed it? Was it set to your router or your ISP? If it was your router, it's possible that your router's DNS service has "crashed" and needs a restart.

What is the DNS setting on the VM that "just works"? Huh
2719  Other / Meta / Re: Stake your Bitcoin address here on: May 11, 2020, 11:43:24 PM
It's probably best to try and sign a message now... proving not only to everyone else but, most importantly, to yourself that you can actually sign a message from that address.

There have been numerous examples in the past of people using addresses from custodial wallets and web wallets like blockchain.com (for staking here and also for airdrops etc), not realising that they are not able to sign a message using their wallet's UI.

Then, when the time comes that a signed message is "required" (ie. account recovery, airdrop claiming etc)... suddenly they find they can't.


Also, some people need/want stake addresses for sig campaigns, loans, trading etc. As it doesn't "cost" anything other than time to sign a message now... there really isn't any reason not to sign a message while staking your address.
2720  Bitcoin / Bitcoin Discussion / Re: 0.50 BTC reward for a valid password. on: May 11, 2020, 11:30:11 PM
It is not your wallet. The hash you supplied is for a different public key. I know because I have the wallet.dat too
It is obviously one of those "fake" wallet.dat's which has been modified to include public keys containing tens/hundreds of BTC and then sold for 0.1 BTC. Roll Eyes

I'd like to point out that the OP actually did put it up for sale in their CryptoTalk thread (via the pay2download file hosting service satoshidisk.com) Roll Eyes Roll Eyes


NOTE: DO NOT PAY TO DOWNLOAD THIS FILE!


You'll find that the password found will not allow spending of the BTCs... the encoded data in the wallet.dat will be some bogus data which even when decrypted, will not allow you to spend anything.
Pages: « 1 ... 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 182 183 184 185 186 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!