Author

Topic: Createrawtransaction (Read 913 times)

sr. member
Activity: 430
Merit: 253
VeganAcademy
April 30, 2016, 09:23:47 AM
#3
When you get to the output section, instead of doing "address":amount, do "data":"hex" where data is the word 'data' and hex is the hex of whatever data you want to encode. You will get up to 80 bytes of data.

hey thats easier than i thought, thanks for this.
staff
Activity: 3374
Merit: 6530
Just writing some code
April 28, 2016, 08:35:39 PM
#2
When you get to the output section, instead of doing "address":amount, do "data":"hex" where data is the word 'data' and hex is the hex of whatever data you want to encode. You will get up to 80 bytes of data.
hero member
Activity: 501
Merit: 503
April 28, 2016, 11:11:30 AM
#1
How can I use createrawtransaction to add data to a transaction?

For example the date/time and my name?
Jump to: