Bitcoin Forum
May 25, 2024, 11:09:52 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 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
901  Bitcoin / Mining software (miners) / Re: CGminer v3.2.0 on Broadcom based DD-WRT / OpenWRT on: May 31, 2013, 11:38:49 AM
There's just one change I have to do actually... that roundl() macro. It needs including for MIPSEB and MIPSEL.
902  Bitcoin / Mining software (miners) / Re: CGminer v3.2.0 on Broadcom based DD-WRT / OpenWRT on: May 31, 2013, 11:25:30 AM
Upped to 3.2.0

https://www.dropbox.com/s/yeookho1ebp04ti/cgminer-3.2.0-mipsel.tar.gz?v=0rc-
903  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: May 29, 2013, 04:53:36 PM
Very good.

I'm not using it anymore as I'm no longer mining, so if anyone wants to take over, I'll happily transfer ownership of the repository.
904  Bitcoin / Mining software (miners) / Re: CGminer v3.1.1 on Broadcom based DD-WRT / OpenWRT on: May 29, 2013, 12:33:12 PM
Yeah, what you do is unplug the USB stick.... then plug it in the other one Smiley

You don't have to do much else them make sure it mounts in the right place on start up.
905  Bitcoin / Mining software (miners) / Re: CGminer v3.1.0 on Broadcom based DD-WRT / OpenWRT on: May 28, 2013, 05:04:55 PM
Upped to 3.1.1.

Tested the executable runs on my router (starts, that is), but can't test any mining, as I have no FPGA's anymore.

https://www.dropbox.com/s/z5g0o4b3gzepy8x/cgminer-3.1.1-mipsel.tar.gz
906  Economy / Speculation / Re: RALLY!!! on: May 24, 2013, 12:53:40 PM
SET TROLL_MODE = ON

$500 in August, here we come Wink


SET TROLL_MODE = OFF

seems legit.
907  Economy / Speculation / Re: Bitcoin price skyrocketting!! $266 here we come!! on: May 23, 2013, 08:53:30 PM
Bitstamp is really starting to take off Smiley
908  Bitcoin / Development & Technical Discussion / Re: F-yeah! (bitcoind port) on: May 22, 2013, 09:27:50 PM
From the screenshot I see the CPU load is no longer 99%?

I would be careful if it was to be close to 100% for extended periods of time because routers' CPUs often lack adequate cooling for the heat generated at such loads. Though you may check yours, maybe it has some sensors and maybe you could read them through I2C.

The ASUS RT-N66U there has 2 temp sensors, one on each of the transmitters, which actually don't shift from their usual 50 degC even when the CPU is at 99% load for 20 mins.

It only hits 99% occasionally once the initial block scan is done, usually it's 4% or so. The 'Load average' at the top there gives you the 5, 10 and 15 minute averages, where 1.00 is 100% load.

Just ran a test of 120 blocks at check level 4, which form this post, means it includes the signature verification.

