↧
Answer by Sosthène for How does `createrawtransaction` and...
Ok it turned out I was a bit confused about the way fees and change is handled here. Here are the commands that worked for me:createrawtransaction "[]" "[{\"$UADDR\":1.2},{\"$UCHANGE\":1.8}]" 0 false...
View ArticleHow does `createrawtransaction` and `fundrawtransaction` work with Elements?
I know how to create and fund bitcoin transactions using createrawtransaction and fundrawtransaction methods. I tried to use the same methods in Elements to create a transaction on regtest and I'm a...
View Article