Bitcoin Forum
May 23, 2024, 11:56:47 PM *
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 75 76 ... 514 »
501  Bitcoin / Bitcoin Technical Support / Re: bitcoin.conf and datadir in different directories on: July 05, 2021, 09:32:06 PM
You setup symlinks in the "default" locations, that point to somewhere else (ie. your external devices)...

so, things like this:
Code:
ln -s /mnt/bitcoin/blocks /home/USERNAME/.bitcoin/blocks

That would create a link from the "blocks" folder on your external ssd (ie. /mnt/bitcoin/blocks) to your ~/.bitcoin folder. Essentially, it is doing at the OS level, what the -datadir, -blocksdir and -wallet commands do at the application level... but it gives you extra flexbility... as you can link any folder or file and not just the ones that those commands allow you to.

For instance, I do something similar on a Windows machine to hold the "chainstate" on a fast SSD, while the block data lives on a slower "HDD". It provides a good speed boost without requiring an (expensive) SSD to hold mostly static block data.
502  Bitcoin / Hardware wallets / Re: Blockstream Jade - fully open source hardware wallet on: July 05, 2021, 09:11:11 PM
The interesting thing about the PIN server... is that you can actually run your own. They do provide the code: https://github.com/Blockstream/blind_pin_server

Of course, there is no guarantee that the PIN server you are connecting to is actually running this code... unless you do run your own. Tongue

And I've no idea how easy it is to setup, resource requirements etc, but maybe it could be a nice little addition to something like a RaspiBlitz/Umbrel/MyNode setup. Huh
503  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: July 05, 2021, 09:02:38 PM
The fact that an employee could casually copy/paste some private keys onto a USB drive and walk away with them is pretty damning evidence that their security protocols were poor to non-existent... Undecided
504  Bitcoin / Bitcoin Technical Support / Re: corrupted wallet, salvagewallet command not working (Bitcoin Core) on: July 05, 2021, 08:46:40 PM
Well... you can try this script: https://github.com/HardCorePawn/dump_unenc_keys

Note that it requires Python 3.

Basically, it just hunts through the file looking for the old (unencrypted) private key marker and then dumps the next 32 bytes out as a private key and displays it on the screen. If the wallet.dat was unecrypted you might get lucky. Do you have any records of old bitcoin addresses so you can compare any extracted keys? Huh

Alternatively... I have a script that can extract encrypted private keys, but I'm not sure how well they will work with a "corrupted" wallet.dat Undecided

To be difficult, this script requries Python 2 (it's untested with Python 3)... and obviously, you'd need to know the wallet password for it to work properly.
505  Bitcoin / Bitcoin Technical Support / Re: bitcoind unable to read settings.json on external ssd on: July 05, 2021, 08:37:19 PM
Ahhhh ok. Yeah, most external drives tend to be formatted for use with Windows by default. There are some exceptions where I have seen drives that are marketed as "OSX external drives" etc.

I actually purchased a fairly typical 1TB External HDD yesterday. Works fine with Windows, but when I connected it to the Pi it was completely unreadable unless I formatted the thing Roll Eyes

Yay for "standards" Roll Eyes
506  Bitcoin / Hardware wallets / Re: New Trezor Suite Update on: July 05, 2021, 08:34:20 PM
Yeah... they are basically making the suite available via a web interface in addition to the native desktop versions. I'm not entirely sure why to be honest? Perhaps it's for "portability", perhaps it folks who don't want to leave a trace on their desktop and having a website they can connect to enables that (although you still need Trezor Bridge installed).

Personally, I think it's just asking for endless phishing/fake websites to pop up with similar URLs trying to steal seeds etc... Roll Eyes
507  Bitcoin / Bitcoin Technical Support / Re: Bitcoin node warning / log file notifications on: July 03, 2021, 11:35:49 PM
FYI this node is version .20.1 of bitcoin core.
Yeah... you'll see the same warnings in v0.21.0 as well... but if you upgrade to 0.21.1, that has the taproot activation code, those warnings will disappear.

As NotATether has mentioned, it's nothing to be concerned about... it's just related to the Taproot signaling... and won't prevent your node from operating properly.
508  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt huge interface size, Linux Mint on: July 03, 2021, 11:26:00 PM
I tried to run the test with "sudo./test_bitcoin"  it gives me "*** No errors detected.
I receive this error when i run without sudo.   "./test_bitcoin"
If it is working with sudo, but fails when run as the normal user account, then it's quite likely just a permissions error of some description causing problems with one of the test suites...

Although, that is not likely going to be a problem with the app itself... you should be fine.
509  Bitcoin / Hardware wallets / Re: Blockstream Jade - fully open source hardware wallet on: July 03, 2021, 11:18:21 PM
It's come in at a VERY competitive price ($39.99!!?! Shocked, sadly out of stock or I'd probably be ordering one to play with)... and the camera for QR code scanning is definitely a bonus.

I'm still not overly enthusiastic about the whole "blind server" thing... or the complexities involved with recovery... but it is at least possible to run your own server if you want.

Hopefully they get some more stock in the not too distant future, so I can actually get one and have a proper play with it.
510  Bitcoin / Bitcoin Technical Support / Re: BITCOIN RECEIVE ADDRESS FROM ELECTRUM DIDNT WORK WHY on: July 03, 2021, 10:55:46 PM
It does? Damn... when did it start generating native segwit addresses for 2fa wallets? Huh

ok... so I went and looked and it seems that support for segwit 2fa wallets was added back in 3.3.0!!?! Shocked Shocked Shocked

And I'm assuming the ability to generate "Legacy" 2FA accounts was also "hidden" along with "legacy" standard wallets starting from version 4.1.0 ? Huh
511  Bitcoin / Bitcoin Technical Support / Re: corrupted wallet, salvagewallet command not working (Bitcoin Core) on: July 03, 2021, 10:50:36 PM
I'm a little surprised that it is coming up as corrupted then... unless the drive is suffering from "bit rot", or the device was disconnected before the file was properly stored on the disk, it should have been "OK".

Do you know if the wallet.dat was encrypted with a password? If it wasn't, it might be possible to extract private keys "manually" by using a hex editor (or a script to scan the raw bytes of the file).

If it was encrypted, it's a lot more difficult.
512  Bitcoin / Bitcoin Technical Support / Re: Looking for advice on a full node on: July 03, 2021, 10:46:44 PM
Indeed... it seems that the information I was looking at is slightly outdated... I had read that using it headless required creating your own sdcard image. However, further investigation shows that you can use the default image and set it all up headless without issue. There is a fairly comprehensive guide here: https://armantheparman.com/raspiblitz/

And he even shows how to go headless AND use WiFi, if ethernet is not suitable: https://armantheparman.com/headless-wifi/


Meanwhile, I'm off to the store to buy a more reliable power supply for my Pi Wink
513  Bitcoin / Bitcoin Technical Support / Re: bitcoind unable to read settings.json on external ssd on: July 03, 2021, 10:31:52 PM
Yeah, I assume the VFAT option was originally chosen for compatibility with Windows? Huh

