Bitcoin Forum
June 14, 2024, 07:04:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 [425] 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 ... 514 »
8481  Economy / Services / Re: [FULL] ChipMixer Signature Campaign | 0.00075 BTC/post on: August 25, 2017, 09:28:43 PM
Thanks for the heads-up... Delayed flights are such a nuisance Undecided
8482  Bitcoin / Armory / Re: How do i prevent armory from using C drive on: August 25, 2017, 12:21:41 PM
Go to file -> setting.

Select the following path for "Bitcoin Install Dir": D:\bitcoin wallet\Bitcoin
Select the folloinwg path for "Bitcoin Home Dir": D:\Bitcoin Wallet\Armory
You're pretty much there...

Bitcoin Install dir is where you installed the Bitcoin Core application files to, so that looks correct.
The Bitcoin Home dir is actually where the wallet.dat and blocks folder is, so in your case, it would be the "D:\Bitcoin Wallet\Data" directory

Note: it will likely say "offline" when you initially start it up until it has built the database and scanned for transactions... This can take quite a long time.
8483  Bitcoin / Electrum / Re: Electrum Taking much fees? on: August 25, 2017, 12:09:24 PM
It isn't the wallet... It is the Bitcoin network.

It is full of unconfirmed transactions again... So recommended fees have increased to 450-500+ sats/byte... https://bitcoinfees.21.co

This means that even a basic transaction that only has 1 input and 1 output+1 change address (226 bytes) will need a fee of over 100,000 sats to be mined in a reasonable time.

If your fee was close to 0.025 then chances are you were using a LOT of inputs (received a lot of small payments?) Which would make your transaction size larger which results in larger fees.

You can switch off dynamic fees and set the fee manually, but then you run the risk of your transaction getting stuck due to low fee.

It's quite likely that any other wallet would probably have charged something similar (or used a low fee and your transaction might not get confirmed for hours/days)
8484  Other / MultiBit / Re: recover lost addresses on: August 25, 2017, 11:37:07 AM
So you have MultiBit Classic wallet file... And you know the wallet password right?

If you have MBC wallet file and password you can use my python scripts to extract the private keys: https://github.com/HardCorePawn/multibit_recovery

You want to use the "decrypt_multibit_classic_walletkeys.py" script
8485  Bitcoin / Armory / Re: (newbie) bitcoin sent to armory generated adress not in wallet? on: August 25, 2017, 11:18:31 AM
If Core isn't synced up to at least block#477,908 (The block the transaction was in), then it cannot show in Armory.

Armory reads the blocks from Bitcoin Core, scanning them for transactions that affect addresses in your wallet... If the block that your transaction is in doesn't exist on your disk yet, Armory can't read/scan it... So it can't show the transaction Wink

Once core syncs last block 477908, Armory should show you the transaction.
8486  Bitcoin / Bitcoin Technical Support / Re: Recover bitcoins with 12 words, all else unknown on: August 25, 2017, 11:05:24 AM
If you're getting "invalid phrase" then chances are that it isn't a BIP39 compatible mnemonic...

Try using an offline version of: https://iancoleman.github.io/bip39/

If it also says "invalid" then you can be sure it isn't BIP39 seed... In which case, I'd guess that it was an Electrum mnemonic, as Electrum uses a slightly different method to generate/calculate mnemonic checksums to the BIP39 specification (even though it uses the same word list)...

Download Electrum, when setting up a new wallet select "I already have a seed" and try entering your 12 word mnemonic
8487  Bitcoin / Electrum / Re: Electrum wallet error? on: August 25, 2017, 10:49:11 AM
I have $10 in my electrum wallet but when I try to send btc it says insufficient funds?
Why?
Most likely this is a result of a combination of the current "average" fees being very high (450+ sats/byte!!?! Shocked) and the fact that your $10 (0.0025 btc) is possibly made up of more than one input...

With recommended fees being that high, each input will require 66,600 sats (148 bytes per input * 450 sats/byte) as a fee (minus another 19000ish in fixed fees for output etc) You only have 250,000 sats to start with... So even if you had just 1 input, the max you could spend using recommended fees is less than 164,400.

If you had 2 inputs, you max spend would be 97,800 sats... 3 inputs = 31,200... Etc

Your options are:
- Turn off dynamic fees and set a low fee manually and accept the long wait time/possible stuck transaction
- wait until fees drop
8488  Alternate cryptocurrencies / Altcoin Discussion / Re: Formated disc - recover altcoin wallets on: August 25, 2017, 10:19:55 AM
When executing this command:

c:\pywallet-master>pywallet.py --recover --recov_device=E:\backup\wallet.dat --r
ecov_size=500Gio --recov_outputdir=C:\pywallet-master\recover

What am I doing wrong?
The --recov_device argument should be just the drive letter... You need to give it a "device”... Not a file. If you read the stack exchange link from earlier, you'll see the user is a small USB thumb drive, put the wallet file on that and then used pywallet.

And --recov_size should be the size of that device you're scanning.

So if you had a 4gig USB thumb drive, mounted as drive G: you would use:

