Questions tagged [monero-stratum]

5 questions
2
votes
1 answer

Merkle Tree Root for Empty Block

I am trying to use stratum to do pool mining. https://en.bitcoin.it/wiki/Stratum_mining_protocol#mining.notify Here, for multiple cases, we have List of Merkle branches to be empty. I am confused in calculating the Merkle Tree Root and would…
Cheran
  • 23
  • 4
2
votes
1 answer

What exactly do miners communicate with a pool?

What JSON messages are exchanged with the pool, and how does one connect to a pool? With mining.subscribe? I read somewhere that the stratum protocol that CryptoNote coins use is different to, say, sha256 coins. I am currently trying to develop a…
Crypthusiast
  • 169
  • 2
  • 8
1
vote
2 answers

monero-stratum Error When Compiling

Hi I seem to be getting an error during compiling of monero-stratum. [ 60%] Linking CXX shared library libcnutil.so [ 60%] Built target cnutil Scanning dependencies of target hashing [ 60%] Building C object…
Rahim Khoja
  • 253
  • 1
  • 10
0
votes
1 answer

Error building monero-stratum on macOS

I am getting an error building monero-stratum on macOS. cmake completes without error, but when I run make, I get the following error: mac:monero-stratum powerkey$ make Scanning dependencies of target cnutil [ 20%] Building CXX object…
Powerkey
  • 11
  • 3
0
votes
1 answer

Error: Stratum request without method or result field

I'm trying to connect to pool.minexmr.com with port number 4444. I'm using the npm package stratum here is the link to the npm package and using the example from the example/client. But I'm receiving an error which I don't understand. The logic…
J_P
  • 11
  • 4