Bitcoin Forum
June 30, 2024, 09:23:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 ... 1160 »
8901  Bitcoin / Development & Technical Discussion / Re: How would you say is the most secure way to create and maintain a paper wallet? on: October 27, 2020, 09:16:44 AM
0. decide whether you want to use private key or mnemonic in your paper wallet. (the later is better since it can create as many keys as you want)
1. choose a tool that can be trusted to create the key safely. any popular wallet that has an export option is excellent for this. this choice depends on step 0 since not all tools can create mnemonics, for example bitcoin core (only private keys) or Electrum (both private keys and mnemonic).
2. choose an encryption tool and learn how to use it correctly. this must be an open source tool that is capable of strong encryption using AES. if your step 0 choice is to use a single private key you can choose a tool that supports BIP38 encryption and skip this step.
3. build your step 1 choice from source or download the binaries and verify its signature.
4. download a Linux distribution and verify its signature.
5. burn the Linux OS on a DVD, disconnect your network and boot up that DVD.
6. run the result (the "tool") of step 3 in that live OS, create a new wallet export the key/mnemonic
7. encrypt the result of step 6 with the tool chosen in step 2
8. print the encrypted result. create backups and write down the password separately in another secure place.
9. laminate the paper or use a metal plate and engrave your encrypted result on it and store it in a safe place that is not exposed to things that can damage it.
10. (important step) reboot the same DVD and try to recover the key you just created using your password and see if you can get the same address (this makes sure you have written things down correctly). if step 0 choice was a mnemonic you can send some coins to the first address and spend it using an offline/online combination of master private key (on offline backup) and master public key (on the online machine) to also test spending.

don't be afraid to create more than one paper wallet this way for testing and send money to and from that wallet before you create one final one that you end up using.
8902  Bitcoin / Bitcoin Discussion / Re: Monthly Automatic Payment using Bitcoin? on: October 27, 2020, 06:18:32 AM
The Bitcoin protocol itself does not have that capability, however there is no reason why that functionality couldn't be implemented in a wallet.
we could bend over backwards a little bit and implement it using the bitcoin smart contracts.
but since bitcoin scripts don't have the option to access the "amount" field of input or output the payer has to make deposits into the address with the amount they want to pay at the beginning of the time and the receiver can spend it at the end of the time. it woks something like this:
Redeem script:
Code:
OP_IF
  <a locktime like 30 days here> OP_CheckLockTimeVerify OP_DROP <receiver's pubkey>
OP_ELSE
  <a locktime like 31 days here> OP_CheckLockTimeVerify OP_DROP <sender's pubkey>
OP_ENDIF
OP_CHECKSIG
create a P2SH address from this and fund it at the beginning of the month. at the end of the month the receiver can easily spend the coins in this address. the second clause above is for receiver to take back their money if it wasn't claimed after 30 days but only be able to claim it after 31 days.
8903  Bitcoin / Bitcoin Discussion / Re: The number of Bitcoin whales hit an all-time high during the latest bull run on: October 27, 2020, 05:05:12 AM
At the opposite, it may come a day when all the bitcoin is held by few entities and become reserved to rich people/countries .

Surprise surprise, bitcoin can't(and isn't made to) solve economic equality in the first place, because no asset can. Ultimately it's mostly up to the people and their habits and decisions that's going to get them out of poverty, not necessarily bitcoin.
that is very true but at the same time nobody was preventing anybody from owning bitcoin when it was worth nothing and could be mined 50 at a time by just running your PC and using your CPU. again nobody was preventing them from buying it when it was worth practically nothing and you could buy lots of it with something like 10 bucks.

this means anyone who moans about others having more than them have noone to blame but themselves.
8904  Bitcoin / Bitcoin Discussion / Re: Bitcoin could destroy economy on: October 27, 2020, 04:48:27 AM
this is total nonsense.
anybody should be free to do with their own money as they choose. if a country is so worried about money exiting its boarders then they should try to change their country and create the incentive to keep the money inside and also attract foreign investment. by placing restrictions they will be erasing the problem instead of solving it.

as for your "abuse cases", don't worry bitcoin is not used for any of them since fiat is dominating in that area since it provides both ease of use and a lot higher anonymity. there is also gigantic US banks that help them launder their money in trillions of dollars so the criminals have no incentive to look for alternatives!
8905  Other / Beginners & Help / Re: Is bitcoin ethereum allowed? on: October 27, 2020, 04:42:34 AM
if anything it should be doubly prohibited to use altcoins that are stealing the bitcoin name and have the potential of fooling newcomers into thinking they have any sort of relationship with bitcoin. that includes any altcoin that contains the name or any token and it shouldn't be limited to the services board in my opinion.
8906  Bitcoin / Bitcoin Technical Support / Re: Is it possible to move P2PK coins using Bitcoin Core v.20.1 ? on: October 27, 2020, 04:26:18 AM
testing things like this are very easy. all it takes is for you to run bitcoin core in testnet mode (there should be a shortcut in your start menu called Bitcoin Core (testnet)), create a wallet there and send some coins to a P2PK output then try spending those outputs. keep in mind that it requires syncing and current size is 23 GB.

if you don't know how to send coins to P2PK (faucets don't accept it) just post your testnet pubkey here and i'll send you some.
8907  Bitcoin / Electrum / Re: Can't Change Coin Type in Electrum? on: October 27, 2020, 04:12:42 AM
  • Addresses
  • Transactions
  • Time the user mostly is active
  • Geo-location
there is nothing to be done about the first two since that is the design of Electrum protocol.
but the third one is not an issue unless user always connects to the same (single) node, otherwise if they connect to randomly selected nodes each time, this won't be an issue.
the last one is also easily mitigated by running Electrum through Tor since there are multiple Electrum Tor nodes to use.

How do you create an SPV node anyway? The fact that it’s some open-source program you can run alongside loggers and network sniffers that capture personal information means there must be some instructions somewhere on how to set one up.
i am curious about this myself too.
but i suppose a better solution is using advanced bloom filters/.
8908  Economy / Service Discussion / Re: How wallets make money? It is worse than you think. on: October 26, 2020, 09:23:29 AM
I had chat with one of coinomi guys, they were self funded at first and as they got established they started charging for integrations. I mean that's how any business works.

I guess part of my question would be why 2BTC now and for how long is that good for?
Is their daemon is sucking up 10x the resources of other coin daemons and the 2BTC is just an excuse to boot them.
Or was there some deal of we give you "X" BTX worth "Y" but the value crashed so much that it made it not worth it?
Did coinomi just get greedy?

We know part of the story, without knowing all of it it's just a guess.

-Dave
i guess we now have the answer to the question "why is Coinomi closed source?".
they keep fooling people by giving an unacceptable answer as "it is to prevent malicious looking copies pop up", but it seems like it is because they don't want others to just fork their wallet and add their own coin easily which is pretty simple considering majority of altcoins are copies of another coin!
basically this is their revenue and they are protecting it by keeping the wallet closed source. there is of course other shady behavior from them in the past that has made the wallet a "must avoid".
8909  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: 💰 How to start mining with low capital 💰 on: October 26, 2020, 09:09:25 AM
Mining is a losing activity for many beginners because you need to know a technique, and the more this knowledge increases, the greater your profit, so whatever profit it is still dangerous for beginners and it is better to avoid.

As for mining in altcoin, it is considered an adventure because you require that you succeed in mining properly and then calculate profits and currency fluctuations.
you may have mining confused with something else! there is little to no knowledge required in mining and that has not changed for many years, if anything things are getting easier as people just buy the mining equipment and use them as "plug and play" devices requiring very little setup.
not to mention that what OP is talking about is not exactly mining but staking that requires even less knowledge. you basically buy and store the altcoin to receive profit!
8910  Economy / Speculation / Re: What will happen next if the resistance breaks? on: October 26, 2020, 07:57:33 AM
~
My theory of volatility death spiral still holds

And the only way to unwind it is through massive cryptocurrency adoption as a means of payment. But it is highly unlikely that Bitcoin is going to be used for this exact purpose, so things are in fact even more complicated.
this theory is not new. basically each time we have been about to start a big rise people make the same claims about needing mass adoption to rise above $1, $10, $20, $200, $1000, $5000, $10000 and now again with $20000 and yet bitcoin keeps setting new records every couple of years.
it is because the adoption is already happening and it doesn't need to be some crazy scale adoption to set a new ATH. what we are getting is more than enough for it. the mass adoption is needed to reach $10 million per coin.

Quote
In a nutshell, Litecoin and Bitcoin Cash seem to be the best candidates for this role but their use as a means of payment will be hindered by the use of Bitcoin as a store of value which remains in the hands, or rather circles, of that spiral (fewer available bitcoins necessarily leads to higher volatility)
LTC has been around for nearly as long as bitcoin has been and so far it doesn't really have any usages since at the end of the day it is still a copy of a better currency.
bcash is also the same (being a copy) but it also has 2 more disadvantages the render it useless. it is both centralized and mutable.
8911  Bitcoin / Electrum / Re: Electrum... Android 7....safe? on: October 26, 2020, 07:37:43 AM
for usage it is safe. for storage it is not.

think of your android as the physical wallet that you can carry in your backpocket or like a purse. you don't store all your money in that so you shouldn't store all your bitcoins in your android wallet either.
for storage you should always create a cold storage (paper wallet, a desktop wallet on an airgap computer,...) and store your bitcoins there while only keeping small pocket change in your mobile wallet.

I thought a desktop (Windows) wallet is less secure than a mobile one. I'm getting conflicting info on this.
desktop is referred to PCs rather than indicating the operating system. you can run a Linux OS for a much better security than Windows while Windows itself isn't insecure. i also said a desktop wallet on an airgap computer which is the ultimate security if done right.

additionally you can always cut the connection between your PC and the rest of the world (no internet, no lan, no other form of connection) a mobile device on the other hand is not going to be disconnected ever, instead it will always have some sort of connection.
8912  Bitcoin / Bitcoin Discussion / Re: Help, Bitaddress.org created wallets with none matching Keys&addresses! on: October 26, 2020, 05:11:26 AM
There must be a glitch in bitaddress.org when doing it offline.
this tool is one of the oldest ones around and it is not doing anything complicated. it is a very straight forward RNG usage, pubkey derivation, hashing and encoding. all easy and simple. chances of having a bug (glitch) are very small.
8913  Bitcoin / Bitcoin Discussion / Re: Regulation possible? Regulation Inevitable? on: October 26, 2020, 04:56:26 AM
when bitcoin reaches mass adoption you no longer need to exchange it for fiat, it is already a currency and by then it will be used by majority (by the masses) so you simply use it as you would any other currency without needing to swap it with another one.

as for regulation, you are confusing it with banning. they are very different things. i don't think bitcoin will ever be banned by any more than 1% of the world (just as it is now). but it will be accepted as a legal way of payment just as many countries have already done it. that means regulations as there are regulations for fiat.
8914  Other / Beginners & Help / Re: Why I Don't Think Using Paypal For Bitcoin Tx Is Needed, Newbie Need To Know on: October 26, 2020, 04:25:51 AM
Many used to sell BTC for PayPal with some premium, everytime there was a dispute it would go against the seller of BTC. Now at least I think there will be a fair ground.
the problem is that out of all those who go on other platforms (such as this forum) to trade bitcoin using paypal, a great percentage were scammers who were trying to get the irreversible bitcoin and reverse the reversible paypal payment to make profit that way. i don't think this change affects that market.
8915  Bitcoin / Bitcoin Discussion / Re: Help, Bitaddress.org created wallets with none matching Keys&addresses! on: October 25, 2020, 08:57:43 AM
1. are you sure that you used the real bitaddress.org and not some similar looking website?
2. when you say saved it offline, you should have downloaded the source code from github not ctrl+s the website you had open in browser.
3. a private key can create multiple different types of addresses. make sure that you are deriving the same address type (checking the first character would be enough for starters. it would be "1", "3" or "bc"). you have to explicitly tell the wallet your address type when you import the key into it.
8916  Bitcoin / Electrum / Re: Electrum Update? on: October 25, 2020, 06:29:56 AM
Also does update an electrum wallet is necessary? So I can stay on the older version or try the latest version?.
for this and any other future versions it would be a good idea to check out the Electrum release notes on github[1] to see what were the major changes and bug fixes in the new versions that you would be missing out on if you skipped the upgrade. there could be a case that you also face if you are using the older version (eg. the issues with PSBT that keep being fixed in each version).

another indication is the version numbers. a major version change indicates big changes (eg. from 3.x.x to 4.x.x) that may even be backward incompatible, a minor version change usually indicates big changes too that you may need to upgrade still (eg. x.0.x to x.1.x), the third number (called patch, revision, etc.) indicates very small changes and some unimportant bug fixes (eg. x.x.0 to x.x.1).[2]
although this is not as accurate as looking at the changelog (and the code itself), and although every developer uses their own defined versioning system but it is still a good indication.

[1] https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
[2] https://semver.org/
8917  Bitcoin / Development & Technical Discussion / Re: Bitcoin Block Halving on: October 25, 2020, 06:07:46 AM
Practically speaking, this is largely correct, but I can think of a few hypothetical scenarios which would bring the next halving significantly closer.
Yes but only in the last 2016 blocks right? If the average time took between 2016 blocks is 9 minutes, then the difficulty will adjuct so the next 2 weeks will take 11 minutes. I don't get how you can trick the system, unless we're talking about 1-14 days difference.
probably by manipulating block times. all these times are measured using the time field in the block headers and a miner could put fake timestamps there within the reasonable range without getting it rejected (i believe it is 2 hours difference from real time).
although i believe it is easier to manipulate the difficulty by postponing the readjustment and the halving than it is to bringing it closer. all it takes is shutting down your miner (removing hashrate).
8918  Economy / Service Discussion / Re: 75 Crypto Exchanges have shut down since this year started and hasn't even ended on: October 25, 2020, 05:22:32 AM
My hunch is that many of these exchanges were part of the sudden influx of exchanges in 2016-2018, the time when thousands and thousands of tokens flocked the crypto market. Now, with so many altcoins dead and trading volumes of those which remained are terribly falling down, profits are also decreasing, definitely touching rock bottom to a lot.

Or perhaps the crypto market is too small to accommodate all of them, considering that the largest pieces of the pie are only divided among few exchange monopolies.

In other words, it must have something to do with profit, at least to many of them, which is not mentioned in the article. Operating and maintaining a crypto exchange might not be a profitable undertaking anymore that's why they are forced to voluntarily shut down. This must also explain the very high count of abandoned exchanges, those MIA. They wouldn't have been abandoned in the first place had they been providing juicy income to the owners.
this would be my conclusion also.
there are some people who think just because something is profitable they can also make profit if they enter that scene, but since they have no understanding of the business aspects of it, have no experience in running a successful business, are too lazy to work on it and improve it,... they simply fail. we even saw some discussion on bitcointalk with someone who was trying to build an exchange and had no understanding of the business aspects!

we see the same thing in different fields too. for example a couple of years ago there was "dice site fever" and within a couple of months we saw dozens of new dice sites be created and 99% of them failed and died.

there is also another problem in the exchange business which is people stick to the big exchanges even if they are the shittiest and shadiest services. for now the Binance exchange has taken over the altcoin market and practically controls it so there is no room for an alternative which is another reason why any new poorly designed exchange fails.
8919  Bitcoin / Bitcoin Discussion / Re: Max Keiser interview prediction of bitcoin change after US election and more on: October 25, 2020, 04:56:09 AM
Max Keiser has been following bitcoin for a long time. Here is his latest interview as FYI ---  I had to chuckle at his thoughts on Defi  Cheesy
Quote
DeFi is mostly just repackaged ICO scams. Avoid.
will you also chuckle if he said "sky is blue"? Wink

Quote
Bitcoin price will 'bolt higher' if Biden wins, rise slower with Trump — Max Keiser
bitcoin will move as it supposed to regardless of US election and regardless of who wins it, neither of the candidates have any kind of special stance towards bitcoin to have any kind of significant effects on its price rise!
besides who cares about what people like Max Keiser said, have you forgotten that he was in the same campaign as Tom Lee predicting an ATH during the bubble pop and bear market of 2018 just to be seen?!
8920  Bitcoin / Bitcoin Discussion / Re: Why should we welcome centralized bodies for Bitcoin mainstream on: October 25, 2020, 04:42:32 AM
BUT when they come in and want to become something like a "bitcoin bank" by adopting bitcoin, then that is a big malicious move in my opinion. that is what PayPal seems to be trying to do. they want you to give up the freedom you gained by using bitcoin again and rely on them once more!

I don't think PayPal has a malicious intention of taking away the freedom of Bitcoin users, if they did, they would have been active in Bitcoin field years ago. They simply want to make money just like what they do with fiat. This doesn't mean that their service is good or safe to use, I just don't think there's any malicious intent behind it.
that is my assumption too, they want to get in on the money making train and get their share for now. but at the same time, they are basically acting like a custodial wallet and a "bank" since they don't seem to have any plans on letting their users take the bitcoin out of their account and to their local (eg desktop) wallets where they control the keys after they dumped their fiat.
Pages: « 1 ... 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 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 ... 1160 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!