Search found 18 matches

by JZA
Thu Mar 24, 2016 9:46 pm
Forum: General Discussion
Topic: Negative balance on default account
Replies: 1
Views: 4757

Negative balance on default account

So I am seen this return when using the listaccounts on namecoind: $ ./namecoind listaccounts { "" : -0.03787348, "JZA" : 2.20287348 } Seems my domain registry has gone to the wrong account, but surprisingly they have been deducted creating a minus balance. I wonder how can this happen and if I cold...
by JZA
Thu Mar 24, 2016 3:30 pm
Forum: General Discussion
Topic: Issues with BDB on Archlinux
Replies: 9
Views: 11640

Re: Issues with BDB on Archlinux

I described the issue fully, I get a ./namecoin-cli with no wallet methods, basically doing

Code: Select all

$ namecoin-cli help
will list the methods available and will not show any regarding the wallet like, getnewaddress, listaccounts, signmessage, etc.
why does that happen?
by JZA
Wed Mar 23, 2016 8:48 pm
Forum: General Discussion
Topic: Issues with BDB on Archlinux
Replies: 9
Views: 11640

Re: Issues with BDB on Archlinux

not very helpful but I clearly mentioned the Archlinux Package, if you don't use this package or Archlinux, then this question wasn't for you. no mind-reading necessary.
by JZA
Mon Mar 21, 2016 2:21 pm
Forum: General Discussion
Topic: Issues with BDB on Archlinux
Replies: 9
Views: 11640

Issues with BDB on Archlinux

Wonder if anyone else have had issues trying to install the namecoin-core package for AUR.

Is there any solutions, I have tried modifying the PKGBUILD with different compilation options with not mayor success. I always seems to end up with a wallet-less node.
by JZA
Mon Mar 21, 2016 6:20 am
Forum: General Discussion
Topic: sign message on the cloud
Replies: 3
Views: 4858

sign message on the cloud

I would like to sign a message using namecoin, however my wallet doesnt seem to have the signmessage method. Is there a way I can sing it on the cloud giving my privatekey?

Something similar to what Blockchain.info does for Bitcoin.
by JZA
Sat Mar 19, 2016 5:11 pm
Forum: General Discussion
Topic: How does the registration workflow goes with the namechain?
Replies: 2
Views: 4225

How does the registration workflow goes with the namechain?

I would like to read a better explanation on how namecoin works in regards with the registration process. For example, when I create a new_name, how long does it takes until the txid is visible on the namecoin explorer? Is there a way that I can track which block was the name registration took place...
by JZA
Sat Mar 19, 2016 5:04 pm
Forum: Technical Support
Topic: [solved] Balance vs Amount of coins
Replies: 3
Views: 4812

Re: [solved] Balance vs Amount of coins

I discover the issue was the JSON object wasnt correctly quoted. It's working now :D
by JZA
Sat Mar 19, 2016 1:39 pm
Forum: Technical Support
Topic: [solved] Balance vs Amount of coins
Replies: 3
Views: 4812

[solved] Balance vs Amount of coins

I was explained this a while ago but now it seems I forgot exactly, there is a difference between the ammount of coins and the balance that the walllet has. I am managing my namecoin wallet from the CLI. I send 1.30 nmc and worked well for a while, now I am trying to do firstupdate and keep getting ...