By:ISME}'-H'Content-Type:application/json'
{
"id":"0",
"jsonrpc":"2.0",
"result":{
"in":[{
"address":"77Vx9cs1VPicFndSVgYUvTdLCJEZw9h81hXLMYsjBCXSJfUehLa9TDW3Ffh45SQa7xb6dUs18mpNxfUhQGqfwXPSMrvKhVp",
"amount":200000000000,
"confirmations":1,
"double_spend_seen":false,
"fee":21650200000,
"height":153624,
"note":"",
"payment_id":"0000000000000000",
"subaddr_index":{
"major":1,
"minor":0
},
"suggested_confirmations_threshold":1,
"timestamp":1535918400,
"txid":"c36258a276018c3a4bc1f195a7fb530f50cd63a4fa765fb7c6f7f49fc051762a",
"type":"in",
"unlock_time":0
}]
}
}
get_payments
Getalistofincomingpaymentsusingagivenpaymentid.
Alias:?None.
門羅幣官方:網絡升級成功CLSAG簽名方案完成部署:門羅幣官方剛剛發布推文宣布,預定的網絡升級已成功完成,CLSAG簽名方案已完成部署。
注:CLSAG簽名方案可減少約25%的交易事務規模,以及提高20%的驗證性能。[2020/10/17]
Inputs:
payment_id?-string;??PaymentIDusedtofindthepayments(16charactershex).
Outputs:
payments?-listof:
payment_id?-string;???PaymentIDmatchingtheinputparameter.
tx_hash?-string;???TransactionhashusedasthetransactionID.
amount?-unsigned???int;Amountforthispayment.
block_height?-???unsignedint;Heightoftheblockthatfirstconfirmedthispayment.
unlock_time?-unsignedint;Time(inblockheight)until???thispaymentissafetospend.
subaddr_index?-???subaddressindex:
major?-unsigned???int;Accountindexforthesubaddress.
minor?-???unsignedint;Indexofthesubaddressintheaccount.
address?-string;???Addressreceivingthepayment;Base58representationofthepublickeys.
Example:
$curl-XPOSThttp://127.0.0.1:18082/json_rpc-d'{"jsonrpc":"2.0","id":"0","method":"get_payments","params":{"payment_id":"60900e5603bf96e3"}}'-H'Content-Type:application/json'
聲音 | 前門羅幣首席維護者:離職有助于門羅幣的去中心化:12月中旬,門羅幣(Monero)首席維護者Riccardo Spagni( Fluffypony)已宣布辭職。在最近接受Monero Talk采訪時,Spagni談到了其辭職的原因。他倡導者表示,辭職并非突然決定,兩年前就曾討論過這個問題。這一舉動有助于門羅幣的去中心化,在變更或發布工程方面不再依賴于他。Spagni談到了門羅幣是否已經準備好進入“黃金時段”。他說,從用戶體驗的角度來看,還有很多工作要做,這不僅適用于門羅幣,也適用于整個加密貨幣領域。(AMBCrypto)[2020/1/13]
{
"id":"0",
"jsonrpc":"2.0",
"result":{
"payments":[{
"address":"55LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt",
"amount":1000000000000,
"block_height":127606,
"payment_id":"60900e5603bf96e3",
"subaddr_index":{
"major":0,
"minor":0
},
"tx_hash":"3292e83ad28fc1cc7bc26dbd38862308f4588680fbf93eae3e803cddd1bd614f",
"unlock_time":0
}]
}
}
get_bulk_payments
Getalistofincomingpaymentsusingagivenpaymentid,oralistofpaymentsids,fromagivenheight.Thismethodisthepreferredmethodover?get_paymentsbecauseithasthesamefunctionalitybutismoreextendable.EitherisfineforlookinguptransactionsbyasinglepaymentID.
聲音 | 門羅幣開發者:抵制ASIC的RandomX算法代碼凍結日期預計為7月:據CoinDesk消息,隱私幣門羅幣背后的開發者正加緊努力,阻止專業挖礦硬件在其加密貨幣網絡上運行。計算機軟件公司Symas Corporation創始人兼CTO Howard Chu表示,RandomX的四項不同審計正在完成,預計代碼凍結日期為7月。 門羅幣社區正在推進新挖礦算法RandomX,旨在使ASIC在長期內不具競爭力。最近完成了一項針對代碼的審計,其他幾個正在進行中。該算法可能在10月份投入使用。社區貢獻者Justin Ehrenhofer表示,“我認為我們最終會達成共識,即RandomX將會實施。這是我們保護門羅幣的最好辦法。如果失敗,那么門羅幣可能會轉向ASIC友好的算法。”根據社區貢獻者Diego Salazar的說法,RandomX是Monero的“將ASIC拒之門外的最后努力”。 Howard Chu表示,RandomX被設計為“以CPU為中心”,CPU是世界上分布最廣的計算資源。以最大礦工去中心化為目標,Chu預測,至少在未來三到五年內,RandomX將使CPU礦機比ASIC更具有利的領先優勢。此外,該算法將使CPU礦機優于GPU礦機。[2019/6/12]
Alias:?None.
Inputs:
payment_ids?-array??of:string;PaymentIDsusedtofindthepayments(16charactershex).
min_block_height?-unsigned??int;Theblockheightatwhichtostartlookingforpayments.
Outputs:
payments?-listof:
payment_id?-string;???PaymentIDmatchingoneoftheinputIDs.
tx_hash?-string;???TransactionhashusedasthetransactionID.
amount?-???unsignedint;Amountforthispayment.
block_height?-???unsignedint;Heightoftheblockthatfirstconfirmedthispayment.
動態 | 歐洲打擊兩大暗網市場繳獲大量比特幣及門羅幣:據cointelegraph報道,歐洲刑警組織5月3日宣布,德國與歐洲刑警組織一起關閉了暗網市場Wall Street Market的服務器,并從被捕的嫌疑人手中查貨550,000歐元(613,600美元)的現金、總額六位數的比特幣和門羅幣、幾輛汽車、電腦和硬盤等。在同一份聲明中,歐洲刑警組織還正式宣布,芬蘭海關已搗毀黑網市場Valhalla(也稱為Silkkitie)并扣押了大量的比特幣。[2019/5/4]
unlock_time?-unsignedint;Time(inblockheight)until???thispaymentissafetospend.
subaddr_index?-subaddress???index:
major?-???unsignedint;Accountindexforthesubaddress.
minor?-???unsignedint;Indexofthesubaddressintheaccount.
address?-string;???Addressreceivingthepayment;Base58representationofthepublickeys.
Example:
$curl-XPOSThttp://127.0.0.1:18082/json_rpc-d'{"jsonrpc":"2.0","id":"0","method":"get_bulk_payments","params":{"payment_ids":,"min_block_height":"120000"}}'-H'Content-Type:application/json'
{
"id":"0",
"jsonrpc":"2.0",
"result":{
"payments":[{
"address":"55LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt",
門羅幣算力大漲50.51%:根據bitinfocharts數據顯示,比特幣算力也出現下跌,目前比特幣的算力為27.559 Ehash/s ,24小時內算力下跌1.98%;以太坊算力目前為249.99 Thash/s ,24小時算力下跌2.3%;比特幣現金的算力小幅上漲,目前為2.539 Ehash/s,漲幅達到9.65%;門羅幣算力為487.315 Mhash/s,24小時漲幅達50.51%,目前門羅幣全球均價166.54美元。[2018/4/10]
"amount":1000000000000,
"block_height":127606,
"payment_id":"60900e5603bf96e3",
"subaddr_index":{
"major":0,
"minor":0
},
"tx_hash":"3292e83ad28fc1cc7bc26dbd38862308f4588680fbf93eae3e803cddd1bd614f",
"unlock_time":0
}]
}
}
get_transfer_by_txid
Showinformationaboutatransferto/fromthisaddress.
Alias:?None.
Inputs:
txid?-string;??TransactionIDusedtofindthetransfer.
account_index?-unsigned??int;(Optional)Indexoftheaccounttoqueryforthetransfer.
Outputs:
transfer?-JSON??objectcontainingpaymentinformation:
address?-string;???Addressthattransferredthefunds.Base58representationofthepublic???keys.
amount?-???unsignedint;Amountofthistransfer.
confirmations?-???unsignedint;Numberofblockminedsincetheblockcontainingthis???transaction(orblockheightatwhichthetransactionshouldbeaddedto???ablockifnotyetconfirmed).
destinations?-array???ofJSONobjectscontainingtransferdestinations:
amount?-???unsignedint;Amounttransferredtothisdestination.
address?-???string;Addressforthisdestination.Base58representationofthepublic???keys.
double_spend_seen?-???boolean;Trueifthekeyimage(s)forthetransferhavebeenseenbefore.
fee?-???unsignedint;Transactionfeeforthistransfer.
height?-???unsignedint;Heightofthefirstblockthatconfirmedthistransfer.
note?-string;???Noteaboutthistransfer.
payment_id?-string;???PaymentIDforthistransfer.
subaddr_index?-JSON???objectcontainingthemajor&minorsubaddressindex:
major?-???unsignedint;Accountindexforthesubaddress.
minor?-???unsignedint;Indexofthesubaddressundertheaccount.
suggested_confirmations_threshold?-???unsignedint;Estimationoftheconfirmationsneededforthetransaction???tobeincludedinablock.
timestamp?-???unsignedint;POSIXtimestampfortheblockthatconfirmedthistransfer???(ortimestampsubmissionifnotminedyet).
txid?-string;???TransactionIDofthistransfer(sameasinputTXID).
type?-string;???Typeoftransfer,oneofthefollowing:"in","out",???"pending","failed","pool"
unlock_time?-unsignedint;Numberofblocksuntil???transferissafelyspendable.
Example:
$curl-XPOSThttp://localhost:18082/json_rpc-d'{"jsonrpc":"2.0","id":"0","method":"get_transfer_by_txid","params":{"txid":"c36258a276018c3a4bc1f195a7fb530f50cd63a4fa765fb7c6f7f49fc051762a"}}'-H'Content-Type:application/json'
{
"id":"0",
"jsonrpc":"2.0",
"result":{
"transfer":{
"address":"55LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt",
"amount":300000000000,
"confirmations":1,
"destinations":[{
"address":"7BnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o",
"amount":100000000000
},{
"address":"77Vx9cs1VPicFndSVgYUvTdLCJEZw9h81hXLMYsjBCXSJfUehLa9TDW3Ffh45SQa7xb6dUs18mpNxfUhQGqfwXPSMrvKhVp",
"amount":200000000000
}],
"double_spend_seen":false,
"fee":21650200000,
"height":153624,
"note":"",
"payment_id":"0000000000000000",
"subaddr_index":{
"major":0,
"minor":0
},
"suggested_confirmations_threshold":1,
"timestamp":1535918400,
"txid":"c36258a276018c3a4bc1f195a7fb530f50cd63a4fa765fb7c6f7f49fc051762a",
"type":"out",
"unlock_time":0
}
}
}
點擊查看官方文檔:
https://www.getmonero.org/resources/developer-guides/wallet-rpc.html
Tags:ENTMENTYMENPAYDecentralandSantiment Network TokenquickpaymentchainLightpaycoin
近日,隨著央行數字貨幣越來越多設定細節的公開,其再度成為區塊鏈行業乃至整個金融行業的熱議對象,從種種發言中可以看出,央行數字貨幣會是一種基于國家信用的法定數字貨幣,明確采用中心化管理方式.
1900/1/1 0:00:00在周五(8月2日)的2019年第二季度業績電話會議上,速匯金國際首席執行官亞歷克斯·霍姆斯談到了該公司與瑞波的合作關系.
1900/1/1 0:00:00摘要:從V神所謂的“軟件開發苦干階段”,到目前的規范“凍結”。時隔一年多,以太坊2.0的交付計劃已經開始步入正軌.
1900/1/1 0:00:00當地時間8月6日,美國全國廣播公司(NBC)外號“鯊魚坦克”的知名主播凱文·奧利里(KevinO‘Leary)和摩根·克里克數字公司(MorganCreekDigital)的安東尼·龐普利亞諾(.
1900/1/1 0:00:00滑頭思考點? 不是空頭,不是多頭,只做滑頭。打得贏就打,打不贏就跑,作為一個韭菜,我們永遠不要和趨勢作對.
1900/1/1 0:00:00本文來自中鈔區塊鏈技術研究院院長張一鋒在微眾銀行首屆FinTechDay區塊鏈分論壇上的演講,演講題目:《區塊鏈與分布式身份》.
1900/1/1 0:00:00