Bitcoin Forum
May 03, 2024, 04:48:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How hard would it be to add SPV support to Armory?  (Read 521 times)
pf (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 105


View Profile
October 30, 2015, 11:02:04 PM
 #1

This way, those of us who don't really need a full node could still use all the other great features that Armory provides without having to download the whole blockchain. This would be wonderful.
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714754928
Hero Member
*
Offline Offline

Posts: 1714754928

View Profile Personal Message (Offline)

Ignore
1714754928
Reply with quote  #2

1714754928
Report to moderator
1714754928
Hero Member
*
Offline Offline

Posts: 1714754928

View Profile Personal Message (Offline)

Ignore
1714754928
Reply with quote  #2

1714754928
Report to moderator
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6578


Just writing some code


View Profile WWW
October 31, 2015, 02:18:04 AM
 #2

I would think imagine that it can be connected to an spv node since armory's full node functionality is from bitcoin core. If you had an spv node that acted like bitcoin core, I think it should work.

goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
October 31, 2015, 06:58:31 PM
 #3

I would think imagine that it can be connected to an spv node since armory's full node functionality is from bitcoin core. If you had an spv node that acted like bitcoin core, I think it should work.

Currently Armory expects access to raw block data as saved by Core, via a folder path. 0.93 expects full history so it can't deal with anything short of the entire blockchain. 0.94 could run off the UTXO set, if there is a node implementation that offers that. You won't have the history, but you will see your balance and be able to spend.

I am in the process of migrating the database interface from SWIG to a plain HTTP, so that upcoming change will allow you to connect several lite clients to a single server. Since it's HTTP, we could even have a HTML GUI in the future.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!