Bitcoin Forum
May 24, 2024, 11:38:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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 ... 317 »
461  Other / Beginners & Help / Re: Comparative Features On Top Phone Antivirus For Crypto Wallets Protection on: January 05, 2021, 03:56:51 PM
If you have a secondary smartphone it can be used as hardware wallet too and we never have to connect that device to internet to make transactions.

This would be a way to implement an air-gapped cold wallet setup. That's not the same as a hardware wallet.

A hardware wallet is meant to be secure when used with compromised device as it stores the keys securely. This can't be sad about a standard smartphone.

An air-gapped setup definitely isn't worse, but actually more secure, when used correctly, but it has other advantages and isn't a hardware wallet.
462  Bitcoin / Electrum / Re: what does it mean "active coin check" ? on: January 04, 2021, 04:46:11 PM
for the previous 2FA wallet, can i cancel or better keep it ?

It is always better to not throw away the mnemonic code.

You might accidentally receive coins to an address derived from the old wallet seed.

The best would be to not use it anymore, while not throwing it away. Keep it in case you'll need it.
463  Bitcoin / Bitcoin Technical Support / Re: Tx Id 0/unconfirmed, not in memory pool 2 years ago... on: January 03, 2021, 08:16:26 PM
Zap -I looked into that method but concern is I would lose any info pertaining to transaction. Would I still be able to restore transaction from a backed up wallet?

The transaction does not exist.
It either got dropped 2 years ago or you got scammed by buying a wallet file.


CPFP - Since I am the receiver I am willing to spend higher fee - Is there a way to run that in BC?

No, since the transaction does not exist you can't do anything.
You never were in possession of these funds. And a CPFP won't help you.
464  Bitcoin / Bitcoin Technical Support / Re: Tx Id 0/unconfirmed, not in memory pool 2 years ago... on: January 03, 2021, 08:02:05 PM
If you can't find the transaction ID on a block explorer and the receiving address of yours does not have any balance according to a blockchain explorer, then there is no balance.

It is very well possible that the transaction simply got dropped or that you are looking at a manipulated wallet file (did you buy the file?).
Just check the address on a block explorer. If if shows no balance, there is no balance.
465  Local / Anfänger und Hilfe / Re: Chipmixer Guide on: January 03, 2021, 08:00:00 PM
~snip~


Wenn du dir große Sorgen machst, dann leg einfach noch einen "Zwischenstop" ein.
Transferiere also deine ChipMixer Münzen zuerst auf deine Adresse, und zahle die dann auf eine Börse ein.

Damit wird es schwer dir nachzuweisen, dass du derjenige warst, der einen Mixer verwendet hat.
466  Bitcoin / Mycelium / Re: Uninstalled Mycelium Wallet on: January 03, 2021, 07:54:57 PM
However, based on your replies, it seems like there is a chance that if I root the phone as you suggest I can get access to those keys.

If the files weren't deleted, yes.
If they were deleted, only a file recovery could yield some results. But this is rather unlikely to be successful (might be still worth a try tho).
467  Bitcoin / Bitcoin Technical Support / Re: .05BTC (~$1,700) to whoever helps me successfully extract my BTC from CLI wallet on: January 03, 2021, 07:53:31 PM
At least you know you must use python 3.

Blockstack v 0.18 only works with python 2. It is incompatible with python 3.



Yes I tried that, also didn't work.

https://ibb.co/KmyV8rv

Somehow the onedrivesdk pip package is broken.
As mentioned in the above posted github, use:
Code:
pip2 install https://github.com/OneDrive/onedrive-sdk-python/archive/master.zip
468  Bitcoin / Mycelium / Re: Does anyone know roughly how much the different fee options charge? on: January 03, 2021, 06:51:06 PM
Do mycelium addresses use BIP32 derivation

Mycelium is following BIP32, BIP44, BIP49 and BIP84.


so I can just use some utility to derive the private key that's located at 0/32/0' (correct me if I'm wrong because I don't think that sounds right) and make a signature using some other tool with that information?

Yes, you can definitely do that. At least as long as we are talking about legacy addresses (starting with 1..).
For any other address type, no fixed standard to sign messages exist.. You could sign messages using a segwit address with electrum, but that message then can only be verified using electrum.

However, the correct derivation paths are:
  • m/44'/0'/0' for addresses starting with 1..
  • m/49'/0'/0' for addresses starting with 3..
  • m/84'/0'/0' for addresses starting with bc1..
