Difference between revisions of "HistorianCloseOfferData"
From OIP Wiki
(Created page with "'''Register an Autominer''' { "oip042": { "register": { "#pub.2Fartifact.2Fretailer.2Fprom...") |
|||
Line 24: | Line 24: | ||
'''Register an Autominer Pool''' | '''Register an Autominer Pool''' | ||
+ | |||
+ | { | ||
+ | "[[#oip.23.23.23|oip042]]": { | ||
+ | "[[#register.2Fpublish.2Fedit.2Ftransfer.2Fdeactivate|register]]": { | ||
+ | "[[#pub.2Fartifact.2Fretailer.2Fpromoter.2Fautominer.2Fautominer-pool|autominerPool]]": { | ||
+ | "[[#timestamp|timestamp]]": 10 digit integer, | ||
+ | "[[#floAddress|floAddress]]": "string", | ||
+ | "[[#alias|alias]]": "string", | ||
+ | "[[#info|info]]": { | ||
+ | "[[#poolShare|poolShare]]":integer, | ||
+ | "[[#targetMargin|targetMargin]]":integer, | ||
+ | "[[#httpURL|httpURL]]":"string" | ||
+ | }, | ||
+ | "[[#version|version]]": 2, | ||
+ | "[[#addresses|addresses]]": { | ||
+ | "[[Message protocol#shortMWaddress|shortMWaddress]]": "string", | ||
+ | "[[#btcAddress|btcAddress]]": "string", | ||
+ | "[[#ltcAddress|ltcAddress]]": "string" | ||
+ | }, | ||
+ | "[[Message protocol#shortMW|shortMW]]": ["btc", "ltc", "flo"], // Only included if using a ShortMultiwalletAddress | ||
+ | "[[#verification|verification]]":{ | ||
+ | "[[#imdb.2Fmusicbrainz.2Ftwitter.2Ffacebook|facebook]]":"string", | ||
+ | "[[#imdb.2Fmusicbrainz.2Ftwitter.2Ffacebook|twitter]]":"string" | ||
+ | } | ||
+ | }, | ||
+ | "[[#Autominer-Pool_Register_signature|signature]]":"string" | ||
+ | } | ||
+ | } | ||
+ | } |
Revision as of 23:11, 20 May 2018
Register an Autominer
{ "oip042": { "register": { "autominer": { "floAddress": "string", "timestamp": ten digit integer, "version": 2, "addresses": { "shortMWaddress": "string", "btcAddress": "string", "ltcAddress": "string" }, "shortMW": ["btc", "ltc", "flo"], // Only included if using a ShortMultiwalletAddress "info" { "minShare": integer, "httpURL": "string" } }, "signature": "string" } } }
Register an Autominer Pool
{ "oip042": { "register": { "autominerPool": { "timestamp": 10 digit integer, "floAddress": "string", "alias": "string", "info": { "poolShare":integer, "targetMargin":integer, "httpURL":"string" }, "version": 2, "addresses": { "shortMWaddress": "string", "btcAddress": "string", "ltcAddress": "string" }, "shortMW": ["btc", "ltc", "flo"], // Only included if using a ShortMultiwalletAddress "verification":{ "facebook":"string", "twitter":"string" } }, "signature":"string" } } }