Bitcoin Forum
May 24, 2024, 06:14:20 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 »
381  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: June 04, 2013, 05:41:24 PM
Cryptsy decided to start polluting its JSON with HTML...workaround applied. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  


You might want to look at the new Cryptsy API which has the ability to get the orderbook.   I switched to it.

Cryptsy finally has an API?  I'll need to look into that.
382  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: June 04, 2013, 05:13:23 PM
Cryptsy decided to start polluting its JSON with HTML...workaround applied. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  
383  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.2.0 on: June 04, 2013, 03:50:31 PM
For Linux, there is no 32 bit binary so he'd have to build it himself (and this begs the question why anyone would use a 32bit linux on any normal desktop, if that's what he is doing ... but he may not be)

1) hardware doesn't support it (not that I run cgminer on it, but the Core Solo in my notebook only supports x86)
2) x86 is more suitable for memory-constrained systems than amd64 (x32 is supposed to provide most of the advantages of amd64 with the smaller memory footprint of x86, but I haven't tried it yet)...my VPS is x86 for this reason
384  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.1 on: June 04, 2013, 02:59:54 PM
Nice! Thanks for your efforts....

<cut>

You are allowed to not quote everything again here...

You didn't even mention that he had top-posted.  Then again, top-posting and not trimming quotes seem to go together like gonorrhea and crabs.  Tongue
385  Bitcoin / Group buys / Re: [Group Buy#1] Avalon ASICs CHIPS! Using JohnK as escrow! FINISHED! on: May 31, 2013, 09:47:24 PM
>BKKCoins clearly stated it will be open source and has done so a number of times on his own schedule and not before he has tested the design out.

Open source usually means you make all the files in a project open for public viewing, in this case BkkCoins is keeping much of the project to himself and he's asking for licensing fees... Anyhow, if he's not releasing designs until it is "tested", that could be months from now.

There's not much sense in releasing something if you don't know yet if it'll work.  With software, it's no big deal if it doesn't work.  With hardware, though?  If he put out some half-baked board-layout files and some nimrod then generated gerbers and had boards made, how long do you suppose it'd be before a flamewar erupted as a result of the wasted effort?  With my own stuff, I only tend to push working, tested versions to GitHub (or whatever), not every little change.
386  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: May 31, 2013, 05:49:39 PM
I might do a command-line version next; that would be useful for a coin-hopping script (for instance).  

...and it's done. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  

One way you can use the CLI is to get a list of coin profitability percentages (needs bash and bc; Cygwin provides these on Windows):

Code:
btc_profit=$(profit.exe); for i in $(profit.exe -l); do echo -n $i": "; echo scale=2\; 100 \* $(profit.exe -bc $i) / $btc_profit | bc | tr -d "\n"; echo "%"; done

It'll produce output something like this:

Code:
bitcoin: 100.00%
litecoin: 96.80%
worldcoin: 118.01%
387  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: May 30, 2013, 08:14:46 PM
JSON.NET is no longer used. As a result, CoinProfitability runs like a champ under Linux.  I might do a command-line version next; that would be useful for a coin-hopping script (for instance).  A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.
388  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: May 30, 2013, 05:57:13 PM
...and a new release is available, now with support for Cryptsy as well as Bter for exchange-rate lookup.
389  Other / Politics & Society / Re: Totally underground Bitcoin on: May 30, 2013, 03:09:40 PM
Would it be cool if we had HAM operators runing automated SPV bitcoin nodes that broadcast in loop every last N blocks. Could be done with speech synthesis and AFAIK it does not violate HAM license since the broadcast data is in fact public.

IANAHam, but aren't there data modes that could potentially be used to transmit regular Bitcoin traffic?  The Internet as we know it could be obliterated, but Bitcoin could keep running over long-distance radio links.

"You can't stop the signal, Mal. Everything goes somewhere, and I go everywhere."
390  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: May 30, 2013, 06:48:35 AM
Mr. salfter,

Where is your key that you used to sign this? I went to your website and this is the key I found:

Quote
Key-ID: 586535F7
Fingerprint: 605237D2007C0B2F6C12D171DFF771D8586535F7


Hmm...I need to fix that. :-| Look next to this post for the key I'm using now (begins with 9, not 5). You should be able to pull it from any keyserver.

Edited after posting: The correct key ID is 92C7689C.

Edited again: my website is fixed.  My current key is now at http://alfter.us/files/salfter.asc.
391  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: May 29, 2013, 06:51:21 PM
Any plans for API support?

Try the current release that I just uploaded.  I should probably come up with a configuration editor instead of having to use regedit, but it's still fairly straightforward.
392  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: May 29, 2013, 04:51:38 PM
YAC should only be there if it has a separate expected hashrate. I remember seeing it briefly on CoinChoose and it sure looked profitable!

When I checked yesterday, it was about 3x more profitable than Bitcoin for my VPS.
393  Bitcoin / Hardware / Re: [Ann] US Avalon ASIC chips and assembly: 3,814 chips remaining. on: May 29, 2013, 04:39:16 PM
Just put an order in for more chips...between this and raginazn's first batch, that brings me up to 20 total.  Will be interesting to see which arrives first: these chips or my Jalapeños (or whatever BFL is calling them these days).
394  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: May 28, 2013, 04:26:07 PM
Mr. salfter and Mr. scintill, if you upload your windows binary, and sign it (or SHA256sum it), I will download it. I'll also be sure to scan it (or run it sandboxed.)

I've only got the Linux binaries I built for testing, which is a good point I should have said earlier: I've only tested on Linux.  It should work on Windows though.  I'll see if I can build for Windows, but it may take awhile.

Very much appreciated by all the windows noobs like me. I will wait patiently for it. I've been wanting to get a new compressed vanity address.

I've built my CPU vanitygen under Cygwin and included the necessary DLLs here:

https://dl.dropboxusercontent.com/u/57535575/vanitygen-win32-bin.zip

PGP-signed MD5 and SHA1 sums are here (use the key in my profile to verify):

https://dl.dropboxusercontent.com/u/57535575/vanitygen-win32-bin.zip.sums

Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

::::::::::::::
vanitygen-win32-bin.zip.md5sum
::::::::::::::
aec4794bfc130b8c6e313716b185d277 *vanitygen-win32-bin.zip
::::::::::::::
vanitygen-win32-bin.zip.sha1sum
::::::::::::::
153a68faab86bbeba6d198310c0b52ea61330ded *vanitygen-win32-bin.zip
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQGcBAEBAgAGBQJRpNlfAAoJEArTX6uSx2icwPAL/jgm9GvMckJw4wUHdvIXeB+5
rjxJKmkjHEVkVtWeG/BAaA41ETQ4B08McDLlb4uj9DbkliWRJ+qenV1IpwNS5dRo
h7FYwCNrYlBM3hwlJlyfWLNIvLglb/TYeULnzz0aDqfBk7YvyAXqZBpt97e7yp8o
06LJE0bAjRkdHQtUr8yaMSFOqVh2uNnyQaNCv2Dq4z8DuiqtBlycPbYuu0BwHNYj
K/xaEO0HVvusBUwU2wA+hk/YVQKsPM4Rguh/+599/K5hbOb5Ki+gYDzF4iF9Uceh
7bMSb/67kbqqmedUC3UsbBTaq7lGRQnj9SIwo+49oP/nh97Oc2H2zX/Dx4I6SIEM
Rc6oztArnocgZOZlPtLHzoprJh67H7NnqlTBVjU+i0XRBL//Ex8CWKUSO2d26CBB
QTcs6f1RBi3sj94frB+u0HToBQemToHrg3tBOLdZGLpAM+kD/L358rQhu17SDEX/
myBLBmAyhyPivLhR4fKhFzy06MUbHdyFvpncvKwQ0Q==
=XLuq
-----END PGP SIGNATURE-----

If you already have Cygwin, all you need is vanitygen.exe.  If you don't, unpack everything to the empty directory of your choice.  I've tested this package on a clean WinXP SP3 VM that didn't have Cygwin installed on it already, so it should work anywhere.
395  Bitcoin / Press / Re: 2013-05-21 Bitcoin Magazine: BitInstant, Licensed Money Transmitter in 30 States on: May 24, 2013, 07:32:42 AM
From the article:

Quote
Bitcoin exchanges will now likely be required to have money transmitter licenses in all 48 states to operate across the country

Umm...is it 2013, or is it still 1957 wherever this was written?


It is because the federal govt only has control over interstate commerce not intrastate commerce, it is buried somewhere in constitution

Last time I checked, there were 50 states, not 48. 1957 was the last year we had 48 states; Alaska and Hawaii were admitted in 1958.
396  Bitcoin / Press / Re: 2013-05-21 Bitcoin Magazine: BitInstant, Licensed Money Transmitter in 30 States on: May 23, 2013, 11:01:38 PM
From the article:

Quote
Bitcoin exchanges will now likely be required to have money transmitter licenses in all 48 states to operate across the country

Umm...is it 2013, or is it still 1957 wherever this was written?
397  Economy / Service Discussion / Re: Bitspend.net Launches - Allowing you to spend your Bitcoins anywhere online! on: May 23, 2013, 12:10:06 AM
One thing I read about elsewhere, but hasn't been mentioned here AFAIK, is that they'll use their Amazon Prime account to get you 2-day shipping. For those of us who don't have Amazon Prime, BitSpend's $2 fee sounds like a better deal for 2-day shipping than you'd get buying directly. I might need to give them a shot for my next order, even if it's with bitcoin purchased for that purpose. (I've been buying bitcoin for purchases from Amagi Metals, so that's nothing new.)
398  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: May 22, 2013, 11:45:51 PM
Hahaha - Bitburner :-)

Only problem will be the logo I think as German`s "Abmahnsystem" is really a pain. Couldn`t imagine that this law would be possible in Austria (next to Germany :-) ).

