Bitcoin Forum
May 24, 2024, 11:32:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 233 »
1261  Bitcoin / Armory / Re: Missing micro bitcoins pre 20 Nov 2013 with The Armory on: September 19, 2017, 09:51:22 PM
Extend your wallets' address chain.
1262  Bitcoin / Armory / Re: Armory not recognizing transaction on: September 19, 2017, 09:49:54 PM
Update.
1263  Bitcoin / Armory / Re: Building for Raspberry Pi: Illegal instruction. on: September 19, 2017, 11:25:20 AM
I'm using cross compiled builds of 0.96.2 with my Pi2 and it works just fine. What instructions did you follow? You shouldn't use march=armv7, the actual arch of a Pi is armhf (hard float).
1264  Bitcoin / Armory / Re: Armory Windows Client Scanning Process Error on: September 19, 2017, 11:23:22 AM
https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.2
1265  Bitcoin / Armory / Re: Missing micro bitcoins pre 20 Nov 2013 with The Armory on: September 18, 2017, 08:50:24 PM
How many addresses do you have in your wallets? The log suggests you may have maybe 10 or 20, and that you only have 5~6 transactions in there total. There is a gap in your blockchain data but I don't tihnk that's the culprit considering when you performed these tx vs when the gap appears. Also the gap is benign.
1266  Bitcoin / Armory / Re: Missing micro bitcoins pre 20 Nov 2013 with The Armory on: September 18, 2017, 04:30:44 PM
armorylog.txt and dblog.txt
1267  Bitcoin / Armory / Re: Missing micro bitcoins pre 20 Nov 2013 with The Armory on: September 18, 2017, 04:22:08 PM
Show me your log files. Also, can you see balance on the individual addresses prior to Nov 2013? Look in the wallet properties dialog.
1268  Bitcoin / Armory / Re: Missing micro bitcoins pre 20 Nov 2013 with The Armory on: September 18, 2017, 03:56:25 PM
Quote
none of which are shown in the display on screen.

You can't scroll down to reveal these?

Quote
These perfectly agree with my personal record keeping. However the final balance is off by the exact amount

Do you have several wallets? Play with the wallet selector drop down list on the bottom left of the lobby.
1269  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 18, 2017, 03:54:42 PM
Assuming the supernode is running on an isolated host running only bitcoind plus armorydb, can you think of any security risks from allowing internet connections to armorydb (More specifically, to the http proxy that is used)?

That's the kind short question that leads to a very long answer.

As far the HTTP daemon is concerned, that stuff is pretty solid. Most attacks around these are not directed at the daemon directly but rather but trying to hijack the domain name registration (that won't happen since you're using IP directly), DDoS the service (that's what load balancing and DDoS protection are for), or hijacking the service running behind the daemon. In this case that would be ArmoryDB.

Ultimately ArmoryDB only handles public data. It receives public data from the clients and returns processed blockchain data. In that sense, any hijacking of the DB would effectively result in a DoS attack, not a leak of private keys.

There's a couple caveat to this:

1) The communication layer between the DB and clients is not encrypted, and you can't just shove HTTPS on top of it as it stands. It's therefor easy for an attacker to gather user addresses (on top of the service itself) by sniffing the service's traffic. In contrast, consider that users who would rather resort to such service instead of synchronizing the blockchain themselves either do not understand what financial privacy means or do not value it.

This boils down to a question of ethics then: do I offer a bad service to bad users?

2) Bad users probably don't use follow security practices. Most likely, they use hot private keys, on the same machine they are connecting to the WAN with. This now creates an alley for an attacker to try and access private keys from people connecting to the supernode service. Granted, the attacker would have to somehow hijack the supernode, and then try to hijack the Armory client instance of each individual he is trying to attack. Not an easy task, but then again I have no idea how vulnerable that layer is. Again, Armory was not designed with that use case in mind, it's supposed to operate in a friendly environment (connecting to your own DB over your own encrypted VPN).

Quote
Can you offer any kind of guidance as to what the bandwidth usage would be like, both upload and download?

1~100KB both ways at initial connection and per new block, depending on the size of the user's wallets.

What you should be concerned about is mostly the DB bootstrap. That code is not really optimized so it will be slow and resource intensive to sync it the first time around.
1270  Bitcoin / Armory / Re: 0.96.2 Bump Fee not working on: September 18, 2017, 03:35:29 PM
Will look into it. For now, you can grab the output through the RBF coin control dialog and bump yourself.
1271  Bitcoin / Armory / Re: Missing micro bitcoins pre 20 Nov 2013 with The Armory on: September 18, 2017, 03:34:08 PM
Quote
Yes. All mining rewards and a few mBTC I purchased after 21 Nov 2013 are there and correct.

