Bitcoin Forum
July 18, 2024, 07:46:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 187 188 189 ... 313 »
2761  Bitcoin / Wallet software / Re: Two wallets with pruned node cause one wallet going out of sync on: August 27, 2021, 06:43:09 AM
1. Create two wallets using Bitcoin Core.
2. Sync the whole blockchain with pruning mode using the first wallet.
3. Open the second wallet.

That wallet will need redownloading the chain. Why?
The second wallet might be unloaded when your tried to sync the blockchain.
So it needs to be synced once you loaded it.

But a new wallet is automatically loaded after creation, thus should be scanned together with the first wallet.
But since you said "open" (file->open wallet; Qt?), and if it's available from the selection (for Qt) or didn't returned with "already loaded" (for cli),
then it wasn't loaded for some reason.
2762  Bitcoin / Armory / Re: Unable to send BTC on: August 26, 2021, 01:21:34 PM
Ok so if I buy an external Hard Drive, do i need to reinstall everithing on that drive or it will just continue to load on that external dics?
Because I can't send the bitcoin from Armory to Electrum since Armory node isn't completely done it stopped at 31%.
You can use your current installation but it needs some configuration tweaks in both Bitcoin core and Armory.
You'll also need to move Bitcoin core's data directory to the new drive, then the settings; so you wont have to start from scratch.

Here are the configs (both should be closed before following these):
  • In bitcoin core, create/find the "bitcoin.conf" file in the default data directory (after moving everything to the new drive).
    Open it using a text editor and put this line: datadir=E:\Example\Directory - the path should be the external drive's new bitcoin data directory.
  • In Armory, just follow this pathing tutorial: https://btcarmory.com/docs/pathing

Note: since you're planning to use an external drive, please bear in mind that it must have a reliable connection to the PC while armory and bitcoin core are running because a simple break in communication with the external disk could lead to corrupted blockchain, block index and/or UTXO set. Fixing those issues will be time consuming.
2763  Bitcoin / Armory / Re: Unable to send BTC on: August 26, 2021, 07:35:22 AM
Do you have other drives/partition that has 400GB+ of free disk space?
Because Bitcoin Core will need it for its data directory files, mostly the blockchain.
Uff no, nothing on my computer. C drive is 212 and D is 24GB. Do I need to buy an external disc?
Oh, without the space, you can't use Armory because it requires the full blockchain (c/o Bitcoin Core).
Your option now it to use an SPV wallet like Electrum or if you already sent bitcoins to it, you can export the private keys to another wallet.

If you're planning to expand the storage, it should be an internal drive for better performance, but an external drive will work as well.
2764  Bitcoin / Armory / Re: Unable to send BTC on: August 26, 2021, 07:08:49 AM
Yes, first thing I did was paper backup. I have that. Now in the middle of the downloading process, my C drive ran out of space and everithing paused.
What can I do?
Do you have other drives/partition that has 400GB+ of free disk space?
Because Bitcoin Core will need it for its data directory files, mostly the blockchain.
2765  Bitcoin / Mining software (miners) / Re: bfgminer wont start, plz help on: August 25, 2021, 01:36:47 PM
I believe most Bitcoin Mining Software are obsolete and most aren't maintained by their developers, that's why it's hard to get support.

I'll just leave a link to BFG miner's old thread: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64
And see if you can find a previously solved issue similar to yours; you can use "search" while the thread is open.

Good luck.
2766  Bitcoin / Mining software (miners) / Re: bfgminer wont start, plz help on: August 25, 2021, 10:26:05 AM
Problem is, people might have thought that you're going to use BFG miner for Altcoin mining because you've mentioned "GPU", since it's not feasible to mine Bitcoin using it.
It's possible but the chance is extremely low compared to solo mining using an old ASIC.

That's unless if you're doing it for research purposes.

-snip-
BTW, if I want to solo mine BTC with GPU, what miner should I use other than bfgminer?
I'm afraid I can't help you with that since I haven't used BFGMiner.
2767  Bitcoin / Mining software (miners) / Re: bfgminer wont start, plz help on: August 25, 2021, 06:48:06 AM
This is the Altcoin Mining board, you might get better results if you can move this to Bitcoin Mining: Bitcoin > Mining > Mining software (miners)
I don't know if there are still BFG miner users there but it's best to move this to the proper board.
Move button is below the page (lower-left side).

I'll ask a mod to move this if you're not allowed to.
2768  Other / Beginners & Help / Re: [General] Bitcoin Wallets - Which, what, why? on: August 25, 2021, 03:44:50 AM
Quote from: Litespirit
This wallet thing is way too confusing for a newbie like me..
That "wallet thing" is actually a storage of private keys that has the capability to spend coins from the blockchain which is stored in each of the full nodes.
The security is up to your capability, OS, etc. (and the wallet software of course).

"Other wallets" like Coinbase aren't in the list because those are not actually wallets but a custodial service where that company is the actual hodler of your coins.
This time, they are the ones that will protect your coins and all you have to keep safe is your account and password.

One simple question: Best free BTC wallet for a beginner that works both on desktop and mobile?
There's already a list in the OP that have entries for both Android, IOS and Desktop.
Based from what I've said above about custodial wallets, as long as both wallets contain the same private keys, they'll work simultaneously without issues even if it's not the same wallet.
You can achieve that by restoring the wallet's backup (usually a 12/24-word phrase) to the other, but some aren't compatible.

Note: Given that you want to use it in both platforms and will contain the same keys, if one was compromised, the other will be as well.

TL;DR
One simple answer: By looking at your other post, wallets do not contain free bitcoins even in the early days of Bitcoin,
most wallets are free to use and I don't think there are any "pay-to-use Bitcoin wallets".
Do an extensive research about "custodial wallets" and after you gained confidence, you can now use that wallet.
Here's the board for wallet software where you can ask questions: https://bitcointalk.org/index.php?board=37.0
2769  Bitcoin / Electrum / Re: Bitcoin from Electrum Wallet to Kraken lost on: August 25, 2021, 02:59:21 AM
-snip-
New information : I just checked my wallet again using a backup wallet file - and it shows that the bitcoins are in there ... so ... yeah.  I guess ... problem sorted?  I do appreciate the help, though.  Just the fact that people replied has elevated my view of the user base on bitcoins.  Apparently, during the transaction, it created a backup file that was not being shown to me.  Loading up the backup wallet file, the bitcoins are shown.  Go figure.
You must have a "local transaction" in your current Electrum wallet, it's either a non-broadcast(ed) transaction or dropped from mempools.
Refer to HCP's post for the icon in the history tab, it has a "blue computer" logo.

The issue was, Electrum is also computing the local transactions into your wallet's total balance but since it's not technically "sent",
your wallet backup which doesn't have that local transaction saved, still shows the correct balance.
The actual solution is (only if your backup is missing the latest labels, etc.): Just right-click on the local transaction, then select "Remove"; and the balance should update.
2770  Bitcoin / Development & Technical Discussion / Re: Bitcoin lock time function on: August 24, 2021, 04:02:35 AM
The txn may be available in the blockchain but they can't see its "redeem script" so they wont be able to see the block or time that you've set.
However, when the UTXO is eventually spent, the "redeem script" will be a part of the Txin-script and will therefore be publically available.
Yes indeed, that's why I mentioned "as long as the address isn't re-used".
But in this particular use-case, there's no way that the 'unspent transaction output' can be spent before the lock time passed anyways.
So IMO it's safe to say, no.
2771  Bitcoin / Development & Technical Discussion / Re: Bitcoin lock time function on: August 24, 2021, 03:23:04 AM
Is this knowledge (block number) public ?
You mean the "is the block number or time that you've set in the script, public?" right?

No as long as the address isn't re-used (there's no reason to reuse it after the lock time anyways).
The first time you funded the address where your bitcoins will be locked, it will look like just another 'send-to' P2SH or P2WSH transaction.
The txn may be available in the blockchain but they can't see its "redeem script" so they wont be able to see the block or time that you've set.
2772  Bitcoin / Armory / Re: old armory wallet (2011/2012) help on: August 23, 2021, 12:17:51 PM
Just to clarify, the v1.35c wallet format is tied to v0.90 of armory? There's no way I could have had only a root key and secure print code in 2012 ish?
Unfortunately yes.
Armory v0.90-beta (November 2013) and above will create a backup v1.35c which only has two lines.

Reference: https://github.com/etotheipi/BitcoinArmory/issues/157#issuecomment-31595353
(etotheipi is the owner of the previous Armory repository)
2773  Bitcoin / Armory / Re: old armory wallet (2011/2012) help on: August 23, 2021, 09:23:50 AM
Yes its possible that my memory is incorrect - however the restore process does validate the key and secure print code which gives me some hope. Is there any way to even run the old versions? i guess i have to build the source and try run it?
-snip-
You wont be able to restore it to the oldest version because it requires a "Chaincode" alongside the "Root Key" and "SecurePrint™ Code".
Specifically old versions lower than v0.90; You can only restore your backup to Armory versions that support 'backup version 1.35c'.

I think that's what HCP meant by the long "sooooo". Because what you said and what you have didn't matched.

Try remember the Chaincode which is another two lines similar to the root key, then you can try to restore it to the oldest version.
2774  Other / Meta / Re: No Incoming my messages on: August 23, 2021, 08:35:41 AM
-snip- in fact on 22/8/2021 there were two posts that were deleted and I didn't get any notification on "my massages" sorry if it's presumptuous.
Similar to Jawhead's reply, that happens when the entire thread (the OP itself) is the one deleted by the mods.
The topic starter will get the "message" but the replies will just be deleted alongside with the topic.

Example of your case:
The thread where you replied - "A rumor about Shiba that is wrong" was deleted by a mod, so your reply was removed as well because it can't exist if the thread where it was posted is gone.
You didn't get a message because the OP was the one deleted by the mod.
2775  Bitcoin / Armory / Re: Armory hangs on "Organizing Blockchain" on: August 23, 2021, 04:06:57 AM
Any help or pointers would be most appreciated!
The pointers should be in the logs like goatpig requested in the previous replies.

