ipogosov
5/11/2020 - 8:57 PM

MHNode Registration

[Metahash Node Creation] #metahash #blockchain

MetaHash Node Creation

Tx expamle
Send 1k delegation to

0x666174686572206f662073657276657220666f7267696e6720

with json data:

{
    "method": "delegate",
    "params": {
        "value": "1000000000"
    }
}

Node registration

Tx example
Send tx to

0x007a1e062bdb4d57f9a93fd071f81f08ec8e6482c3135c55ea

with json data:

{
    "jsonrpc": "2.0",
    "method": "mhRegisterNode",
    "params": {
        "host": "204.12.234.236",
        "name": "Detax // Synergy Charm // 81% daily share",
        "type": "Verifier"
    }
}

Seed Capital Delegation

Send 100k MHC delegatoion to itself

{
    "method": "delegate",
    "params": {
        "value": "100000000000"
    }
}