How did you come to this conclusion? Is the total balance off? Are the entries missing in the ledger?

Quote
Thanks for trying to help, it's greatly appreciated to know users are around that can help.

I'm the main dev
1272  Bitcoin / Armory / Re: Missing micro bitcoins pre 20 Nov 2013 with The Armory on: September 18, 2017, 12:02:50 PM
Do you see any mining rewards?
1273  Bitcoin / Armory / Re: Problems using offline wallet on: September 17, 2017, 12:52:39 AM
Delete this folder and try again:

C:\Users\Andrew\AppData\Roaming\Armory\databases
1274  Bitcoin / Armory / Re: Impossible to spend my bitcoin Wallet from armory 0.96.2 on: September 17, 2017, 12:51:34 AM
Delete your db folder and start again.
1275  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 17, 2017, 12:48:53 AM
Turn off auto bitcoind in File -> Settings and manage bitcoin-qt manually.
I've always and only managed bitcoin-qt manually in my instances. Have you considered just removing the functionality for managing Bitcoin Core automatically, and just replacing it with a "Tell me how to connect to your bitcoind [Default 127.0.0.1:8333]" and "Where do the blocks live [Default %USERDATA%\bitcoin or whatever]" in Options?

Add a note to the documentation that Armory requires a locally running bitcoind, and will need to be told how to connect and where the blocks live?  At least then people having trouble with bitcoind wont be bugging you....

At the cost of having to babysit users that don't know they have to start their node to begin with? And getting flamed for a regression? I can't tell if that's the lesser evil. The issue isn't auto bitcoind really, any experienced user will turn that stuff off, and the current code behavior is to ignore auto bitcoind mechanics if a node is already running locally.

The issue is "plug and play" users, who read no instructions (literally none), have little patience and are outraged that the software just doesn't operate with no effort on their behalf. There is no middle ground to satisfy these people. The UX either needs to be tailored specifically to them, or you have to accept a portion of your user base will be perpetually dissatisfied. I chose the later.

Do not take my tone as condescending. This is literally how a significant portion of the Bitcoin user base operates. These are customers that will swallow hidden costs for a tailored, smooth UX and view Bitcoin as nothing more than a Paypal competitor with promise of valuation. What they basically want is a web wallet. I do not intent to monetize Armory, therefor I view this group as a net negative.

There are plenty of light and web wallet solutions out there that cater to these users. I'm trying to fill the gap for power users and businesses. I'm not going to go out pf my way to make the onboarding easier for a set of users that I am not developing for. It will only result in a half baked solution that will serve nobody.

I agree that auto bitcoind was a mistake to begin with. It brought in a group of users that have no use for any of the features that sets Armory aside from its competition, while increasing the software's maintenance cost. I don't know that it is worth the time to prune this functionality now that I've changed it to just be a fallback mechanism. The notification flicker is a bug and I will deal with it for 0.96.3. The particular user insistently complaining about it either doesn't understand what false positive means, or didn't bother reading my replies. Experienced Armory users probably never run into this bug since they wouldn't start Armory on top of a node mid sync.

Now, I also intent to change the block data access from on disk to over the p2p socket. At that point, the P2P socket will be the only required interface to operate with your node, in which case auto bitcoind will be a whole lot less error prone.

If someone really wants to go out of his way to cater to plug and play users (I don't), he can run a supernode service for these people to connect to so that they may sweep their funds without the need of downloading the blockchain, and move on to a wallet that is more suited for their needs. I don't have the time to take care of this, nor do I want to deal with the group that's going to just piggy back off of the service and complain when I take it down after a while.

 
1276  Bitcoin / Armory / Re: Can you export private keys from Armory without launching the program? on: September 16, 2017, 04:44:06 PM
Then setup a Ubuntu VM on your machine and use that.
1277  Bitcoin / Armory / Re: Can you export private keys from Armory without launching the program? on: September 16, 2017, 04:34:01 PM
Can you code Python?
1278  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 16, 2017, 04:33:04 PM
Turn off auto bitcoind in File -> Settings and manage bitcoin-qt manually.
1279  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 16, 2017, 02:15:50 PM
It's a false positive, known bug, stop freaking out...
1280  Bitcoin / Armory / Re: BDM Error all the time on: September 15, 2017, 10:53:31 PM
Is it possible to create a link so that when lrelease is called, lrelease-qt4 runs of won't that work anyway?

That's what a symbolic link is. Search that up (How to symlink a binary)
Pages: « 1 ... 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 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!