Bitcoin Forum
May 13, 2024, 08:48:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »
361  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 09:40:14 PM
0xc00007b is caused by not having the dll.zip stuff in same folder as .exe file

As for it not working. I'm having fairly good luck with it under wine64.

Kind of odd things are that the data directory is for example ~/.wine/drive_c/users/catia/Application\ Data/Cryptonite/
Which makes it hard to delete. But as I mentioned before we now have resync option, so

wine64 cryptonited.exe -testnet -resync

Has never failed to start for me. Really bad thing is that windoze build cannot catch a kill signal, like ctrl+c. So if you ctrl+c instead of issuing stop through RPC, you are dead. Only repair is resync.



No matter what i try (wine, windows ) i can't get these builds to run. Hopefully i will have time tonight to install debian.
362  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 08:04:30 PM
hmmm can't even get this to start on win7... any ideas?

Getting "Aplication failed to start yadda yadda 0xc00007b"
Don't think it works on windows, i couldn't get it going after trying for about an hour last night.
363  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 02:12:39 AM
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
364  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 01:30:03 AM
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
365  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 01:28:54 AM
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.

366  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 01:06:58 AM
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
367  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 12:43:59 AM
@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.
368  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 15, 2014, 11:33:20 PM
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.
369  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo [NAV]- The Unbreakable Code [PoS/Anonymity/Privacy] on: July 15, 2014, 08:54:10 PM
any news on the second double spend?
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NEM Official Moderated Thread - Open Alpha Has Launched[Updates & Discussion] on: July 15, 2014, 01:23:05 PM
Check out the new shoutbox http://forum.nemcoin.com/
371  Alternate cryptocurrencies / Altcoin Discussion / Re: The Danger of Pure Proof of Stake on: July 14, 2014, 05:14:30 PM
Another thread about the dangers of POS, what is this?  about the 5th or 6th thread? All i see so far is talk, if POS is so bad then why doesn't someone attack NXT?  Time to nut up or shut up.
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NEM Official Moderated Thread - Open Alpha Has Launched[Updates & Discussion] on: July 14, 2014, 04:35:12 PM
NEM forum now has a chatbox!! http://forum.nemcoin.com/
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NEM Official Moderated Thread - Open Alpha Has Launched[Updates & Discussion] on: July 14, 2014, 04:34:27 PM

not sure about the nervous part but some interesting ideas.
374  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 13, 2014, 11:43:20 PM
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
375  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 13, 2014, 09:19:50 PM
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?
376  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 13, 2014, 03:58:47 PM
Can't get Linux builds to work

Using wine I am able to get wallet running but no mining

Using wine with cryptonited works!
377  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (mini-blockchain implementation) on: July 12, 2014, 08:50:29 PM
from ldd
        libboost_system.so.1.49.0 => not found
   libboost_filesystem.so.1.49.0 => not found
   libboost_program_options.so.1.49.0 => not found
        libprotobuf.so.7 => not found
        libminiupnpc.so.5 => not found

it's not bleeding edge, some stuff in it is old while others are new
378  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (mini-blockchain implementation) on: July 12, 2014, 08:37:17 PM
Do you know if your pclinuxos is similar to any fedora releases?

It is forked from Mandriva which is forked from Red Hat  Grin
379  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (mini-blockchain implementation) on: July 12, 2014, 08:17:25 PM
Im using pclinuxos,it's rpm based and I can't get it to run (still trying though).


Edit:Im running into this:
libboost_system.so.1.49.0: cannot open shared object file: No such file or directory

I have libboost 1.42.0 and 1.50.0 and 1.55.0 installed
380  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (mini-blockchain implementation) on: July 11, 2014, 03:12:02 AM
ok then silly question, can I have multiple daemons connect to one central daemon and just mine to one wallet?

You have a couple of options here. One is to take the wallet.dat file from your main machine and copy it over the file on any miners. This will cause all blocks to get mined into your same accounts, but it is risky because if any miner gets compromised the attacker would have all of your keys. Other possibility is that when you first setup a miner, run dumpwallet to export all keys and then import all keys from all miners into your main setup. So a little bit of work, but no master/slave thing is really needed.

hmmmm interesting. Option A would be a lot more feasible for my situation and a simple added layer of insurance would just to have the mining wallet feed into a separate wallet on a timer. Thank you for the brain candy sir.

I have been playing with my computer time settings and now my log has a ton of these messages:
2014-07-11 05:17:10 ERROR: AcceptToMemoryPool: : coinbase as individual tx
and now i can't connect to server.

Where have you been hiding? Playing with something other than you system clock I presume?

the last couple of weeks have been crazy busy at work plus hot weather made my old ass very tired at the end of the day  Grin

anything exciting your way?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!