-
Updated
Feb 25, 2020 - Go
dogecoin
Here are 85 public repositories matching this topic...
-
Updated
May 2, 2020 - Python
-
Updated
Jan 21, 2019 - JavaScript
@medvedev1088
Hi,
I found that there ara two kinds of output in transactions.json.
One is nonstandard, and the other is pubkeyhash.
I thought the nonstandard output is the op_return output, but i found outputs of many (not all ) coinbase txs also are nonstandard. And address of miner is like“nonstandard3318537dfb3135df9f3d950dbdf8a7ae68dd7c7d”.
Here is an example:
transaction: {
"hash":
-
Updated
Jul 7, 2019 - Java
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Apr 17, 2020 - Perl
-
Updated
Jan 19, 2019 - JavaScript
-
Updated
Aug 14, 2017 - PHP
-
Updated
Apr 23, 2018 - JavaScript
-
Updated
Oct 22, 2020 - Python
-
Updated
Nov 25, 2019 - Swift
-
Updated
Aug 12, 2018 - Swift
-
Updated
Aug 23, 2018 - C#
-
Updated
Aug 10, 2017
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
Nov 29, 2017 - Go
-
Updated
Mar 31, 2019 - C#
Improve this page
Add a description, image, and links to the dogecoin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dogecoin topic, visit your repo's landing page and select "manage topics."
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the
createwalletcommand with a unique id and the connection can have the--rpcwalletwith the same id.What are the alternative if I need to handle more than 1 wallet. Thanks