Code:
165952 2013-05-22 19:46:31 Bitcoin version v0.8.1.0-g34d62a8-beta ()
165953 2013-05-22 19:46:31 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
165954 2013-05-22 19:46:31 Default data directory /root/.bitcoin
165955 2013-05-22 19:46:31 Used data directory /mnt/Data/bitcoin
165956 2013-05-22 19:46:31 init message: Verifying wallet integrity...
165957 2013-05-22 19:46:31 dbenv.open LogDir=/mnt/Data/bitcoin/database ErrorFile=/mnt/Data/bitcoin/db.log
165958 2013-05-22 19:46:33 Bound to [::]:8333
165959 2013-05-22 19:46:33 Bound to 0.0.0.0:8333
165960 2013-05-22 19:46:33 init message: Loading block index...
165961 2013-05-22 19:46:33 Opening LevelDB in /mnt/Data/bitcoin/blocks/index
165962 2013-05-22 19:46:33 Opened LevelDB successfully
165963 2013-05-22 19:46:33 Opening LevelDB in /mnt/Data/bitcoin/chainstate
165964 2013-05-22 19:46:34 Opened LevelDB successfully
165965 2013-05-22 19:47:24 LoadBlockIndex(): last block file = 61
165966 2013-05-22 19:47:24 LoadBlockIndex(): last block file: CBlockFileInfo(blocks=789, size=129458329, heights=236623..237404, time=2013-05-17..2013-05-22)
165967 2013-05-22 19:47:24 LoadBlockIndex(): transaction index disabled
165968 2013-05-22 19:47:24 LoadBlockIndex(): hashBestChain=000000000000000dc4e0ec58b5d0f872f50ad0ee9f824c973e214911b8584bc5  height=237404 date=2013-05-22 19:32:57
165969 2013-05-22 19:47:24 init message: Verifying block database integrity...
165970 2013-05-22 19:47:24 Verifying last 120 blocks at level 4
165971 2013-05-22 20:35:20 No coin database inconsistencies in last 121 blocks (37183 transactions)
165972 2013-05-22 20:35:23  block index         2929699ms
165973 2013-05-22 20:35:23 init message: Loading wallet...
165974 2013-05-22 20:35:39 nFileVersion = 80100
165975 2013-05-22 20:35:39  wallet                16458ms
165976 2013-05-22 20:35:39 init message: Importing blocks from block database...
165977 2013-05-22 20:35:39 init message: Loading addresses...
165978 2013-05-22 20:35:40 Loaded 14691 addresses from peers.dat  633ms
165979 2013-05-22 20:35:40 mapBlockIndex.size() = 237412
165980 2013-05-22 20:35:40 nBestHeight = 237404
165981 2013-05-22 20:35:40 setKeyPool.size() = 101
165982 2013-05-22 20:35:40 mapWallet.size() = 0
165983 2013-05-22 20:35:40 mapAddressBook.size() = 1
165984 2013-05-22 20:35:40 init message: Done loading
165985 2013-05-22 20:35:40 ThreadRPCServer started
165986 2013-05-22 20:35:40 send version message: version 70001, blocks=237404, us=0.0.0.0:0, them=0.0.0.0:0, peer=127.0.0.1:0

So 48 min to fully verify 120 blocks. Not the worst...


P.S. At check level 2, 120 blocks just takes 3 mins. That's quite tolerable Smiley
909  Bitcoin / Development & Technical Discussion / Re: F-yeah! (bitcoind port) on: May 22, 2013, 07:31:02 PM
There's a 1Gb swap disk.
910  Bitcoin / Development & Technical Discussion / Re: F-yeah! (bitcoind port) on: May 22, 2013, 07:14:13 PM
Screenshot of htop:

911  Bitcoin / Development & Technical Discussion / Re: F-yeah! (bitcoind port) on: May 22, 2013, 07:03:34 PM
See:
https://en.bitcoin.it/wiki/Running_Bitcoin

Quote
-checkblocks=<n>       How many blocks to check at startup (default: 288, 0 = all)
-checklevel=<n>        How thorough the block verification is (0-4, default: 3)



nb. I've since changed it to 120 @ level 2 for a faster start-up.
912  Bitcoin / Development & Technical Discussion / Re: F-yeah! (bitcoind port) on: May 22, 2013, 06:56:29 PM
I bet you're fun at parties.

I'm aware that it'll probably take a few weeks to sync from scratch, I've already said so, but given it takes 15 mins to verify the last 288 blocks, why do you think never?
It really is quite happily working away right now.
913  Bitcoin / Development & Technical Discussion / Re: F-yeah! (bitcoind port) on: May 22, 2013, 12:58:25 PM
It's working wonderfully. I think you under estimate the power of routers these days. Some of them are pretty powerful.

Here's the binary, if anyone wants it:
https://www.dropbox.com/s/tksm915gzopvtyj/bitcoind-0.8.1-mipsel.tar.bz2
914  Bitcoin / Development & Technical Discussion / Re: F-yeah! (bitcoind port) on: May 20, 2013, 11:54:28 PM
Re-compiled a release version and running that now - quite a size difference between unoptimised, unstripped debug version (51Mb) and the release (7.3Mb).

