Questions tagged [wallet]

67 questions
4
votes
1 answer

How to check a detached daemon without a wallet?

I have set a Monero node as a service on a virtual machine with --detach option to run it in the background. I can check the service status through Linux command or connect to the node with a wallet. But, how can I check the detached daemon status…
cialu
  • 1,661
  • 13
  • 44
3
votes
1 answer

Which two strings I need to get from tx_json, if I want to determine whether output is mine or not?

During blockchain scanning I need to do: P − Hs(aR)G with every output in order to determie whether it is mine, or not. Where in tx_json are P and R stored?
ivanahepjuk
  • 149
  • 5
2
votes
2 answers

How can I add Monero to wallets such as Atomic/Exodus/Coinomi using the ERC-20 Eth contract address?

How can one add a cryptocurrency or token to a non-custodial wallet such as Atomic, Coinomi or Exodus using the ERC-20 contract address instead of storing them online to avoid loss due to hacking or otherwise?
CStanda
  • 121
  • 2
2
votes
1 answer

Generate a wallet file from a spend key in the command line using the CLI wallet in a "non-interactive" way for scripting purpose

I have a monero spend key and I want to generate a new wallet file using the CLI, but I want to do it in an non-interactive way so I can use this same command in my scripts. I tried doing: monero-wallet-cli --generate-from-spend-key "xxxxxx" But…
2
votes
1 answer

What is the difference between simplewallet, wallet and wallet2?

There seems to be 3 variations of wallets in the Monero code. I could not find "wallet" so I'm unsure it exists, unless wallet2 refers to being a second wallet but not a simple one?
WeCanBeFriends
  • 670
  • 3
  • 7
2
votes
1 answer

Will I need to update wallet and miner after the next upcoming (March 2019) fork?

I have read about the next upcoming fork planned for the block 1788000 (around the 9th of March). After that block, will I need to update the Monero daemon, the wallet, or both? And what about the miner programs? Thanks in advance for answers.
Tilli
  • 242
  • 2
  • 9
2
votes
1 answer

How does one burn and provide a proof-of-burn in Monero?

Is there a way to provide a 'proof of burn' in Monero? Let's say I wanted to prove I sent some Monero coins to an address that no one has the private keys for.
Patoshi パトシ
  • 4,608
  • 4
  • 27
  • 69
1
vote
1 answer

Fund Not Appear

This transaction was made 5 years ago. The fund was received..I store the funds permanently and sometime I open the wallet to check the balance.I wonder there were time it show up and most of the time it doesn’t.until now 2025 my balance never show…
Rommel
  • 11
  • 1
1
vote
1 answer

How do nodes ensure that the sender is using the shared (diffie hellman like) secret to encrypt the amount and not some random value as its secret

The sender XORs some information with rK. What ensures that he is using it and not some random thing? The receiver has rK, so if rK is not used at the beginning, the receiver won't know the amount.
Zk Sumon
  • 11
  • 1
1
vote
1 answer

Generating the checksum word/recomputing the 25th mnemonic word?

I have my favorite 24 words, and I would like to generate the checksum word/25th mnemonic word of a Monero wallet. How can I do that? For instance, in the BTC environment, we have the seedpicker, which allows us to input the 23 words and generate…
1
vote
2 answers

If I have already sent crypto to a wallet from an exchange, can I still use Monero to make my crypto anonymous?

I have a few nano ledger wallets that I use and I have sent the crypto to these wallets from centralised exchanges such as Binance. How can I make the tokens within those wallets anonymous using Monero? This is what I was going to do: Send all the…
1
vote
0 answers

Purchase XMR using fiat

I’m trying to buy XMT using fiat, as I have before, but when entering the wallet address on Guardarian I keep getting the error message saying “insert correct wallet address”. I have double checked the wallet address and cannot find what’s wrong.…
Auts
  • 11
  • 1
1
vote
1 answer

What is with the amounts of Monero in getbalance?

https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#get_balance Why does it say 157443303037455077? Is that an encoded amount or does someone really have that much monero?
1
vote
1 answer

MyMonero / XMRWallet API documentation

I cannot run my own node for hardware reasons. But I need to validate / manage payments and create new addresses. I would like to replace monero-wallet-rpc with a web based wallet. But where can I find the API documentation to make curl requests to…
John Wayne
  • 11
  • 1
1
vote
2 answers

Logic behind selecting even square root for fe_sqrtm1 = sqrt(-1)

That is the logic behind selecting even square root for fe_sqrtm1 = sqrt(-1) x = sqrt(-1) x = 547cdb7fb03e20f4d4b2ff66c2042858d0bce7f952d01b873b11e4d8b5f15f3d x = 2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0 Value…
mahnunchik
  • 121
  • 3
1
2 3 4 5