Electrum Protocol Specification
Stratum is a universal bitcoin communication protocol used mainly by bitcoin client Electrum and miners.
Format
Request
{ "id": 0, "method":"some.stratum.method", "params": [] }Response
{ "id": 0, "result": "616be06545e5dd7daec52338858b6674d29ee6234ff1d50120f060f79630543c"}{ "nonce": 1122273605, "timestamp": 1407651121, "version": 2, "bits": 406305378 }[ { "tx_hash: "b87bc42725143f37558a0b41a664786d9e991ba89d43a53844ed7b3752545d4f", "height": 314847 }, { "tx_hash": "616be06545e5dd7daec52338858b6674d29ee6234ff1d50120f060f79630543c", "height": 314853 } ]
Methods
Last updated