Bitcoin Forum
May 03, 2024, 09:27:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 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 ... 317 »
1281  Bitcoin / Bitcoin Technical Support / Re: Why can't I compile the bitcoin source code? on: August 19, 2020, 02:39:47 PM
I did the command you told me. All of these were installed successfully. Now I'm building it with:

Code:
./autogen.sh
./configure
make

Well this is what it returns:

~snip~


Did you read and follow the Instructions?

Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which are based on BerkeleyDB 4.8. If you do not care about wallet compatibility, pass --with-incompatible-bdb to configure.


Do you have libdb-dev and libdb++-dev installed?
If not, install them:

Code:
sudo apt-get install libdb-dev libdb++-dev
1282  Bitcoin / Bitcoin Discussion / Re: Points, Miles, Cash-back... Should we create similar systems in bitcoin? on: August 19, 2020, 01:47:35 PM
I think it's impossible to add a credit system direct to bitcoin and i will explain why. If the bank loans you $1000 with 10% interest, then you have to get that extra $100 from somewhere. And bitcoin has a number of coins, so, since people can't create more coins from nowhere (Like banks printing money) the most of the people will not be able to pay back the loan with interest.

OP never mentioned anywhere that a credit system should be created.

He is talking about the advantages credit cards have (points, miles, cash back).
Further, he proposed something like 1%-2% cash back / rebate when paying with BTC than compared to paying with FIAT.


@OP
There are already crypto cards available which give you cashback in crypto when using them.
Further, each merchant would have to decide for him/herself when accepting crypto. Nothing speaks against merchants giving a discount when paying with specific payment methods. Actually this is being utilized already (not with crypto tho afaik).

I am not sure what kind of system you are thinking about which would be needed.
1283  Bitcoin / Wallet software / Re: FOR NEWBIES, wallets to choose from and analysis by Veriphi on: August 19, 2020, 01:41:00 PM
But to be my own bank, and to put a large part of my savings in Bitcoin, give me overkill security with a hardware wallet AND a dedicated Bitcoin computer, than something I might regret.

True.
But an encrypted USB stick is not comparable to a hardware wallet.

Using a dedicated (online) PC with an USB stick containing the sensitive information -> overkill for a hot wallet.
Using the dedicated PC offline as a cold wallet -> more secure and doesn't require more hardware/devices.

An encrypted USB storage device does not have any hardware security. The private keys are being unencrypted and accessible when a transaction is being signed.
This does not apply to a hardware wallet, where the private keys are inside of a secure element which does not leak any data while signing transactions.
1284  Bitcoin / Development & Technical Discussion / Re: Bitcoin Dust on: August 19, 2020, 01:16:04 PM
I realize you can track addresses to IPs via running a node, I just wasn't sure how dusting would make it easier as the article claims.

It doesn't.

Most articles you can find online about something crypto related are full of wrong information.
I rarely see good articles without any major mistakes.

However, depending on the wallet you are using, you might be linking your IP and your addresses together all the time.

If you aren't using a full node or a privacy-orientated lightweight wallet (e.g. wasabi), you are most likely leaking information about you towards the server fetching all information from the blockchain.
1285  Bitcoin / Development & Technical Discussion / Re: New "Tier Three" Programming Language: Minsc on: August 19, 2020, 01:09:07 PM
I just hope newcomers don't copy-paste minsc code without good understanding of what it does.

That's pretty optimistic  Grin
I wouldn't count on that. But that's the problem with everything, not just bitcoin scripts.

People visiting URLs, downloading mail attachments, activating macros.. everything happens all the time. And copy/pasting bitcoin scripts probably will happen too.
But i guess it is easier to steal coins by telling the victim to download/execute something, so this shouldn't be a big issue ?
1286  Bitcoin / Development & Technical Discussion / Re: Electrumx not updating with mempool transactions on: August 19, 2020, 01:04:20 PM
I'm with ETFbitcoin here.
The bottleneck seems to be your external disk.

Is your disk attached via USB2 or USB3?
Could you temporarily copy the required data onto an internal HDD and try it again? This would confirm whether the HDD is the bottleneck causing the issues. An external SSD connected via USB3 should be fine too.
1287  Bitcoin / Bitcoin Technical Support / Re: Need help recover bc wallet ready to give from min 200$ to 20% depends on help on: August 19, 2020, 12:53:25 PM
The fastest way to access your coins is number 2) mentioned by HCP.

