Bitcoin Forum
May 24, 2024, 02:43:50 AM *
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 ... 63 »
201  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 05, 2014, 08:41:03 PM
I have just updated the OP with some legal stuff, to cover some use cases - However it's still a draft while I work out a proper license. Feel free to ask if there are any questions.  (I'll be offline until tomorrow, though)
202  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 05, 2014, 08:26:39 PM
I'm happily chainsnorting on OS X:  Smiley



Nice!

Actually installing chainsnort on OS X is really easy. Just copy and paste into a terminal:

1/ curl -o websocket.py https://raw.github.com/liris/websocket-client/master/websocket.py

2/ curl -o chainsnort.py https://gist.github.com/flatfly/8253870/raw/9733e34e469e1bcd8d0ae13565ade4eaa0490618/gistfile1.py

3/ python chainsnort.py


203  Other / Beginners & Help / Re: Is this the bicoin daemon? on: January 05, 2014, 08:21:06 PM
it's like having the daemon running on your server and there is no limit

So I can create as many addresses as I need and every command that works with bitcoin d works with this? This is pretty cool.

The following commands are not supported:

getwork
setgenerate
getmininginfo
getmemorypool
keypoolrefill
stop
walletpassphrasechange
dumpprivkey
encryptwallet
204  Economy / Service Announcements / Re: Check out my awesome site for generating secure OfflineAddress.com on: January 05, 2014, 08:15:04 PM
FWIW, Electrum and Bitcoin-Qt use the industry-standard OpenSSL random number generator, which does collect several types of user input (not just mouse coordinates).
205  Bitcoin / Bitcoin Discussion / Re: Holy crap that was a large transaction on: January 05, 2014, 07:20:56 PM
Made a quick search - this seems to be the one:  (amount 10203.7968 BTC)

https://blockchain.info/tx/6dea440389ba97ec8449d92d80218270c7215478e98512a22a2cbf5ef80a81f9
206  Bitcoin / Bitcoin Discussion / Re: Holy crap that was a large transaction on: January 05, 2014, 06:42:46 PM
better check your pc for virusses now i got one from there and it emptyed my cryptsy account check https://bitcointalk.org/index.php?topic=271910.0 for more info




Indeed Listentobitcoin.com is infected by malware. Avoid at all costs.
207  Bitcoin / Bitcoin Discussion / Re: Holy crap that was a large transaction on: January 05, 2014, 06:41:18 PM
$175,864,186.70 according to Blockchain.info

Any blockchain analysts fancy doing some digging?  Smiley

The tx posted by porcupine87 is from Nov 2013, not the current one.
208  Bitcoin / Development & Technical Discussion / Re: Could code be changed quickly if vulnerability found? on: January 04, 2014, 08:44:34 PM
Pick someone who may know a bit about what you are talking about.  Someone who has been around a while.  Someone you trust.  Then PM them.

Some of the smartest and well known are gmaxwell, DeathAndTaxes, Mike Hearn, theymos, or Gavin himself.  I suggest you run your idea by one or more of them.

(This list is just off the top of my head - did not mean to leave anyone out Wink )

Pretty much anyone with an activity of over 2500 can probably tell you if you have found something or not.

But pick someone you trust.

Erm... Not even god has 2500+ activity... Smiley  Highest is theymos with 1428.
209  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 04, 2014, 08:36:03 PM
Windows build for 0.42.2 is ready, and as a way to thank early users, it is the color version that is currently available for free. Smiley (See link and signatures in OP)
210  Bitcoin / Bitcoin Discussion / Re: Listen to bitcoin...fucking awesome! on: January 04, 2014, 06:03:41 PM
Clicked on ops link, virus checker immediately shut it down saying trojan. I would advise those on desktops to steer clear of that site.



Yeah, the website is compromised. The original owner sold it and the new one installed malware.

Can't believe that site is still up... Sad  What can be done to bring it down?  Contact their hosting company?
211  Bitcoin / Development & Technical Discussion / Re: I want to build bitcoind on linux on: January 04, 2014, 02:33:38 PM
I have some pretty nice build instructions in my notes at home, but I'm travelling during this weekend.
Hopefully somebody else will help out in the meantime.
212  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 04, 2014, 10:30:27 AM
Version 0.42.2 is ready... (I just changed the version numbers so they make more sense, at least to me...)

Changes:
- Switched to fully encrypted websockets (WSS protocol)
- Minor code cleanup

Source code only for now - Windows build will follow soon.
213  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 04, 2014, 10:28:26 AM
Which version of websocket do you use? Somehow my install says

Code:
AttributeError: 'module' object has no attribute 'create_connection'

Installed using pip

