Questions tagged [monero-wallet-cli]

The official command line wallet available for Monero on Linux, Windows, ARM, MacOS, and Android.

516 questions
35
votes
1 answer

Is there any way to construct a transaction manually?

With Bitcoin you can create an unsigned transaction, sign that transaction and then broadcast it. Is there anyway to do that with Monero? With all the fancy JSON, etc.
samwellj
  • 3,215
  • 4
  • 17
  • 32
30
votes
2 answers

How to Use Monero Multisignature Wallets (2/2 & 2/3)

Disclaimer: this is written for the pre-release version and for testing purposes only (at the present moment). Use at your own responsibility and don't play with big amounts. To test yourself, you must build the linked multisig branch. I will remove…
JollyMort
  • 20,004
  • 3
  • 49
  • 105
27
votes
1 answer

How can I use Monero without syncing the blockchain?

Suppose I have a computer that doesn't have a lot of storage space, or suppose I don't want to wait a while for the blockchain to be synced with my computer. What can I do to use Monero faster without downloading the entire blockchain to my…
sgp
  • 8,836
  • 7
  • 43
  • 113
21
votes
1 answer

How do I, as a recipient, verify that my transaction actually arrived?

I received some XMR from a service / exchange / friend. How do I verify that my transaction actually arrived?
dEBRUYNE
  • 15,417
  • 18
  • 60
  • 114
18
votes
1 answer

I forgot to upgrade (from CLI or GUI v0.13 to CLI or GUI v0.14) and, as a result, accidentally synced to the wrong (alternative) chain

I forgot to upgrade (from CLI or GUI v0.13 to CLI or GUI v0.14) and, as a result, accidentally synced to the wrong (alternative) chain. How do I resolve this issue?
18
votes
2 answers

Can simplewallet auto refresh?

Sometimes after I send a transaction, I like to use the "refresh" command so that I can see how many blocks (confirmations) have occurred for my transaction. Similarly, when I am expecting to receive a transaction it would be nice if simplewallet…
Javier
  • 402
  • 4
  • 7
18
votes
2 answers

How does one convert the Trezor seed to a simplewallet seed and vice versa

Now that the source is available I thought I'd bring up the subject of the seed difference between the Trezor and Simplewallet. The Trezor uses 24 words, while Simplewallet uses 24 plus an extra word as a checksum. How compatible are these two…
ferretinjapan
  • 6,494
  • 2
  • 20
  • 47
18
votes
2 answers

How much information is passed from the daemon to simplewallet when scanning for a wallet's transactions?

When simplewallet is connected to a local daemon, the data throughput is mostly irrelevant because communication is done completely locally. But I am curious about how much data/information is transferred between a remote node and simplewallet? For…
16
votes
2 answers

How do I generate a Ledger Monero wallet with the CLI (monero-wallet-cli)?

According to the release notes v0.12.2.0 includes Ledger support. How do I generate a Ledger Monero wallet with the CLI (monero-wallet-cli)?
dEBRUYNE
  • 15,417
  • 18
  • 60
  • 114
14
votes
1 answer

What programming language(s) are used in building Bitmonerod, Simplewallet, Kovri, and the Monero GUI?

What programming languages are being used to build Bitmonerod, Simplewallet, Kovri and the Monero GUI? Are multiple languages used within the same application? What is the level of programming language competency needed to assist with these various…
14
votes
4 answers

What would be the minimum mixin for full privacy?

How much privacy does the default (I think it's 4) give? If not enough, how high a mixin is enough?
pl55
  • 1,868
  • 1
  • 11
  • 26
13
votes
1 answer

What is churning?

I have read a few times on Reddit that churning one's own moneroj would improve privacy. What does it entail exactly? And how do I do that with the CLI or GUI?
dpzz
  • 4,539
  • 4
  • 22
  • 46
13
votes
1 answer

How to create a cold storage & watch-only wallet

Using monero-wallet-cli, I want to safely create a cold storage wallet and make a watch-only counterpart which I later want to use on my Windows PC to monitor the balance. How can I do this?
JollyMort
  • 20,004
  • 3
  • 49
  • 105
13
votes
3 answers

Is there any way of changing the password of an existing wallet?

Let's assume that my wallet's password was compromised. Is there any way of changing the password or do i have to create a new wallet and transfer all the funds there?
Parsifal
  • 133
  • 6
12
votes
2 answers

Are there any Monero specific programming language "libraries" available?

I understand that simplewallet has a raw JSON RPC interface available, but are there any specific "helper" libraries available for a relatively modern programming language(PHP, Python, Java, JavaScript, Ruby)?
1
2 3
34 35