Install core, copy your wallet.dat file into the data directory of core, start it up and export the private keys.
Then use any lightweight client (electrum is easy to use) and import them. You'll be able to send them to a new address without needing to download the whole blockchain.

However, before installing electrum, make sure to verify the signature. You don't want to lose all of your coins because you accidentally downloaded a fake version of electrum.



And don't listen to these 'professionals' who will tell you to start deleting things or to save less.
It blows my mind that they will stop at nothing and tell you that it's ok to start trashing and deleting things.

You do realize that no one ever suggested to delete something?
1288  Bitcoin / Electrum / Re: Where does verifying the signature help? on: August 19, 2020, 12:43:35 PM
They used both hot wallet and cold wallet. Hot wallet for the frequently using and the cold wallet for storing offline, which impossible to hack. Unlike if the hacker will be able to steal the physical wallet which is most likely will not happen.

Gaining physical access is not always necessary.
It depends on their system and network topology. If their (online accessible) server is doing the requests to top up the hot wallet, it might be possible to compromise the cold wallet by compromising their server.
Obviously, this would be negligent and definitely not a real cold wallet. But the possibility exists, especially if no it security specialists have been hired.



So, both or each wallet has unique in generating seed phrases and this Electrum wallet uses HMAC for the authentication.
this statement makes no sense. HMAC is not used for authentication! it is used instead of the checksum and later as a key derivation function.

Well, the HMAC is a hashed message authentication code. It is usually used to protect the integrity of messages.
But @sheenshane probably just read the wikipedia article and thought he knows what it is used for in the key derivation of electrum.. Therefore his statement made little to no sense.
1289  Bitcoin / Development & Technical Discussion / Re: Best Way to Encrypt Recovery Words for Wallet for Heirs? on: August 19, 2020, 12:18:48 PM
I partially agree with o_e_l_e_o.

I'd like to suggest a few improvements:
  • Use an open source project from github which makes it easier to reconstruct the executable in X years.
  • Do not only include the source code / instruction in the will, but everyone having a share should know that. Just go for 3 out of 3 shares.
  • It doesn't necessarily have to be Shamirs secret sharing scheme. There are other cryptogrpahically secure sharing schemes available, such as Mignotte's or Asmuth-Bloom's scheme. Rather go for open source and reproducible, regardless whether it is Shamir's or an other secure scheme.
1290  Bitcoin / Development & Technical Discussion / Re: Best Way to Encrypt Recovery Words for Wallet for Heirs? on: August 18, 2020, 02:11:05 PM
Exactly - you will need 3 parts to access the balance.

With your approach only 2 shares are required:
  • HW Wallet + Pin or
  • Mnemonic code + Password

And with a discovered vulnerability in the HW wallet, maybe only the HW wallet is enough.
You shoudn't treat a HW wallet as completely secure against someone who has a lot of time, technical knowledge and access to the device.
1291  Bitcoin / Development & Technical Discussion / Re: Best Way to Encrypt Recovery Words for Wallet for Heirs? on: August 18, 2020, 02:01:18 PM
Why not load hardware wallet with your seed + add extra password + add pin?

Read the OP, and you'll know why.
This simply does not work the way OP wants/needs it.

It is about collaborated access to the funds, not multiple layers of security.
1292  Local / Anfänger und Hilfe / Re: So archiviert ihr einen Bitcointalk-Beitrag on: August 18, 2020, 01:47:44 PM
Um das archivieren noch etwas einfacher zu machen, kann auch einfach ein Bookmark erstellt werden, welches folgende URL enthält:
Code:
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location)))

Damit kann man, wenn man sich auf der zu archivierenden Seite befindet, einfach auf das Bookmark klicken und die Seite wird archiviert und öffnet sich in einem neuen Tab.
So spart man sich einige Klicks und copy&paste.

Ein Klick genügt  Wink
1293  Local / Anfänger und Hilfe / Re: PC Problem Temp Ordner müllt sich zu mit .evtx ???? on: August 18, 2020, 01:45:36 PM
Windows  Roll Eyes
Man lernt ja wirklich nie aus, was Windows so alles für einen Müll produziert  Grin

@hanspeter77, könntest du mal aufzählen, was du schon alles probiert hast? Ist schwer Vorschläge zu machen, ohne zu wissen was du bereits (erfolglos) probiert hast.
1294  Bitcoin / Development & Technical Discussion / Re: Best Way to Encrypt Recovery Words for Wallet for Heirs? on: August 18, 2020, 01:36:57 PM
OP wanted a system which would make it difficult for the cousin and friend to collaborate with each other and steal his coins. A 2-of-3 secret sharing scheme does not achieve that.

