Jump to content

ssj4mo

Members
  • Posts

    30
  • Joined

  • Last visited

  • Days Won

    1

ssj4mo last won the day on October 23 2013

ssj4mo had the most liked content!

Contact Methods

  • AIM
    sketchedinfinite

Profile Information

  • Gender
    Male
  • Location
    New York
  • Interests
    Technology, programming, science, physics, maths, science-fiction, fantasy, music, crypto currencies.

Recent Profile Visitors

444 profile views

ssj4mo's Achievements

Advanced MinCoiner

Advanced MinCoiner (3/6)

4

Reputation

  1. Well, yea. Nothing will perform better than an ASIC...because it's application specific. But it is entirely possible to write an algorithm that is optimized for CPU; that is, you could easily write an algorithm with which a $300 CPU would drastically out-perform a $1,000 GPU. It depends entirely on the math behind the algorithm. Processors all do the same things essentially, so why do CPUs and GPUs perform differently for different tasks? It's because of their design. CPUs are designed to perform maths, which is what allows software to run on computers. GPUs perform maths as well, but with a focus on graphics aka vectors and rendering. I would be interested, however, to learn more about this "proposed" algorithm.
  2. Think of it this way. At 10,000 Khash/s, it would still take ~ an hour to mine one block (2 MNC). Solo mining isn't very practical for average miners. If you've got 5 rigs with 3 7950s or 7990s each then you could do it, but I might stick with a pool even then.
  3. Welcome to the forums, man. The more people contributing to the community the better Cheers
  4. Anybody else? Would anyone use something like this?
  5. Maybe we would have to call it a raffle if the server and company were located in the United States, but a mincoin lottery or raffle would be great. To start, we have to assume that not many people would be using the service, so we'd want to make the total possible combinations relatively low. So I suggest 3 Balls with a 29 Range (ex: Ball 1: 5; Ball 2: 27; Ball 3: 16) The math for this is: 29! / 3!(29-3)! which simplifies to 29!/6(26!) which equals 3,654 possible combinations. The way it would work: A certain amount of MNC (maybe .01, maybe .1, or whatever) gets you one "ticket". You pick your numbers for your 3 balls. We could do hourly drawings, and if after a drawing no one has picked the correct numbers, the MNCs go into the next batch, in the same way regular lottery works. OR we could guarantee a winner every drawing. IDK, it's something to think about. I don't know if enough people would be interested in doing it. But, let's talk about it.
  6. What do you want to use the API for? AKA, what do you want to do and what data do you want?
  7. What do you mean by mincoin mining tools, and wallet/transaction managers? The qt wallets take care of transactions, and there are plenty of miners out there already that work for all scrypt coins. Blockchain analysis can be found on various websites, but it would be nice to see a GUI software app that's connected to the networks of coins and gives you historical as well as real time data for blockchains, exchange rates, difficulty rates, etc. **To-Do: Start planning this project**
  8. @Noctis, it is technically possible to mine with the wallet. The best way to do it, however, is to use cgminer (in GUIminer-scrypt if you like) and a mincoin.conf file. Essentially, you create a file called mincoin.conf, which should look something like this: listen=1 daemon=1 server=1 rpcuser=YOUR_USER_NAME_HERE rpcpassword=YOUR_PASSWORD_HERE rpcallowip=192.168.*.* rpcport=9335 port=9334 You can modify the ports if you like, as well as the rpcallowip. If you're LAN isn't 192.168.x.x, change it to 10.x.x.x, or whatever yours is (unless you plan on solo mining from computers not on your local network. Then you would allow all. The asterisk (*) means any value. So 192.168.*.* means 192.168.1.1 -> 192.168.255.255 Whatever value you set for your rprcport would be the port in cgminer. Host would be localhost. Username and password are obvious. The rest of your settings depend on your graphics card, and your extra flags should be played with to reduce stales. The image below is my setup, but I do not solo mine MNC anymore, because I only have ~ 1.3Mhash/s. If you want to solo mine, you should have a high hashrate, and make sure you get your settings exactly right to prevent stales. Make a shortcut from your wallet qt and add the extension -server at the end. (The -datadir is just something I use to change the location of the blockchain. I use SSDs for my OS, and don't want to waste gigabytes on my SSD for coin blockchains, so I use a different hard drive for my data directory. And, the data directory, whether in your AppData/Roaming/mincoin or elsewhere, is where you store your mincoin.conf file. When you launch this shortcut, mincoin launches as a server, provided mincoin.conf is properly configured. After launching, run cgminer in GUIminer-scrypt and enter the information and you'll begin mining. However, you won't see shares increase rapidly as you do in pools. When you solo mine, one share = 1 block found. At 1000KHash/s, it would take ~ .45 days aka 10.8 hours to mine one block (2 coins). So, you can do this and not have to worry about pool fees, but if you aren't setup properly with a high hashrate, flags, overclocking, etc, you run the risk of wasting 11 hours and getting a stale (in which case you get 0 coins). Now, luck comes into play, so instead of 11 hours, it could take 4, but it could also take 17. If you mine for a week, however, it should start to average itself out. PM me if any of this doesn't make sense.
  9. @alttin, lulz. I think right now it's hard to distinguish. Really, every crypto-"currency" or "commodity" COULD be considered both. True commodities, however, are purchased with currency, or traded for other commodities, while true currencies are used to purchase goods (including commodities) and services. So, it's difficult to place a firm definition on mincoin, since you could "purchase" goods with it, making it a currency, but you could also exchange it for other coins, which, if they are considered to be commodities, would mean that mincoin is a commodity. However, if we assume that all other crypto-coins are currencies, then exchanging mincoins for other coins would make it a true currency. It's tricky stuff best left to the economists and people wiser than me.
  10. And yea there were a lot of dumps, too, which seems to have ended.
  11. Hrm, it's strange. According to http://www.coinwarz.com/difficulty-charts/mincoin-difficulty-chart, the difficulty has jumped drastically, and according to mcxnow, the hashrate is ~56Mhash. I suppose it could be that, but someone else should probably confirm or correct me.
  12. I've read a bit on scrypt, but this paper is extremely informative, even if some of us goes over my head. Still though, just like after reading Brian Greene's "The Elegant Universe", I have a much better understanding of it than I did before. And, as Greene's book inspired me to learn more about theoretical physics, so too did this paper inspire me to learn more about, not just scrypt, but cryptography in general, something I've been meaning to do for a while but just haven't gotten around to. Thanks for the post bro. It's insane how powerful scrypt is relative to other encryption algorithms. Let's just hope P!=NP lol (normally I would feel awkward making a math joke, but I feel very comfortable doing one here...plus, if it's proven that P does equal NP, well...that's the day I'm selling every coin I own and changing every password I have on every website and then going totally offline until I figure out what to do lol...) PS. Your top two links are both to the PDF. The one that says main site is the same link as the white paper - the PDF. I think you were probably trying to go for http://www.tarsnap.com/scrypt.html
  13. Why 13.1 and not 13.4 or the newer 13.9 and 13.11 CCC drivers? I'm using 13.4 and get ~680Khash/s with my gigabyte 7950 in Windows with 13.4 drivers and 20 intensity, 21712 thread concurrency. I get 600 with my MSI at 17 intensity (it's the GPU for my monitor so I can't put it up to 20 or it overheats, but in BAMT the MSI hits about 650 at 20 intensity). I had 13.9, but went down to 13.4 based on various research, so I'm wondering if I should again switch to 13.1 if it would improve my cards' performance.
  14. Protein folding, SETI, etc can all be done without taking away your hashing power if you use your CPU. Depending on what you're trying to "solve" or "help with", GPUs may be more effective than CPUs, but this is not always the case, and there are plenty of scientists that would love if everyone would lend them even 10% of their CPU power. I use Berkley's BOINC for several projects, and it utilizes my CPU, which is a 3rd gen i7 overclocked to 4.8, so I'm still giving a little back to science lol.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.