0
I am working with the blockchain wallet API and my workflow is something like this: whenever the user wants to buy BTC from me, at that time, whatever the amount is added by the buyer, at that time that particular amount will be locked from his account, and after a while that amount will be released and transferred to another user.
Is there any way to implement this?
Hi and welcome to Bitcoin.SE :) I've voted to close this question as too broad, because you seem to be asking about how to implement an entire payment system of some sort rather than a specific question. – MeshCollider – 2017-10-17T08:52:42.427
No, @MeshCollider i already implemented the transactions systems but i want to add some security concerns so to do that i am bit stucked – Chirag Daxini – 2017-10-17T08:55:32.803
In that case you'll have to clarify your question to make it more specific, because as it stands I don't understand what exactly you are asking. Sounds more like a programming question than a bitcoin question. – MeshCollider – 2017-10-17T09:05:28.853
@MeshCollider... i asked specifically like there will be buyer and seller are there in my site so when seller user go for sell BTC that time from that BTC amount will be locked for a while then his BTC will released and credited to buyer's account. – Chirag Daxini – 2017-10-17T09:15:28.003
1It sounds like this is a programming issue dealing with credit in accounts in your software's database. It wouldn't need to touch the blockchain until you want to make a transaction on that. Perhaps stackoverflow is a better site to ask about the programming side of things? Or are you trying to put the time lock into the Bitcoin transaction? – Highly Irregular – 2017-10-17T10:39:57.150
I like to put lock into the Bitcoin transactions. – Chirag Daxini – 2017-10-17T11:05:50.480