Bitcoin Forum
May 03, 2024, 10:01:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Bitcoin / Mining support / Mixing Block Erupter and ANTMiner on BFG Miner on: March 15, 2014, 01:17:51 AM
Is it possible to run Bock Erupters and ANTMiner U1/U2's on the same system with BFG Miner on Windows?
22  Bitcoin / Bitcoin Technical Support / Unable to start wallet on: March 14, 2014, 02:40:52 AM
For any coin (including bitcoin) I am not able to start up the wallet:

Code:
Assertion failed: (hashGenesisBlock == uint256("0x000006cab7aa2be2da91015902aa4458dd5fbb8778d175c36d429dc986f2bff4")), function CMainParams, file chainparams.cpp, line 67.

The example above is for zetacoin, but all coins fail with the similar error.

Platform is:

Code:
9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 02:57:14 UTC 2013     root@snap.freebsd.org:/usr/obj/powerpc.powerpc64/usr/src/sys/GENERIC64  powerpc

Debug log shows:

Code:
76746c0dbc3fb8675512883b1b516b42ffda36b9f9183964c598823a710cea98
c44555a3f8867e4e5319c73d5e51aaa2149d2751fb59b1da3046b2303c8f08d4
2100ff0f
CBlock(hash=76746c0dbc3fb8675512883b1b516b42ffda36b9f9183964c598823a710cea98, ver=1, hashPrevBlock=0000000000000000000000000000000000000000000000000000000000000000, hashMerkleRoot=c44555a3f8867e4e5319c73d5e51aaa2149d2751fb59b1da3046b2303c8f08d4, nTime=1375548986, nBits=1e0fffff, nNonce=2089928209, vtx=1)
  CTransaction(hash=c44555a3f8, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, 4294967295), coinbase 04ffff001d01044733204175672032303133202d204d2647202d204d75676162652077696e73205a696d20656c656374696f6e2077697468206d6f7265207468616e20363025206f6620766f746573)
    CTxOut(nValue=1000.00000000, scriptPubKey=04678afdb0fe5548271967f1a67130)
  vMerkleTree: c44555a3f8867e4e5319c73d5e51aaa2149d2751fb59b1da3046b2303c8f08d4
23  Bitcoin / Bitcoin Technical Support / Purpose of having "-l execinfo" on: February 24, 2014, 08:23:09 PM
I notice that some coin clients use the extra "-l execinfo" in the makefile for BSD.  I was wondering what is the point behind it.  I've tried building both with and without that extra flag and I see no difference in the way things work.
24  Economy / Goods / [SELL] Resort Condo - Timeshare for 32 BTC on: January 03, 2014, 10:37:26 PM
This is for a timeshare in resort hotel and golf club in Orlando, FL. For BTC32 you will have a fully paid for unit that you can use immediately.  

The Resort:
http://mystic-dunes-resort.com

The floor plan:
http://mystic-dunes-resort.com/resort/accommodations/three_bedroom_lo.htm

This is a deeded property
Will also accept altcoins of similar value.

I Will do owner financing with 60% down.  Down payment can be made in 4 installments.
25  Bitcoin / Bitcoin Technical Support / Import Private Key on: December 29, 2013, 11:00:35 AM
Is it okay to import and use my private key into two wallets at the same time on different computers?
26  Alternate cryptocurrencies / Altcoin Discussion / Cryptocurrencies Encyclopedia on: December 28, 2013, 05:31:35 PM
Trying to see if we can create a place to have detail information about all these alt coins.  

Maybe?
http://coinapedia.org
27  Bitcoin / Bitcoin Technical Support / Bitcoind crashed and no longer starts on: December 25, 2013, 01:52:01 AM
At exactly 8:30PM EST my bitcoind service crashed (out of nowhere) after running for several months:

Code:
Dec 24 20:30:39 bitcoin kernel: pid 3664 (bitcoind), uid 0: exited on signal 6 (core dumped)

Now it will no longer start, it dies with this message:

Code:
Assertion failed: (internal_key.size() >= 8), function ExtractUserKey, file ./db                                           /dbformat.h, line 96

The debug log only shows:

Code:
2013-12-25 01:49:00 Bitcoin version v0.8.5.0-gef14a26-beta ()
2013-12-25 01:49:00 Using OpenSSL version OpenSSL 0.9.8q 2 Dec 2010
2013-12-25 01:49:00 Default data directory /.bitcoin
2013-12-25 01:49:00 Using data directory /var/db/bitcoin/
2013-12-25 01:49:00 Using at most 125 connections (11095 file descriptors available)
2013-12-25 01:49:00 Using 2 threads for script verification
2013-12-25 01:49:00 init message: Verifying wallet...
2013-12-25 01:49:00 dbenv.open LogDir=/var/db/bitcoin/database ErrorFile=/var/db/bitcoin/db.log
2013-12-25 01:49:00 Bound to [::]:8333
2013-12-25 01:49:00 Bound to 0.0.0.0:8333
2013-12-25 01:49:00 init message: Loading block index...
2013-12-25 01:49:00 Opening LevelDB in /var/db/bitcoin/blocks/index
2013-12-25 01:49:00 Opened LevelDB successfully
2013-12-25 01:49:00 Opening LevelDB in /var/db/bitcoin/chainstate
2013-12-25 01:49:00 Opened LevelDB successfully

This is bitcoin 0.8.5 on FreeBSD 9.0 32-bit.  Disk space and RAM are okay.
28  Other / Beginners & Help / Problem Building PushPoold in FreeBSD on: October 10, 2012, 09:13:47 PM
I receive the following error when building pushpoold:

Code:
server.o: In function `parse_opt':
/root/pushpoold/work/jgarzik-pushpool-4d959b8/server.c:142: undefined reference to `argp_usage'
/root/pushpoold/work/jgarzik-pushpool-4d959b8/server.c:125: undefined reference to `argp_usage'
server.o: In function `main':
/root/pushpoold/work/jgarzik-pushpool-4d959b8/server.c:1206: undefined reference to `argp_parse'
*** Error code 1


argp.h exists in /usr/local/include/ and libargp.so is in /usr/local/lib
/usr/local/lib/ and /usr/local/include/ have already bee added to the compiler/linker.

What is the problem?
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!