I knocked it together in a couple of minutes as a joke. The blatant ripoff of an established trademark would be a Bad Thing.

Someone with more skills than I have in such matters would need to create a logo from scratch.
399  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: May 22, 2013, 11:39:02 PM
Any plans for API support?

If you mean automated retrieval of some of the needed stats, it isn't something I had planned on...but it would be nice.

Edit: Recent releases have this capability.  Configurations for some of the coins I've mined lately are included.  Adding others is fairly straightforward.
400  Alternate cryptocurrencies / Altcoin Discussion / Re: Coin Profitability Calculator on: May 22, 2013, 10:23:02 PM
Nice work Smiley  FYI, I don't have Yacoin since you can't use a GPU to mine it...

I'm pretty sure that was the whole point behind Yacoin. Smiley FWIW, I have it mining on my VPS (8 cores, Xeon E5-2670, Gentoo Linux x86) and one of my computers at home (4 cores, Core 2 Quad Q6600, Gentoo Linux AMD64).  The VPS delivers about 28 kH/s; the other box does 40.  At current rates, it's a little bit better than Litecoin mining, which means I should probably take it off my home machine (for which I'm paying for power) and leave it on the VPS.  28 kH/s at current difficulty yields about 3.3 YAC per day...or about BTC0.00142...or about $0.17.  The way I look at it, it'll knock about $5 per month off of the cost of having the VPS.  It's running at lowest priority, so it doesn't interfere with the VPS's primary task.

It could take some usability improvements...

...which are now in place:

https://github.com/salfter/CoinProfitability/commit/d0b3b9bf31f98de1d95b54034e665da717dfc01a

The binary available for download in the OP has been updated as well.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!