Bitcoin Forum
May 25, 2024, 05:55:44 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 ... 233 »
441  Bitcoin / Armory / Re: ARMORY,"UNRECOGNIZED",What should I do? on: September 01, 2019, 03:00:33 AM
What makes you think that the transaction format from OmniWallet is supported in Armory?

They try to support it. None of our devs are involved though.

Quote
What should I do with this kind of problem?

What version of Armory are you using?
442  Bitcoin / Armory / Re: Using coldcard With Armory Lockbox on: August 28, 2019, 12:06:55 PM
Armory doesn't support BIP44 atm, that's in for the next version. So you'd have to input the public keys manually, Armory won't be able to generate these for you from your seed. If you want so sign those coins out of multisig script with Armory, you will have to import the underlying private keys too.

After that, you have to pick your MS script type. I suggest you pick the P2WPSH.

At any rate, addresses in your case are not useful, you need the straight up public keys. You cannot create a multisig script from addresses, as you cannot yield public keys from addresses.
443  Bitcoin / Armory / Re: Armory Doesn't build Databases or scan transaction History. on: August 24, 2019, 10:41:12 PM
In /home/jacob/.armory/, create a file named armorydb.conf. In there add this one line and save:

Code:
satoshi-datadir=/media/jacob/.bitcoin/Bitcoin/blocks

Try again and let me know.
444  Bitcoin / Armory / Re: Armory Doesn't build Databases or scan transaction History. on: August 23, 2019, 08:36:31 PM
Quote
2019-08-23 18:34:41 (INFO) -- ArmoryUtils.py:689 - Executing popen: ['/usr/local/bin/bitcoind', '-datadir=/media/jacob/.bitcoin/blocks']

Doesn't look like you told Armory where to look for your custom Bitcoin data folder.

In Files > Settings, second second section from the top, set your custom folder and try again. Make sure there are no zombie instances of ArmoryDB first.
445  Bitcoin / Armory / Re: Armory 0.96.5 on: August 16, 2019, 01:40:31 PM
Changes are taking place in the dev branch. A lot has changed and there's still a lot I want to add in there. The work is split with helping another project. Most of the progess with that project is shared with Armory and the code ends up in the Armory repo eventually.

The main bottleneck atm is moving from SWIG to another C++ to Python framework to allow for a shift to Py3 & Qt5. Also need to go over GUI for the new wallets. Mostly, the GUI needs to represent BIP32 wallet branches.
446  Bitcoin / Armory / Re: Armory 0.96.5 on: August 08, 2019, 02:24:07 PM
Any possibility of Armory being released as an appimage?

I dont know what that is =/
447  Bitcoin / Armory / Re: Illegal instruction (core dumped) on: August 01, 2019, 12:29:22 PM
Definitely try the noasm builds.
448  Bitcoin / Armory / Re: Armory 0.96.5 on: July 22, 2019, 04:20:26 PM
It gets reported in the log files.
449  Bitcoin / Armory / Re: Tried everything I could find here, Armory still unhappy with Building Databases on: July 08, 2019, 02:26:00 PM
1) Delete the content of this folder:

Code:
C:\Users\aorob\AppData\Roaming\Armory\databases

2) Make sure no instance of ArmoryDB is running.

3) Start Armory.
450  Bitcoin / Armory / Re: Tried everything I could find here, Armory still unhappy with Building Databases on: July 02, 2019, 10:15:44 AM
Core is failing to start in the first place. Please run Bitcoin-Qt manually and report.
451  Bitcoin / Armory / Re: lost, unspendable UXTOs, FUD or no? relevant to Armory? on: June 26, 2019, 11:38:18 PM
BIP32 is in there. My main concern atm is migrating away from SWIG to cppyy (for py3 and eventually qt5 support). Then I need to get the new features in the GUI, and only then can I look at HW wallet integration. However I'm not doing that stuff alone, there are people offering to help and/or currently helping with the process. I have given up on ETAs a long time ago, I never hold them. I'm really hopeful to deliver a lot of stuff this year, the universe willing.
452  Bitcoin / Armory / Re: lost, unspendable UXTOs, FUD or no? relevant to Armory? on: June 26, 2019, 08:05:40 PM
There are no unspendable address types in the context of SegWit, quite the opposite actually: SegWit scripts are anyone-can-spend prior to fork activation. This is irrelevant on the Bitcoin chain, but on BCH (and whatever fork that does not have SW), mistakenly sending coins to a SegWit script will lose you the money (to a miner most likely).

The most realistic way to blackhole coins is to send them to a script hash that has no known preimage. You could also construct scripts that can't be spent from at all (always interpret to false), but in both cases this is not related to SegWit and is rather an issue of bad wallet implementation.

I guess there could be a semi easy way for a wallet dev to bork SegWit script generation in code, but he'd catch it right away on the testnet.

Another potential way to mess up is to swap script types around. A buggy wallet could grab the public key hash from a P2WPKH payment address and construct a P2PKH output script instead, which may result in the receiving wallet to never see the payment. The coins are still redeemable, but in this case the recipient will most likely fail to see it on chain, since he isn't looking for that script type in the first place.

None of these potential snafus are stuff you can achieve through a wallet GUI. Basically, the only way to mess up this bad is to craft your own tx manually.
453  Bitcoin / Armory / Re: Fresh install of Armory Fails to spawn DB! on: June 24, 2019, 06:05:46 AM
Try the noasm .deb
454  Bitcoin / Armory / Re: Offline Armory Installation Question on PureOS on: June 23, 2019, 10:30:53 PM
Download your distro installer ISO from the online machine. On the offline machine, set the iso as a file:: source in your sources.list. Then you can apt-get update and apt-get install.
455  Bitcoin / Armory / Re: Fresh install of Armory Fails to spawn DB! on: June 23, 2019, 12:11:06 AM
Start ArmoryDB from the command line

Code:
> ArmoryDB

What happens?
456  Bitcoin / Armory / Re: Is the "extra cards entropy" ADDED to the entropy? on: June 22, 2019, 06:26:14 PM
It's XOR'ed with the rest of the entropy gathered for wallet seed creation.
457  Bitcoin / Armory / Re: Bus error when signing tx of sending coins to other Wallet.(Arm device) on: June 16, 2019, 10:24:16 PM
Oh right, forgot about that mod.
458  Bitcoin / Armory / Re: Bus error when signing tx of sending coins to other Wallet.(Arm device) on: June 16, 2019, 01:32:35 PM
Quote
Tried updating libcrypto++9_5.6.1-6_armhf.deb

Updating the lib on your system won't do anything. As I mentioned previously, the CryptoPP source is copied as is in the armory repo, and statically linked to boot. It literally ignores what your system is carrying. You would need to pull the source from CryptoPP's repo, copy it over that source in the Armory repo (/cppForSwig/cryptopp) and build that to effectively update the lib.

This may not be relevant however, since your discovery suggests the issue has more to do with Qt4's interaction with the X server (or PyQt4 for that matter).
459  Bitcoin / Armory / Re: Bus error when signing tx of sending coins to other Wallet.(Arm device) on: June 13, 2019, 09:22:06 PM
This may have to do with CryptoPP optimizations then. Try updating the lib (it's just copied in the Armory repo).
460  Bitcoin / Armory / Re: Bus error when signing tx of sending coins to other Wallet.(Arm device) on: June 10, 2019, 11:13:39 PM
Unless you can get the code to spit some sort of log info, I can't fix this without looking at the issue in a debugger. I guess one idea would be to try and reproduce the issue in an Android VM, if that's even a thing.

Another idea would be to try to get an x86_64 docker container to run on your phone and run the regular linux release binaries.
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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!