pywallet.py --recover --recov_device=G: --recov_size=4Gio --recov_outputdir=C:\pywallet-master\recover
8489  Bitcoin / Bitcoin Technical Support / Re: Need help retrieving bitcoin after a cancelled transaction on: August 24, 2017, 11:25:38 AM
Sounds like it didn't propagate well.  You can try broadcasting using:
https://blockchain.info/pushtx
http://blockr.io/tx/push
https://pool.viabtc.com/tools/BTC/broadcast/
https://live.blockcypher.com/btc/pushtx/

and see if they give any errors...
8490  Bitcoin / Electrum / Re: Electrum importing wrong btc address for my private key on: August 24, 2017, 11:15:11 AM
Was the private key in WIF format and does it start with a "5", a "K" or an "L"?

I vaguely remember reading that importing into b.info did weird things where it was automatically converting uncompressed and compressed addresses for imported keys. If you put your private key into an offline version of BitAddress.org (wallet details tab) do you see both the address from b.info AND the address from Electrum?
8491  Bitcoin / Electrum / Re: Newbie needs help on: August 24, 2017, 10:54:53 AM
Sounds likely that you downloaded and ran the "standalone" executable... which one did you download from here: https://electrum.org/#download ?

If you just re-download the "windows installer" (https://download.electrum.org/2.9.3/electrum-2.9.3-setup.exe) and run that... it should go through a proper install and setup process and add Start menu items etc. NOTE: this will NOT overwrite your wallet etc but make sure you have the 12 word seed backed up!

You should then be able to start up Electrum and it will automatically use your current wallet
8492  Bitcoin / Electrum / Re: Is there a way to not allow Electrum to display BTC when starting electrum? on: August 24, 2017, 10:45:24 AM
There are three levels of wallet security in Electrum:

1. No password
2. Password (No wallet file encryption)
3. Password + wallet file encryption

Level 1, your wallet file will be stored in plaintext and the keys/seed etc will be in plaintext. When you start the app, your wallet will open automatically and all balances/transactions/addresses are visible and actions can be completed without a prompt.

Level 2, your wallet file will be stored in plaintext, but private keys and seeds are stored encrypted. When you start the app, your wallet will open automatically and all balances/transactions/addresses are visible. Sensitive actions like sending transactions, viewing seed/private keys or signing messages will prompt for the password.

Level 3, your wallet file is totally encrypted and not human readable. When you start the app, you are prompted for password before wallet file can be opened and information displayed. Sensitive actions like sending transactions, viewing seed/private keys or signing messages will prompt for the password.



Sounds like you want level 3... so add a password to your wallet and make sure the "encrypt wallet file" box is ticked

note: there is only one password
8493  Other / MultiBit / Re: Restore BTC Multibit 12-word-seed to BCH electroncash on: August 24, 2017, 10:22:04 AM
By default, Electrum and ElectronCash both show milli units. You need to go into the settings and change from mBCC to BCC... that is why the numbers are all messed up. Wink

Then just use the seed
8494  Alternate cryptocurrencies / Altcoin Discussion / Re: Where is my Bitcoin Cash in my Ledger Wallet? on: August 24, 2017, 09:55:09 AM
You sent BTC from b.info to ledger... you didn't send BCH... BTC transactions do not have any effect of BCH network since the fork occurred.

All your BCH will still be sitting on the addresses/private keys from your b.info wallet. If you look at blockchair.com or blockdozer.com and look at  your old addresses, you should see your BCH balance.

If it is a new HD b.info wallet with the 12 word seed, you can import the seed mnemonic into ElectronCash and access your BCH.

8495  Bitcoin / Bitcoin Technical Support / Re: Need help retrieving bitcoin after a cancelled transaction on: August 24, 2017, 09:36:07 AM
good to hear you got it sorted. It's s useful set of tools, but they don't really explain some of the stuff, like needing to ensure you have actually left some coin for the transaction fee! Wink
8496  Bitcoin / Bitcoin Technical Support / Re: I sent my BTC to a Bitcoin cash wallet and i am not credited. are they lost ? on: August 24, 2017, 06:21:08 AM
How do you know it was sent to a BCH address? Did you send it to a BCH address that you own? If so, you already have the private key, as private keys for BTC and BCH are the same.

Just take the private key from the BCH address and import or sweep it into a BTC wallet
8497  Bitcoin / Bitcoin Technical Support / Re: Having issues importing Bitcoin paper wallet to Coinomi :( on: August 24, 2017, 06:11:49 AM
You need ElectronCash for BCH... The official website is: www.electroncash.org

They also have downloads for MacOS
8498  Bitcoin / Bitcoin Technical Support / Re: multisig transaction stucked (signing is unsucessfull) on: August 23, 2017, 12:12:06 PM
No drama... Glad you got it all sorted Wink
8499  Bitcoin / Bitcoin Technical Support / Re: Help: How can I see again my wallet icon on the desktop? on: August 23, 2017, 12:11:07 PM
I only asked because I've had issues on MacOS before where it installed from an external device but as soon as I ejected the device, it "disappeared" Tongue

Other than that, no idea why it might of vanished... Did you just try reinstalling? Backup you wallet file to be safe, but it shouldn't overwrite it

8500  Bitcoin / Bitcoin Technical Support / Re: Help: How can I see again my wallet icon on the desktop? on: August 23, 2017, 10:13:19 AM
Did you download and run it off an external drive or USB drive?
Pages: « 1 ... 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 [425] 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!