9 Commits

Author SHA1 Message Date
46058a453d Update elerium_ordinals_daemon.py
In our updated script, we added a check to ensure that ordinalsid is not None before proceeding with updating the invoice. This prevents the script from trying to update invoices with incomplete or invalid data.
2023-12-05 09:36:49 +00:00
76809d536a Update elerium_ordinals_daemon.py
Changed ORD_RPC_USER and ORD_RPC_PASS to parse as list
2023-12-02 12:26:45 +00:00
24aabbaea1 Upload files to "/" 2023-12-02 12:21:42 +00:00
951547356d Update elerium_ordinals_daemon.py 2023-12-02 12:21:24 +00:00
2501121f80 Update elerium_ordinals_daemon.py 2023-12-02 12:12:21 +00:00
275287bedc Update elerium_ordinals_daemon.py
Added fee estimation via get_fee_rate function which calls bitcoin-cli estimatesmartfee with a conf_target of 3 blocks
2023-12-01 12:23:41 +00:00
676d349ca3 Upload files to "/"
Running "node lib-dqx-test.mjs" will:

1. Generate a secret key and print it out.
2. Generate a public key and print it out.
3. Generate a second key pair and print out only the public key.
4. Hash the second public key with SHA-256.
5. Sign the hash with the secret key of the first key pair.
6. Verify the signature with the public key of the first key pair.
2023-11-30 19:11:14 +00:00
457dcb3ca9 V1 of script 2023-11-29 11:16:53 +00:00
08cd7d37e4 Initial commit 2023-11-28 22:25:43 +00:00