Bitcoin Forum
June 23, 2024, 08:38:23 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 61 62 63 64 65 66 67 68 69 70 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 ... 276 »
2201  Other / Beginners & Help / Re: Is it OK to use one Core client for two Core wallets? on: September 25, 2022, 11:17:51 PM
There is no problem with doing that.
You can have as many as wallet you want in a single device.
Just take note that if you have downloaded the blockchain in pruned mode, you have to redownload it every time you import a new wallet.dat file.
2202  Other / Beginners & Help / Re: Hardware wallet or Bitcoin Core wallet? on: September 25, 2022, 11:08:25 PM
If I may, what makes Electrum a bit less secure than the Bitcoin core wallet? Sorry if my questions are silly, I've been out of the loop for quite some time, lol.
If electrum is used properly is secure enough.
For example, if you install electrum on a device which has been infected with a malware or someone has access to your keys, you can lose your bitcoin. This applies to bitcoin core as well.

If you want your electrum wallet to be completely secure, it should be created on an air-gapped device. Otherwise, there's always the risk of getting hacked. Whether it's electrum or it's bitcoin core.
2203  Bitcoin / Electrum / Re: History of transactions and balance don't match after switching to Electrum on: September 25, 2022, 10:59:41 PM
Yes I was making transactions from Core.
So, it's possible that you have bitcoin in your change address(es).
In one of your previous posts, you said that you imported private keys of your receiving addresses. That's probably why you didn't get the correct balance on electrum. You missed change addresses.


Btw, will it work if I delete this Electrum and set up a new one, importing all necessary private keys into it?
Yes, you can create as many as wallets you want. Nothing stops you from doing that.
2204  Bitcoin / Bitcoin Technical Support / Re: How do I identify the valid checksums for bip39 if I generate 11/12 of the word? on: September 25, 2022, 10:42:08 PM
1) How does one identify the corresponding bit pattern from the BIP 39 word list?  Is it as simple as finding out full BIP 39 word list and then the patterns are in alphabetical order? For example would I be correct to assume that the first word alphabetically on the BIP 39 list is abandon and so the 11 bit pattern would be 00000000001 whereas the second word alphabetically is ability which should correlate to 00000000010 ?).  
Yes. Just take note that the first word (abandon) represents 00000000000 and the second word (ability) represents 00000000001.


2) Do you know an easy way to identify the SHA 256 hash of a 128 bit stream offline in a widows PC or an android device?
If you are familiar with python programming, you can use hashlib library.
2205  Other / Beginners & Help / Re: Hardware wallet or Bitcoin Core wallet? on: September 25, 2022, 10:17:58 PM
The answer depends on what you are trying to achieve.

If you use bitcoin core and run your own node, you would have more privacy. With using bitcoin core, you can also help the network with validating transactions and blocks and keeping a copy of the blockchain.
The downside is that you need to download a very big size of data.

If you don't care about your privacy that much and you don't have any problem with connecting to servers owned by third parties, you don't need bitcoin core.
You can use a hardware wallet. It's much easier than using bitcoin core.

I'm going to look into Electrum (I have to be honest, I haven't heard of it before)
Electrum is surely one of the best bitcoin wallets.
It's open-source and gives you full access to your private keys.

Warning:
Download electrum only from its official website and do not forget to verify your download.
2206  Bitcoin / Electrum / Re: History of transactions and balance don't match after switching to Electrum on: September 25, 2022, 10:04:29 PM
Is it necessary to import the whole list to Electrum?
If you don't know which of them are funded and which of them are empty, you can import all the private keys.


Or just to choose only change addresses?
You didn't answer the question I asked in my previous post.

Have you ever made any transaction with your wallet?
If no, there is no need to import private key of change addresses. All of them are empty.
If yes, you can check those transactions in a block explorer, find the change address and import their private keys into electrum.
2207  Bitcoin / Bitcoin Technical Support / Re: How do I identify the valid checksums for bip39 if I generate 11/12 of the word? on: September 25, 2022, 09:41:12 PM
Maybe if I try to clarify a little bit further as far as to what I'm trying to do exactly it might be able to give us a better picture of whether it's feasible or not.
I fully understand what you are trying to achieve.


Specifically what I'm trying to do is print out a list of the 2048 bip39 words and randomly select 12 to create my own offline generated seed. Can this be feasibly done?
If you select 12 words, there's a big probability that your seed phrase doesn't pass the checksum.
Instead, you can select 11 words and then try to find a word which lead to a valid BIP39 seed phrase. By valid, I mean it passes the checksum
This is completely feasible, but it's not a common method for generating a seed phrase.
If you insist on generating your seed phrase in this way, you should make sure that the words are picked 100% random.

For generating a BIP39 seed phrase, I would start with a random 128 bit entropy instead of directly going to the word list.
2208  Bitcoin / Bitcoin Technical Support / Re: How do I identify the valid checksums for bip39 if I generate 11/12 of the word? on: September 25, 2022, 09:21:34 PM
Specifically I'm interested in generating a 12 word seed but my understanding is that the 12 word would be a checksum.........
This is not true.
The checksum isn't the last word. The checksum is the last 4 bits.
Each of words include 11 bits. The first 7 bits of the last word have been generated randomly and its last 4 bits are the checksum.
So, if you have 11 word, for selecting the 12th word, you have to test different words until you find a valid word. As I already said in my previous post, 128 out of the 2048 words will lead to valid BIP39 seed phrase.
2209  Bitcoin / Bitcoin Technical Support / Re: How do I identify the valid checksums for bip39 if I generate 11/12 of the word? on: September 25, 2022, 09:09:20 PM
You have 11 words and you want to select the 12th word, so the BIP39 seed phrase passes the checksum. Am I right?