This should be the correct library: https://github.com/liris/websocket-client
"Pip install websocket" should grab it, IIRC...
Which version of Python do you have?
2.7 would work best.

2.7. I had to grab the websocket-client package, didn't work without it. Maybe you should update your docs...

May I suggest sticking the script on github? Using copy and paste is really annoying, especially with python due to the indentation problems.

Thanks for the help!

I've just made a quick gist with the latest version.
When I have more time, I'll put up a proper little web page for it.
214  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 02, 2014, 09:00:15 PM
Hi I am trying to use Your tool, and I also have issue with

Code:
ubuntu@ip-172-31-47-182:~/bot$ sudo python first.py
chainsnort 0.415:   51406 new transactions in the last 24 hours  -  0.59 tx/sec

AttributeError: 'module' object has no attribute 'create_connection'
ubuntu@ip-172-31-47-182:~/bot$

I installed websocket-client

Code:
ubuntu@ip-172-31-47-182:~/bot$ sudo easy_install websocket-client
Searching for websocket-client
Reading http://pypi.python.org/simple/websocket-client/
Best match: websocket-client 0.12.0
Downloading https://pypi.python.org/packages/source/w/websocket-client/websocket-client-0.12.0.tar.gz#md5=15bf7acb9caec87144d39ffcff765966
Processing websocket-client-0.12.0.tar.gz
Running websocket-client-0.12.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-D9v0Tt/websocket-client-0.12.0/egg-dist-tmp-QruTjI
zip_safe flag not set; analyzing archive contents...
Adding websocket-client 0.12.0 to easy-install.pth file
Installing wsdump.py script to /usr/local/bin

Installed /usr/local/lib/python2.7/dist-packages/websocket_client-0.12.0-py2.7.egg
Processing dependencies for websocket-client
Finished processing dependencies for websocket-client

it doesnt seems to work properly

Code:
ubuntu@ip-172-31-47-182:~/bot$ python -c 'import websocket; print websocket.__file__'
/usr/local/lib/python2.7/dist-packages/websocket-0.2.1-py2.7.egg/websocket/__init__.pyc

ubuntu@ip-172-31-47-182:~/bot$ python -c 'import websocket; print websocket.create_connection'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'create_connection'

Anyone has some kind of solution?


Try using wget instead of pip for a quick and dirty way to fix the issue:

Code:
wget https://raw.github.com/liris/websocket-client/master/websocket.py
215  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 02, 2014, 07:35:55 PM
What would it take, to get you to either do a gist, or put this on github proper, to make it easy to stay up to date?

I might put up a gist soon, but it could take a little while, as I have to deal with a serious issue right now, which is taking up a lot of mental energy - I prefer not to go into detail. In the meantime, please watch or subscribe to this thread for updates.  

Thanks!
216  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 02, 2014, 09:06:46 AM
Version 0.415 is now available.

Changes:
- millisecond display for timestamps
- switched to UTC format for timestamps (will make that an config option soon)
- fixed transaction density calculation on Linux / OS X

217  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 02, 2014, 09:04:07 AM
"Pip install websocket" should grab it, IIRC...
https://pypi.python.org/pypi/websocket-client/

"pip install websocket-client" <-- the client part might be actually important! (otherwise you'd get https://pypi.python.org/pypi/websocket/ )

Thanks for pointing this out, https://pypi.python.org/pypi/websocket-client/ is indeed the correct one.
218  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 02, 2014, 12:28:10 AM
Which version of websocket do you use? Somehow my install says

Code:
AttributeError: 'module' object has no attribute 'create_connection'

Installed using pip

This should be the correct library: https://github.com/liris/websocket-client
"Pip install websocket" should grab it, IIRC...
Which version of Python do you have?
2.7 would work best.

219  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: January 02, 2014, 12:25:23 AM
Great work, great functionality from a small amount of code. Thank you!

(I'd also like to see Bitcoin RPC usage, it's a little more complex on the user's end but it's more malleable! https://en.bitcoin.it/wiki/API_reference_(JSON-RPC))

Thanks, always love this kind of feedback! Smiley
This started out as a quick hack to teach myself the joys of JSON, so I'm really glad to see that people like the result.

As for bitcoin RPC support, I'd really want to add that as soon as possible, but I will have less
free time as of tomorrow, so it might take a while, so if someone wants to have a go at it... Smiley
Which reminds me, I should probably set up a proper github repo.
220  Bitcoin / Bitcoin Discussion / Re: Monster transaction: 39016 BTC!! on: January 01, 2014, 07:59:14 PM
Gotta love the zero fee to move 29M USD. Whoever this is, they don't seem to want to support the bitcoin network...
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 ... 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!