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.
門羅幣社區就7月16日進行硬分叉達成共識:金色財經報道,門羅幣(XMR)社區就7月16日進行硬分叉達成共識,該網絡將在區塊高度 2,668,888 處啟動主網硬分叉,包括將目前門羅幣的環簽名(ring signatures)大小從11增加到 16、在輸出中添加視圖標簽以減少錢包掃描時間、實施費用變更等。其中增加環簽名的數量是為了確保交易具有更大的匿名集,從而更難對交易的來源進行逆向解析,零知識證明系統Bulletproofs將用于門羅幣的范圍證明(range proofs),該功能將在區塊鏈上實現更快的加密和驗證。(cointelegraph)[2022/4/19 14:32:26]
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.
門羅幣CLI v0.17.0.1版本Oxygen Orion已正式發布:10月1日,門羅幣官方發推宣布,門羅幣CLI v0.17.0.1版本Oxygen Orion已正式發布。該版本對守護程序啟動時的意外錯誤消息(Windows)和OSS-Fuzz發現的錯誤進行了修復。與此同時,官方再次提醒稱,門羅幣將于10月17日進行下次網絡升級,用戶、運營商及交易所等利益相關方應為運行v0.17版本做好準備。[2020/10/1]
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'
{
"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
騰訊御見:數萬臺MSSQL服務器遭入侵淪為門羅幣礦機:騰訊安全威脅情報中心檢測到針對MSSQL服務器攻擊的挖礦木馬,該挖礦木馬主要針對MS SQL服務進行爆破弱口令攻擊,爆破成功后會植入門羅幣挖礦木馬進行挖礦。從挖礦木馬的HFS服務器計數看,已有上萬臺MSSQL服務器被植入挖礦木馬,另有數十臺服務器被安裝后門。[2020/7/29]
Getalistofincomingpaymentsusingagivenpaymentid,oralistofpaymentsids,fromagivenheight.Thismethodisthepreferredmethodover?get_paymentsbecauseithasthesamefunctionalitybutismoreextendable.EitherisfineforlookinguptransactionsbyasinglepaymentID.
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.
unlock_time?-unsignedint;Time(inblockheight)until???thispaymentissafetospend.
惡意軟件利用美國國安局漏洞挖取門羅幣:據黑客新聞網(The Hacker News)報道,加密貨幣挖礦僵尸網絡Smominru利用美國國家安全局(NSA)的技術漏洞,傳播門羅幣惡意挖礦軟件,感染全球超過52.6萬臺電腦。[2018/2/3]
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",
"amount":1000000000000,
"block_height":127606,
"payment_id":"60900e5603bf96e3",
"subaddr_index":{
"major":0,
"minor":0
門羅幣官方宣布將在2018年1月份實行硬分叉 升級門羅幣區塊鏈:12月17日門羅幣(XMR)官方宣布,他們將在2018年1月份實行硬分叉,升級門羅幣區塊鏈,并整合多簽名功能。據了解,門羅幣是一種以匿名性為中心的加密貨幣,它的多簽名技術將使其突顯在OpenBazaar市場托管業務以及其他各種市場中的作用,OpenBazaar是于2016年建立的免費在線數字貨幣市場,目前支持比特幣、以太坊、萊特幣、Zcash和達世幣。根據Bitfinex數據顯示,門羅幣最新成交價格為2422.13元,24小時漲幅3.97,成交量7.56萬個XMR。[2017/12/19]
},
"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:ENTYMENPAYMENTethyleneabsorbentDGPaymenthyperpay幣最新消息B One Payment
此次建立區塊鏈金融平臺是中裝建設首次區塊鏈布局。8月18日晚間,中裝建設發布公告稱,已于近日與上海玳鴿信息技術有限公司(以下簡稱“玳鴿信息”)簽署了《關于共同設立區塊鏈金融平臺的協議》,中裝建設.
1900/1/1 0:00:00從歷史上看,公司可以通過公募(股票市場,對所有人開放)或私募(來自合格投資者的大額投資,稱為RegD)方式籌集資金。隨著科技和區塊鏈領域大量創新的出現,嶄露頭角的公司正在尋找新的方式來籌集資金.
1900/1/1 0:00:00去中心化網絡正引起人們越來越多的關注,但是去中心化系統需要合作才能運行。如果RichardHendricks的新互聯網夢想要實現,那就意味著我們要依靠朋友、鄰居、甚至陌生人為我們提供信息,并與外.
1900/1/1 0:00:00一、股幣分離 最近,EOS的母公司BlockOne被曝出用EOS融資融來的錢,買了14萬枚比特幣,這件事引起了市場的廣泛討論。有人說,不要慌,大膽持有EOS,EOS在炒幣。。
1900/1/1 0:00:00告訴你一個令人感到震驚的事實:比特幣的財富分配極不均衡。據統計,2.8%的比特幣錢包地址控制著比特幣95%的供應量。乍一看,比特幣社區的財富分配似乎要比美國和南非更不均衡.
1900/1/1 0:00:00文章來源:螞蟻區塊鏈原文標題:《等風來不如追風去》今天很殘酷,明天更殘酷,后天很美好,但是絕大部分人是死在明天晚上。——馬云經歷了過去幾年貪婪和欺詐的泡沫,一夜之間區塊鏈的顛覆和價值又被重提.
1900/1/1 0:00:00