Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Createrawtransaction and broadcast transaction #89

Open
gogsard opened this issue Feb 12, 2018 · 1 comment
Open

Createrawtransaction and broadcast transaction #89

gogsard opened this issue Feb 12, 2018 · 1 comment

Comments

@gogsard
Copy link

gogsard commented Feb 12, 2018

Hi, can I create raw transaction and broadcast transaction like Bitcoin RPC ? I'm working on a wallet, and I dont want to keep any user private keys. I plan to mathtematically generate the address and broadcast the transactions to send coins.

I done this before with Bitcoin using createrawtransaction and sendtransaction. Can I do the same with forknote ?

@pmitchev
Copy link

/sendrawtransactions is used for generation. For creation, there is no call in the daemon. Depending on what language are you using, you reuse some already invented code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants