Search content
Sort by

Showing 20 of 96 results by w00dy
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 25/01/2016, 09:40:48 UTC
we are trading around 400$ but all seems verty quiet, even chartbuddy was left alone for 4 hours  Smiley
low volumes on all major exchanges by the way, almost peaceful I would say

too "peaceful" for my taste...
the slow down-bleeding-push-up-down-bleeding for the past few days is no good sign...
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 03/11/2015, 10:19:56 UTC
this is WAY WAY too fast....  Angry
Post
Topic
Board Economics
Re: This is how 0.037 Bitcoins looks like in Venezuela
by
w00dy
on 31/10/2015, 07:00:19 UTC


I have not seen this before.  I will need to research it.  That's crazy though! I can't believe this

you can simply buy them on amazon.

http://www.amazon.de/Zimbabwe-Trillion-Inflation-Central-Bank/dp/B00U1ZMYGC/ref=sr_1_8?ie=UTF8&qid=1446274711&sr=8-8&keywords=trillion+dollar

i got myself one like a year ago.
Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
w00dy
on 03/01/2014, 14:23:33 UTC
i got a PM asking about a fresh set of lists.

Here we go:

All Adresses (WITH a balance! not all ever used ones). 2,4ish Million. Down to the last Satoshi
Code:
https://mega.co.nz/#!59QG0JCK!SHce3leeLBJTl4Dwk3tnpF9NLFEqh4GNHlnd2M1CIkM

Same list but with the balance for each Address

Code:
https://mega.co.nz/#!c85TQAgZ!Vibawlxa0spSkbo_HEEdf17O790nyxZefPfjSkryVrM

Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 10/12/2013, 07:31:13 UTC
Looking at the patent paperwork, is it possible there is something in here that JP Morgan Chase is expecting to be able to go after Bitcoin with on software patent grounds, particularly pertaining to future development?

http://appft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&co1=AND&d=PG01&s1=20130317984&OS=20130317984&RS=20130317984

Who are they going to sue?

lol... this +1
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 03/12/2013, 15:54:50 UTC
/\12OO:::HERE WE GOOOOO//^BITCOIN TAKE US HIGHERRRR!!!;-)
//^$$$LOVE YOU GUYS!$$$^\\


This is the 5th account you have registered in the last month. Why do you need so many accounts?

prolly to get up some Board activity for later scams  Roll Eyes
Post
Topic
Board Development & Technical Discussion
Re: Debian 7 + bitcoind from source + libdb5.1 = nope [SOLVED]
by
w00dy
on 01/12/2013, 09:18:53 UTC
ooooookay... looks like the problem was somehow on my end.


this debian box got upgraded from squeeze to wheezy like 2 months ago.

I'm not really sure what the solution was but i did this:

- installed the upnp libs (before, i always compiled with USE_UPNP=0)
- apt-get auto-remove'ed left-overs from Squeeze (lots of old boost libs got removed)
- restarted  Tongue

now the git cloned source and the zip-DL source compile and work...  Cool

thx a lot!

Post
Topic
Board Development & Technical Discussion
Re: Debian 7 + bitcoind from source + libdb5.1 = nope
by
w00dy
on 01/12/2013, 07:42:05 UTC
You cannot switch BDB versions on a wallet that wasn't cleanly shut down on the prior version, I'd guess thats whats happening here.

As I understood it is a brand new instalation where the wallet.dat isn't even present yet and had to be created.

Adriano is right here.

running bitcoind_broken or non-stripped bitcoind executable as root OR user bitcoin (su - bitcoin -> ./bitcoind) make no difference.

Edit:
.bitcoin is NOT created if i run as root
.bitcoin IS created if i run as "bitcoin"

.bitcoin is probably being created on /root/.bitcoin when you run it as root (unless you define datadir on the command line)
yeah, you are right here again. missed that one.


.bitcoin is found in /root but it's contens look exactly like the "bitcoin" user dir.
Code:
drwxr-xr-x  9 root root 4096 Nov 30 22:46 .
drwx------ 10 root root 4096 Dez  1 08:05 ..
drwx------  2 root root 4096 Nov 30 22:46 database
drwx------  2 root root 4096 Nov 30 20:02 database.1385838167.bak
drwx------  2 root root 4096 Nov 30 20:02 database.1385841392.bak
drwx------  2 root root 4096 Nov 30 20:56 database.1385841553.bak
drwx------  2 root root 4096 Nov 30 20:59 database.1385842412.bak
drwx------  2 root root 4096 Nov 30 21:13 database.1385847977.bak
drwx------  2 root root 4096 Nov 30 22:46 database.1385847996.bak
-rw-------  1 root root  612 Nov 30 22:46 db.log
-rw-------  1 root root 7152 Nov 30 22:46 debug.log
-rw-------  1 root root    0 Nov 30 20:02 .lock
-rw-------  1 root root 1106 Nov 30 22:46 peers.dat

ALL the database directorys are empty.


Quote
If you remove the /home/bitcoind/.bitcoin/ and start bitcoind again, does it create again the same files as stated above?
Adriano

Code:
su - bitcoin
rm -r .bitcoin
./bitcoind

you get this:
Code:
drwxr-xr-x 4 bitcoin bitcoin 4096 Dez  1 08:35 .
drwxr-xr-x 3 bitcoin bitcoin 4096 Dez  1 08:35 ..
drwx------ 2 bitcoin bitcoin 4096 Dez  1 08:35 database
drwx------ 2 bitcoin bitcoin 4096 Dez  1 08:35 database.1385883348.bak
-rw------- 1 bitcoin bitcoin  102 Dez  1 08:35 db.log
-rw------- 1 bitcoin bitcoin 1264 Dez  1 08:35 debug.log
-rw------- 1 bitcoin bitcoin    0 Dez  1 08:35 .lock
-rw------- 1 bitcoin bitcoin 1106 Dez  1 08:35 peers.dat

Quote
I have just tried with https://github.com/bitcoin/bitcoin/archive/0.8.6.zip on my system and it worked ok on debian 7.2 with libdb5.1

Can you try downloading it directly instead of cloning and see if there is any differences ?

will do soon.

Thx for your help!
Post
Topic
Board Development & Technical Discussion
Re: Debian 7 + bitcoind from source + libdb5.1 = nope
by
w00dy
on 30/11/2013, 21:20:18 UTC
Are you running it with the user who owns /home/bitcoin/

Have any file/directory been created under /home/bitcoin/.bitcoin ?

I would say it seems a permission issue.

Adriano

i think permissions are fine.

- there is a user "bitcoin" in group "bitcoin"

also, the litecoin stuff to compare, entrys in my passwd
Code:
bitcoin:x:1005:1005::/home/bitcoin:/bin/bash
litecoin:x:1006:1006::/home/litecoin:/bin/bash

and group
Code:
bitcoin:x:1005:
litecoin:x:1006:

/home
Code:
drwxr-xr-x  5 root     root     4096 Nov 30 12:56 .
drwxr-xr-x 22 root     root     4096 Nov 29 16:39 ..
drwxr-xr-x  3 bitcoin  bitcoin  4096 Nov 30 21:21 bitcoin
drwxrwxr-x 13 woody    users    4096 Nov 29 17:16 data
drwxr-xr-x  3 litecoin litecoin 4096 Nov 30 13:38 litecoin
lrwxrwxrwx  1 root     root       16 Apr  9  2012 woody -> data/home_woody/

- bitcoin/litecoin homes sit on /
- data is a raid5 volume, woody's home is symlinked on it.

/home/litecoin
Code:
drwxr-xr-x 3 litecoin litecoin    4096 Nov 30 13:38 .
drwxr-xr-x 5 root     root        4096 Nov 30 12:56 ..
-rw------- 1 litecoin litecoin     386 Nov 30 15:22 .bash_history
-rw-r--r-- 1 litecoin litecoin     220 Apr 10  2010 .bash_logout
-rw-r--r-- 1 litecoin litecoin    3393 Nov 30 13:40 .bashrc
drwx------ 3 litecoin litecoin    4096 Nov 30 13:29 .config
drwxr-xr-x 5 litecoin litecoin    4096 Nov 30 12:57 .litecoin
-rwxr-xr-x 1 litecoin litecoin 3318720 Nov 30 13:37 litecoind
-rw-r--r-- 1 litecoin litecoin     675 Apr 10  2010 .profile


/home/bitcoin
Code:
drwxr-xr-x 3 bitcoin bitcoin     4096 Nov 30 21:21 .
drwxr-xr-x 5 root    root        4096 Nov 30 12:56 ..
-rw------- 1 bitcoin bitcoin        5 Nov 30 15:22 .bash_history
-rw-r--r-- 1 bitcoin bitcoin      220 Apr 10  2010 .bash_logout
-rw-r--r-- 1 bitcoin bitcoin     3392 Dez 30  2012 .bashrc
drwxr-xr-x 5 bitcoin bitcoin     4096 Nov 30 21:21 .bitcoin
-rwxr-xr-x 1 bitcoin bitcoin 69807266 Nov 30 21:02 bitcoind
-rwxr-xr-x 1 bitcoin bitcoin  4286024 Nov 30 15:11 bitcoind_broken
-rw-r--r-- 1 bitcoin bitcoin      675 Apr 10  2010 .profile

running bitcoind_broken or non-stripped bitcoind executable as root OR user bitcoin (su - bitcoin -> ./bitcoind) make no difference.

Edit:
.bitcoin is NOT created if i run as root
.bitcoin IS created if i run as "bitcoin"

Code:
drwxr-xr-x 4 bitcoin bitcoin 4096 Nov 30 22:47 .
drwxr-xr-x 3 bitcoin bitcoin 4096 Nov 30 22:47 ..
drwx------ 2 bitcoin bitcoin 4096 Nov 30 22:47 database
drwx------ 2 bitcoin bitcoin 4096 Nov 30 22:47 database.1385848052.bak
-rw------- 1 bitcoin bitcoin  102 Nov 30 22:47 db.log
-rw------- 1 bitcoin bitcoin 1264 Nov 30 22:47 debug.log
-rw------- 1 bitcoin bitcoin    0 Nov 30 22:47 .lock
-rw------- 1 bitcoin bitcoin 1106 Nov 30 22:47 peers.dat
Post
Topic
Board Development & Technical Discussion
Re: updated python question
by
w00dy
on 30/11/2013, 20:58:18 UTC
hmmm... and... what's your question?

there is not even a "?" in your whole post  Tongue
Post
Topic
Board Development & Technical Discussion
Topic OP
Debian 7 + bitcoind from source + libdb5.1 = nope [SOLVED]
by
w00dy
on 30/11/2013, 20:51:33 UTC
- i want to compile bitcoind on Debian 7.2 x64
- i can NOT install libdb4.x dev packages because it breaks other stuff on the box.
- i don't care about the wallet. i just need to run bitcoind on this box
- litecoind (latest) is running fine.... compiled on this box.

the kernel:
Code:
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.51-1

after a git clone i do a ./autogen.sh  

the ./configure breaks with
Code:
configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore)

ok... no problem... just "fix" it with "--with-incompatible-bdb".
the ./configure runs through and i can do a "make".


bitcoind builds successfully but if i try to run it i get
Code:
Error: Error initializing wallet database environment /home/bitcoin/.bitcoin!


debug.log
Code:
2013-11-30 20:14:35 Bitcoin version v0.8.2-827-gb78d1cd-beta (2013-11-29 22:04:18 -0800)
2013-11-30 20:14:35 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
2013-11-30 20:14:35 Default data directory /home/bitcoin/.bitcoin
2013-11-30 20:14:35 Using data directory /home/bitcoin/.bitcoin
2013-11-30 20:14:35 Using at most 125 connections (1024 file descriptors available)
2013-11-30 20:14:35 Using 4 threads for script verification
2013-11-30 20:14:35 init message: Verifying wallet...
2013-11-30 20:14:35 dbenv.open LogDir=/home/bitcoin/.bitcoin/database ErrorFile=/home/bitcoin/.bitcoin/db.log
2013-11-30 20:14:35 ERROR: CDB() : error Invalid argument (22) opening database environment
2013-11-30 20:14:35 Moved old /home/bitcoin/.bitcoin/database to /home/bitcoin/.bitcoin/database.1385842475.bak. Retrying.
2013-11-30 20:14:35 dbenv.open LogDir=/home/bitcoin/.bitcoin/database ErrorFile=/home/bitcoin/.bitcoin/db.log
2013-11-30 20:14:35 ERROR: CDB() : error Invalid argument (22) opening database environment
2013-11-30 20:14:35 Error: Error initializing wallet database environment /home/bitcoin/.bitcoin!
2013-11-30 20:14:35 Shutdown : In progress...
2013-11-30 20:14:35 StopNode()
2013-11-30 20:14:35 Shutdown : done


even tho it says "init message: Verifying wallet..." - there is no wallet.dat.


the only "fix" for this error i found via google is pretty much a "delete .bitcoin"... but it does not work here. no matter what i do, it fails always with "Error initializing wallet database environment"

 Embarrassed

any1?
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 28/11/2013, 15:13:42 UTC
What you all think will happen to our coins if war comes? China is provocating and USA is loving war.

Exploding.

That comes in handy in a war!

i prefer my coins at zero $ than to have a war CN<>Murrica with bitcoin ONTHEMARS  Undecided
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 20/11/2013, 12:14:35 UTC
...and commision is back to 0.50%
Only affects the displayed amount. Do a small trade and you will see that your correct commission rate is honored.

ok.

no btc yet to trade tho Wink
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 20/11/2013, 12:10:22 UTC
Stamp have serious DB problems right now...


my 30 day history is set back to 0$/0BTC and commision is back to 0.50% and the BTC i send over (sadly without checking first the status of stamp...) are in limbo atm.


 Undecided
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 11/11/2013, 21:37:24 UTC
Just talked to karpeles via personal cell. He says buy orders are working fine but sells are not. Not exactly sure what the problem is, but has determined this is a new kind of ddos. Should be resolved by end of the month.

Can people withdraw BTC from Gox ? I know BTC withdrawals were not working yesterday.

Karpeles says btc withdrawals are working fine but fiat still non-functional. Will provide official statement re the latter after new midas engine implemented, which is now expected late 2014.

I think people ignoring you are idiots. Absolutely top quality posting.

ack.
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 11/11/2013, 18:43:07 UTC
let's see if they can top the fail even more....

how about a rollback to last backup because the DB is corrupt? (you DO have backups, right?)

would be funny as hell.  Grin
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 11/11/2013, 16:43:33 UTC
Be ready for $20 coins when lag cleans up  Grin

That's where it would be in April in same circumstances, lol

bullshit.

and yes Wink
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 11/11/2013, 15:32:25 UTC

Can confirm too. Now it has 18 minutes. See at RTBTC.

Well I'm glad no-one is panicking. Other exchanges holding their price.

this is not April. Why should some1 panic...?
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 10/11/2013, 11:44:51 UTC
Meanwhile fiat on Bitstamp is growing every single minute, $6.5M now and counting. Just waiting for the bomb to go off. Wink


and you know what's on Stamp because of...what?

order book?

lol...
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
w00dy
on 10/11/2013, 10:10:17 UTC
about that fresh money thing on stamp tomorrow...

30 min ago my deposit from friday morning appeared in my account.

XXXX Eur via SEPA