Bitcoin Forum
May 04, 2024, 07:41:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 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 ... 514 »
2401  Bitcoin / Bitcoin Technical Support / Re: Move xx.xx amount of coins from one specific address to another (Bitcoin Core) on: August 10, 2020, 12:13:24 AM
I recommend 25 if you have to use the accelerator.

Actually if it is multiple inputs and enough bytes you can do lower. then 25 sats

1 input is around 255 bytes. x 40 sats = over viabtc minimum
2 input is around 510 bytes x 20 sats = over viabtc minimum
3 input is around 765 bytes x 15 sats = over viabtc minimum
4 input is around 1020 bytes  x 11 sats = over viabtc minimum
You realise that the ViaBTC "minimum" is a fee rate of 10 sats/byte right? It isn't a minimum calculated on total fee... unless something has changed "recently" and their page hasn't been updated correctly? Huh

1. Free Acceleration: No need to sign in, you can submit any TXID of delayed transactions that at least include a fee of 0.0001BTC/KB
2402  Bitcoin / Hardware wallets / Re: Buy crypto using Ledger Live on: August 10, 2020, 12:06:21 AM
I wonder why there is such a large variance between companies which essentially provide the same service.
Most likely demand... or preceived demand... if you have 1 user from a state wanting to use your service, you're not going to jump through all the regulatory hoops to make that happen... if you have 100,000 users from a state wanting to use your service, then you probably would Wink

And then, to a lesser extent, possibly also where the company is actually headquartered or incorporated and the various regulatory/legal ramifications of that.

If your state is on the "restricted" list of a given exchange, I'd suggest contacting that exchange and asking them why they don't offer services. If it is because of the lack of demand, perhaps you could publicise this in crypto forums and try and get a show of support from other users in your state to show the exchange that the demand is actually there. Who knows, you might do all the other users in your state a big favour and get added to the permitted states Wink

Of course, if your particular state is run by luddites and/or troglodytes, then you're probably S.O.L. Roll Eyes Undecided There is an election coming up... maybe start asking candidates what their thoughts on cryptocurrency are before you vote Wink
2403  Bitcoin / Electrum / Re: Electrum on Android file structure on: August 09, 2020, 11:49:48 PM
But the problem you can only write down the seedphrase at the beginning(Wallet creation) there's no option on the Electrum android to backup seedphrase or to click the "Save Backup" when choosing a wallet, you only have two option either "New" or "Open".
Yeah... there is... it's right there when you tap on the wallet name at the top of the screen after you have opened the wallet file...



You can see the "Seed" option says: "tap to show"... tapping on it gives you the warning and asks to confirm...



And then your seed is displayed back on the wallet info screen:



The "Save Backup" button gives you the option to save a copy of the wallet file to the "normal" storage of your device (ie. not /data/data)... Note that you have to enable the "Backups" option in "Settings" for this to function.
2404  Bitcoin / Wallet software / Re: Can't access my money because of the derivation path on: August 09, 2020, 11:22:33 PM
I've tested this with the "Coinbase Wallet App"... created a "new" wallet... got the following seed:
Code:
river company grow smart ticket purity jeans south embark they cream atom

This gave me the following address in coinbase: bc1q4hjyxu8vnrqqeygz0laj4h4492je4qd6s5sdux


I then tried the seed mnemonic in both IanColeman's:






and in Electrum:





I also uninstaled/wiped the app and restore the wallet in that as well, and all 3 wallets yielded the correct addresses:








So, it is very strange that your friend has been unable to recover their wallet from the seed mnemonic. The only possibility I can think of, is that they have restored with a different seed mnemonic than the one they were using previously... however, coinbase assigns the username to the seed mnemonic somehow (I assume by attaching the username to the Master Public Key), so if you wipe the app and restore from your seed mnemonic, it will automatically reassign you the old username (ie. if you use my seed mnemonic above to restore a Coinbase wallet, it should give you the username @bct_test).

So, if the @ghfcvvhh username that it is showing when he restored the wallet in the coinbase app is identical to his previous username, then it should be the same seed mnemonic with the same addresses. Huh Huh Huh
2405  Bitcoin / Electrum / Re: Electrum on Android file structure on: August 09, 2020, 07:57:45 AM
Generally "app data" on Android goes into a /data/data/"app.name.space" folder structure... so for Electrum it should be in: /data/data/org.electrum.electrum

This is the top directory and the structure will also includes a bunch of stuff like the APK and cache etc etc...

The Electrum data like "blockchain_headers" file and the "wallets" directory will be stored in: /data/data/org.electrum.electrum/files/data

NOTE: /data/data requires root privileges, so you won't be able to see any files/folders below /data/data without root.
2406  Bitcoin / Bitcoin Technical Support / Re: Need help! old Bitcoin core node and wallet not recognising value on: August 08, 2020, 10:42:17 PM
I think 0.8.3 is so old that it does not have the functions described such as abandon transaction. All I can do is view the transaction details (amount and addressee), or view transaction ID
I have checked with an old copy of 0.8.6 as I don't have 0.8.3... and it has the console available (Help -> Debug Window -> Console) and dumpprivkey works as it should:


Note: the first address is not in the wallet so "code -4" is the correct response.

If you are getting the "Private key for address XXXX is not known (code -4)" error, then you are most likely using the wrong address with the command... Click on the "receive" tab and then try the dumpprivkey command with one of the addresses shown there, to confirm that it is all working OK.

Figuring out which addresses in your wallet the bitcoins are actually on is going to be the next challenge... as they could be on change addresses, which I believe are not show on that "receive" tab. I'd probably be inclined to just use PyWallet to dump the contents of the entire wallet, extract ALL the private keys and then import them all into Electrum... and let it do the job of find which keys have coins Wink
2407  Bitcoin / Electrum / Re: I lost my Bitcoins by fishing attack "update electrum 4". on: August 08, 2020, 09:55:03 PM
The problem is not, that I lost BTC, but the Lack of international unified regulatory legal framework, which would allow me to contact some kind of cyber police that operates all over the world, no matter my citizenship. Hopefully in the future we will live better conditions.
Sorry for your loss... but I would point out that an "international unified regulatory legal framework", kind of goes against the entire philosophy of Bitcoin. Undecided
2408  Bitcoin / Bitcoin Technical Support / Re: I need Help finding or recovering bitcoins off an old hard drive on: August 08, 2020, 09:39:51 PM
About helping the OP , do you think it helps to advise him to start deleting things ?
At what point did anyone in this thread advise the OP to delete anything? Huh

OP was advised that they could simply open the file with a text editor (or spreadsheet) and see what was in it... but any Transaction export from Bitcoin Core would not contain any private keys and would be of very little value in coin/wallet recovery (at best, you'd get a list of addresses that you could view on a block explorer to see if they held any coins)
2409  Bitcoin / Development & Technical Discussion / Re: Is any method How to crack btc with known publick key and privkey from pubkey? on: August 07, 2020, 11:09:43 PM
Is any method How to crack bitcoin with known publick key and known privkey from pubkey?
AdolfinWolf is correct, your question as it currently stands makes very little sense... Huh Huh Huh

If you already have "known privkey", then what exactly are you trying to "crack"? Huh Huh Huh
2410  Bitcoin / Bitcoin Technical Support / Re: Question about global scan on: August 07, 2020, 11:02:54 PM
As TryNinja mentioned, you require Bitcoin Core for Armory to function properly. Do you have Bitcoin Core installed, running and fully synced? Huh

Also, can you post your Armory log files? (Copy/paste contents of Armory log files to pastebin.com then post generated pastebin link here)

Finally, there is a dedicated Armory wallet subboard here: https://bitcointalk.org/index.php?board=97.0
2411  Other / Meta / Re: Wall of fame / shame. Shit posts so bad that they are actually funny on: August 07, 2020, 10:53:16 PM
The guy mindrust is the best example of a shit post fake cop. He talks like donkey shit, a sure Fag.



The irony is strong with this one... Roll Eyes
2412  Bitcoin / Bitcoin Technical Support / Re: Is this stolen? on: August 07, 2020, 10:36:31 PM
Investigating Wasabi because they have dark market funds transferring through them is like investigating Fedex or USPS because they deliver packages sent from dark market Roll Eyes

Hell, using their logic, Europol should probably investigate the electricity companies for providing electricity to dark market computers/servers... and the ISPs for providing them internet access while they're at it Roll Eyes
2413  Bitcoin / Bitcoin Technical Support / Re: I need Help finding or recovering bitcoins off an old hard drive on: August 07, 2020, 10:17:57 PM
This depends if that csv file was made in electrum somewhere in the past, you better not trash it because it will contain all of your private key's.
Did you read the quote in my post? Huh

when I clicked export transactions from bitcoin core it created a .csv file.
It's NOT a .csv from Electrum... it's a .csv exported from Bitcoin Core... it's pretty much useless as far as wallet/coin recovery is concerned.


Quote
Also you can import them in Electrum.
So, no... he can't import them in Electrum... because it's not a file full of private keys Roll Eyes


So r u saying that if I download Electrum it would be easier to open these files created by PYwallet (Jack Jack)?
No. Pywallet creates wallet.dat's in the BerkeleyDB format that Bitcoin Core uses. These files are NOT compatible with Electrum. Electrum uses an entirely different wallet file format (JSON text with optional encryption).
2414  Bitcoin / Hardware wallets / Re: Ledger Nano S usability questions on: August 07, 2020, 10:11:05 PM
Seeing you are not doing this the first time...
If you just copy/paste text like this without using a single word of your own... you better quote it, or make some effort to write a word or two  Roll Eyes
While not as super obvious as actually wrapping it in [ quote ] tags... at least they led with a direct link to the article that they've taken the text from. So, it's at least somewhat obvious where the text has come from.
2415  Bitcoin / Electrum / Re: wallet restore from wallet file on: August 06, 2020, 06:58:58 AM
Yeah... it's not exactly clear at what point in the process the OP "found out they needed to update to newer version of Electrum"... They "wanted to transfer everything", but it's difficult to know if they were actually trying to transfer when they discovered they needed to update (by way of scam message) or if they discovered they needed to update because Electrum just wouldn't work and they started googling things.

OP hasn't been back on since they said they solved the problem... so I'm not holding out much hope of them returning to let us know Undecided
2416  Bitcoin / Bitcoin Technical Support / Re: I need Help finding or recovering bitcoins off an old hard drive on: August 06, 2020, 12:29:30 AM
So if I got to scan quite a few hard drives, and ended up with a few partial recovered wallets, or potential wallets how can I open them??
I don't know what program to use to open the wallets/ partial recovered wallets......)
I downloaded the whole blockchain on a fresh PC and wondering if I can open them or plug them into the block chain to see if they are viable!!
If you have recovered "wallet.dat" files... just open them with a fully sync Bitcoin Core... You can either shutdown Bitcoin Core, switch "wallet.dat" in datadir, restart Bitcoin Core... or you can shutdown Bitcoin Core and start it from the commandline specifying which wallet file to read using the -wallet option:

Quote from: Bitcoin Core Command-line Options
...
-wallet=<path>

Specify wallet database path. Can be specified multiple times to load multiple wallets. Path is interpreted relative to <walletdir> if it is not absolute, and will be created if it does not exist (as a directory containing a wallet.dat file and log files). For backwards compatibility this will also accept names of existing data files in <walletdir>.)
...

So you could even try and load all of them at once, assuming you're using one of the newer "multi-wallet" capable versions.


when I clicked export transactions from bitcoin core it created a .csv file. how can i read its content and can i reverse it ( import to the wallet/ bitcoin core) from a potential previously created wallet?
A ".csv" file is simply text file in "comma separate values" format... You should be able to open it in any text editor to review the contents. Also, any spreadsheet app like Excel should be able to open it as well (and possibly make it slightly easier to read)

Even if you could import it back into Bitcoin Core (note: you can't), it wouldn't be much of much use in attempting to recover any funds... it's simply a list of transaction data (ie. transactionIDs and amounts etc)... it won't contain any private keys or anything like that.
2417  Bitcoin / Hardware wallets / Re: Ledger wallet App Isolation Bypass Alert on: August 05, 2020, 09:51:08 PM
2020-08-02   90 days deadline reached. Ledger started the test and release process for the fixed Bitcoin app.
Ummmm what? They only started the test and release process after the deadline was reached??!? Huh They had nearly 3 months to sort this out... and apparently had the "fix" done but not tested on deadline day??!?  Shocked

Ledger
 |
 |
 |
 |
 v
Ball

Roll Eyes Roll Eyes Roll Eyes
2418  Bitcoin / Wallet software / Re: Best way to store bitcoins safely without a hardware wallet(ledger,etc) on: August 05, 2020, 09:37:29 PM
Just o make it clear when i want to transfer BTC i have to connect to the network to make the transaction ? it's not a partial sign,air gap approach , right ?
Depends on how you want to set it up and use it...

You can either run it as a "LiveOS", but connected to the internet... in which case, it isn't a "cold storage" setup, but likely to have increased privacy due to Tails/Tor use etc...
or
You can use it purely as an offline, transaction signing setup... in which case you'd need to install "watching-only" Electrum on your normal OS, use that to create unsigned transactions, then boot up "offline" into Tails, sign the transaction, boot back into normal OS and broadcast the signed transaction

It can be done either way, you just need to figure out which option is best suited to your particular use-case. The first one is less hassle, but arguably less "secure"... the second option is more secure, but also more hassle.
2419  Bitcoin / Development & Technical Discussion / Re: Joining mempool RBF transactions on: August 05, 2020, 09:26:23 PM
Your solution basically just describes exactly what happens with transaction now, ie. you put them into a "pool" and they get grouped... in a block! Tongue

As all the transactions need to be signed, there is no way to "join" them together into one big transaction to "save space" without breaking the signatures (or more than likely adding even more overhead)... in any case, the space savings will be minimal. The major components of a transaction (in terms of bytes) are the Inputs and, to a lesser extent, the outputs... the actual "fixed" overheads are a small fraction of a transactions size. For old legacy transactions it was around 10-12 bytes per transaction regardless of total transaction size.
2420  Bitcoin / Bitcoin Technical Support / Re: Corrupted old wallet help!! on: August 05, 2020, 08:58:05 PM
Thanks for your script; it is working for uncrypted wallet.dat file. Could you please advice how to recover encrypted wallet.dat file.
I don't know how many times or ways to try and explain to you... you CAN NOT recover data from an encrypted wallet.dat file unless you have the password.

The data is, after all, encrypted... so you need to recover the password first. Your options are:

btcrecover: https://github.com/gurnec/btcrecover
hashcat: https://hashcat.net/hashcat/
or
a (trusted) wallet password recovery service like: https://www.walletrecoveryservices.com/

NONE of the private key extraction scripts on this forum will be of use to you, unless you have the password
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!