Bitcoin Forum
May 27, 2024, 02:29:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: send remain coins after timeout to the default address  (Read 538 times)
init1 (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 1


View Profile
September 03, 2015, 11:42:22 AM
 #1

hello!

Can I send remain coins after delay to the default address

for example

1. create raw TX and get address = "p2shaddresstest"
2. prepare TX which send all coins from "p2shaddresstest" to the "defaultaddress"
3. set timeout, for example 24h
4. send TX to the bitcoin network

The main aim, prepare some transaction which will send all remained coins from one address to the another after time out.

Does API has any methods for this purpose ?
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3402
Merit: 6659


Just writing some code


View Profile WWW
September 03, 2015, 11:51:47 AM
 #2

You probably should use a transaction with locktime for the second transaction.

DannyHamilton
Legendary
*
Offline Offline

Activity: 3402
Merit: 4656



View Profile
September 03, 2015, 02:55:36 PM
 #3

- snip -
2. prepare TX which send all coins from "p2shaddresstest" to the "defaultaddress"
3. set timeout, for example 24h
4. send TX to the bitcoin network

The main aim, prepare some transaction which will send all remained coins from one address to the another after time out.
- snip -

Transactions do not spend "from an address".  Transactions spend specifically listed unspent outputs.  If you spend any of those outputs before the timeout, then the transaction becomes invalid and will be rejected by the network.

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!