If I have understood you correctly, first of all note that that's not how a BIP39 seed phrase is generated.
It's not that 11 words are generated and then the 12th word is selected. Instead you generate a random number and your seed phrase represents that number. Your seed phrase provides 128 bits of entropy and 4 bits are added as the checksum.

Anyway, if you have the first 11 words and you want to have valid BIP39 seed phrase, there are 8 words that can be used as the 12th word.
To find that word, you should use brute-force method. This means that you should test all the 2048 words one by one.

The post has been edited. Thanks  o_e_l_e_o for the correction.
2210  Bitcoin / Electrum / Re: History of transactions and balance don't match after switching to Electrum on: September 25, 2022, 08:58:36 PM
Have you ever made any transaction in bitcoin core?
If you have done so, it's possible that the missing fund is on your change address(es).

Take note that if you make a transaction in bitcoin core, the remaining balance goes to a new address called change address. If that's the case, you need to import the private key of the change address into electrum.
2211  Other / Beginners & Help / Re: The best cryptocurrency wallet to use between cold and Hot wallets. on: September 25, 2022, 08:43:46 PM
low to moderate transaction fees
Non-custodial wallets don't charge any fee for the transactions. So, it doesn't make sense to say that I select a wallet with low fee. You should use a wallet which allow you to set the fee and estimate the required fee rate well. Your suggestion (electrum) is surely a good option.
2212  Other / Beginners & Help / Re: The best cryptocurrency wallet to use between cold and Hot wallets. on: September 25, 2022, 09:48:30 AM
Also make sure the wallet is non-custodial wallets that you always retain the private key, and  you have total control over you fund.
This is true, but take note that being non-custodial isn't enough. You should use a non-custodial and open-source wallet.
If the wallet isn't open source, you don't know how the keys have been generated and whether you are the only one who has access to the keys or not.
For example, trustwallet is a non-custodial wallet, but since it's close source, I wouldn't recommend it.
2213  Other / Archival / Re: Current list of exchanges without KYC on: September 23, 2022, 10:51:21 PM
ExchangeWithdrawal limit
per day
Fee for
withdrawal BTC
Minimum
withdrawal BTC
Other restrictions
for users without KYC
___________________________________________________________________________________________________________________________________________
KuCoin1 BTC0.00002-0.0005 BTC0.0005 BTCDaily trading limit - $1400
Are you sure about trading limit of 1400 dollar on kucoin? I made a search and couldn't find any official announcement.
Even if there's such a limit, it should be for trading cryptocurrencies with fiat and I don't think there's any limit for trading cryptocurrencies with cryptocurrencies.
2214  Bitcoin / Electrum / Re: Where to see the seed on: September 23, 2022, 09:54:09 PM
At this point I suggest you create a new wallet, write down the seed phrase, store it someplace safe, then send all the funds from your old wallet to the new one.
OP is not able to make transaction from his/her wallet.
According to this post, the wallet he/she is talking about is watch-only.

To OP:
If it was possible to export the seed phrase from a watch-only wallet, then it wouldn't be watch-only.
2215  Economy / Service Discussion / Re: GINOXE.COM on: September 21, 2022, 05:00:43 PM
By the way, how did you even find about this website?
I just searched for the website in question and read some reviews.
According to one of reviews I read on scamadviser, the victim was contacted through a messaging app and was introduced to that website.
Most probably, the same thing happened to OP.
2216  Economy / Gambling / Re: I beat Duelbits on: September 18, 2022, 09:21:00 PM
I don't really understand your purpose from creating this thread.
Every day, there are many people making bet on different casinos. Should they create a new topic every time they win a bet?
2217  Economy / Exchanges / Re: Someone Sent Me Some Coins, Could Be A Mistake on: September 18, 2022, 09:12:23 PM
Someone said it could be a phishing attempt in the comment. It's not. I have actually checked the exchange wallet and the fund is there.
If you used the link provided on the email, did you check if you are in the real website?
If yes, can you tell us what exchange are you talking about?
It's possible that the exchange is a scam and they ask you to deposit some fund to be able to make a withdrawal.

2218  Economy / Gambling / Re: FreeBitco.in-$200 FreeBTC⭐Win Lambo🔥0.2BTC DailyJackpot🏆$32,500 Wager Contest on: September 18, 2022, 09:00:56 PM
--------
From my experience, the number shown in "Premium section" isn't always correct and it usually takes some time to be updated.
It's also possible that you don't see any message regarding available WOF spins, while you have some spins.

Take note that you can play your WOF spins, even if you don't see that message. To do so, click the following link.
https://freebitco.in/static/html/wof/wof-premium.html
2219  Bitcoin / Electrum / Re: Received Bitcoins were instantly gone on: September 17, 2022, 07:57:31 PM
--------------
Thanks for the great explanation.
So, it seems that there were (at least) two people with access to OP's wallet.
Both used an automated program to steal OP's fund and the one who made transaction B was luckier than the one who made transaction A.
2220  Bitcoin / Bitcoin Technical Support / Re: Where did I go wrong? on: September 17, 2022, 04:37:16 PM
I think it resyncs when you put a new wallet in too (faster than the initial sync but still might take a bit of time to load up).
It depends on whether the full blockchain has been stored on the hard drive or not.
If the blockchain has been downloaded in prune mode, you have to download the blockchain again.
Pages: « 1 ... 61 62 63 64 65 66 67 68 69 70 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 ... 276 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!