"armorycpplog.txt" is in Armory's datadir; default paths: btcarmory.com/docs/pathing#armorydb
2776  Bitcoin / Electrum / Re: Watchtower on: August 22, 2021, 04:37:28 AM
When I try as nc50lc suggested, removing "https://" from the address, I get the following error message in the client:
I've checked my log, with "https://" it won't be able to contact the remote through the watchtower_url:
Code:
lnworker.LNWallet.[LNwallet] | could not contact remote watchtower https://user:password@127.0.0.1:9735
Without "https://", there's the same error; but, the watchtower recognized the client's channels either way.

I think "remote watchtower url" isn't necessary for localhost since the client and watchtower are both running in the same machine.
As long as "use_watchtower": true, is also in the config, it should work. (I'll edit the client setting in previous reply)

But to be sure: you can open an issue in Electrum's repository here: https://github.com/spesmilo/electrum/issues
And paste the errors when localhost is used as "watchtower_url" in the client.
2777  Bitcoin / Armory / Re: Step 4: Backup Wallet on: August 21, 2021, 04:59:10 AM
It works at my end and I'm using Armory version 0.96.5.
Done the same steps: Created a new wallet->Proceeded to Step4->Clicked 'Create Paper Backup'

The only way I can reproduce this is to select another option like "Digital Backup", then re-select "Printable Paper Backup".
After that, neither options for 'printable paper backup' is ticked.
When that happens, "Create Paper Backup" wont work until I ticked one of the options.

Refer to these images:
One option is selected:
Option not selected:
2778  Bitcoin / Bitcoin Technical Support / Re: please advice about bitcoin core wallet issue ... "input already spent" on: August 21, 2021, 04:30:24 AM
Today I deleted all "blocks" and "chainstate" folders and started to sync with network from 0, but that will take weeks to finish.
Will it find and add missing transactions to my wallet?
You could've just rescanned.
The latest scan might have left some invalid transactions in your wallet.

rescanblockchain (info) with default arguments will scan from height 0~tip.
That will take quite some time so be patient while it scans. After that, the correct balance should appear and the invalid transaction(s) will be identified.
It will take hours but not days and wont cost your internet bandwidth unlike redownloading the blockchain.
But it's too late since you've already deleted your data.
2779  Bitcoin / Mycelium / Re: Lost bitcoins - Transferring from android to iOS (Both wallets from same seed) on: August 20, 2021, 05:32:55 AM
@nc50lc
Sorry for the confusion. Thanks for the assistance.
I think you are correct on the balance that it is the change of transaction #4.

I do not think it was backed up after the transfer, therefore no new seed. With "keep on restoring it with your commonly used passphrase." you mean that I should try to guess the passphrase?
Yes, there's no way that two same wallets (Mycelium) with the same seed, will generate two different wallets unless the other has a passphrase.
As you can see, when you restored the seed to your current installation, it keeps on generating the same wallet as the Android Myceium.

By the way, since you can see the transactions.
Search the output of transaction #4 and check it it's now spent. If it is, it's most likely that your previous deleted IOS Mycelium was a fake.
If not spent, it may be the correct app and you still have a chance if you can guess your passphrase or found the correct seed phrase.

To check if it's spent:
  • First, change the blockexplorer option in the settings, among the choices, blockchain.info(com) is the one with easy indicator if the output was spent.
    (that's in "Menu/...->Settings->Block explorers->Bitcoin->blockchain.info")
  • Go to 'Transactions' tab, tap transaction #4 (should have red amount for 'send-out txns', the amount should be the "missing funds")
    It will be highlighted, then click "Show Details" above.
  • Click on the "Hash" and you will be redirected to blockchain.com through your default browser.
  • In that page, look for the outputs ("to" or the green arrow pointing right);
    spent outputs have a "red globe" icon next to it instead of a "green globe" (unspent). the change should be green since it's still in your wallet.

Last note: It's not recommended to write the BIP39 passphrase on the same paper as the seed phrase, or it will defeat its purpose.
2780  Bitcoin / Mycelium / Re: Lost bitcoins - Transferring from android to iOS (Both wallets from same seed) on: August 20, 2021, 03:56:21 AM
As I remember them:

All outgoing from Android Mycelium wallet:

1. Small to check that transfer from android to Kraken is working.
2. Sending 1 BTC from android to kraken.
3. Sending small portion from android to iPhone to see I it works.
4. Sending the rest of the balance from android to the iPhone.

5. Deleting mycelium on iPhone
6. Restoring and balance is same as Android Mycelium, 0.000X.
So it's the other way around in comparison to your previous reply, hmm...
But it still subjected to the fact that you've sent the funds to your IPhone Mycelium that 'you think' has the same seed as your Andoid Mycelium.
And the final balance "0.000X BTC" that you're seeing is the change of that #4 transaction.
The rest of the balance is in that deleted wallet, it's basically same thing.

If HCP's suggestion to create the second HD account didn't work,
you'll have to search for another seed phrase backup or keep on restoring it with your commonly used passphrase.
Pages: « 1 ... 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 187 188 189 ... 313 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!