Bitcoin Forum
May 24, 2024, 09:15:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 »  All
  Print  
Author Topic: [ANN][NMC] Namecoin Wallet (QT) with integrated Name Registration v3.75  (Read 78504 times)
maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
July 14, 2013, 05:16:26 PM
 #161

3.64 crashes on load under OS X 10.8.4.

Can you post or PM me the crash report (the one that OS X wants to send to Apple)?

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
mnyonpa
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
July 15, 2013, 01:16:23 AM
 #162

Done.

BTC address for donations: 1EEjkAqLXTxscD24D1S6aXWtxPUWxSkHcd
maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
July 15, 2013, 01:27:17 AM
 #163

Done.

Thanks! This is a threading problem that's happening while the code is initializing your wallet, but it's unclear to me whether it's a bug in the threading code or a problem with your wallet. In either case it will probably be fixed in the next version, when the Bitcoin 0.8 code is merged in (which includes totally rewritten threading code). Unfortunately, I've never seen this particular crash before, so it's hard to say what the underlying cause is.

Is this a new wallet, created by Namecoin-Qt? Or did you copy in a wallet.dat from another client?

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
mnyonpa
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
July 15, 2013, 02:08:24 AM
 #164

Thank you very much!

Problem solved!

I just deleted all the ~/Library Application Support/Namecoin stuff created by namecoind, then put wallet.dat from backup there, rebooted and started Namecoin-Qt. Now it’s redownloading the blockchain which I suppose will take some time, but it shows my namecoins correctly.

BTC address for donations: 1EEjkAqLXTxscD24D1S6aXWtxPUWxSkHcd
maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
July 15, 2013, 12:12:34 PM
 #165

Thank you very much!

Problem solved!

I just deleted all the ~/Library Application Support/Namecoin stuff created by namecoind, then put wallet.dat from backup there, rebooted and started Namecoin-Qt. Now it’s redownloading the blockchain which I suppose will take some time, but it shows my namecoins correctly.

Great! And good point, I think the namecoind build that's out there from OS X is built from a different version of the codebase than Namecoin-Qt, so Namecoin-Qt may not be able to read some of namecoind's data, and vice versa.

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 15, 2013, 03:21:12 PM
 #166

Want to build your own Namecoin-Qt on Windows?

Give this a try: https://github.com/phelixnmc/namecoin-qt EasyWinBuilder Namecoin

Download, run easywinbuilder/__all_easywinbuilder.bat and follow instructions.

The code itself is unchanged in comparison to Snailbrain's version.


General info for the Bitcoin version:
https://bitcointalk.org/index.php?topic=252931
redphlegm
Sr. Member
****
Offline Offline

Activity: 246
Merit: 250


My spoon is too big!


View Profile
July 16, 2013, 01:37:37 AM
 #167

Why does my windows client keep doing this? If I restart it, it synchronizes but leave it for a while and I come back to this.


Whiskey Fund: (BTC) 1whiSKeYMRevsJMAQwU8NY1YhvPPMjTbM | (Ψ) ALcoHoLsKUfdmGfHVXEShtqrEkasihVyqW
mnyonpa
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
July 16, 2013, 12:30:22 PM
 #168

Just curious. Until downloading blocks around 90000~100000 the client was really unresponsive, but then no longer so.

BTC address for donations: 1EEjkAqLXTxscD24D1S6aXWtxPUWxSkHcd
marcus_of_augustus
Legendary
*
Offline Offline

Activity: 3920
Merit: 2349


Eadem mutata resurgo


View Profile
July 17, 2013, 02:56:14 AM
 #169

Just curious. Until downloading blocks around 90000~100000 the client was really unresponsive, but then no longer so.

It's probably because those first blocks have little or no tx data stored in them so the client is going full tilt validating blocks and it is difficult for interrupts to get processing time ... probably better to just wait until you up to date as there is not much you can actually do with a new client (and wallet) until that point anyway.

phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 20, 2013, 10:35:16 AM
 #170

New Namecoin EasyWinBuilder version here: https://github.com/phelixnmc/namecoin-qt

It is creating a disassembly hash of Namecoin-Qt, please let me know if you get the same hash
(see https://bitcointalk.org/index.php?topic=252931.msg2766894#msg2766894)


Also it includes a patch that made downloading of the blockchain 8 times faster on a hard disk based system (tested for the first 20,000blocks). Also it's not thrashing the disk any more and is generally more responsive.  Grin

Please review and tell me if you consider my changes safe (they are all stolen from Bitcoin). I think the main problem was repeatedly flushing some databases to disk.

Note that I have not tested this intensively yet. Backup your wallets!
marcus_of_augustus
Legendary
*
Offline Offline

Activity: 3920
Merit: 2349


Eadem mutata resurgo


View Profile
July 21, 2013, 02:42:42 AM
 #171

Quote
Also it includes a patch that made downloading of the blockchain 8 times faster on a hard disk based system (tested for the first 20,000blocks). Also it's not thrashing the disk any more and is generally more responsive.

Are you going to push that into main? khal needs all the help he can get but not sure if this is the right way to be going about it.

Apocalyptic
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 22, 2013, 07:22:50 AM
 #172

Thanks snailbrain, nice to see some work being done on Namecoin. I think khal should update http://dot-bit.org/Main_Page to reflect the recent progress (especially the project tasks section which is way outdated)
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 22, 2013, 10:54:18 AM
 #173

Quote
Also it includes a patch that made downloading of the blockchain 8 times faster on a hard disk based system (tested for the first 20,000blocks). Also it's not thrashing the disk any more and is generally more responsive.

Are you going to push that into main? khal needs all the help he can get but not sure if this is the right way to be going about it.
Well, the performance improving changes are only six lines: https://github.com/phelixnmc/namecoin-qt/commit/9a832fa4b010420990578e18dd0753e9d13366b6

The EasyWinBuilder changes pretty much only make things compliant again with the Bitcoin-Qt directory structure.

I am also a little worried about us having two diverging Namecoin branches. We should bring them back together as soon as possible.
marcus_of_augustus
Legendary
*
Offline Offline

Activity: 3920
Merit: 2349


Eadem mutata resurgo


View Profile
July 22, 2013, 11:24:42 AM
 #174

Quote
Also it includes a patch that made downloading of the blockchain 8 times faster on a hard disk based system (tested for the first 20,000blocks). Also it's not thrashing the disk any more and is generally more responsive.

Are you going to push that into main? khal needs all the help he can get but not sure if this is the right way to be going about it.
Well, the performance improving changes are only six lines: https://github.com/phelixnmc/namecoin-qt/commit/9a832fa4b010420990578e18dd0753e9d13366b6

The EasyWinBuilder changes pretty much only make things compliant again with the Bitcoin-Qt directory structure.

I am also a little worried about us having two diverging Namecoin branches. We should bring them back together as soon as possible.


I'm well aware of this ...

mnyonpa
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
July 24, 2013, 08:06:37 AM
 #175

Bug report:

I have updated DNS configuration for one of the registered names and inserted a .me domain into Translate name field. But on save a dot was appended to the name (it became "smth.me." although I wrote "smth.me"). I corrected it using “Custom configuration” tab but it still cost me 0.005 NMC, and thus I believe it’s a bug.

BTC address for donations: 1EEjkAqLXTxscD24D1S6aXWtxPUWxSkHcd
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
July 24, 2013, 08:58:17 AM
 #176

I think that's just a fqdn and correct. Dns has dots on the end

bluebelt
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 25, 2013, 04:26:39 AM
 #177

what does this mean and what do i need to compile namecoin-qt ?  help, please!
--------------------------------------------
$ make
g++ -c -O2 -Wno-invalid-offsetof -Wformat -DNOPCH -DFOURWAYSSE2 -DUSE_SSL  -DBOOST_THREAD_USE_LIB -I../libs/openssl-1.0.1e/include -I../libs/db-4.7.25.NC/build_unix -I../libs/boost_1_50_0 -o obj/nogui/auxpow.o auxpow.cpp
In file included from auxpow.cpp:4:0:
headers.h:63:29: fatal error:boost/foreach.hpp:no such file or directory
stop.
make: *** [obj/nogui/auxpow.o] error 1
-------------------------------------------
marcus_of_augustus
Legendary
*
Offline Offline

Activity: 3920
Merit: 2349


Eadem mutata resurgo


View Profile
July 25, 2013, 09:51:46 AM
 #178

what does this mean and what do i need to compile namecoin-qt ?  help, please!
--------------------------------------------
$ make
g++ -c -O2 -Wno-invalid-offsetof -Wformat -DNOPCH -DFOURWAYSSE2 -DUSE_SSL  -DBOOST_THREAD_USE_LIB -I../libs/openssl-1.0.1e/include -I../libs/db-4.7.25.NC/build_unix -I../libs/boost_1_50_0 -o obj/nogui/auxpow.o auxpow.cpp
In file included from auxpow.cpp:4:0:
headers.h:63:29: fatal error:boost/foreach.hpp:no such file or directory
stop.
make: *** [obj/nogui/auxpow.o] error 1
-------------------------------------------

... looks like you might have unsatisfied dependencies. Check this page for some help.

http://dot-bit.org/BuildNamecoinQTFromSource

Apocalyptic
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 25, 2013, 11:00:35 AM
 #179

what does this mean and what do i need to compile namecoin-qt ?  help, please!
--------------------------------------------
$ make
g++ -c -O2 -Wno-invalid-offsetof -Wformat -DNOPCH -DFOURWAYSSE2 -DUSE_SSL  -DBOOST_THREAD_USE_LIB -I../libs/openssl-1.0.1e/include -I../libs/db-4.7.25.NC/build_unix -I../libs/boost_1_50_0 -o obj/nogui/auxpow.o auxpow.cpp
In file included from auxpow.cpp:4:0:
headers.h:63:29: fatal error:boost/foreach.hpp:no such file or directory
stop.
make: *** [obj/nogui/auxpow.o] error 1
-------------------------------------------

... looks like you might have unsatisfied dependencies. Check this page for some help.

http://dot-bit.org/BuildNamecoinQTFromSource

More precisely here, it's the boost library headers you're missing.
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 25, 2013, 01:41:05 PM
Last edit: July 25, 2013, 02:05:23 PM by phelix
 #180

New Namecoin EasyWinBuilder version here: https://github.com/phelixnmc/namecoin-qt

It is creating a disassembly hash of Namecoin-Qt, please let me know if you get the same hash
(see https://bitcointalk.org/index.php?topic=252931.msg2766894#msg2766894)


Also it includes a patch that made downloading of the blockchain 8 times faster on a hard disk based system (tested for the first 20,000blocks). Also it's not thrashing the disk any more and is generally more responsive.  Grin

Please review and tell me if you consider my changes safe (they are all stolen from Bitcoin). I think the main problem was repeatedly flushing some databases to disk.

Note that I have not tested this intensively yet. Backup your wallets!

I downloaded the whole blockchain in a little less than 1.5 hours (ssd, i3, -dbcache=1500). So I will call this v3.64GT  Cheesy
Other than this there are no changes to Snailbrain's v3.64.

If you get a hard system crash (blue screen of death) it may be slightly more likely be necessary to redownload the blockchain. Your wallet should be as safe as before.

Test with care and backup your wallet

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

Beta Windows binary release: http://blockchained.com/stuff/namecoin-qt-winbin-0.3.64gt.zip
sha256: 89a3040ff30b42ee3bc271661affd7cadf9f7b97853e74bf8798432830b16e7d

Windows Users:

I would very much appreciate if somebody could rebuild and verify the disassembly hash and thus the validity of my binary file/hash / zip hash:
Code:
Hash of Qt binary [experimental]...
File hash sha256:
3e821775c7fd9a52e28a62bae37cfb2459e5d9eb110e7d244908f86dfd4cae2a *../release/nam
ecoin-qt.exe

Hash sha256 of disassembly [may take a while]:
a2b3ca0dd00a3b95ee4772379336e963ebbe2341d69ba1839739893a5edd5c80  -

phelix got: a2b3ca0dd00a3b95ee4772379336e963ebbe2341d69ba1839739893a5edd5c80

How to do it:
1.) Download the .zip file on github
2.) run __all_easywinbuilder.bat and follow instructions  (you will need to install MinGW and Qt manually!)
3.) wait for downloading, unpacking of dependencies and for building of Namecoin daemon and Namecoin Qt
4.) The scripts will come up with hashes like above. Post them here.
5.) Download my binaries and unpack.
6.) Open a command line, cd to the easywinbuilder directory
7.) run: dahash pathtotheunpackedbinaries\namecoin-qt.exe
8.) Post the output here (hopefully the disassembly hash will match).
9.) Verify the hash of the zip file
 open freshly installed MinGW shell
 cd /driveletter/yourpathtothezipfile
 shasum -a 256 namecoin-qt-winbin-0.3.64gt.zip
10.) Check that the dlls in the zip are the same as the ones in your release directory

You have then verified that my binaries are built from the github files without modification.
People then will not have to trust me alone for the binaries.

edited
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 »  All
  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!