Pages:
Author

Topic: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) - page 12. (Read 19296 times)

hero member
Activity: 616
Merit: 500
Ya i took one for the team  Grin
Putting debian live on usb to see how well my laptop handles it and if it goes good then i will install it,time for a change anyways
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
lol well now I feel like a jerk.. I just assumed someone was testing this on windoze. When I get to work tomorrow I will fire it up on my work pc and see what happens.

[edit] ha spoke too soon. Way to go mrv!

hero member
Activity: 616
Merit: 500
I'm not sure what the stack overflow is all about, but ": Incorrect or no genesis block found. Wrong datadir for network?" is pretty much end of the line anyways.  While it's possible that the bug is related to wine, it's also possible the windows build just has bugs. Nobody is really testing it and I don't have windows either.

Another possibility for you is to install a debian chroot. This is relatively painless, i got 3 setup on the build bot in under an hour. Then you will be able to use debian libraries to run cryptonite from within pclinuxos without needing anything heavy like a VM. See if you have debootstrap available.



will check it out
hero member
Activity: 616
Merit: 500
using a windows 7 laptop and when i click on the qt.exe i find this in my log file:

2014-07-16 01:00:19 Cryptonite version v0.1.1.0-unk-beta (2014-07-11 15:05:34 -0400)
2014-07-16 01:00:19 Using OpenSSL version OpenSSL 1.0.1g 7 Apr 2014
2014-07-16 01:00:19 Default data directory C:\Users\xxx\AppData\Roaming\Cryptonite
2014-07-16 01:00:19 Using data directory C:\Users\xxx\AppData\Roaming\Cryptonite
2014-07-16 01:00:19 Using at most 125 connections (2048 file descriptors available)
2014-07-16 01:00:19 Using 4 threads for script verification
2014-07-16 01:00:19 Using wallet wallet.dat
2014-07-16 01:00:19 init message: Verifying wallet...
2014-07-16 01:00:19 CDBEnv::Open : LogDir=C:\Users\xxx\AppData\Roaming\Cryptonite\database ErrorFile=C:\Users\xxx\AppData\Roaming\Cryptonite\db.log
2014-07-16 01:00:20 Bound to [::]:8253
2014-07-16 01:00:20 Bound to 0.0.0.0:8253
2014-07-16 01:00:20 init message: Loading block index...
2014-07-16 01:00:20 Opening LevelDB in C:\Users\xxx\AppData\Roaming\Cryptonite\blocks\index
2014-07-16 01:00:20 Opened LevelDB successfully
2014-07-16 01:00:20 LoadBlockIndexDB(): last block file = 0
2014-07-16 01:00:20 LoadBlockIndexDB(): transaction index enabled
2014-07-16 01:00:20 Best Block: 0000000000000000000000000000000000000000000000000000000000000000
2014-07-16 01:00:20 Initializing databases...
2014-07-16 01:00:20 Pre-allocating up to position 0x1000000 in blk00000.dat
2014-07-16 01:00:20 Connect tip : e85498b5681e3fe977884a75e7825882c3babe2cb9e5b34a00ac88b7c66d6ecc
2014-07-16 01:00:20 ERROR: CheckProofOfWork() : hash doesn't match nBits
2014-07-16 01:00:20 ERROR: CheckBlockHeader() : proof of work failed
2014-07-16 01:00:20 Marked e85498b5681e3fe977884a75e7825882c3babe2cb9e5b34a00ac88b7c66d6ecc as invalid
2014-07-16 01:00:21 InvalidBlockFound: invalid block=e85498b5681e3fe977884a75e7825882c3babe2cb9e5b34a00ac88b7c66d6ecc  height=0  log2_work=20  date=2014-04-26 18:58:06
2014-07-16 01:06:15

When I start qt.exe -testnet from command line I get:

