Bitcoin Forum
May 30, 2024, 02:42:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 ... 317 »
4521  Other / Meta / Re: [proposal] child board for ledger on: May 02, 2018, 08:09:31 PM
Bitcoin Forum > Other > Meta would be the correct sub for a new proposal.
Anyway, i think new childboards for the most common hardware wallets (ledger/trezor/keepkey?) would help cleaning up the posts spread across several subs.
4522  Bitcoin / Bitcoin Discussion / Re: I just lost my entire wallet of 13 BTC. on: May 02, 2018, 08:07:53 PM
I was using the Electrum Wallets from Github. The BPrivate was from Github. I think the BDiamond was too. BTCD might have been from their site though. I’ll verify.

Did you use the 'official' wallets? Or 3rd party wallets ?
Would you mind sharing the wallets you were using (link to github) ?

I am quite interested in finding out which of these wallets was the malicious one.
4523  Bitcoin / Development & Technical Discussion / Re: Is this trafic normal For bitcoin core on: May 02, 2018, 08:01:55 PM
Assuming your node is not a pruned node and does allow incoming transactions (which is vital for contributing to the network health), yes. This is 'normal' traffic.
If thats too much traffic for you, you could disable the incoming connections.
But keep in mind that if you disable incoming connections your node basically just relays transactions. No blocks are shared with the rest of the network.
In this case you would just have a wallet which needs a lot of space on your hard drive. If you are not into contributing to the network health you can also use a pruned node (if you don't need the historical data).
4524  Bitcoin / Development & Technical Discussion / Re: From a Random Number to Mnemonic Phrase on: May 02, 2018, 07:56:04 PM
The chances of generating a valid seed like this is 1 in 16.
This means 15 out of 16 seeds won't work  Undecided
So, does this mean that the initial entropy is diminished something like 16 times?

Not exactly.
A space of 2048 words x 12 words would equal an entropy of 132 bits (2132 combinations).
Due to the fact that that 15 (28-1) out of every 16 (28) seeds are discarded, the actual entropy is at (slightly less than) 124 bits (2124 combinations).

This is definetely secure enough (at the current technological level).
4525  Bitcoin / Development & Technical Discussion / Re: From a Random Number to Mnemonic Phrase on: May 02, 2018, 07:27:48 PM
Many random combinations aren't accepted, I guess, because of the wrong checksum.

Correct.
The chances of generating a valid seed like this is 1 in 16.
This means 15 out of 16 seeds won't work  Undecided
4526  Alternate cryptocurrencies / Altcoin Discussion / Re: Ethereum or NEO Platform for Smart Contract Development? on: May 02, 2018, 06:16:13 PM
Yes, I`ve heard it is harder to make scams in NEO platform right?

Technically there is no difference between performing a scam on ethereum or on neo.

Ethereum has gained a lot of attention in the last year. This has attracted a lot of small legit companys, developer, so-called 'investors' and, of course, scammer.
The reason that most scammers choose to perform it on ethereum over neo is because ethereum offers a bigger audience (and therefore more people to steal money from).
Why would they using neo to scam people if they could make much more money on ethereum?
4527  Bitcoin / Bitcoin Discussion / Re: Bitcoin ATM accountability on: May 02, 2018, 06:11:26 PM
The provider of the bitcoin ATM provider may not be able to compensate for the loss due to the malfunction ...

Actually the provider has to compensate you for such a loss.
When using the ATM you both (you and the owner of the ATM) have agreed on a purchase agreement.
If you have paid for your coins but didn't receive them (because of power outage, etc..) you have the right to demand the coins you have bought (or eventually your money back).
4528  Bitcoin / Development & Technical Discussion / Re: How to use [ sendmany ] [ sendfrom ] command? on: May 02, 2018, 06:03:56 PM
So sendfrom and sendmany requires account?

From the RPC Help:

Code:
Arguments:
1. "fromaccount"       (string, required)

So.. yes.



So this deprecated reason is there is no need to maintain account?

You don't have to use 'accounts' in core.
sendfrom is deprecated. It is recommended to use sendtoaddress:
Code:
sendtoaddress "address" amount



Then just use these commands like sendfrom "" (blank space of account variable) is ok?

From the RPC Help:


Code:

1. "fromaccount"       ...May be the default account using "".
4529  Bitcoin / Development & Technical Discussion / Re: How exchanges make wallet adresses? on: May 02, 2018, 05:44:26 PM
How to make this automatic monitoring and doing some commands part?

You can do this with the language you are most used to.
There are libaries available for the most commonly used languages.
You simply code the logic in your desired language and then use RPC calls via a libary.
4530  Bitcoin / Bitcoin Technical Support / Re: Transactions accelerators for BTC on: May 02, 2018, 05:41:29 PM
What does transactions accelerators for BTC?

Transaction accelerators are services offered by people who have direct access to a mining pool (and to the list of transactions going to be included).
One a transaction is 'submitted' for acceleration (either free or paid) the miner most likely will include this specific TX into the next block he is going to mine.

Those were helpful when fees were significantly higher and a lot of people chose a fee which was too low. This has led to a massive amount of transactions waiting to get confirmed.
4531  Bitcoin / Bitcoin Discussion / Re: Do we really have financial privacy and anonymity? on: May 02, 2018, 05:31:39 PM
https://www.walletexplorer.com/ identifies any wallet provider and https://www.chainalysis.com/ link them all together.

Walletexplorer does not 'identify a wallet provider'. This service links outputs which has been spent together to create a list of addresses which belong to one 'wallet'.
And chainalysis.com is a company which provides a private investigation service.



Mixer services cannot render void the analysis in my opinion.

This depends on what kind of mixing service you are using.
Take chipmixer for example. You get private keys with the corresponding balance. You can move your coins whenever you wish.
Not traceable by any kind of blockchain analysis.

4532  Bitcoin / Electrum / Re: Brute Force Tool for Seed with One Wrong Word. on: May 02, 2018, 01:44:13 PM
Hello,

this is exactly situation where my friend is now. He is 14 words and one word is missing. Is it possible to use this tool for the waves platform? Can I do some changes in the code for working in the waves?

Thank you a lot!

Yes, you can change the code as you wish.
Just change the wordlist according to the required one and set the 13 words you know. Let it then iterate through the word list to find the missing word.

To make it a bit faster:
Instead of iterating all words a simple checksum can reduce the search space to 1/16 (with 12 word electrum seeds). This is a pretty decent increase in runtime.
Additionally it also speeds up the whole process if you remove the console output (I/O operations are expensive in terms of time).

4533  Bitcoin / Development & Technical Discussion / Re: What is benefit of using paid API? on: May 02, 2018, 12:25:55 PM
How many time saving if use it?

This fully depends on the amount of requests you are going to do and the kind of your alternative setup you would be using.
Without those two factors no comparision can be made.

For exchange.

This does describe the scenario, but neither 1) how much requests you need to process nor 2) the alternative setup.
Is your alternative to run one node on a shitty cpu? Or is the alternative to have several servers with different nodes set up?

I haven't done any stress testing to check how much requests are possible with standard hardware components.
4534  Other / Beginners & Help / Re: Investing in bitcoin now!!! on: May 01, 2018, 09:11:17 PM
You should decide for yourself whether you are going to invest into bitcoin or not.
Noone will be able to predict the future price movements. If someone claims he can, he is lying.

If you believe BTC is undervalued and is going to be worth more in the future, go for it.
But if you are just trying to make a quick profit you might get burned.

If you can see (and believe in) a future where BTC will be mainstream and adopted and think the demand is going to increase heavily it probably is a good idea to jump on the train.

But never invest more than you can afford to lose! The current price just reflects the speculation of the value.
4535  Bitcoin / Development & Technical Discussion / Re: What is benefit of using paid API? on: May 01, 2018, 08:49:03 PM
Why they exist? Is it useful? Time saver?

They exist because not every service provider wants to have full nodes running. They rather use a 3rd party API service.
This gives them more flexibility and saves them additional work.



How many time saving if use it?

This fully depends on the amount of requests you are going to do and the kind of your alternative setup you would be using.
Without those two factors no comparision can be made.
4536  Bitcoin / Hardware wallets / Re: Ledger Nano S scam device from Ebay. on: May 01, 2018, 08:40:11 PM
I highly doubt anyone would go as far as installing an additional chip as it requires alot of technical knowledge and is not really worth the effort

I'd say it is definetely worth the effort!
People are storing all their cryptos on a hardware wallet.
Manipulating the hardware of a hardware wallet is definetely complex, but mostly also worth it.

While it is true that this device probably isn't physically tampered (which attacker would be stupid enough to successfully open, manipulate, close the ledger just to put a hand-filled seed paper with it),
the safest way would be to demand your money back and buy one from the original website (https://www.ledgerwallet.com/products/ledger-nano-s).
4537  Bitcoin / Electrum / Re: Electrum BUG - all Bitcoins stolen on: May 01, 2018, 08:32:51 PM
i have this problem too.
i have install electrum 3.0.3 at 26.01.2018
after 2 days i have see a output transaction and all my bitcoin lost.
don't use electrum! shit!
From where you downloaded? Did you checked the PGP signature?

from official site and not 3.0.3 version but 3.0.5

Version 3.0.5 didn't contain any vulnerability.
The most probable scenario is that your pc got infected by malware which led to a theft of your coins.
Did you check the signature? Or at least comparing the hashes? This could exclude a malicious version of electrum.
Was your wallet password protected?

You should definetely run some anti virus checks.
4538  Bitcoin / Electrum / Re: Forgot my password to Electrum on: May 01, 2018, 08:21:55 PM
I have been able to gain access to a file and was able to open it.  It has all of my sending and receiving addresses, seed, type of wallet, xprv and xpub. 

You are able to recover your funds with either your seed or your xpriv key.
Simply follow TryNinja's steps to import the seed into a new electrum wallet.

Keep in mind that it is NOT advised to store such sensitive information (seed, xpriv) on your PC.
If you have them unencrypted it might be more convinient (and not much less secure) to simply use electrum without a password.

You should either store such information only 1) properly encrypted or 2) offline (e.g. written on paper, offline pc, ...).
4539  Bitcoin / Bitcoin Technical Support / Re: URGENT! Was I double charged? on: May 01, 2018, 08:09:45 PM
The wallet that you are spending from has more amounts of bitcoin than what you are sending and the difference is returned to your other address as change minus the miner fees.

A 'wallet' is a piece of software which manages your private-/public- keys.
Each time you receive BTC, you get one 'bill' cointaining the amount you have received.

When you try to send some BTC your wallet takes as much 'bills' as necessary and 'destroys' them in order to create 1 'bill' for the actual transaction (the amount you want to send) and 1 'bill' for your change.
Also explained here.
4540  Bitcoin / Bitcoin Technical Support / Re: Collisions on: May 01, 2018, 08:05:08 PM
There was a service suggesting that you roll a 6 sided die a certain number of times to generate yourself a private key that is totally random.

Dice tossing seems to be random but in reality only is pseudorandom.
Each small 'anomaly' of the dice could already hurt the randomness. Thats also the reason why casinos are always replacing/renewing their dices. To get as close as possible to randomness.

While a dice isn't completely random it probably won't play any role when creating a private key since the variance is too low to be exploited.
Generating true randomness is a tough task.
Pages: « 1 ... 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 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 ... 317 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!