Bitcoin Forum
April 19, 2024, 08:42:03 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [HELP] New to namecoin and I can not send my coins to another address  (Read 1844 times)
iammagicmike (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
March 13, 2013, 05:33:16 PM
 #1

Windows 7 x64 - namecoind.exe

I setup a wallet on my PC when I bought my first namecoins a few weeks ago on btc-e and I sent them to this wallet on my PC.  I'll happily admit that I'm 100% newbie to using the command line for wallets (I've used it for other programs, I just don't use cmd that often).

Last week my system crashed and I recovered the wallet.dat file and copied it into the directory after I reinstalled a fresh copy Win7 x64.  The coins are recognized in namecoind wallet (see image below) but it imported them as a different address.

When I try to send the coins I receive an error: {"code":-4, "message":"Insufficient funds"}

I've tried sending the full amount of 498.99 NMC, I've tried sending 497 NMC, and I've tried sending 1 NMC and all attempts have the same result. 

I assume that the my wallet is trying to send from the top address (see pic), which is empty.  I would appreciate any help I can get.

-M



It's only after we've lost everything that we're free to do anything.

LTC: LPGSryKuT2BaEcDBg6VWHwusXj5N8ynu3M
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713516123
Hero Member
*
Offline Offline

Posts: 1713516123

View Profile Personal Message (Offline)

Ignore
1713516123
Reply with quote  #2

1713516123
Report to moderator
Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
March 13, 2013, 05:57:56 PM
 #2

listreceivedbyaddress does not indicate how much money you have in the wallet.

use getbalance and listtransactions to investigate the issue.
iammagicmike (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
March 19, 2013, 07:41:16 PM
 #3

thank you, I'll give that a shot when I get home. 


It's only after we've lost everything that we're free to do anything.

LTC: LPGSryKuT2BaEcDBg6VWHwusXj5N8ynu3M
simonk83
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
April 02, 2013, 11:40:06 AM
 #4

Right, I'm actually having this same problem Smiley

Getbalance shows I have 17.56 (not much I know but whatever, I want rid of them), but I get exactly the same error as the guy above.
pat1900
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
April 02, 2013, 03:38:55 PM
 #5

Did you allow namecoind to synchronize properly? This can take several hours after installing/reinstalling the client.
Wait until the "blocks" field of namecoind getinfo gives you the same block height as http://explorer.dot-bit.org/

USD: 0.000 BTC       EUR: 0.000 BTC
FuzzyBear
Legendary
*
Offline Offline

Activity: 1420
Merit: 1010



View Profile WWW
April 02, 2013, 06:04:21 PM
 #6

the 0 confirmations is an indicator that probably the balance has not cleared in the wallet but use the command
Code:
namecoind getinfo
like the others have said to see what ur other information says .. also
Code:
namecoind help
lists all the commands

***** Earn DEV at http://devtome.com *****
simonk83
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
April 02, 2013, 07:56:56 PM
Last edit: April 02, 2013, 08:33:43 PM by simonk83
 #7

In my case, yes it's fully synced and the 17.56 nmc has around 80000 confirmations Smiley

Code:
C:\Users\Simon\Desktop\namecoind_v350_win32\namecoind_v350_win32>namecoind getin
fo
{
    "version" : 35000,
    "balance" : 0.00000000,
    "blocks" : 103402,
    "connections" : 6,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 1122924.67388052,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1310876431,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}

C:\Users\Simon\Desktop\namecoind_v350_win32\namecoind_v350_win32>namecoind getba
lance simon
17.56000000

C:\Users\Simon\Desktop\namecoind_v350_win32\namecoind_v350_win32>namecoind sendf
rom simon NJc6Vc5x3MVcTWMXUWt85jYtMCtBb54DXg 17.56
error: {"code":-4,"message":"Insufficient funds"}

C:\Users\Simon\Desktop\namecoind_v350_win32\namecoind_v350_win32>namecoind getba
lance simon
17.56000000

C:\Users\Simon\Desktop\namecoind_v350_win32\namecoind_v350_win32>namecoind sendf
rom simon NJc6Vc5x3MVcTWMXUWt85jYtMCtBb54DXg 17.56
error: {"code":-4,"message":"Insufficient funds"}
FuzzyBear
Legendary
*
Offline Offline

Activity: 1420
Merit: 1010



View Profile WWW
April 02, 2013, 11:19:56 PM
 #8

ahh ok i not tried the sendfrom comand.. i use the
Code:
sendtoaddress N7q9zg9h4Scfx6R25RTL8LdGxCBQbgq8wz   10

for example simonk83

***** Earn DEV at http://devtome.com *****
simonk83
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
April 02, 2013, 11:32:15 PM
 #9

ahh ok i not tried the sendfrom comand.. i use the
Code:
sendtoaddress N7q9zg9h4Scfx6R25RTL8LdGxCBQbgq8wz   10

for example simonk83

Yep, tried that first, same error Smiley  I just tried sendfrom in a vain attempt to get it to work Wink
pat1900
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
April 03, 2013, 12:31:27 AM
 #10

Code:
C:\Users\Simon\Desktop\namecoind_v350_win32\namecoind_v350_win32>namecoind getinfo
{
    "version" : 35000,
    "balance" : 0.00000000,

Well, it clearly shows your balance is 0.00000000, you really need to have a close look at the output of namecoind listtransactions.

Try http://explorer.dot-bit.org/a/N8YguzbgFo4TW85nZjrx9gG3nvVcSKaxNX
and click at the latest transaction of 28/March/2013 23:00:37 (the one with 20a3e5a143...)
You obviously performed a successful send transaction. Those two receiving addresses could be two of your own addresses, though. Maybe you sent 0.99 NMC to some address, and namecoind automatically sends the remaining amount of 498 NMC back to its own wallet (just guessing. I'm not an expert on the bitcoind part of namecoind). But to me it looks as if you had two wallet.dat files active at the same time and then got confused and messed things up.

USD: 0.000 BTC       EUR: 0.000 BTC
simonk83
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
April 03, 2013, 12:50:34 AM
 #11

Code:
C:\Users\Simon\Desktop\namecoind_v350_win32\namecoind_v350_win32>namecoind getinfo
{
    "version" : 35000,
    "balance" : 0.00000000,

Well, it clearly shows your balance is 0.00000000, you really need to have a close look at the output of namecoind listtransactions.

Try http://explorer.dot-bit.org/a/N8YguzbgFo4TW85nZjrx9gG3nvVcSKaxNX
and click at the latest transaction of 28/March/2013 23:00:37 (the one with 20a3e5a143...)
You obviously performed a successful send transaction. Those two receiving addresses could be two of your own addresses, though. Maybe you sent 0.99 NMC to some address, and namecoind automatically sends the remaining amount of 498 NMC back to its own wallet (just guessing. I'm not an expert on the bitcoind part of namecoind). But to me it looks as if you had two wallet.dat files active at the same time and then got confused and messed things up.


That's not my transaction, you might be getting mixed up with iammagicmike's post at the top.   I'll have a play with listtransactions when I get home though and post the results.

I know it says the balance is zero also, but then getbalance clearly shows 17.56 in an address, hence my confusion.
virtualmaster
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
April 03, 2013, 06:35:49 AM
 #12

With the NamecoinGUI it is working. But you have to synchronize the chain before.

Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
Namecoinia.org  -  take the planet in your hands
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba   |  NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S
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!