Bitcoin Forum
May 28, 2024, 04:43:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SCRYPT JANE] UltraCoin (UTC) - Newly Launched on: January 19, 2014, 05:25:53 PM
Scrypt-jane coin and N factor is not even mentioned?

Will this coin launch at N 4 and being raped by ATI/AMD in the beginning or will it start at a reasonable, higher N?

we don't want to be too gpu unfriendly in the beginning.
So N will be updated in the future? What's the mechanism/schedule for that--does it increase regularly in the same way block reward changes? 
2  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] New SexCoin Pool - http://sxc.thec0de.com on: December 31, 2013, 05:36:17 PM
The current round shows as 11,300% complete, and I haven't been credited any coin in the last few hours.  Am I wasting my hashes, or is this just something the web app does from time to time?
3  Economy / Games and rounds / Re: BTCJam forum name verification on: November 24, 2012, 07:17:01 PM
I want to link my Bitcointalk name with BTCJam's. Verification code: b99df8b3-ba34-4d88-9902-80a0b2d7e7be
4  Alternate cryptocurrencies / Altcoin Discussion / Re: Difficulty estimation website up for all forks. on: November 11, 2012, 04:32:09 PM
Mostly back up.
Thanks for getting this back up.  It would be cool if everybody that checks allchains frequently could send a donation.
5  Alternate cryptocurrencies / Altcoin Discussion / Re: Trade API btc-e.com on: August 04, 2012, 11:26:42 PM
In case I'm just doing something stupid here: When I attempt to sell LTC for BTC, I get a "You incorrectly entered one of the fields" message, but selling LTC for USD works just fine.  Here are the parameters for each:

LTC->USD: nonce=1344119831&amount=1.000000&rate=0.045100&pair=ltc_usd&type=sell&method=Trade

LTC->BTC: nonce=1344119854&amount=1.000000&rate=0.004570&pair=ltc_btc&type=sell&method=Trade

Anybody know what's going on here?
After chatting with dev at BTC-e, it turns out the number of decimal places they will accept is limited.  It seems that I could have 5 digits after the decimal for LTC->BTC trades, and 4 for LTC->USD, but I'm not sure if that's the official limit. 
6  Alternate cryptocurrencies / Altcoin Discussion / Re: Trade API btc-e.com on: August 04, 2012, 10:46:06 PM
In case I'm just doing something stupid here: When I attempt to sell LTC for BTC, I get a "You incorrectly entered one of the fields" message, but selling LTC for USD works just fine.  Here are the parameters for each:

LTC->USD: nonce=1344119831&amount=1.000000&rate=0.045100&pair=ltc_usd&type=sell&method=Trade

LTC->BTC: nonce=1344119854&amount=1.000000&rate=0.004570&pair=ltc_btc&type=sell&method=Trade

