比特幣交易所 比特幣交易所
Ctrl+D 比特幣交易所
ads
首頁 > ADA > Info

門羅幣(XMR)鎖定轉賬攻擊細節分析_MENT

Author:

Time:1900/1/1 0:00:00

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.

安全專家:惡意軟件Lucifer將攻擊Windows系統漏洞以安裝門羅幣挖掘應用:6月26日消息,Unit 42安全專家警告稱,一種名為“Lucifer”的惡意軟件正在針對Windows系統中的舊漏洞發起加密劫持和DDoS攻擊,并安裝著名的Monero挖掘應用程序XMRig,以挖掘門羅幣(XMR)。(Cointelegraph)[2020/6/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.

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'

動態 | 報告:MyKings僵尸網絡迄今為止非法挖掘約300萬美元門羅幣:12月18日,SophosLabs發布報告稱,MyKings僵尸網絡迄今為止非法挖掘了價值約300萬美元的門羅幣,目前MyKings感染宿主最多的國家是中國,臺灣,俄羅斯,巴西,美國,印度和日本。(Cointelegraph)[2019/12/20]

{

"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.

聲音 | Epic Games創始人:Fortnite接受門羅幣支付是“偶然”:據The block消息,游戲團隊Epic Games創始人、在線視頻游戲Fortnite的創造者Tim Sweeney在twitter上發帖稱,“實際上,Fortnite商店對加密貨幣的短暫嘗試是偶然的。我們與合作伙伴合作開設了一家商品店,并啟用了Monero(門羅幣)付款方式”。目前,Fortnite的官方商店已經取消了Monero的支付選項。不過,Sweeney補充說,Epic Games的許多員工都是加密貨幣技術的“超級粉絲”,“在將該技術推廣到包括年輕玩家在內的廣大用戶之前,還要在波動性和反欺詐方面做大量工作。”此前消息,在線視頻游戲Fortnite的商品店已開始“獨家”接受Monero(XMR)作為加密貨幣支付選項,Monero官方推特也公布了這一消息。[2019/1/7]

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",

聲音 | 門羅幣創始人:大多數加密項目并非真正“去中心化”:門羅幣創始人之一Riccardo Spagni在推特對“去中心化交易所IDEX宣布阻止擁有紐約州IP地址的用戶發出新訂單”一事發表評論:當你輕信某些人聲稱的去中心化,就會發生這種情況。加密空間中的許多(大多數)“去中心化”項目亦是如此。IDEX發布公告稱,將于10月25日UTC時間下午6點開始,阻止擁有紐約州IP地址的用戶發出新訂單,取消和提現功能將繼續有效。目前還不清楚IDEX是否是被迫禁止紐約交易者,或者是該平臺的運營商選擇將他們列入黑名單。[2018/10/25]

"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

Tags:ENTPAYYMENMENTCentauriPAYT幣Employment CoinPAYZ PAYMENTS

ADA
科普 | 從歷次升級看以太坊的足跡_區塊鏈

縱觀全局,區塊鏈技術出現的時間并不久。盡管有關區塊鏈的基本概念已經被研究了數十年,但直到2008年比特幣誕生之后,人們才相信這些概念確實可以組合到一起、創造出可用的產品.

1900/1/1 0:00:00
公鏈之王遭眾鏈圍剿,落魄以太坊能否王者歸來?_ETH2.0

作為最早的公鏈之一,以太坊曾被冠以“公鏈之王”的美譽。ICO狂潮退卻后,項目方開始大肆拋售ETH,也使得ETH價格從歷史高點暴跌80%.

1900/1/1 0:00:00
在投資加密貨幣時,如何減輕被操縱的影響?_BIT

前言:在目前的經濟運作機制下,對于普通人來說,是繼續接受“新常態”,還是擁抱“新范式”?這取決于每個人對未來的理解,對世界經濟運作本質的理解,還有對風險和回報的認知.

1900/1/1 0:00:00
什么樣的資金盤能活一年,還上了熱搜?_WIAC

區塊鏈技術仍在緩慢發展,落地稍顯迷茫。今年,圈錢的項目再也不打出技術、XX獎得主、落地等噱頭,而是直接赤裸裸地亮出了傳銷“模式”。借區塊鏈為幌子的傳銷盤不少,上熱搜的卻不多.

1900/1/1 0:00:00
中國央行數字貨幣與Libra未必直接對決,但都沖擊支付機構_數字貨幣

近日,央行支付結算司副司長穆長春在中國金融四十人論壇上,詳細闡述了央行數字貨幣研發的進展情況和具體設計。并指出,經過五年的研究,央行數字貨幣已經“呼之欲出”.

1900/1/1 0:00:00
萬事達MasterCard新增高管招聘信息 推進加密錢包開發_區塊鏈

全球支付巨頭萬事達(MasterCard)近期在其官網更新了三個跟區塊鏈相關的高管職位招聘信息,其中包括一名區塊鏈/加密貨幣產品管理副總裁以及兩名負責區塊鏈產品開發的產品總監.

1900/1/1 0:00:00
ads