2014-07-16 01:20:03 Cryptonite version v0.1.1.0-unk-beta (2014-07-11 15:05:34 -0400)
2014-07-16 01:20:03 Using OpenSSL version OpenSSL 1.0.1g 7 Apr 2014
2014-07-16 01:20:03 Default data directory C:\Users\xxx\AppData\Roaming\Cryptonite
2014-07-16 01:20:03 Using data directory C:\Users\xxx\AppData\Roaming\Cryptonite
2014-07-16 01:20:03 Using at most 125 connections (2048 file descriptors available)
2014-07-16 01:20:03 Using 4 threads for script verification
2014-07-16 01:20:03 Using wallet wallet.dat
2014-07-16 01:20:03 init message: Verifying wallet...
2014-07-16 01:20:03 CDBEnv::Open : LogDir=C:\Users\xxx\AppData\Roaming\Cryptonite\database ErrorFile=C:\Users\xxx\AppData\Roaming\Cryptonite\db.log
2014-07-16 01:20:03 Bound to [::]:8253
2014-07-16 01:20:03 Bound to 0.0.0.0:8253
2014-07-16 01:20:03 init message: Loading block index...
2014-07-16 01:20:03 Opening LevelDB in C:\Users\xxx\AppData\Roaming\Cryptonite\blocks\index
2014-07-16 01:20:03 Opened LevelDB successfully
2014-07-16 01:20:03 ERROR: CheckProofOfWork() : hash doesn't match nBits
2014-07-16 01:20:03 ERROR: LoadBlockIndex() : CheckIndex failed: e85498b5681e3fe977884a75e7825882c3babe2cb9e5b34a00ac88b7c66d6ecc
2014-07-16 01:20:03 LoadBlockIndexDB(): last block file = 0
2014-07-16 01:20:03 LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=2, size=348, heights=0...0, time=2014-04-26...2014-04-26)
2014-07-16 01:20:03 LoadBlockIndexDB(): transaction index enabled
2014-07-16 01:20:03 Best Block: 0000000000000000000000000000000000000000000000000000000000000000
2014-07-16 01:20:03 Initializing databases...
2014-07-16 01:20:03 Connect tip : e85498b5681e3fe977884a75e7825882c3babe2cb9e5b34a00ac88b7c66d6ecc
2014-07-16 01:20:03 ERROR: CheckProofOfWork() : hash doesn't match nBits
2014-07-16 01:20:03 ERROR: CheckBlockHeader() : proof of work failed
2014-07-16 01:20:03 Marked e85498b5681e3fe977884a75e7825882c3babe2cb9e5b34a00ac88b7c66d6ecc as invalid
2014-07-16 01:20:03 InvalidBlockFound: invalid block=e85498b5681e3fe977884a75e7825882c3babe2cb9e5b34a00ac88b7c66d6ecc  height=0  log2_work=20  date=2014-04-26 18:58:06

And I also get this pop up error:

Incorrect or no genesis block found. Wrong datadir for Network

To be clear, I have never ran Cryptonite on this windows 7 computer before and in-between test i delete the cryptonite dir, so unless I am running it wrong Im not sure what else to do.

full member
Activity: 288
Merit: 105
I'm not sure what the stack overflow is all about, but ": Incorrect or no genesis block found. Wrong datadir for network?" is pretty much end of the line anyways.  While it's possible that the bug is related to wine, it's also possible the windows build just has bugs. Nobody is really testing it and I don't have windows either.

Another possibility for you is to install a debian chroot. This is relatively painless, i got 3 setup on the build bot in under an hour. Then you will be able to use debian libraries to run cryptonite from within pclinuxos without needing anything heavy like a VM. See if you have debootstrap available.

hero member
Activity: 616
Merit: 500
ffs dont go getting carried away sir! Friends don't let friends install windoze!

Still, that sucks and must be a hell of a doozy... your linux skillz are top notch.

lol, ya windoze is like crack but not as much fun  Grin
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
ffs dont go getting carried away sir! Friends don't let friends install windoze!

