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.
南非指控門羅幣聯合??創始人Riccardo Spagni犯有欺詐等378項罪名:6月2日消息,南非政府宣布,已指控Monero聯合創始人、前首席開發者Riccardo Spagni(又名Fluffypony)在與前雇主Cape Cookies的150萬南非蘭特糾紛案中犯有欺詐、偽造和言論罪等378項罪名。據悉,Spagni在Monero工作五年后于2019年12月辭職。Spagni已放棄在美國舉行引渡聽證會的權利,并要求法院加快將其移交至南非的速度,以便他在南非接受指控。
據此前報道,2021年9月,Riccardo Spagni已從美國監管機構獲釋。去年8月,Spagni因涉嫌欺詐指控而被捕,該指控與2009年至2011年間在南非公司Cape Cookies發生的涉嫌犯罪有關。南非政府一直在尋求引渡Spagni,指控他“使用虛假信息”制作發票,從而抬高某些商品和服務的價格,并將資金轉移到他控制的銀行賬戶。如果罪名成立,他可能面臨最高20年的監禁。(Finbold)[2022/6/2 3:59:04]
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:
動態 | 黑產團伙利用Apache Struts 2漏洞挖礦,賺取門羅幣:騰訊安全御見威脅情報中心監測到團伙利用Apache Struts 2遠程命令執行漏洞(CVE-2017-5638)攻擊windows服務器,從團伙使用的文件列表來看,主要通過爆破或漏洞利用進行攻擊,且針對windows服務器,已控制服務器270臺左右,被下發挖礦木馬的服務器有44臺,該團伙挖取門羅幣已賺得3.5萬元。(騰訊御見)[2020/1/15]
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'
{
"id":"0",
"jsonrpc":"2.0",
"result":{
"payments":[{
"address":"55LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt",
"amount":1000000000000,
"block_height":127606,
"payment_id":"60900e5603bf96e3",
"subaddr_index":{
"major":0,
分析 | HackerOne的安全漏洞報告導致門羅幣價格大跌:據AMBCrypto消息,本周早些時候HackerOne在報告中指出門羅幣存在安全漏洞。門羅幣回應稱安全漏洞在四個月前就被披露,同時提供了補丁;目前沒有此類漏洞存在。 隨著對門羅幣隱私和網絡安全漏洞的日益關注,社區有理由擔心,同樣的情況也反映在價格上。在1月底達到120美元高位后,安全漏洞報告將XMR一度拉低至82美元以下。截至發稿時為92.85美元。XMR在7天內下跌了23.3%。 Adamant Capital創始合伙人Tuur Demeester對XMR的價格表現提出質疑,并繪制了XMR/BTC的圖表,同樣顯示出大幅下跌。Bull Bitcoin首席執行官Francis Pouliot認為,比特幣的隱私,特別是由于CoinJoin交易以及流動性(在他看來這是隱私的重要組成部分)推動了比特幣領先于其他競爭對手,盡管后者是小眾運營商。[2019/7/6]
"minor":0
},
"tx_hash":"3292e83ad28fc1cc7bc26dbd38862308f4588680fbf93eae3e803cddd1bd614f",
"unlock_time":0
}]
}
}
get_bulk_payments
Getalistofincomingpaymentsusingagivenpaymentid,oralistofpaymentsids,fromagivenheight.Thismethodisthepreferredmethodover?get_paymentsbecauseithasthesamefunctionalitybutismoreextendable.EitherisfineforlookinguptransactionsbyasinglepaymentID.
Alias:?None.
Inputs:
payment_ids?-array??of:string;PaymentIDsusedtofindthepayments(16charactershex).
動態 | 新加坡將使用門羅幣進行電子證明書的發行:據日本coinchoice報道,新加坡區塊鏈學院(Institute of Blockchain Singapore?,IBS)將使用門羅幣(NEM)進行電子證明書的發行。?IBS還將與NEM進行進一步合作,舉辦區塊鏈相關活動和研討會等。[2018/10/10]
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.
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'
比特大陸新礦機改變算法 門羅幣礦工陷入騷動:比特大陸在推出新的門羅幣礦機后和門羅幣社區陷入對立局面,該臺礦機正以折扣價向現有客戶提供服務。批評人士稱,開采門羅幣將喪失效率,原因在于該臺礦機改變了門羅幣的POW算法機制。[2018/3/19]
{
"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_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
市場有一個有趣的現象就是當ETH領頭反彈的時候,其他幣種才會出現較為明顯的反彈情緒,當BTC打頭時看不出來有明顯的反彈的情緒,也就是這可能是兩種不同的資金屬性,就像黃河水和海水的密度不同.
1900/1/1 0:00:00據AMBCRYPTO8月5日報道,盡管加密貨幣的價格波動伴隨著巨大的不確定性,但是區塊獎勵減半還是為用戶帶來了一場全新的游戲,它讓加密貨幣進入到了一個新的生命周期中.
1900/1/1 0:00:00圖?主流加密貨幣近一年收益率內容導讀:8月16日,背景深厚的比特幣期貨交易平臺Bakkt宣布,將于9月23日推出比特幣期貨合約。該消息發布后,整個加密貨幣社區幾近沸騰.
1900/1/1 0:00:00概述: 美國參議院銀行委員會召開“審查數字貨幣和區塊鏈的監管框架”聽證會;紐約總檢察長辦公室回擊Bitfinex,申請法官駁回暫緩訴訟的請求;英國FCA明確加密貨幣監管范圍.
1900/1/1 0:00:00編者注:7月28日,DeanEigenmann在推特上詢問Eth2.0為何使用“執行環境方案”,是否真的能解決“狀態增長”問題,引發了激烈的辯論.
1900/1/1 0:00:00日前獲悉,全球第二大比特幣礦機生產商嘉楠耘智已向SEC遞交上市申請,表明礦機生產巨頭逐鹿資本市場已經被提上日程,其余兩家礦機生產商應該會很快跟進.
1900/1/1 0:00:00