Author

Topic: Searching for a CTLV wallet or program or programmer that can make one for me. (Read 95 times)

legendary
Activity: 2520
Merit: 3238
The Stone the masons rejected was the cornerstone.
Bcoin has some functions for making CTLV transactions (plus a guide on how to use them) but this is only reference for programmers to make another wallet out of, plus JavaScript wallet libraries like bcoin are cumbersome to use outside a browser and stand-alone, the intended use case of this thread.

   Thanks will look into this....it is interesting.
legendary
Activity: 2520
Merit: 3238
The Stone the masons rejected was the cornerstone.
   What I do not understand is, I gave them my pub key and they then gave me a script..>What exactly do I do with that? I cannot broadcast it at all.
they give you a redeem script that you need for signing the transaction later.
they also give you an address (starting with 3) that you can use to send coins to (make sure you test it first before sending coins).

Quote
   So what are the next steps? I sweep the private key once say 4 pm is reached and automatically the signature key pub adddress is loaded?
you can't sweep this key in any wallet that i know of because they don't support custom scripts like this one.
you have to create the transaction using the same tool and sign it there also.
go to the Transaction page the enter your redeem script there and fill in other boxes to spend the balance of that address you created above (the one starting with 3) to a new address.
then use the result in the Sign page with your private key to sign this transaction.
finally broadcast it to the network

Quote
  Also how do I see the Hodl key on blockchain to see that is timelocked? I know I can see the balance, but what is telling me that it is timelocked for the time I gave it?
there is no way to know the type or the script that was used to create P2SH addresses except for when they are being spent. so with only having a balance in that address you can not verify if it is time-locked on the blockchain. you can only see your own redeem script and based on that manually verify that it is a OP_HODL.


  Thankyou will follow these steps.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Bcoin has some functions for making CTLV transactions (plus a guide on how to use them) but this is only reference for programmers to make another wallet out of, plus JavaScript wallet libraries like bcoin are cumbersome to use outside a browser and stand-alone, the intended use case of this thread.
legendary
Activity: 2114
Merit: 1292
There is trouble abrewing
   What I do not understand is, I gave them my pub key and they then gave me a script..>What exactly do I do with that? I cannot broadcast it at all.
they give you a redeem script that you need for signing the transaction later.
they also give you an address (starting with 3) that you can use to send coins to (make sure you test it first before sending coins).

Quote
   So what are the next steps? I sweep the private key once say 4 pm is reached and automatically the signature key pub adddress is loaded?
you can't sweep this key in any wallet that i know of because they don't support custom scripts like this one.
you have to create the transaction using the same tool and sign it there also.
go to the Transaction page the enter your redeem script there and fill in other boxes to spend the balance of that address you created above (the one starting with 3) to a new address.
then use the result in the Sign page with your private key to sign this transaction.
finally broadcast it to the network

Quote
  Also how do I see the Hodl key on blockchain to see that is timelocked? I know I can see the balance, but what is telling me that it is timelocked for the time I gave it?
there is no way to know the type or the script that was used to create P2SH addresses except for when they are being spent. so with only having a balance in that address you can not verify if it is time-locked on the blockchain. you can only see your own redeem script and based on that manually verify that it is a OP_HODL.
legendary
Activity: 2520
Merit: 3238
The Stone the masons rejected was the cornerstone.
have you checked out coinb.in website?
under New there is an option called Time Locked Address, it will create a redeem script and the P2SH address using the OP_CHECKLOCKTIMEVERIFY op code that you want.
it is also open source (find the github link at the bottom of the page) which you can download and run offline.

  Aye...I am doing that now and have just tried my first CTLV loading address. I set it for 4 hours in the future.

   What I do not understand is, I gave them my pub key and they then gave me a script..>What exactly do I do with that? I cannot broadcast it at all.

   I loaded the key HODL key and I have required signature key which is the original pub address I created on my paper wallet generator.

   So what are the next steps? I sweep the private key once say 4 pm is reached and automatically the signature key pub adddress is loaded?

  Also how do I see the Hodl key on blockchain to see that is timelocked? I know I can see the balance, but what is telling me that it is timelocked for the time I gave it?

  Thanks again
legendary
Activity: 2114
Merit: 1292
There is trouble abrewing
have you checked out coinb.in website?
under New there is an option called Time Locked Address, it will create a redeem script and the P2SH address using the OP_CHECKLOCKTIMEVERIFY op code that you want.
it is also open source (find the github link at the bottom of the page) which you can download and run offline.
legendary
Activity: 2520
Merit: 3238
The Stone the masons rejected was the cornerstone.
Looking for a script or wallet to execute a CLTV

     CLTV is an op code in the Bitcoin scripting language that allows you to lock a UTXO (Unspent Transaction Output) by time. i.e. a coin cannot be spent until a certain time or blockchain height has been past

    Thanks
Jump to: