root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# readelf --dynamic bitcoind There is no dynamic section in this file. root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# du -sh bitcoind 5.8M bitcoind root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind getinfo { "version" : 50301, "balance" : 0.00000000, "blocks" : 346939, "connections" : 8, "proxy" : "", "generate" : false, "genproclimit" : -1, "difficulty" : 47427554950.64830017, "hashespersec" : 0, "testnet" : false, "keypoololdest" : 1425432724, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" } root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# date Tue Mar 10 03:20:03 UTC 2015 root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind getnewaddress 1M34LiCbnBgD3ShFGTUo8bt8Ff67cj64we root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind getbalance 0.13848360 root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind listtransactions [ { "account" : "", "address" : "1M34LiCbnBgD3ShFGTUo8bt8Ff67cj64we", "category" : "receive", "amount" : 0.13848360, "confirmations" : 1, "txid" : "b98cf3a502b6dccd418b23f14544c97a797fdd9ce551f1604705385e83ba94c9", "time" : 1425959218 } ] root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind listtransactions [ { "account" : "", "address" : "1M34LiCbnBgD3ShFGTUo8bt8Ff67cj64we", "category" : "receive", "amount" : 0.13848360, "confirmations" : 140, "txid" : "b98cf3a502b6dccd418b23f14544c97a797fdd9ce551f1604705385e83ba94c9", "time" : 1425959218 } ] root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind settxfee 0.00050000 true root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind getinfo { "version" : 50301, "balance" : 0.13848360, "blocks" : 347080, "connections" : 8, "proxy" : "", "generate" : false, "genproclimit" : -1, "difficulty" : 47427554950.64830017, "hashespersec" : 0, "testnet" : false, "keypoololdest" : 1425432724, "keypoolsize" : 101, "paytxfee" : 0.00050000, "errors" : "" } root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind sendtoaddress 1FundZy7m7b8begbh9haCguKJcAdFopRJ9 .1337 b7d402a50b0d29a80b271e15e493a4ef7f2c0e8471da5d1dc2851b3b90f4e79b root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind getinfo { "version" : 50301, "balance" : 0.00428360, "blocks" : 347081, "connections" : 8, "proxy" : "", "generate" : false, "genproclimit" : -1, "difficulty" : 47427554950.64830017, "hashespersec" : 0, "testnet" : false, "keypoololdest" : 1425432724, "keypoolsize" : 101, "paytxfee" : 0.00050000, "errors" : "" } root@ip-172-31-10-219:/mnt/btc-dev/sandbox/bitcoin-v0_5_3_1/src# ./bitcoind gettransaction b7d402a50b0d29a80b271e15e493a4ef7f2c0e8471da5d1dc2851b3b90f4e79b { "amount" : -0.13370000, "fee" : -0.00050000, "confirmations" : 15, "txid" : "b7d402a50b0d29a80b271e15e493a4ef7f2c0e8471da5d1dc2851b3b90f4e79b", "time" : 1426032831, "details" : [ { "account" : "", "address" : "1FundZy7m7b8begbh9haCguKJcAdFopRJ9", "category" : "send", "amount" : -0.13370000, "fee" : -0.00050000 } ] }