Bitcoin Forum
May 02, 2024, 11:49:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
2541  Other / Beginners & Help / Re: Hard Drive Encryption and Steganography, looking to increase opsec on: December 19, 2019, 05:34:50 PM
VeraCrypt is best option, but if you're linux user, you can use built-in encryption option (LUKS or LUKS2)

If you’re using Windows 10 pro or enterprise, you can use Bitlocker which comes with the system.

I wouldn't trust BitLocker since AFAIK it's closed source and has been cracked few times previously.
2542  Other / Meta / Re: Reducing (removing) airdropped merits for those who didn't earn 1 single merit on: December 17, 2019, 04:45:30 PM
It's unnecessary and would create more than problem than it resolves.

If the main goal is to stop signature campaign spammer, then i have another idea such as :
1. Signature limitation based on your merit amount, not your rank
2. Signature only enabled for those who earned x amount of merit within y last month
2543  Bitcoin / Wallet software / Re: Some thoughts about wallets. Random thoughts from Dave. on: December 16, 2019, 05:25:14 PM
Regardless what other people said, being open-source or partially open-source should be important aspect when looking for Bitcoin wallet.
People should remember than Bitcoin and most P2P protocol (Tor, BitTorrent, BitTorrent's DHT etc.) only able to success because they are open-source.
2544  Bitcoin / Bitcoin Technical Support / Re: BitCore Error: corrupted data base on: December 14, 2019, 05:10:51 PM
we're talking about BitCore
I assumed that was a typo, otherwise this thread should be moved to the Altcoins board.

While there's cryptocurrency called BitCore, there's a Bitcoin full node client called BitCore (https://bitcore.io/).
Unless OP explicitly he's talking about BitCore cryptocurrency, then this thread belongs to this section.
2545  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core's prune node. Please help to use it safely. on: December 11, 2019, 02:55:18 PM
I don't think USB drives can help to store (not enough GB capacity) the whole blockchain database after I sync my wallet today.

USB is just the interface. He could mean USB HDD drives which is cheaper than USB flash drive or USB SSD drive.

By the time the blockchain reached 400GB, a 1TB HDD would be less than $20, in fact, you can get some 2nd-hand units in that price range today.

I wouldn't recommend using 2nd-hand or refurbished HDD for intensive tasks (e.g. running full node client).
2546  Bitcoin / Development & Technical Discussion / Re: List of BIPs? on: December 09, 2019, 05:29:57 PM
If you only meant approved BIP, see https://github.com/bitcoin/bips

But if you're looking for all BIP (including rejected or pending ones), AFAIK there's no such lists, you need to find each rejected/pending BIP by yourself.
Usually it's located on git repository where they made the application or mailing list (e.g. https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev)
2547  Bitcoin / Development & Technical Discussion / Re: Is it possible that a transaction lost ? on: December 06, 2019, 07:13:28 PM
It is however very hard to really lose BTC because of that issue, because there is always the option of rebroadcasting it, as others pointed out. Even if a seller of a (virtual) good is naive enough to accept an 1-conf transaction, sends the virtual good to the buyer, and the block including it becomes orphaned, then the sender wouldn't be able to scam the receiver as long as the receiver of the transaction is using a full-fledged Bitcoin client (even Electrum should be enough) - because if he simply rebroadcasts the transaction he received it will be eventually confirmed.

True, but it requires the receiver to rebroadcast the transaction. The potential problems are :
1. The seller isn't aware about orphan block (unless the seller regularly check his/her bitcoin wallet)
2. If the seller don't "save" the raw transaction, it's not easy to find the raw transaction in order to rebroadcast it.
2548  Bitcoin / Wallet software / Re: Mobile hardware wallets - are they really worth the attention ? on: December 06, 2019, 07:08:13 PM
Without proper security audit, i would assume it's only as secure as other bitcoin wallet and i would say it's not worth if you compare it with more known hardware wallet such as Ledger Nano or Trezor.
Running full node is ridiculous (for now), due to high storage usage & broadcast/receive all transaction and block. Running a full node from your home or VPS and connect to it from your smartphone is more sensible option.

TLDR : No, it's only smartphone with wallet/full node application.
2549  Bitcoin / Press / Re: [2019-11-27] 2020 Banks in Germany to offer Crypto Sale and Storage on: December 05, 2019, 04:01:43 PM
he only way I could ever see it being secure is if they don't actually allow customers to withdraw cryptocurrency directly, which would make it almost useless.  The banks would then have full control over how, where and when you can spend those funds.  That would only bolster the argument about how you need to be in control of your own funds to see any tangible benefits.

Your statement reminds me about this news : Mastercard Wins Patent for “Managing Fractional Reserves of Blockchain Currency”

Now they join us

I doubt this about this part. Custodial wallet/storage defeats the purpose of Bitcoin, it's no different from storing your fiat or goods (e.g. gold, jewelry) to banks.
2550  Other / Beginners & Help / Re: What is cryptocurrency block? on: December 05, 2019, 03:06:39 PM
There's nothing much to say about block,
1. It stores some transaction and smart-contract execution (for cryptocurrency with smart-contract)
2. A block always metadata such as previous block, timestamp and consensus (PoW, PoS, etc.) information (depending on the cryptocurrency)
3. Usually it has fixed maximum size

P.S. You should specify your question to get good answer
2551  Bitcoin / Bitcoin Technical Support / Re: Bitcoincore installation on Ubuntu 18.04 on: December 04, 2019, 01:16:50 PM
You can fix problem "command not found" by installing software-properties-common with command

Code:
sudo apt-get install software-properties-common

Then all you need to do is follow the guide.

Source : https://tecadmin.net/add-apt-repository-command-not-found-debain-ubuntu/

I found guide for ubuntu 16 is it the same for 18?
Hmm the best guide is the doc, isn't it ? https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#ubuntu--debian. Seems pretty straightforward, install the deps, clone and compile. Ask a question here if you have a problem ;-).

Looks like OP is beginner on Linux, so i think compiling from source code isn't best idea.
2552  Bitcoin / Development & Technical Discussion / Re: Why don't we have bitcoin smart contract? on: December 04, 2019, 01:10:32 PM
But the smart contract platforms people talk about make escrow smart contracts just easy to use, safe, simple. IF the scripts you just shared are so easy to use (they're not for me), why isn't it brought up to be used more often in the p2p trades this forum sees every day? We're still heavily reliant on hiring forum escrowers for big trades.

pooya87's script is about 2-of-3 multi signature address and you already can use it easily (without need to know about scripting) by using wallet which support multi signature wallet such as Electrum.

And obviously hiring escrow is still needed.
2553  Economy / Exchanges / Re: [2019-12-03] Bitfinex is enabling the Lighning Network on their platform on: December 03, 2019, 01:04:29 PM
Looking at past news, HodHodl was the first exchange which support LN.

I wonder how may people will use LN to deposit their Bitcoin since LN is intended for micro-transaction which need fast confirmation time.
2554  Bitcoin / Bitcoin Technical Support / Re: Moving not fully sync wallet Bitcoin Core? on: December 02, 2019, 07:44:45 PM
The fresh electrum wallet shows no value. I looked around and just under the tab "adresses" it shows 2 BTC adresses (not the ones I had on Core) with a green marker.
Now Im confused. I think maybe wait a bit time, but after a few hours I don't know if something is wrong.

Try to import your private key again, but with prefix "p2wpkh-p2sh:" (for Bitcoin address with prefix 3), "p2wpkh:" (for Bitcoin address with prefix bc1) or "p2pkh:" (for Bitcoin address with prefix 1) instead.

Code:
p2wpkh-p2sh:<your private key>
p2wpkh:<your private key>
p2pkh:<your private key>
2555  Bitcoin / Development & Technical Discussion / Re: Smart Contracts ..where are we now in their advancement ? on: December 01, 2019, 09:13:30 AM
Unfortunately... People like centralized systems,-- they have lots of nice usability properties, people are willing to ignore their flaws/risks, they are easy to develop, and *critically* they are easy to monetize.


unfortunately, I think you are clueless, you need to understand that most people still haven't discovered decentralized technology, some people only heard of bitcoin and second of all the decentralized technology needs improvement, faster, ect.

I disagree. Many people who've discovered Decentralized technology (Bitcoin, BitTorrent, IPFS, etc.) still prefer centralized technology.
It's been proven by :
1. how many people store their Bitcoin on custodial wallet or exchange (which isn't intended to store Bitcoin)
2. low volume of DEX
2556  Local / Bahasa Indonesia (Indonesian) / Re: [Guide] Cara Mematikan 'Keylogger' Bawaan Windows 10 on: November 30, 2019, 07:03:24 PM
Jika khawatir dengan Keylogger dan fitur lainnya yang mungkin mengambil data pribadi anda, lebih baik berhenti menggunakan Windows 10 dan menggunakan OS lain seperti Mac OS X ataupun GNU/Linux.

Meskipun semua fitur tersebut dinonaktifkan, Windows 10 tetap mengirim data pribadi anda[1]

Sumber :
1. https://thehackernews.com/2016/02/microsoft-windows10-privacy.html
2557  Bitcoin / Bitcoin Technical Support / Re: Open Port 8333 Necessary to Broadcast Transactions? on: November 28, 2019, 07:49:10 PM
Open Port 8333 is only necessary if you plan to contribute to Bitcoin Network or actually running a full node.
2558  Other / Beginners & Help / Re: Which dex for converting ETH to BTC? on: November 27, 2019, 06:57:41 PM
Personally, i recommend https://bisq.network/. They also have bitcoin-to-fiat (and vice-versa), even though it comes with many risks.

There are many decentralized exchanges but some of them become a scam.

Or centralized exchange pretend to be decentralized exchange
2559  Bitcoin / Hardware wallets / Re: Ledger Firmware 1.6.0 - Known Bugs and Issues on: November 23, 2019, 07:25:26 PM
Feel free to offer your advice how to best go about doing this.

Don't update your Ledger firmware to version 1.6.0, i was about to update mine Tongue

IMO people should make sure they've made backup of their mnemonic/recovery phrase before risking update to version 1.6.0, even if i doubt the storage will be corrupted or wiped out.
2560  Bitcoin / Development & Technical Discussion / Re: "Blockchain-as-a-Service" does it worth to use? on: November 20, 2019, 06:15:45 PM
There is a funny circular reference here, as the joke-chart is actually the first chart in the link you provided, that is the same link I linked in my post where I first posted the chart...

I know and i intentionally use same link as source Roll Eyes

Which brings us to the next debate, does your app/company need to work through the costly inefficiencies to achieve censorship-resistance?

The chart is only one of example chart, blockchain application isn't limited for an application or company. DEX and Casino on blockchain (with smart-contract help) are the prime example which need to be censorship-resistant.
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!