469  Bitcoin / Armory / Re: "Parsing Tx Hashes" all night, hung or wait? on: January 03, 2021, 06:43:07 PM
just to be clear, am I good to ctrl C the DB process and close that console?  The DB doesn't need any special shutdown does it?

Ctrl + C sends a SIGINT signal to the process. This is not a termination signal like SIGKILL or SIGSTOP.
What the software does after receiving a SIGINT completely depends on the software. It can be ignored, or used as a "shutdown command".

Pressing ctrl + c does not terminate the process. It tells the process to stop / terminate itself. So, yes. you are fine using ctrl + c as its just asking the software to stop.
470  Bitcoin / Wallet software / Re: Recover wallet from coinbox.org wallet to electrum on: January 03, 2021, 06:33:31 PM
I have a very little amount on this wallet and I tried to move it to Electrum wallet, but the cost for the transaction is higher than the amount itself, so either I leave it there or I don't know what else to do...

If sending the transaction with the lowest possible fee, which is  1 sat/vB, would cost more in fees than it would transact, than you can't do anything since the amount is too small and not worth using/transacting.
Did you set the lowest possible fee?

Also, did you check how many inputs your transaction is using? There might be lots of small dust UTXO's which increase the transaction size and therefore doesn't make it worth to transact the other non-dust UTXO's ?
What is the size of your transaction, how many inputs are you using?
471  Bitcoin / Mycelium / Re: Uninstalled Mycelium Wallet on: January 03, 2021, 06:27:00 PM
Android stores program data on the removable SD card so one thing you can try is take that out of the phone, insert it into an SD card reader, insert it inside a computer and running file recovery software on that drive.

No, definitely not.

