Bitcoin Forum
July 01, 2024, 09:21:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 187 188 [189] 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 ... 311 »
3761  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core bumpfee with descendants in mempool on: August 14, 2020, 03:50:08 AM
I tried it today. It works fine with sendrawtransaction. You only get a txn-mempool-conflict if Replace by fee is disabled.
Sorry, sendrawtransaction indeed works.
Seems like I have used the wrong UTXO on my previous test.
The previous transaction and its descendants were automatically booted out of the node's mempool.
3762  Bitcoin / Bitcoin Technical Support / Re: lost BTC on: August 14, 2020, 03:30:54 AM
I transferred 444 USDT from my Binance account to electrum wallet and just received 0.0054 mBTC ! please help me what happened ?
The problem here is Bitcoin [BTC] isn't [USDT].
What you've received in Electrum was the Bitcoin transaction made to "mark" the USDT transaction; bec. Electrum only supports BTC, it only saw the BTC tx.
Next time, make sure to check the unit of the coin, not just the address format before sending.

Refer to the post above for the possible solution.
3763  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core bumpfee with descendants in mempool on: August 13, 2020, 12:26:33 PM
Can you bump the fee manually with sendrawtransaction?
After manually creating a replacement signed raw transaction?
You will probably get "txn-mempool-conflict" due to the same reason achow101 explained above (I've only tested in on regtest).

But sending that RAW transaction through other clients might work as long as the to-be-replaced transaction is RBF.
3764  Bitcoin / Bitcoin Technical Support / Re: Miner commission on: August 13, 2020, 03:48:22 AM
By using the posted images of the advanced preview above, find the drop-down menu beside the fee slider that has "ETA" as default.
Change it to "mempool" and the fee estimation should be "fixed".

It should go down a lot if there are too many high-fee transactions despite having a lower average rate.
But as they said, if your wallet have used too many inputs, then the total fee will still be relatively high.
3765  Bitcoin / Development & Technical Discussion / Re: RBF question on: August 12, 2020, 07:11:18 AM
I setup a RBF transaction with a Locktime that is 3 days from today and tell the merchant that if I am not satisfied with the product I will return the product and I will execute another RBF transaction that returns the 1 BTC to me.
No, you wont be able to broadcast that transaction before the set locktime, using RBF isn't necessary in that case.
You can give him the signed RAW TX so he can broadcast it himself after the locktime;
if you're not satisfied, create a new TX spending the input of that RAW transaction before the locktime to invalidate it.

Plus, delaying the payment and "promising" not to make a replacement transaction involves a lot of risk for the merchant and trust to the buyer (you).
3766  Economy / Service Discussion / Re: walletgenerator.net, I find no way to verify the download with PGP on: August 12, 2020, 05:22:21 AM
-snip- Does that mean that from GitHub we don't have to verify signatures?
One of the reason to verify signatures is to confirm that the compiled /downloaded file was really built from source by the author(s)/contributor(s).
If you've downloaded from source which you should've audited since it's "open-source", then there's no point in verifying.
3767  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 12, 2020, 05:02:03 AM
This is the command I'm running: ./vanitygen -X 138 xabcd
Okay, seems like there's something wrong with Vanitygen when it comes with Altcoins, but there's a workaround to that.

You can convert the result invalid WIF private key into the correct format by base58-decoding it into HEX, remove the checksum and network bytes,
and you got the private key.
Then covert that into WIF by doing vice-versa but this time, use "0x80" instead of '0x0A' in front.

This page automates all of that, displays an example and the steps: https://gobittest.appspot.com/PrivateKey,
Just paste the N, M or L WIF prvkey to the first text box, hit "send", and the result will be displayed under "Private key to wallet import format" at step #7.
But it's not available offline, if you want a secure method, find a script or something.
3768  Bitcoin / Electrum / Re: Electrum wont open on Mac OS 10.7.5....? on: August 11, 2020, 12:03:38 PM
Electrum wont open on Mac OS 10.7.5, even tho it's stated to be compatible with Mac OS 10.13 and higher...?
I have a machine with the same (unsolved even with v4.0.2) issue, but it's not MAC.

For now, try to see if you can find something in the "log";
to enable it without a working Electrum GUI, you need to edit the config file in the data directory: Data Directory Locations
(AFAIK it will create the files even if the GUI won't launch)
Open "config" with a text editor and edit "log_to_file": false, into "log_to_file": true,
If there's no line for the log config, manually add it below "is_maximized": false, (follow the indentation).

Then launch Electrum, it won't start since it's the issue.
After a few seconds, open 'Data Directory\logs' and open the log (txt) file and check the contents for possible 'clues'.
If you didn't find entries like "...|     INFO | gui.qt.ElectrumGui | Qt GUI starting up", we have the same issue: electrum/issues/5974
3769  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 11, 2020, 02:34:09 AM
Vanitygen is giving me a wrong private key for my IXC address. Is there a way to fix that without editing the source code?
AFAIK, you should be able to use the result of vanitygen to IXC,
if '1' isn't useable, you should convert the address manually by 'BASE58 decode' the address then change the network bytes and checksum.
The private key should be the same as Bitcoin WIF prv key (uncompressed) based from an IXC paper wallet generator (link).

The issue I see is that it gives me a wrong prefix for the private keys (i.e M, N and L) when it should be a 5 or K, L as you say. I believe the length is wrong also, 50 characters, when they should be either 51 or 52.
Everything you said here aren't what vanitygen would produce. Vanitygen's result WIF prvkey for mainnet will always start with '5' consisting of 51-characters.
Are you sure that you're using the right binary (from OP) or commands?

Are you using this to bruteforce a private key? Bec. it's not recommended for that.
3770  Bitcoin / Electrum / Re: Can I export all of my addresses in a txt file? on: August 10, 2020, 06:14:12 AM
Yes, open the console and type listaddresses(), then 'copy->paste' the results to a text file.
To show the console, click "View->Show Console".
3771  Bitcoin / Wallet software / Re: Can't access my money because of the derivation path on: August 10, 2020, 04:37:50 AM
-snip-
Didn't work, all addresses are empty and that specific one doesn't show up.
HCP tried it and it worked, I have also done the same steps and it worked.
If you're sure that it restored the same username as the one he had set in the original wallet (used username can't be set to another wallet),
then the only way to resolve this is to wait for their response to your customer support inquiry because the backup should've restored the address using native SegWit's default derivation path.

There's also a chance that there's a corruption happened and that's out of their support's scope.

Or, is you "friend" your friend or another party of a deal?

Have you tried to tell your friend to access it through the browser and access it directly to coinbase.com?
"Coinbase App" and "Coinbase Wallet App" are two different applications. (weird naming system right?)
The former can be used in conjunction with the webpage, but the latter is a non-custodial wallet. (info)
3772  Bitcoin / Electrum / Re: Electrum Lightning Network walkthrough on: August 09, 2020, 10:30:55 AM
Closing a channel

Closing a channel is really simple. Go to the 'Channels' tab, right-click on the channel you want to close and select 'Close channel'. You should use 'Force-close channel' only if the other party is offline. In such a case, you will get your funds back after one week. In both cases, you won't be able to specify the closing transaction fee. Other implementations have such a feature.
@BitCryptex I think it will only need an average of 1 day to retrieve the funds in case of force-closure.
I've tried to force close mine and according to this:


It will only require 144blocks = 1day (for 10min/block) to broadcast the saved "our_ctx_to_local" transaction.
And it did automatically broadcast after a day+.
3773  Bitcoin / Wallet software / Re: Can't access my money because of the derivation path on: August 09, 2020, 09:54:45 AM
The address is Native SegWit so it couldn't be anything other than: m/84'/0'/0' for BIP84 or m/0 if Coinbase is using BIP141 for SegWit.
Since it's Coinbase Wallet App, it must be BIP84.
But for Electrum, you should first select "native segwit (p2wpkh)" before editing the derivation path;
otherwise, It'll create legacy addresses despite the change of derivation path.

There's also a chance that the address is at higher index than Electrum's default of 20,
in that case, try to create more addresses by typing this in the console (View->Show Console):
Code:
[wallet.create_new_address(False) for i in range(200)]
Then restart Electrum.
Change "False" to "True" if you want to generate change addresses.

Lastly, sharing the address' public key wont help anyone in finding the correct derivation path.
It should be the "Master Public Key" (zpub), but that will cause your 'friend' privacy issues.
3774  Bitcoin / Electrum / Re: Electrum on Android file structure on: August 09, 2020, 08:38:50 AM
Where does electrum sore the appdata on Android phones?
For what purpose, may I ask?

Because if it's to access the wallet files and you don't have root access, you can use the "backup" feature of v4.0+.
The wallet file backup will be saved inside "org.electrum.electrum" folder in the root of your phone/external storage.

How to Backup: Click the wallet name above, then Click "Save Backup"
3775  Economy / Web Wallets / Re: Blockchain.com wallet issue on: August 09, 2020, 03:58:50 AM
-snip- Sadly I do not have anything else to recover the funds than my mail account, like a seed or similar…
Blockchain()com calls the seed phrase (BIP39 seed) as "Backup Phrase". Does the term ring a bell?
It's the 12-word backup that you can retrieve in the "Security" section while you're login. (of'couse you can't retrieve it now)

BTW, I've tried to login my dummy account just now and I immediately received the authorization email.
Try logging in at this hour.
3776  Bitcoin / Bitcoin Technical Support / Re: Zero fee for bitcoin transaction [Historical data] on: August 08, 2020, 10:16:55 AM
Thanks!
Seems like it's done to prove that it's possible, an example or something like a publicity stunt. The two zero-fee transactions were included by them obviously.
I thought those are like full blocks where the miner didn't claim the transaction fees (I'm a bit disappointed, just a bit :D).
3777  Bitcoin / Bitcoin Technical Support / Re: Zero fee for bitcoin transaction [Historical data] on: August 08, 2020, 09:40:53 AM
So, there were two non-empty-zero-fee blocks in 2020, can you specify the height of those blocks?
I'm a bit curious on the included transactions (just a bit). TIA

