# Accessing on chain wallet from the command line

**URL:** https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348
**Category:** Bitcoin and Lightning
**Created:** [June 9, 2021, 7:59am UTC](https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348 "2021-06-09T07:59:15Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![inna](https://avatars.discourse-cdn.com/v4/letter/i/8e8cbc/32.png) [@inna](https://community.umbrel.com/u/inna)
#### Post date: [June 9, 2021, 7:59am UTC](https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348/1 "2021-06-09T07:59:15Z")

</div>

Is it possible to list the transactions, balances etc. in the on-chain wallet using command line (from the ssh)? Do I use bitcoin cli or lnd cli?

---

<div class="post-metadata">

### Author: ![btc\_ln](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/btc_ln/32/838_2.png) [@btc\_ln](https://community.umbrel.com/u/btc_ln)
#### Post date: [June 9, 2021, 8:25am UTC](https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348/2 "2021-06-09T08:25:28Z")

</div>

I’m not sure about the command line, but if you install the RTL app from the Umbrel app store it allows you to list them.

---

<div class="post-metadata">

### Author: ![blckbx](https://avatars.discourse-cdn.com/v4/letter/b/bb73d2/32.png) [@blckbx](https://community.umbrel.com/u/blckbx)
#### Post date: [June 9, 2021, 11:43am UTC](https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348/3 "2021-06-09T11:43:18Z")

</div>

@inna  
You’d need lncli cuz it’s a lnd wallet.  
` lncli --help` (for all commands available)

`lncli walletbalance`  
`lncli listchannels`  
`lncli listpayments`  
`lncli listpeers`  
etc.

---

<div class="post-metadata">

### Author: ![Kale](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/kale/32/1489_2.png) [@Kale](https://community.umbrel.com/u/Kale)
#### Post date: [October 18, 2021, 5:31pm UTC](https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348/4 "2021-10-18T17:31:37Z")

</div>

to access those commands do you have to install the `lnd` official release binary? having installed umbrel doesnt allow those commands to work?

---

<div class="post-metadata">

### Author: ![blckbx](https://avatars.discourse-cdn.com/v4/letter/b/bb73d2/32.png) [@blckbx](https://community.umbrel.com/u/blckbx)
#### Post date: [October 18, 2021, 6:13pm UTC](https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348/5 "2021-10-18T18:13:36Z")

</div>

~/umbrel/bin/lncli

---

<div class="post-metadata">

### Author: ![Kale](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/kale/32/1489_2.png) [@Kale](https://community.umbrel.com/u/Kale)
#### Post date: [October 19, 2021, 4:44pm UTC](https://community.umbrel.com/t/accessing-on-chain-wallet-from-the-command-line/1348/6 "2021-10-19T16:44:04Z")

</div>

got it. thank you
