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種隱私幣:9月12日消息,隨著匿名增強貨幣 (AEC) 面臨越來越大的監管壓力,加密交易所火幣將下線7種隱私幣,包括Dash (DSH)、Decred (DCR)、Firo (FIRO)、Monero (XMR)、Verge (XVG)、Zcash (ZEC)和Horizen (ZEN)。這些代幣將于9月19日下線,存款服務于9月12日停止。火幣敦促用戶取消這些隱私幣的未成交訂單,而交易所將在下線時取消所有訂單。[2022/9/12 13:24:39]
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.
門羅幣礦池MineXMR宣布將于8月12日關閉:8月1日消息,門羅幣(Monero)礦池MineXMR宣布將于8月12日關閉,在此之前門羅幣礦工需重新配置以使用不同的礦池。官方建議礦工過渡到去中心化的p2pool,因使用p2pool時沒有礦池費用,去中心化礦池有助于支持Monero網絡。礦池關閉后剩余待定獎勵將自動發送。
此前2月份消息,MineXMR控制44%算力,社區成員擔心可能發生51%攻擊。[2022/8/1 2:50:38]
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
威脅曝光明星法律隱私的黑客將贖金支付方式改為門羅幣:此前數十位全球大牌音樂和電影明星(包括Lady Gaga、Elton John、Robert DeNiro和麥當娜)的娛樂法律事物所遭受REvil勒索軟件(也被稱為Sodinokibi)的攻擊,攻擊者威脅要求以比特幣支付贖金。REvil日前宣布,贖金支付方式由比特幣改為門羅幣。(Fxstreet)[2020/5/15]
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.
聲音 | 門羅首席開發者:門羅幣不可能是證券:據AMBCrypto報道,針對此前SEC官員提議將購買或交易數字資產納入有價證券監管的消息,門羅首席開發者Riccardo Spagni在接受采訪時表示,門羅幣不可能是證券,因為一種證券需要一個中央發行者預先發行一些代幣或其他東西,然后將其賣出。SEC的指引對門羅幣不是很重要。因為門羅幣沒有進行預售,其與比特幣類似,供應量是由礦工負責。[2019/4/5]
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",
黑客每小時會攻擊19萬個WordPress站點,利用它們挖掘門羅幣:歐盟執法機構歐洲刑警組織Europol表示,對于犯罪販子來說,比特幣正在“失去光彩”,其他加密數字貨幣正在地下流行,包括門羅幣、以太幣和Zcash。根據安全公司Wordfence的數據,黑客每小時會攻擊19萬個WordPress站點,利用它們挖掘門羅幣。[2018/1/8]
"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:ENTMENTPAYYMENorientwaltGolden Regent Investmentmpay幣是騙局嗎Ymen.Finance
8月12日,阿根廷比索兌美元日內跌幅擴大至30%,續創紀錄低位。此外,同日阿根廷離岸票據暴跌,該國100年期債券在紐約下跌近27%,至1美元兌54.66美分;同日,阿根廷Merval指數跌幅30.
1900/1/1 0:00:00據AMBCRYPTO8月5日報道,盡管加密貨幣的價格波動伴隨著巨大的不確定性,但是區塊獎勵減半還是為用戶帶來了一場全新的游戲,它讓加密貨幣進入到了一個新的生命周期中.
1900/1/1 0:00:00周五,灰度投資和CoinbaseCustody宣布合作,后者將為灰度的數字資產進行安全托管。Coinbase首席執行官BrianArmstrong說,其托管部門目前存有10億美元的資產,其將成為.
1900/1/1 0:00:00近日,記者從“司法區塊鏈平臺建設應用研討會”上了解到,基于螞蟻區塊鏈技術,最高人民法院正搭建人民法院司法區塊鏈統一平臺,目前完成最高人民法院、高院、中院和基層法院四級多省市21家法院.
1900/1/1 0:00:00韓國金融服務委員會下屬的金融情報部門披露了一項直接監管加密貨幣交易所并將其納入監管體系的計劃。目前,FIU通過對銀行的行政指導間接控制加密貨幣交易所.
1900/1/1 0:00:00摘要:今日人民幣匯率破七,使得市場避險情緒增加,短時BTC攻上11000美元,上方阻力位12000美元面臨風險較大,看量能方向擇機而動.
1900/1/1 0:00:00