Zero fee blocks is possible but gone are the days, I do not even think there are wallets that can allow donor not to pay zero fee for their transactions.
AFAIK, some clients will let you set tx fee to '0' or lower than 1sat/B like Electrum... but most nodes wont relay it (including the servers) because of BitcoinCore's later version's default "minimum transaction relay fee".
0 fee isn't invalid and the relay setting is configurable so, it's possible to send a <1 or 0 sat/B TX by sending it directly to a "friend" solo miner or pool.
3778  Bitcoin / Bitcoin Technical Support / Re: Need help! old Bitcoin core node and wallet not recognising value on: August 08, 2020, 03:33:53 AM
I am the sender and the unconfirmed transaction is in my node history. -snip- and that why I wanted to try Electrum - without syncing up
Then your dumpprivkey attempt should work.
Make sure to paste the right address after the command, maybe because the transactions in the 'transactions' tab
only show the recipient(s) and 'copy address' option also only copies the recipient(s). <-based from latest version BTW.

As instructed above, you need to dump the private key of the sender's address (your address).
You can find it in the previous "inbound transaction" that funded that "forgotten transaction".
Also, use walletpassphrase first before using dumpprivkey, IDK how 0.8.3 behaves when the wallet is encrypted and you try to dump keys.

If it still resulted with "error code -4", then, you most likely doesn't have the private key for that input to begin with or the wallet was corrupted somehow Undecided
3779  Bitcoin / Bitcoin Technical Support / Re: Need help! old Bitcoin core node and wallet not recognising value on: August 07, 2020, 02:01:00 PM
-snip- and I have been trying to transfer it to electum by dumpkey but it says key cannot be found error code -4
That means your wallet doesn't have the private key for the specified address in the dumpprivkey command.

Are you the sender? then you should type the inputs instead of the outputs of that "forgotten" transaction.
If you're the receiver, then use the output(s) but if it's a dropped unconfirmed transaction, there should be any balance in that address.
3780  Bitcoin / Development & Technical Discussion / Re: Not all 52-length strings create private keys? on: August 07, 2020, 04:16:19 AM
Apart of fact that these calculations makes no sense (as there are few letters of checksum, at the beginning could be only K or L, etc.) then yes. 52^58 is much much bigger than 2^256. You may easily chck it, just google for "52^58 - 2^256" ;-)
Shouldn't it be 58^52? And in case BlackHatCoiner has OCD, here's the long version:

Number of possible private keys (0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140):
115,792,089,237,316,195,423,570,985,008,687,907,852,837,564,279,074,904,382,605,163,141,518,161,494,336

Versus the number of possible WIF private keys - w/ 'compressed' flag [2(58^51)] - bec. as PawGo said, 1st char can only be L or K:
1,721,304,354,322,858,219,998,073,995,373,832,299,052,209,661,408,398,572,522,296,403,141,565,996,879,834,236,147,728,384

@BlackHatCoiner isn't that good? Because unlike addresses, there will be an astronomically lower chance of collision for Prv key and WIF (Wallet Import Format).
Pages: « 1 ... 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 187 188 [189] 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!