In any case, one of the more linux-centric filesystems is definitely the better option going forward (assuming you don't need the ability to read the drive on a Windows system)
514  Bitcoin / Electrum / Re: A problem with creating a new wallet on android version of electrum on: July 03, 2021, 10:30:20 PM
Yikes... to my mind, all this password stuff has the potential to get quite messy Undecided

I can understand why the devs want to move to a unified password setup... I'm just not sure that this is the way to go about it, especially given that there is no "obvious" notification to the end user that the password model has changed.
515  Bitcoin / Electrum / Re: Legacy Wallet on Android app? on: July 03, 2021, 10:26:45 PM
... and Electrum on mobile only lets you enter words from the BIP39 English wordlist.
That's good to know... I didn't think to try (actually, I was just too lazy to try because entering the words on the mobile is a pain in the ass! Tongue) creating wallets using non-english BIP39 seeds on the mobile version.

I'll file that piece of info away for future reference Wink
516  Bitcoin / Hardware wallets / Re: New Trezor Suite Update on: July 03, 2021, 10:23:00 PM
When you say you have to kill the sandbox to run Suite, is that just getting the app actually running in your VMs... or is it issues with it not working properly when it is running? i.e not being able to communicate with the device? Huh
517  Bitcoin / Bitcoin Technical Support / Re: BITCOIN RECEIVE ADDRESS FROM ELECTRUM DIDNT WORK WHY on: July 03, 2021, 10:17:53 PM
btw im entering make_seed(seed_type="standard") on the console and it doesnt do anything
That is very bizarre... are you getting any error message or anything? Huh It should do something... either show you a 12 word seed or output an error... what version of Electrum were you using when trying that command? Huh



but i figure  a work around i started over
What was the work around? Huh


i really wanted to use my google aunthenticator but that option only lets me use a legacy address
so i had to ditch out being able to use google aunthenticator
Correct... the 2FA option generates a multisig wallet which is P2SH... and while it generates "3-type" addresses, they're not "Nested Segwit" addresses (aka P2SH-P2WPKH) which also start with "3".

Is there any reason why you can't use the 2FA option? Do you "require" segwit addresses for some reason? Huh
518  Bitcoin / Electrum / Re: Legacy Wallet on Android app? on: July 03, 2021, 12:29:19 AM
I downloaded Electrum since is one of the recommended in bitcoin.org, but the problem is I can't recover my wallet from Copay to Electrum because the seed is in another language.
What language is the seed in? You should be able to simply import the seed directly into Electrum, at least the desktop version, to recover your wallet... you'll then be able to send from Electrum to any wallet that you choose.

Choose "I already have a seed", enter the seed, click "options" select BIP39... you'll probably get the "BIP39: unknown wordlist" warning... click next, select "Legacy" (or click "detect accounts")... it should create the wallet with the same addresses as CoPay (assuming your CoPay wallet wasn't a multisig).

I've done some quick tests... and Electrum seems to support BIP39 seeds in any of the languages that the Ian Coleman tool can create seeds in:
- English
- 日本語
- Español
- 中文(简体)
- 中文(繁體)
- Français
- Italiano
- 한국어
- Čeština
- Português

I was able to generate a 12 word seed in ALL of these languages and the addresses created were the same as displayed on the Ian Coleman tool.
519  Bitcoin / Electrum / Re: A problem with creating a new wallet on android version of electrum on: July 03, 2021, 12:14:05 AM
Yes, it was and it works without entering the password you can recreate a new account the electrum version is 4.0.3 and it seems all new versions disable this?
As mentioned by ranochigo... it's from version 4.1.0 onwards... as per the release notes:

# Release 4.1.0 - Kangaroo (March 30, 2021)

...

 * Password unification (Android only): When the Android app is
   started, the entered password is checked against all wallets in
   the directory. If the test passes:
    - all wallets are encrypted
    - new wallets will use the unified password
    - password updates are performed on all wallets
   Whether the password is unified can be seen in the GUI: In the
   'Settings' dialog, the description for the password setting is
   'Change password for this wallet' if the password is not unified,
   and becomes 'Change password' if password is unified.
520  Bitcoin / Bitcoin Technical Support / Re: BITCOIN RECEIVE ADDRESS FROM ELECTRUM DIDNT WORK WHY on: July 03, 2021, 12:07:03 AM
If a website is saying your receive address from Electrum is invalid, then it is most likely that:

1. You have created a bech32 "native segwit" wallet in Electrum (this is the default from Electrum v4.1.0 onwards, see below)
2. The website you are attempting to withdraw from does not support bech32 "native segwit" addresses

Note that this is NOT a fault with Electrum... it is a fault with the website you are using. You should contact the support of the site involved and encourage them to update their systems to properly support SegWit.



There are two types of wallets on Electrum Legacy or Segwit wallet. What wallet did you generate Segwit or Legacy?
As of version 4.1.0, you can no longer generate Legacy wallets using the "wallet creation wizard" in Electrum. You either need to use a pre-existing Electrum legacy seed, a BIP39 seed and select "legacy" or you have to use the make_seed() command on the console (or linux commandline) and set the seed_type as "standard" and then use that seed to "restore" the legacy wallet.

Code:
make_seed(seed_type="standard")

# Release 4.1.0 - Kangaroo (March 30, 2021)
...
 * The wallet creation wizard no longer asks for a seed type, and
   creates segwit wallets with bech32 addresses. Older seed types can
   still be created with the command line.

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 75 76 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!