I copied the blockchain over from another computer, otherwise it's probably take a few weeks to sync! Just scanning it on start up took about 15-20 mins.
As it is, it's sitting at 135MB RAM and 200MB swap, and peaking up to 70% CPU every few mins.
915  Bitcoin / Development & Technical Discussion / F-yeah! (bitcoind port) on: May 20, 2013, 09:19:06 PM
After countless failed attempts some months ago, I just had another go at trying to build bitcoind for the mipsel architecture... specifically my router.
I recently bought an ASUS RT-N66U which boasts a mighty 256Mb RAM and 600MHz processor, so thought I'd give it another go.
So, after about 3 solid days of finding the right compiler, right GCC/binutils/uclibc combination, tweaking them; finding the right libraries, their right versions and tweaking those, I finally, finally FINALLY managed to build and run it on my router!

Currently using up 99% CPU usage and 75Mb RAM downloading all the blocks.
It's an un-optimised un-striped debug build that's running under GDB right now, so there's some room for efficiency.
916  Bitcoin / Bitcoin Technical Support / Re: "Error opening block database. Do you want to rebuild the block database now?" on: May 17, 2013, 12:01:16 PM
So I started changing permissions of the roaming folder. change the ownership to the user account, and set full control for everyone.... same result. thing is that the file and folders were created OK anyway when deleted.

Next I change the data directory to another HDD... finally it worked.
Restarted... still working.

So for some reason it will no longer work where it's supposed to. Not too much of a loss though, means I save space on the SDD moving it to the big HDD.
917  Bitcoin / Bitcoin Technical Support / Re: "Error opening block database. Do you want to rebuild the block database now?" on: May 16, 2013, 08:54:40 PM
So 7.1, 8.0, 8.1 all don't work now after uninstalling/wiping everything.

Then I logged into the admin account and installed it... that did run!

so, back to regular account, ran it... and it worked!

Then I stopped it, re-started it, and... it does the same thing and can't initialise the database :/

Can't work out what's going on at all.
918  Bitcoin / Bitcoin Technical Support / Re: "Error opening block database. Do you want to rebuild the block database now?" on: May 16, 2013, 06:28:52 PM
Also tried coping the entire blockchain etc from another machine with 8.1 on it... same thing.

Is levelDB libraries missing or something?
919  Bitcoin / Bitcoin Technical Support / Re: "Error opening block database. Do you want to rebuild the block database now?" on: May 16, 2013, 04:50:04 PM
I'm getting this error too.
updating from 7.1 to 8.1.

Tried 8.2rc1... same

went back to 7.1... loads

Tried wiping bitcoin (uninstalling, deleting all directories), re installing 8.1... same.

db.log is empty.

debug.log just shows:
Code:
Bitcoin version v0.8.1-beta (2013-03-17 15:35:36 -0400)
Using OpenSSL version OpenSSL 1.0.1c 10 May 2012
Startup time: 2013-05-16 15:44:00
Default data directory C:\Users\Casa\AppData\Roaming\Bitcoin
Used data directory C:\Users\Casa\AppData\Roaming\Bitcoin
Using 4 threads for script verification
init message: Verifying wallet integrity...
dbenv.open LogDir=C:\Users\Casa\AppData\Roaming\Bitcoin\database ErrorFile=C:\Users\Casa\AppData\Roaming\Bitcoin\db.log
Bound to [::]:8333
Bound to 0.0.0.0:8333
init message: Loading block index...
Opening LevelDB in C:\Users\Casa\AppData\Roaming\Bitcoin\blocks\index
init message: Loading block index...
Wiping LevelDB in C:\Users\Casa\AppData\Roaming\Bitcoin\blocks\index
Opening LevelDB in C:\Users\Casa\AppData\Roaming\Bitcoin\blocks\index
920  Economy / Speculation / Re: Dwolla can no longer process deposits or withdrawals to MtGox on: May 15, 2013, 12:17:00 AM
I don't understand the mass sell-off and panic.

You can still use Dwolla -> BitInstant -> MtGox

Or Dwolla -> CampBx

Or BitInstant Cash deposit -> Key -> MtGox

Or Bank Transfer ->MtGox

Or Dwolla ->Okpay -> MtGox

Should I go on?

 O FUG THE GUVMENT TYIN TA SHUT DWN BITCOIN

Guise, srsly, our market cap is what it would probably cost to shut it down. We're such a small piece of the pie I can't see any major body (for the time being) giving a second thought to the power we attribute to bitcoin.



SSSSSHHH!


I wanna buy cheap coins.
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 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!