Bitcoin Forum
April 20, 2024, 12:39:48 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 0.05 BTC bounty: doing "listunspent" without full blockchain  (Read 784 times)
agorism (OP)
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
February 23, 2014, 10:08:40 PM
 #1

I am on the last step of building an escrow system. The user has a shared 2x2 address, and the user knows both public keys and both private keys.

How can they build a transaction to move money from the shared address to somewhere else?

My current solution involves sending the user to https://coinb.in/multisig/ to try and build the transaction, and that works, but it is not a very stream-lined process.

Electrum is able to find unspent transactions associated with an address without having to download the entire blockchain, so I know that this is possible.

Whoever answers this question best will get the prize after I get it to work.
1713573588
Hero Member
*
Offline Offline

Posts: 1713573588

View Profile Personal Message (Offline)

Ignore
1713573588
Reply with quote  #2

1713573588
Report to moderator
1713573588
Hero Member
*
Offline Offline

Posts: 1713573588

View Profile Personal Message (Offline)

Ignore
1713573588
Reply with quote  #2

1713573588
Report to moderator
1713573588
Hero Member
*
Offline Offline

Posts: 1713573588

View Profile Personal Message (Offline)

Ignore
1713573588
Reply with quote  #2

1713573588
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
RGBKey
Hero Member
*****
Offline Offline

Activity: 854
Merit: 658


rgbkey.github.io/pgp.txt


View Profile WWW
February 23, 2014, 11:59:55 PM
 #2

Are you looking to contact an outside server or do it with like half the blockchain? If you don't have the entire blockchain, you can't tell what has already been spent or not. The reason electrum can do this is because it can connect to the electrum servers that already have the whole blockchain downloaded.
artw1982
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 24, 2014, 03:17:21 AM
 #3

The only way you could do this is to run a server that is running the bitcoind or daemon alternative that provides an RPC/API. Electrum does this. The client simply makes a call to a remote server to check the balances and so on.

If you don't want to run your own server, you can use the blockchain.info API's freely and get the same effect.
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!