But a 3 out of 3 scheme does.


If it were me, I would simply use a reputable open source encryption program such as VeraCrypt or GNU Privacy Guard.

Using a container is probably the best approach for people with little technical knowledge.
Although, one could argue that googling "AES decryption" or "secret sharing scheme X" shouldn't be too hard.
1295  Bitcoin / Wallet software / Re: Wallets that support BIP47 and PayNyms for Privacy on: August 18, 2020, 12:48:07 PM
Can we please get more comments from DT and tech-savy members.?

Comments about what? Reusable payment codes?

Just look at the forum. The majority of people are using a wallet which does not protect their privacy at all.
Even worse, the majority gives away any personal information for a few $. Just take a look at the so-called "bounty" section. It is crazy how negligent those people are.

You will only find a small percentage of people on here who actually care about there privacy.
1296  Bitcoin / Development & Technical Discussion / Re: Best Way to Encrypt Recovery Words for Wallet for Heirs? on: August 18, 2020, 12:43:53 PM
using secret sharing in place of encryption is crazy in my opinion. you are basically reducing the security of your key by 50% when you split it into two parts and that is a huge security reduction.
you also don't know what flaws the secret sharing algorithm may have or how optimized it could get in the future to recover such keys that also have 50% less security.

A secret sharing scheme has the property of not disclosing any information about the secret with less than the required amount of shares.
With N-1 shares where N is the amount of required shares, you don't gain any information about the secret at all.

A secret sharing scheme does not mean you split the words in two halves, since this indeed does reveal information about the secret.
1297  Bitcoin / Electrum / Re: Electrum wallet uncomfirmed transaction be used to pump fee on: August 18, 2020, 12:41:12 PM
Yes, exactly. That is what I meant. Which means unconfirmed transactions can not be used to pump fee on electrum wallet.

Yes, and that would match what has been proposed with RBF:


One or more transactions currently in the mempool (original transactions) will be replaced by a new transaction (replacement transaction) that spends one or more of the same inputs if,
[...]
    The replacement transaction may only include an unconfirmed input if that input was included in one of the original transactions. (An unconfirmed input spends an output from a currently-unconfirmed transaction.)
[...]

So, you can only use confirmed UTXO's to bump a fee.
All unconfirmed inputs used, must have been used in the original transaction too.
1298  Bitcoin / Wallet software / Re: Reccomended wallets on: August 18, 2020, 11:38:24 AM
I think its a good list for brand new ppl getting into crypto for the first time.

I don't think so.
Why would you teach new people bad habits ?

Crypto is basically be your own bank.
With using web wallets and other online services to store your coins, you are relying on central entities to store your coins. Nothing is decentralized about that.

There are extremely good and privacy-focused wallets available. And there are wallets with an extremely easy-to-use GUI available.
But you didn't mention any of them.


And yes, they are referral links.... why wouldnt i use them.

Conflict of interest, maybe?
Objectively, your list is horrible.
1299  Bitcoin / Electrum / Re: Need urgent help with my Electrum wallet on: August 18, 2020, 11:31:20 AM
Your wallet file is not deleted when you uninstall electrum.

Also, the verification of the signature is not a mandatory step, but highly recommended to make sure you are not using a malicious version from a fake site.
You can find a tutorial on electrum.org.

Additionally, you should have a (non-digital) backup of your mnemonic code (the 12/24 words). You can't always rely on your AppData folder to be intact.



By "The long puzzle", do you mean the 12 words? It's called a "seed" and it's all you need to restore your wallet. You don't need the password when restoring from seed.

You can protect the mnemonic code with a passphrase. But that's not the password used for accessing the electrum wallet.
1300  Bitcoin / Hardware wallets / Re: Ledger hacked or not? 100k lost on: August 18, 2020, 11:26:21 AM
Could this be somehow connected to resent Ledger security breach, when about 10k users private data was stolen?  Could this stolen private info help “current topics hacker” to stole 100k usd?

No.
Ledger does not have any information about you which could help to bruteforce your mnemonic code or access your seed in any other way.


I'd say this person either was extremely stupid and negligent (which is pretty likely) or it is just a plain lie.
The fact not a single address or txid has been posted, makes me believe that it is the latter.

Usually, when people make dumb things, they start with pretty useless information and then release more and more useful information to actually figure out where they messed up. Not in this case.
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 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 ... 317 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!