Anybody know what's going on here?
7  Alternate cryptocurrencies / Altcoin Discussion / Re: Trade API btc-e.com on: August 04, 2012, 05:22:52 PM
So (if I read btc-e's command correctly) in C you can just use the value returned by the time() function (in time.h) as the nonce, or int(time.time()) in the Python script, as long as you don't want to make more than one API call per second.
8  Alternate cryptocurrencies / Altcoin Discussion / Re: Trade API btc-e.com on: August 04, 2012, 04:54:12 AM
I think the only time I've seen that nonce message is when I've accidentally called the API more than once with the same nonce.  As far as I can tell, it remembers forever the largest nonce it's seen so far, so you have to make sure to increment even if you're just calling the API for testing.
9  Alternate cryptocurrencies / Altcoin Discussion / Re: Trade API btc-e.com on: August 03, 2012, 04:16:48 AM
In case it's useful to somebody, here's a Python example showing how to call the getInfo method (adapted from jeremy88's PHP snippet in the BTC-e comments): http://pastebin.com/ec11hxcP
10  Alternate cryptocurrencies / Altcoin Discussion / Re: Any interest in an automated tool to find better GPU miner settings? on: July 29, 2012, 03:38:54 AM
CGMINER.

See if you can help there.

Sure, if there's interest and somebody's not already working on full auto-configuration in cgminer.  That's mainly what I was looking to find out--I don't want to spend a bunch of time hacking on miner code if everybody already knows how to find optimal settings for their setup.

Reaper is useful for those who can't get cgminer to work right.
I've personally found it quite useful for locking up my machine. Smiley
11  Alternate cryptocurrencies / Altcoin Discussion / Any interest in an automated tool to find better GPU miner settings? on: July 28, 2012, 11:38:56 PM
I was playing with the reaper code, mostly just pulling it apart to get an idea of how it worked, and I thought it would be useful to hack it up to run through a range of scrypt GPU settings and measure the performance so I don't have to slog through it manually.  It seems like the "stab in the dark" settings I was previously using for my NVIDIA cards were way off base, because I've easily picked up another 50% hash rate by using settings found with my hacked miner.

If anybody else wants to try it out, I can post the (still extremely ugly) source and some Windows binaries on Github this weekend.  Right now I've only run this on NVIDIA cards, but I'll pop an ATI card in my machine and make sure that works before I post it.  I'm not sure I'll get around to making sure Linux works before I post, but I can do that later on this week.

I don't plan on spending a lot of time polishing this thing, as I'd still prefer to work on things that would be more useful for making LTC adoption easier (assuming I can learn the things I need in order to do that effectively), but I did want to throw this out there if it seems like it would save people some time.
12  Alternate cryptocurrencies / Altcoin Discussion / Re: What's most needed for Litecoin to be successful? on: July 27, 2012, 10:18:58 PM
The core functionality has been the main focus of development for the last year; what is needed now is people to make end-user front-ends that are "nicer" for users than the current "test GUI" client and the scripting system.

I am of course talking about my Open Transactions server. A summary of the security goals of the Open Transactions system has its own thread at https://bitcointalk.org/index.php?topic=95745.0

The system supports many languages, what is your favourite programming-language?
Thanks, I'll have a look over the weekend.  Python is probably my favorite language, but most of my day jobs have been with C and C++, so I can get by pretty well in any of those three as needed.
13  Alternate cryptocurrencies / Altcoin Discussion / Re: What's most needed for Litecoin to be successful? on: July 27, 2012, 06:45:11 PM
Like most people pointed out we need more merchants.

There is a page on the Wiki with some merchants and other services. If you accept Litecoin please consider adding yourself.
Thanks, I added a link there. 
14  Economy / Services / Software development services for BTC/LTC on: July 27, 2012, 06:29:31 PM
Hi folks,

I have about 8 years of programming experience, mostly in engineering-related software and scientific computing, with some real-time image processing thrown in there somewhere.  Most of the work I've done has been in Python, C++ and C, primarily on Windows but sometimes on Linux.  I also have some recent experience with DirectX 11 and DirectCompute, and a tiny bit of OpenCL/OpenGL.  My educational background is mostly applied mathematics with some computer science thrown in for good measure.

I'd be glad to work on just about anything for BTC/LTC as long as you're not asking me to do your homework or slog through a lot of C# or Java code. Smiley  Since I don't have any reputation here at the moment, I'm willing to be flexible about rates and payment arrangements for the first few jobs.

If a job is outside my skill set, I'll be up front with you about it--I have no interest in over-promising and under-delivering.

Cheers,
Max
15  Alternate cryptocurrencies / Altcoin Discussion / Re: What's most needed for Litecoin to be successful? on: July 27, 2012, 05:57:47 PM
Everything else is fun but at some point, completely useless. You can build huge highways for cars but if there are no cars, its all useless.
That's really what I was trying to get at: there are lots of things that would be fun to play with (tweaking the OpenCL miner code, for example), but that doesn't make the currency any more useful in the long run.  So I'm really offering to do some of the un-fun things; I just wanted to get a better idea of what those were. Smiley
16  Alternate cryptocurrencies / Altcoin Discussion / Re: What's most needed for Litecoin to be successful? on: July 27, 2012, 05:52:19 PM
It requires setting up a new daemon, fiddling with shopping cart... watching two exchange rates instead of one, if nothing else.

What exactly would motivate this person to go through the (mild) inconvenience of accepting two cryptocurrencies instead of one?
Slightly (oh so slightly Roll Eyes) faster confirmations?
I can't tell if you're just generally criticizing the existence of litecoin, or trying to get me to go down a certain path of thought to figure out what you'd suggest working on, but in either case:

I presume we are early enough in the history of cryptocurrencies where most merchants support neither bitcoin nor litecoin, and then the choice for them is most likely to be,"which one should I choose?" instead of the choice you present.  What are the most painful parts when a merchant tries to adopt either coin?  Are there ways to make the process less painful if they choose litecoin?
17  Alternate cryptocurrencies / Altcoin Discussion / What's most needed for Litecoin to be successful? on: July 27, 2012, 05:33:20 PM
What sorts of things could a programmer do that would be most helpful for making litecoin a successful currency (i.e. what would support merchant and customer adoption the most)?  I'd be willing to work on just about anything, and I'm not looking to collect bounties up front.  If people find something useful, that's enough for me, and donations are just a nice side effect. 

Most of my "day job" programming experience to date has been scientific computing and some real-time image data processing, with a little bit of hobbyist web development in the distant past, but I'm fine with trying out something new.

If nothing else, I'd be happy to be paid in litecoin for non-litecoin related development tasks. Smiley
18  Other / Beginners & Help / Re: Where to safely store LTC for a long period of time? on: July 12, 2012, 07:00:24 AM
Hey guys,

I have one more question, this being about Litecoin storage. I have quite a large amount of Litecoins that I plan on storing away for a very long time. I'm aware that people store their BTC for long periods of time by using disks and flashdrives. I have a Litecoin wallet ready, but for some reason, the wallet can't be encrypted. Would you advise me to store a lot of Litecoins (the wallet.dat file) on a CD/DVD/Flashdrive anyway? No one would have access to these by the way.

The only thing that REALLY scares me is this error that I recently received with BOTH my BTC and LTC wallet. I had only a few dollars worth of BTC and LTC in my BTC/LTC client (which I open/start up everyday by the way) when one day, I suddenly couldn't open the wallet. Once the clients started, there was an error saying that something wasn't accessible. After many attempts to recover the wallets, I gave up and started new ones.

Should I leave my Litecoins in the online wallet I purchased them to?
I think if I had a lot of money in BTC or LTC, I'd want a hard copy of the wallet as well, or at least a couple of digital copies burned to a CD and in a safety deposit box somewhere.
19  Other / Beginners & Help / Re: Newbie restrictions on: July 12, 2012, 06:58:19 AM
oh god i didnt know where is restriction for newbie. Admin/mods can you please whitelist me? I need to contact/reply to BFL. They dont seem to answer my email at all.

 Undecided
Trying to contact a business through a message board when they're not responding to emails seems strange.  Do they have a phone number?  Mailing address? 
20  Other / Beginners & Help / Re: Introduce yourself :) on: July 12, 2012, 06:45:55 AM
Welcome. Cheesy
Just take a look in the Services subsection to see if there's any projects for your skill niche, or stroll around the Development & Technical Discussion to see what you can add on. That would be invaluable.
Thanks, I'll do that! Smiley
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!