Android makes use of the unix permissions as a security measurement.
The SD card is "free for all". Any application can read/write to it. That would be the last place the wallet file should be stored (and it isn't).

It is stored where it belongs to. In the data directory of the mycelium application owned by the mycelium application user.


@OP:
Don't you have any form of backup? Your mnemonic code?
Did you "just" uninstall myeclium or did you actively delete all mycelium data / wipe your smart phone? Uninstalling the application doesn't necessarily mean the wallet files get deleted. Might be worth to try this out on a second mobile.
Rooting your mobile without wiping the storage would be your best bet. Then you'd be able to access the wallet file and all private key.
472  Bitcoin / Development & Technical Discussion / Re: Native Segwit vs Segwit on: January 03, 2021, 06:18:31 PM
Can you send BTC from a Native Segwit address to a Segwit address?

You can send from any address type to any other one.
Network-wise that's not a problem at all.

The only problem can occur when dealing with outdated software.
Their sanity checks will deem a native segwit address as "invalid" because their software hasn't been updated for multiple years.

Don't use heavily outdated services, and you are fine. You can send to and receive from any address.
473  Bitcoin / Bitcoin Technical Support / Re: Unconfirmed transaction on: January 03, 2021, 06:13:51 PM
Unfortunately, since RBF is disabled and there is only one output, only the recipient can use CPFP to get it confirmed faster.
The history of the address you have posted lets me believe that it belongs to binance. In this case CPFP is not an option.

Using an accelerator doesn't work either, since the only one proven to work only accepts transactions with a fee of at least 10 sat/vB.

It seems like you'll have to wait. For the future, you might want consider to switch to a wallet where you can enable RBF and have full control over the fees.
474  Bitcoin / Bitcoin Technical Support / Re: Ask about RBF. on: January 03, 2021, 05:59:51 PM
So the question is : can we canceling the trasactions through decrease of fee(before get the blocks)? like do RBF with lowest sat/bytes ?

What you are actually doing when increasing the fee is to create a second transaction spending the same funds as the first one which has the replacable flag set.
By using a higher fee, miner will prioritize the second (replacing) transaction.

If you would choose a smaller fee, there is no incentive for the miner to include your second transaction instead of the first one.

Once a (valid) transaction is broadcasted, it can be confirmed. You can't really stop it. You can only try to stop it by giving a miner the incentive to not include it (e.g. by creating a RBF transaction to yourself with a higher fee).


So the answer is: No, that's not possible.
475  Bitcoin / Electrum / Re: what does it mean "active coin check" ? on: January 03, 2021, 04:23:34 PM
tks guys for help on this, but i still not solve the problem.

You could start with answering all the questions..

How do you expect to get help if you don't even answer our questions? You didn't even provide any useful information to begin with.
A screenshot doesn't necessary help much.. please begin answering the questions..
476  Other / Beginners & Help / Re: Comparative Features On Top Phone Antivirus For Crypto Wallets Protection on: January 03, 2021, 04:19:58 PM
I get the idea of having your device protected from malware, but how safe do you feel having installed a so-called "free" software that constantly scans your files.. especially when you have files containing your wallets on your device?

That's not how the mobile operating system works.

Android makes use of the unix permissions to seperate applications from each other.
Application A is running under user X and application B is running as user Y. They can't access each others files. The unix permissions don't allow that.

Therefore an AV on android also can't scan wallet files. At least not as long your phone isn't rooted and the software has gotten the permission to do so.
477  Bitcoin / Hardware wallets / Re: Secure Element in Hardware Wallets on: January 02, 2021, 08:18:45 PM
Is it still true the trezor is not safe as i heard something like its open or closed source?  Forgot which one meant safe.

Trezor is completely open source, which is good.. because the source code is open a.k.a. publicly available.
However, there is a hardware vulnerability.. Use a long and secure password and you are fine tho. It is "just" a physical attack vector which allows to extract the seed.



Someone said if someone had access to your ledger for a few minutes, they could do something to do it.  Anyone can confirm this?

No.
This applies to the trezor without any password protection. That's the physical attack vector i referenced.
478  Local / Deutsch (German) / Re: Identity Leak Checker - Wurdest du bereits ausspioniert? on: January 02, 2021, 08:16:13 PM
Also ich habe mir die Seite nochmal angeguckt und ehrlich gesagt würde ich die Links sicherheitshalber rausnehmen (habe ich in meinen Posts mal gemacht)

Bin deinem guten Beispiel mal gefolgt  Cheesy

Von den Private-Leaks sind dann auch die ersten 30 Einträge offen einsehbar (E-Mail-Adressen und zugehörige Passwörter) und der Rest steckt hinter einem Premium-Abonnement. Und moment mal... Das habe ich vorhin gar nicht realisiert... "Private-Leaks"?! Soll das heißen, dass diese Leaks bisher noch nirgends kostenlos veröffentlicht wurden, die Website-Betreiber diese dann aber kaufen und gegen Bezahlung auch anderen Zugriff darauf geben? Das ist doch nichts anderes, als das Verkaufen geleakter Daten. An diese kommt man dann auch normalerweise nicht so einfach.

Das ist.. richtig asozial.
Die Daten sind ja sowieso schon kostenfrei im Netz erhältlich.

Dann sogar noch versuchen Geld damit zu machen und gleichzeitig zu behaupten man "hilft" den betroffenen Nutzern sodass diese überprüfen können ob deren Daten enthalten ist.. Schlimm was es für geldgierige Gestalten gibt..
479  Other / Meta / Re: What Are these spammers trying to do? on: January 02, 2021, 05:24:45 PM
If these guys really do it for seo then they do it wrongly, google easily detect spam links like what they usually do in every post they mad especially links from a forum.

Pssst.. Don't tell them!

On the underground forum c00lh4x0rz.io there was a SEO thread posted by "SE0MaztER2005" who sold this method for a very cheap price.
He has years of experience in SEO. This method works 100%. With 100% money back guarantee.

Maybe this file.pdf.exe got leaked now and therefore more people know about this super secret and super efficient method.

/sarcasm
480  Local / Deutsch (German) / Re: Identity Leak Checker - Wurdest du bereits ausspioniert? on: January 02, 2021, 05:20:32 PM
Und wenn ich dann noch sowas lese:
[LINK REMOVED]
Da würde ich dann doch die Finger von lassen.

Schrecklich.. solch eine unprofessionelle Antwort zu senden.

Stimme dir völlig zu. Das dient vermutlich auch ausschließlich zum Verteilen der Daten.
Gibt ja hier im Forum auch genügend Nutzer, die wann immer es geht gegen Ledger schießen. Denen passt es natürlich, dass so viel Schaden wie möglich angestellt wird. Ob es im Endeffekt den einzelnen Nutzer triffst.. ist denen egal.

Eine einfache Suche via Mail reicht definitiv aus.. Dazu muss nicht der gesamte Leak weiterverbreitet werden.

Dieser Satz zeigt ja auch, dass sie entweder 1) mit Absicht so handeln oder 2) absolut bescheuert sind:
We strongly reject that we are putting anyone at risk.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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 ... 317 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!