Bitcoin Forum
May 08, 2024, 12:05:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: A super-elementary questions about {bit,lite}coind addresses/account names  (Read 4813 times)
fivebells (OP)
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
October 14, 2011, 12:41:04 PM
 #1

Hi, all.  A couple of basic questions.  I built and ran the litecoind client yesterday.  It appears that I found a block:
Code:
met% ~/alien/litecoin/src/litecoind getbalance
50.00000000
met% ~/alien/litecoin/src/litecoind listsinceblock 0
{
    "transactions" : [
        {
            "account" : "",
            "category" : "generate",
            "amount" : 50.00000000,
            "confirmations" : 1701,
            "txid" : "0d8f72a852aa00ef1fd93fbe55f309fda37bcdd11d8a5955b9fbf74e164cf201",
            "time" : 1318524478
        }
    ],
    "lastblock" : "93c1660173f00a6ad58c103f07747fd0f11eac2cfe1bc1553e6ffbdd1747cca6"
}
met%
  This page seems to be the block referred to in the above transaction list.  However, the "To address", "LRWpZ2hSgqAJctnhyKhc5Br94F11nR7H6J", doesn't match anything I seem to be able to pull out of litecoind.  The command "litecoind getaddressesbyaccount ''" returns a different string.  What is the relationship between these strings?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!