bingryan

Results 20 comments of bingryan

Very much looking forward to someone to complete it :wave:

for this feat, what info should output contain? `case 1 listwallets`: `bitcoin-cli -conf=bitcoin.conf listwallets` ``` [ "ord" ] ``` `case 2 listreceivedbyaddress`: `bitcoin-cli -conf=bitcoin.conf listreceivedbyaddress 0 true` ``` [ {...

`output` should contain address information? or only display wallet name ? looks like: ``` ord wallets [ "ord" "hodl" "throwaway" "test" ] ```

I plan to code an `ord-wallet-extension`, this extension only depends on `ord server`.

Maybe `ord wallet --list` is better choice ?

``` sudo apt-get install libssl-dev ```

your receive address is `bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45`, and this address is a derived child address from the root address(your unisat wallet root address). 2 options: 1. add sub account from your unisat...

> > your receive address is `bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45`, and this address is a derived child address from the root address(your unisat wallet root address). > > 2 options: > > >...