Tags
A tag is a keyword or label that categorizes your question with other, similar questions.
The official Monero Graphical User Interface maintained by the Monero Core Team.
656 questions
Name of monero daemon (replacing bitmonerod) starting with the v0.10.0 - Wolfram Warptangent - release
615 questions
The official command line wallet available for Monero on Linux, Windows, ARM, MacOS, and Android.
517 questions
The process of using a computer to verify transactions on the Monero network. Mining helps keep the network safe, since it is unlikely that one person or group of people can control a large portion of the total mining power. Monero is mined using the RandomX algorithm, and it is mined with both CPUs and GPUs.
332 questions
A distributed ledger of all transactions both past and present, without revealing who the funds came from or went to.
233 questions
Program that implements the protocol for remote procedure call (RPC) use. For Monero it is called monerod
199 questions
Service allowing Monero miners to pool resources in order to reduce the variance between discovering blocks. Reward are generally divided largely based on the contributed hashrate of each member of the pool, with some small percentage often being collected by the pool operator as a fee.
195 questions
The process of bringing a Monero client up to date with the blocks it is missing from the block chain.
181 questions
A Monero application used to provide programatic access (via an RPC interface) to Monero wallets.
181 questions
Questions regarding the information that is leaked through cryptocurrency transactions or related processes
173 questions
Security issues with the design or implementation of Monero and related crypto-currencies.
167 questions
New protocol designed by the Monero Research Labs combining ring signatures from CryptoNote with Confidential transactions. RingCT transactions are not only untraceable (ring signature) but also keep the transaction amount private (confidential transaction).
166 questions
A device on the internet running the monero software, with a full copy of the monero blockchain, actively assisting the monero network in maintenance of that blockchain.
150 questions
A 13 or 25 word phrase used to backup a monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero account.
112 questions
Popular web wallet and lightweight wallet. All cryptography is done locally on the users' devices, so the operators of MyMonero never have access to your private login key and are unable to spend your funds without your authorization. Beware of phishing websites using similar domains.
105 questions
A ring signature is a group of cryptographic signatures with at least one real participant, but there is no way to tell which in the group is the real one as they all appear valid, while the key image prevents double spends.
100 questions
CryptoNote is an application layer protocol that powers several decentralized privacy oriented digital currencies including Monero
97 questions
Practice and study of techniques for secure communication in the presence of third parties called adversaries
96 questions
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
90 questions
Monero fork, either intentionally planned (like Aeon when launched) or created when more than one Monero chain continues to be mined following a hard fork.
84 questions
Fees paid by the sender to the miner as payment for confirmation of the transaction on the Monero network,
83 questions
Questions about Monero addresses, including address types, usage, purpose and format
80 questions
number of blocks that are dependent on a given transaction. This includes the block containing that transaction and all blocks after it in the blockchain. The more confirmations a transaction has, the more likely is it that it will remain in the blockchain permanently.
79 questions
Secure method of storing Monero such that the private key remains "cold" or never connected to a "hot" wallet or Internet connected device. Cold-storage could include the use of a paper wallet or a hardware wallet to store the private keys
79 questions
Questions about the function, reason for, and underlying concepts of mining.
78 questions
A Payment ID is an encrypted, arbitrary and optional transaction attachment that consists of 8 bytes.
A Payment ID is usually used to identify transactions to merchants and exchanges: Given the intrinsic privacy features built into Monero, where a single public address is often used for incoming transactions, a Payment ID is useful to tie incoming payments with user accounts.
76 questions
The process of recovering a wallet from cold storage using its mnemonic seed or private key
74 questions
CryptoNight is a proof-of-work algorithm that mixes graphics processing unit (GPU) and central processing unit (CPU) mining to create a system resistant to both application-specific integrated circuits (ASICs) and fast memory-on-chip devices
73 questions
Any alteration to Monero which changes the block structure (including block hash), difficulty rules, or set of valid transactions
68 questions
The ring size is the number of one-time public keys (outputs) in the ring-signature that authorizes the transaction. One of those belongs to the actual sender, while the remaining ones (foreign outputs) are used for obfuscation and any existing output found on the blockchain can be picked. This achieves plausible deniability in that any given input in a transaction could have come from any of the outputs used in the ring signature.
64 questions