Still, that sucks and must be a hell of a doozy... your linux skillz are top notch.
hero member
Activity: 616
Merit: 500
@mrvegad I think you need to delete the data folder and try again or run it ./cryptonited.exe -testnet -resync
I have deleted the whole cryptonite folders a few times as well as ran -resync still getting the same stack overflow error.

It was working fine until you changed builds, looks like i either have to change my linux distro, wait for source to build or get windows.
newbie
Activity: 60
Merit: 0
I gotta tell you, I really appreciate you guys working through these bugs and hashing out these new releases. I think this is a tremendously important project, but I don't personally have the time (or the technical chops, frankly) to do the testing and debugging you are doing.

Cudos to all of you, and especially to BitFreak and Catia.

Thanks for making this happen.
full member
Activity: 288
Merit: 105
@mrvegad I think you need to delete the data folder and try again or run it ./cryptonited.exe -testnet -resync
hero member
Activity: 616
Merit: 500
im not having anyluck with these builds, when i run ./cryptonited.exe -testnet (using 1323 build) i get:

fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
activeHeight: -1, headersHeight: -1
indexSize: 1, orphansSize: 1
askedSize: 0, missingSize: 0
validSize: 0
activeHeight: -1, headersHeight: -1
indexSize: 1, orphansSize: 0
askedSize: 0, missingSize: 0
validSize: 1
mapBlockIndex.size() 1
: Incorrect or no genesis block found. Wrong datadir for network?
err:seh:setup_exception stack overflow 3040 bytes in thread 0024 eip 00007fd639ab718b esp 0000000000140a20 stack 0x140000-0x141000-0x340000


The same thing happens when I use qt.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
1323 fired up smooth as can be.... so how are we gonna break it?
full member
Activity: 288
Merit: 105
Yeah I've been getting similar weird things. I found at least one of the bugs causing it. Build bot is running. New binaries should be up in 30 minutes or so.  So many bugs, at least users can read through this thread to get a feel for what they are getting into.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
I think I have the same problem. Downloaded the new binary, it didnt jive, so I deleted the data and started over. Now the GUI is frozen and the bottom of the window has changed from block download to 'Downloading trie...' with the status bar at 50%. This is the last bit of the log before I restarted:

Code:
2014-07-14 01:31:43 Connect tip : 00000323079e51297bbd7f416d145a8202d530a9403c235f4914083ccb6b1ec6
2014-07-14 01:31:43 UpdateTip()
2014-07-14 01:31:43 UpdateTip: new best=00000323079e51297bbd7f416d145a8202d530a9403c235f4914083ccb6b1ec6  height=8183  log2_work=33.912672  tx=7634  date=2014-07-14 01:22:56 progress=1.000000
2014-07-14 01:31:43 Connect tip : 000003361cbf3223a538475995905e0e4db78fa7b374fe24822c2827611fdd0d
2014-07-14 01:31:43 UpdateTip()
2014-07-14 01:31:43 UpdateTip: new best=000003361cbf3223a538475995905e0e4db78fa7b374fe24822c2827611fdd0d  height=8184  log2_work=33.912897  tx=7635  date=2014-07-14 01:24:05 progress=1.000000
2014-07-14 01:31:43 Activate 000003361cbf3223a538475995905e0e4db78fa7b374fe24822c2827611fdd0d
2014-07-14 01:31:47 Writing file 000003361cbf3223a538475995905e0e4db78fa7b374fe24822c2827611fdd0d
2014-07-14 01:31:47 Serialized: 1403 bytes
2014-07-14 01:36:37 Connect tip : 000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5
2014-07-14 01:36:37 UpdateTip()
2014-07-14 01:36:37 UpdateTip: new best=000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5  height=8185  log2_work=33.913123  tx=7636  date=2014-07-14 01:36:27 progress=1.000000
2014-07-14 01:36:37 Activate 000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5
2014-07-14 01:36:37 Writing file 000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5
2014-07-14 01:36:37 Serialized: 1403 bytes
2014-07-14 01:36:37 ProcessBlock: ACCEPTED 8185
2014-07-14 01:39:27 receive version message: /Satoshi:0.1.1/: version 10000, blocks=8186, us=98.213.214.114:18253, them=24.110.218.202:18253, peer=24.110.218.202:58519
2014-07-14 01:40:15 receive version message: /Satoshi:0.1.1/: version 10000, blocks=8186, us=98.213.214.114:18253, them=54.88.78.143:18253, peer=54.88.78.143:60361
2014-07-14 01:40:15 Added time data, samples 4, offset +67 (+1 minutes)
2014-07-14 01:48:58 Requesting 1 blocks from 66.45.239.67:18253
2014-07-14 01:49:02 ERROR: ReadBlockFromDisk : OpenBlockFile failed
2014-07-14 01:49:02 ReadBlockFromDisk: Could not find block 000005440c21f1a442211f77ed81ac529b2771692d18af22ceea90a899f6bf20
2014-07-14 01:49:02 Activate 000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5
2014-07-14 01:49:02 Writing file 000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5
2014-07-14 01:49:02 Serialized: 1403 bytes
2014-07-14 01:49:02 ProcessBlock: ACCEPTED 8187
2014-07-14 01:51:02 UPnP Port Mapping successful.
2014-07-14 01:54:31 Requesting 1 blocks from 24.110.218.202:55557
2014-07-14 01:55:00 ERROR: ReadBlockFromDisk : OpenBlockFile failed
2014-07-14 01:55:00 ReadBlockFromDisk: Could not find block 000005440c21f1a442211f77ed81ac529b2771692d18af22ceea90a899f6bf20
2014-07-14 01:55:00 Activate 000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5
2014-07-14 01:55:00 Writing file 000002445a4dfb073bd82c75c2b1db64cf37bc9bc13db59302098a7c31c7f0c5
2014-07-14 01:55:00 Serialized: 1403 bytes
2014-07-14 01:55:00 ProcessBlock: ACCEPTED 8188
2014-07-14 01:56:01 Requesting 1 blocks from 24.110.218.202:55557
Requesting initialize
Running AppInit2 in thread

After a restart it fired right up and is now happily mining away.
full member
Activity: 288
Merit: 105
@Mrvegad, that assertion indicates your testnet3/trie.dat file is really busted. it's probably  < 36 bytes but should be much larger. Deleting trie.dat and the blocks folder will cause it to redownload. Or you can run ./cryptonited -testnet -resync
hero member
Activity: 616
Merit: 500
It was running fine using cryptonited, I stopped it and downloaded the new file but now I am getting this (both on new fle as well as old file):
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
Assertion failed!

Program: Z:\home\bl\coin\qt\cryptonited.exe
File: trieview.cpp, Line 22

Expression: fread(&sz,1,4,filein)

abnormal program termination
full member
Activity: 288
Merit: 105
New files are up. QT should be working better. My address is cHxLAeQeJy8VKtTRBH3pnDghQixB7nZxDi
hero member
Activity: 616
Merit: 500
Also remember that after download you have to set files as executable with:
Code:
chmod +x ./cryptonited





[edit] man I am embarrased! lol



see what happens when you drink water?
full member
Activity: 288
Merit: 105
sending stuff through QT UI is apparently broke. working on it. hopefully will have new build up in few hours.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
Also remember that after download you have to set files as executable with:
Code:
chmod +x ./cryptonited



oh snap thats what it was... for some reason I assumed it was good to go since the properties window didn't give me that option. Should of bloody known better.

Thank you

[edit] man I am embarrased! lol

ok, client is super slick and fast as hell. c92aD9FFofQCNuHyfGVGTSfbMhk8gAuPnp for abuse. I will send about abuse tonight when I get home if anyone is game
Pages:
Jump to: