0
I'm looking to cgminer software (https://github.com/ckolivas/cgminer) for understand that how mining works. It is difficult to understand and there are lots of codes. For this I'm asking this question here.
Is it possible that can I confirm a specific transaction? For example I sent a bitcoin from my address to other address and it generates a transaction ID. Can I pass this transaction id to my custom solo miner and it confirms it. Is it possible?
Is there a software that mines custom transaction seems like:
myOwnGPUorCPUMiner -tx [my custom transaction id]
It will confirm my transaction and finished or continues to mine other transactions. (This code is just an example)
Possible duplicate of https://bitcoin.stackexchange.com/q/16867/5406
– Murch – 2017-12-25T20:08:15.570It question seems like to mine but I'm actually asking that how to write codes for this purpose. – kodmanyagha – 2017-12-25T20:14:01.033
I agree with Murch. Code or no code, this is not a question of confirming a transaction but mining a full block that includes said transaction. Current difficulty does not allow for such activity by mining solo. – jorijnsmit – 2017-12-27T09:26:56.560