Pages:
Author

Topic: [announce] Namecoin - a distributed naming system based on Bitcoin - page 64. (Read 594476 times)

legendary
Activity: 1807
Merit: 1020
If the wallet is not encrypted, "encryptwallet" appears. Otherwise "walletpassphrase" appears. This is normal, and it is the way it's done in Bitcoin.

legendary
Activity: 1807
Merit: 1020

the commands should still be there.. are you sure using the correct version?

I think so. This is staying there.
Namecoin version 0.3.62
Copyright © 2009-2013 The Bitcoin and Namecoin developers

help

backupwallet
buildmerkletree ...
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction
deletetransaction
dumpprivkey
encryptwallet
getaccount
getaccountaddress
getaddressesbyaccount
getauxblock [ ]
getbalance [account] [minconf=1]
getblockbycount height
getblockbyhash hash
getblockcount
getblocknumber
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmemorypool [data]
getnewaddress [account]
getrawtransaction [verbose=0]
getreceivedbyaccount [minconf=1]
getreceivedbyaddress [minconf=1]
gettransaction
getwork [data]
getworkaux
help [command]
importaddress [label] [rescan=true]
importprivkey [label] [rescan=true]
listaccounts [minconf=1]
listaddressgroupings
listreceivedbyaccount [minconf=1] [includeempty=false]
listreceivedbyaddress [minconf=1] [includeempty=false]
listtransactions [account] [count=10] [from=0]
listunspent [minconf=1] [maxconf=9999999] ["address",...]
move [minconf=1] [comment]
name_clean
name_debug
name_debug1
name_filter [regexp] [maxage=36000] [from=0] [nb=0] [stat]
name_firstupdate []
name_history
name_list []
name_new
name_scan [] []
name_show
name_update []
sendfrom [minconf=1] [comment] [comment-to]
sendmany {address:amount,...} [minconf=1] [comment]
sendrawtransaction
sendtoaddress [comment] [comment-to]
sendtoname [comment] [comment-to]
setaccount
setgenerate [genproclimit]
setmininput
settxfee
signmessage
signrawtransaction [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [,...] [sighashtype="ALL"]
stop
validateaddress
verifymessage

that's all
---------
walletpassphrase
Error: running with an unencrypted wallet, but walletpassphrase was called. (code -15)

It seems that the command is there only help is not listing it.

strange..

what OS are you on?

i get the following extra commands (on windows)
walletlock
walletpassphrase
walletpassphrasechange

will get it looked at asap
hero member
Activity: 504
Merit: 500

the commands should still be there.. are you sure using the correct version?

I think so. This is staying there.
Namecoin version 0.3.62
Copyright © 2009-2013 The Bitcoin and Namecoin developers

help

backupwallet
buildmerkletree ...
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction
deletetransaction
dumpprivkey
encryptwallet
getaccount
getaccountaddress
getaddressesbyaccount
getauxblock [ ]
getbalance [account] [minconf=1]
getblockbycount height
getblockbyhash hash
getblockcount
getblocknumber
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmemorypool [data]
getnewaddress [account]
getrawtransaction [verbose=0]
getreceivedbyaccount [minconf=1]
getreceivedbyaddress [minconf=1]
gettransaction
getwork [data]
getworkaux
help [command]
importaddress [label] [rescan=true]
importprivkey [label] [rescan=true]
listaccounts [minconf=1]
listaddressgroupings
listreceivedbyaccount [minconf=1] [includeempty=false]
listreceivedbyaddress [minconf=1] [includeempty=false]
listtransactions [account] [count=10] [from=0]
listunspent [minconf=1] [maxconf=9999999] ["address",...]
move [minconf=1] [comment]
name_clean
name_debug
name_debug1
name_filter [regexp] [maxage=36000] [from=0] [nb=0] [stat]
name_firstupdate []
name_history
name_list []
name_new
name_scan [] []
name_show
name_update []
sendfrom [minconf=1] [comment] [comment-to]
sendmany {address:amount,...} [minconf=1] [comment]
sendrawtransaction
sendtoaddress [comment] [comment-to]
sendtoname [comment] [comment-to]
setaccount
setgenerate [genproclimit]
setmininput
settxfee
signmessage
signrawtransaction [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [,...] [sighashtype="ALL"]
stop
validateaddress
verifymessage

that's all
---------
walletpassphrase
Error: running with an unencrypted wallet, but walletpassphrase was called. (code -15)

It seems that the command is there only help is not listing it.
legendary
Activity: 1807
Merit: 1020
A small bug report :

I transfered a name to a fresh namecoin-qt wallet, and in the transaction list it appears as "(n/a)" 0.00NMC (without the namecoin icon).
This wallet does not have the change address for that tx (it is in the other wallet) nor the input addresses.

However, the name appears in the "Manage names" tab.

Then, I've done a name_update from the GUI, and this one has the right label and icon in the transaction list (not yet confirmed, but should be ok).

did you try 3.62?


Yes.
without wallet encryption
 I tried now transaction and domain registration from GUI. It works fine. Importprivkey, importaddress and dumpprivkey works from the console.
By dumpprivkey first time remained hanging but second time worked.
As I see walletpassphrase and walletpassphrasechange was removed from the command list. In 3.56 was there.

I will try with encrypted wallet also to make transaction but from the console is difficult without the removed commands.
Transaction fee to move less then 1 namecoin inside of my wallet was 0.005 NMC, 1/3 of a domain registration fee. Was the same with the old wallet ?

the commands should still be there.. are you sure using the correct version?
hero member
Activity: 504
Merit: 500
A small bug report :

I transfered a name to a fresh namecoin-qt wallet, and in the transaction list it appears as "(n/a)" 0.00NMC (without the namecoin icon).
This wallet does not have the change address for that tx (it is in the other wallet) nor the input addresses.

However, the name appears in the "Manage names" tab.

Then, I've done a name_update from the GUI, and this one has the right label and icon in the transaction list (not yet confirmed, but should be ok).

did you try 3.62?


Yes.
without wallet encryption
 I tried now transaction and domain registration from GUI. It works fine. Importprivkey, importaddress and dumpprivkey works from the console.
By dumpprivkey first time remained hanging but second time worked.
As I see walletpassphrase and walletpassphrasechange was removed from the command list. In 3.56 was there.

I will try with encrypted wallet also to make transaction but from the console is difficult without the removed commands.
Transaction fee to move less then 1 namecoin inside of my wallet was 0.005 NMC, 1/3 of a domain registration fee. Was the same with the old wallet ?
hero member
Activity: 540
Merit: 500
A small bug report :

I transfered a name to a fresh namecoin-qt wallet, and in the transaction list it appears as "(n/a)" 0.00NMC (without the namecoin icon).
This wallet does not have the change address for that tx (it is in the other wallet) nor the input addresses.

However, the name appears in the "Manage names" tab.

Then, I've done a name_update from the GUI, and this one has the right label and icon in the transaction list (not yet confirmed, but should be ok).

did you try 3.62?


I should have using it, but did not finished the compilation (not enough ram at that moment)...
Sorry if it is already fixed.
* khal is compiling

[edit: it's ok with 3.62]
legendary
Activity: 1807
Merit: 1020
A small bug report :

I transfered a name to a fresh namecoin-qt wallet, and in the transaction list it appears as "(n/a)" 0.00NMC (without the namecoin icon).
This wallet does not have the change address for that tx (it is in the other wallet) nor the input addresses.

However, the name appears in the "Manage names" tab.

Then, I've done a name_update from the GUI, and this one has the right label and icon in the transaction list (not yet confirmed, but should be ok).

did you try 3.62?

hero member
Activity: 540
Merit: 500
A small bug report :

I transfered a name to a fresh namecoin-qt wallet, and in the transaction list it appears as "(n/a)" 0.00NMC (without the namecoin icon).
This wallet does not have the change address for that tx (it is in the other wallet) nor the input addresses.

However, the name appears in the "Manage names" tab.

Then, I've done a name_update from the GUI, and this one has the right label and icon in the transaction list (not yet confirmed, but should be ok).
member
Activity: 96
Merit: 10
I tested 0.3.62 version and it works like a charm!!!!!

Good Coin and great project...
legendary
Activity: 1807
Merit: 1020
On WinXP, Namecoin-qt 3.56
by console command unlocking wallet for 30s and after it trying to transfer namecoins, client crashed and after it the wallet password was not any more valid.
 Grin Grin Grin only 0.3 NMC lost
Now I will try with 3.62. This looks really impressive.


hmm, never had a problem like that..
there was some crash fix in the latest version.. how is that one doing? 3.62?

have not properly tested on XP, let us know how it goes
edit: maybe wait till all the blockchain downloaded (if you hadn't)
legendary
Activity: 1807
Merit: 1020
awesome project idea, but I am not going to read through 40+ pages of postings just to catch up with things - maybe someone could copy/paste the most important stuff over to a website/wiki for the project, so that things will be easier to review ?

Also, I'd like to see a discussion if and how this relates to tor's onion addresses and hidden services in particular.

thank you

we are going to sort all this stuff out asap (wiki, new thread etc etc)
sr. member
Activity: 456
Merit: 250
auto first update seems to be working..

please check for any bugs.. seems to be working fine atm.. props to the coder

binaries (mac needs updating, asking maxpower)
http://www.mediafire.com/folder/3aa8ukj7v6m5d/Namecoin-qt

https://github.com/namecoin-qt/namecoin-qt

please check and "happy name registering"

"There's a small issue - if you reopen the client after 12 blocks, it sends firstupdates immediately (before getting enough connections) and fails to relay the transaction. After some time it relays normally though (no user intervention is required). Maybe need to add some delay."

anyone have any expired names? to make sure it doesn't show in the table (i can't find any old wallets with one)

The Binary crashes on Snow Leopard. Where is the makefile.mac it's missing from the src dir?


This is a known problem, unfortunately. I only have access to build tools for OS X Lion and beyond at the moment, and they don't produce backwards-compatible code. I'm looking into setting up a VM with Snow Leopard, but may not be able to get to it for a while.
hero member
Activity: 504
Merit: 500
On WinXP, Namecoin-qt 3.56
by console command unlocking wallet for 30s and after it trying to transfer namecoins, client crashed and after it the wallet password was not any more valid.
 Grin Grin Grin only 0.3 NMC lost
Now I will try with 3.62. This looks really impressive.
newbie
Activity: 14
Merit: 0
awesome project idea, but I am not going to read through 40+ pages of postings just to catch up with things - maybe someone could copy/paste the most important stuff over to a website/wiki for the project, so that things will be easier to review ?

Also, I'd like to see a discussion if and how this relates to tor's onion addresses and hidden services in particular.

thank you
erk
hero member
Activity: 826
Merit: 500
auto first update seems to be working..

please check for any bugs.. seems to be working fine atm.. props to the coder

binaries (mac needs updating, asking maxpower)
http://www.mediafire.com/folder/3aa8ukj7v6m5d/Namecoin-qt

https://github.com/namecoin-qt/namecoin-qt

please check and "happy name registering"

"There's a small issue - if you reopen the client after 12 blocks, it sends firstupdates immediately (before getting enough connections) and fails to relay the transaction. After some time it relays normally though (no user intervention is required). Maybe need to add some delay."

anyone have any expired names? to make sure it doesn't show in the table (i can't find any old wallets with one)

The Binary crashes on Snow Leopard. Where is the makefile.mac it's missing from the src dir?
legendary
Activity: 1807
Merit: 1020
legendary
Activity: 1807
Merit: 1020
auto first update seems to be working..

please check for any bugs.. seems to be working fine atm.. props to the coder

binaries (mac needs updating, asking maxpower)
http://www.mediafire.com/folder/3aa8ukj7v6m5d/Namecoin-qt

https://github.com/namecoin-qt/namecoin-qt

please check and "happy name registering"

"There's a small issue - if you reopen the client after 12 blocks, it sends firstupdates immediately (before getting enough connections) and fails to relay the transaction. After some time it relays normally though (no user intervention is required). Maybe need to add some delay."

anyone have any expired names? to make sure it doesn't show in the table (i can't find any old wallets with one)
legendary
Activity: 1708
Merit: 1019
Before adding new features this list should be considered....

https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures
Pages:
Jump to: