Most Popular

1500 questions
3
votes
1 answer

Using Monero as proof of funds

I'm writing an article about the future of Healthcare. I wondered if it was possible to use Monero to make a proof of funds. For example: the hospital wants to know that I can pay for the medical care I'm going to receive, I sign some kind of…
Symeof
  • 242
  • 1
  • 5
3
votes
1 answer

When sending monero with a payment id, is the transaction still 100% anounymous?

Are monero transactions still anonymous when using a payment ID? For example, I send to coins to a address with a payment ID. Is this transaction still 100% anonymous impossible to track?
linux932
  • 133
  • 3
3
votes
1 answer

0 - 100 % GPU spikes when mining [NVIDIA GTX 750 TI]

when I start mining using XMR-Stark my GPU (GTX 750 TI) is showing weird 0-100% spikes like this: Task Manager, GPU-Z. My CPU (i7-4790K) is consistent: Task Manager. My hashrate (cpu+gpu) is consistently around 400 and my GPU temperatures are…
3
votes
3 answers

JSON RPC with digest auth

Is there anyone using Monero JSON RPC authentication? I can only use curl with username:password to request the daemon RPC. But I cannot do the request with nodejs. Anyone tried with nodejs successfully with digest auth?
3
votes
1 answer

Will CPU mining cause high power consumption?

I have an AMD FX 6300 and i'm using VirtualBox to assign two cores and mine. I get around 100h/s, however, will this cause a much higher energy consumption and a higher electricity bill? Thanks.
neney
  • 31
  • 2
3
votes
1 answer

Are mobile wallets downloading the whole blockchain as the regular wallets?

I was wondering: How on earth is a mobile wallet supposed to work if it has to download the whole blockchain on the device (39+GiB)? Is there an option: to use external monerod, i.e. remote one on home PC or in the "cloud"? to download just the…
Ognyan
  • 301
  • 1
  • 8
3
votes
1 answer

How does difficulty impact on cpu small mining?

If there is a large group of small miners (100 H/s), which together have a high rate (10 KH/s), compared to a single larger miner having the same 10 KH/s Do they have same possibility of mine a block? or, because of their small individual strength…
Indra
  • 133
  • 4
3
votes
2 answers

No matching key/data pair found ("Error finding txpool tx meta: MDB_NOTFOUND: No matching key/data pair found" error)

Running monerod.exe I get the following error: 2017-12-20 06:08:47.886 [P2P6] ERROR txpool src/cryptonote_core/tx_pool.cpp:516 Failed to update txpool transaction metadata: Error finding txpool tx meta: MDB_NOTFOUND: No matching key/data…
3
votes
2 answers

What Linux flavour to use for AMD GPU mining?

After many hours of struggle to install my Sapphire RX 580 gpus on Ubuntu 16.04, I was frustrated when I realised that: Installation of AMDGPU-PRO drivers on Ubuntu 16.04.3 will likely result in issues, such as black screen hang or defaulting to…
Babr
  • 143
  • 4
3
votes
1 answer

how to use coinhive java script with GPU?

i use coinhive simple UI miner and sometimes javascript miner for mining Monero in coinhive.com can i use GPU instead of CPU for mining in coinhive website?
Freddy
  • 33
  • 1
  • 3
3
votes
1 answer

Discrepancy CNS006 and CryptoNote whitepaper one-time key generation

CryptoNote 2.0 uses P=Hs(rA)G + B for the generation of a one-time key. CNS006 seems te change this to P=Hs(rA||n)+B, where n is the transaction index (encoded as varint). Why is there this additional concatenation; is this to conceal transactions…
rubdos
  • 307
  • 1
  • 6
3
votes
1 answer

Hardware update required on Monero mining

I am new to mining but after reading and research I am going in with Monero. I am planning to use the Sapphire RX Vega 56 8GB GPU. The motherboard is Asus B250, 8GB RAM. The questions that I have are: 1) After referring to MoneroBenchmarks it seems…
pi3.14
  • 33
  • 4
3
votes
1 answer

how come my Monero wallet's unlocked balance is zero?

The wallet is used for send out XMR to our customers, it had been working well for quite some time, all of a sudden, its unlocked-balance became zero, also with its num_unspent_outputs, but its balance is more than 1000. it had been like this for…
Jumbo Geng
  • 51
  • 1
  • 3
3
votes
2 answers

How to pronounce Monero correctly

I would like know how to pronounce monero correctly so when I talk about it, I can give people the right information. Thanks,
Andrew Admire
  • 393
  • 3
  • 11
3
votes
2 answers

What is the password for monero.hashvault.pro pool?

Hello this is probably a stupid question but. I set up some xmrig miners with this config: { "pools": [ { "url": "pool.monero.hashvault.pro:5555", "user" :"xxxxxxmygui-wallet-address", "pass" : "worker_id", "keepalive" : "true", "nicehash" :…