1. 程式人生 > >比特幣錢包高階功能使用命令

比特幣錢包高階功能使用命令

31 getreceivedbyaddress 取得地址收款金額 ★★★ 地址 <bitcoinaddress> [minconf=1] 返回指定地址<bitcoinaddress>上收到至少[minconf]個確認的收款交易總金額。雖然有些人可能會認為這很明顯,返回值只統計該地址的收款交易。它不檢查已經從這個地址上傳送的付款交易。換句話說,這不是取得地址餘額。該方法僅適用於本地錢包的地址,外部地址將始終顯示為0。 Returns the total amount received by <bitcoinaddress> in transactions with at least [minconf] confirmations. While some might consider this obvious, value reported by this only considers *receiving* transactions. It does not check payments that have been made *from* this address. In other words, this is not "getaddressbalance". Works only for addresses in the local wallet, external addresses will always show 0. N