Author

Topic: Signing transactions in Java withough BitcoinJ (Read 73 times)

newbie
Activity: 7
Merit: 0
September 16, 2019, 11:45:26 AM
#3
Well I rather somebody walk me through the process of signing a bitcoin transaction from scratch. I can always adapt it to my own code. I follwed a tutorial from https://bitcoin.stackexchange.com/questions/32628/redeeming-a-raw-transaction-step-by-step-example-required but I'm unsure of when to use actual bytes represented by hex, or the raw hex string itself.
legendary
Activity: 1946
Merit: 1137
September 16, 2019, 02:16:47 AM
#2
you are asking for someone to review your code, and i don't think you can find anybody who is going to do that for you! all you can do is to compare your own code with another library like BitcoinJ or anything similar and try to find the mistakes that way.

in addition it would require them to be familiar with this completely random altcoin which again people aren't. for example if this is a copy of bitcoin altcoin then why does your tx contain a time field in it (=a73a7b5d)? bitcoin doesn't have that.
newbie
Activity: 7
Merit: 0
September 15, 2019, 10:40:03 PM
#1
https://bitcoin.stackexchange.com/questions/90399/how-to-sign-an-altcoin-transaction-manually-with-2-inputs-and-2-outputs
I've posted a question on stackexchange incase you need to see my code but I do not want any bitcoinJ Answers. This is for the development of D-Vault, a mobile wallet for the Altcoin Denarius.
Jump to: