Search content
Sort by

Showing 19 of 19 results by bigchirv
Post
Topic
Board Mining (Altcoins)
Re: Gateless Gate: zawawa's open-source cross-platform OpenCL Zcash miner
by
bigchirv
on 16/12/2016, 03:31:09 UTC
Thanks for publishing your repo! Appreciated.

I'm not a C programmer (or OpenCL for the matter) but I'm a fan of DRY; so when I was reading input.cl I found the get_row() function and I think we can make it a little bit DRYer by doing something like this:

Code:
uint get_row(uint round, uint xi0)
{
  uint           row;
  uint           swp;
  uint           num;
#if NR_ROWS_LOG == 14
  swp = 0;
#elif NR_ROWS_LOG == 15
  swp = 1;
#elif NR_ROWS_LOG == 16
  swp = 2;
#else
#error "unsupported NR_ROWS_LOG"
#endif
  num = (40 << swp) - 1);
  if (!(round % 2))
    row = (xi0 & ((num << 8 | 0xff));
  else
    row = ((xi0 & (num << 16 | 0xf00)) >> 8) | ((xi0 & 0xf0000000) >> 24);
  return row;
}

So, what do you think, @zawawa?

I don't know if this can be useful at all, but if you like it I can make a PR so you can merge the changes later.
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
bigchirv
on 29/10/2016, 01:51:35 UTC
Payment appears Requested now. How long does that takes to get sent?

I still have a payment from 3 hours ago that hasn't come out: http://coinsforall.io/#!/coin/ZCASH/wallet/t1e5WH8cyMnVcjwdBNt1LV42h2tNQyqLnzY

@eXtremal

I know guys you're super busy doing your stuff there, but I'm worried I'm gonna miss the train because of the delay in the payments.

Cheers,
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v7.1 (Windows/Linux)
by
bigchirv
on 23/09/2016, 05:52:59 UTC
v7.1:

- now "-etha 2" is set automatically for Linux and 4xx cards. You can change it by specifying "-etha" directly if necessary.
- if miner manages fans, it returns management back to drivers at closing.
- added text coloring in Linux version. You can use "-colors 0" option to disable it if necessary.
- several minor improvements and bug fixes.
- EthMan: added ability to start .bat file if miner has problems.
- EthMan: added support for CryptoNote miner.

Hi Claymore,

It seems that the -logfile option is not working anymore, or at least it is failing miserably in my rigs (Ubuntu 16.04 x64, 5xSapphire RX480 8GB each).

I'm getting the following message:

Code:
UNKNOWN OPTION -logfile
UNKNOWN OPTION /var/log/claymore.log

My config file, as follows:

Code:
-etha 2
-epool eu1.ethermine.org:4444
-ewal
-eworker worker1
-epsw x
-dpool stratum+tcp://dcr.suprnova.cc:2252
-dwal .worker1
-dpsw x
-wd 1
-r 1
-logfile /var/log/claymore.log


Filtering strings in version7.0 gives me this:

Code:
1 bigchirv@dharma:~/Desktop⟫ strings cl7/ethdcrminer64 | grep logfile                                                                                                                         
Missed option value after -logfile option
--logfile

But in 7.1, nada:

Code:
bigchirv@dharma:~/Desktop⟫ strings cl71/ethdcrminer64 | grep logfile                                                                                                                           
1 bigchirv@dharma:~/Desktop⟫

Any hints on this?

Thanks,

EDIT: Pasted an old config. Fixed.
Post
Topic
Board Bitcoin Discussion
Re: Price of bitcoin in bolivars
by
bigchirv
on 02/10/2015, 17:11:28 UTC
Is this formula a good way of determining the spot market price?

DolarToday * Bitstamp
Code:
793.10 * 238.6
1 BTC = 189,233 VEF

Although the price on LocalBitcoins is somewhat lower 164,712 VEF (Caracas average)


There's also sites like BTCParalelo and BitVen that gives you also the price. You should check those.

The 1st one uses Coindesk * Dolartoday, which I think it is also a good price calculation.
Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
bigchirv
on 28/10/2014, 18:39:55 UTC
The machine isn't in the States. But I can send it over to you via DHL and give you an address in Florida for reception via email/PM/Note inside the miner's box.


If you are located within North American Regioin, Please return this S3 to the following address with a tracking number and PM your shipping address, phone number and the e-mail address in the original shipping box (if possible)

Bitmain Warranty
3700 Quebec St. #100239
Denver, Colorado 80207

Phone: 844-248-6246

Thank you!!

Did you do it this way?

Quote
First: Disconnect the cable connected to Chain#1 to test Chain#2 hash board.
Second: Disconnect cables connected to Chain#1 and Chain#2, turn over the control board, and then connect the Chain#1 to Connector#2 of the control board, to test Chain#1 hash board.
Note: Since there is no +12v in the Connector 1#, you have to turn over the control board to test Chain 1#



Thanks to point that out. Those are the small things that the eye sometimes skips.

Gonna test it that way and post the results here.

I turned over the control board and connected the connector #1 to the chain #2. It didn't worked. I quite don't get why do I have to flip the controller over since I see the screws holding it to the case are only grounding the PCB. I checked the cables were connected correctly.

http://s29.postimg.org/ned0fokwz/flipped_over.jpg


Quick Recap: So far:

  • Both Connector #1 and chain #1 connected; Connector #2 and chain #2 connected: Machine boots, Status>MinerStatus>AntMiner is empty. Red and Green leds on.
  • Only Connector #1 and chain #1 connected: Machine doesn't boot, fan attached to the chain #1 blows at 100%, the other one 0 RPM. Both red and green leds are off.
  • Only Connector #1 and chain #2 connected: Machine doesn't boot, fan attached to the chain #2 blows at 100%, the other one 0 RPM. Both red and green leds are off.
  • Only Connector #2 and chain #1 connected: Machine boots, Status>MinerStatus>AntMiner shows the info of the Chain 1. Asic status: "oooooooo oooooooo". Red led off. Only green led is on.
  • Only Connector #2 and chain #2 connected: Machine boots, Status>MinerStatus>AntMiner shows the info of the Chain 2. Asic status: "oooooooo oooooooo". Red led off. Only green led is on.
  • Only Connector #1 and chain #2 connected, PCB turned over.: Machine doesn't boot, fan attached to the chain #2 blows at 100%, the other one 0 RPM. Both red and green leds are off.

Thanks,

EDIT: Fixing typos.
Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
bigchirv
on 27/10/2014, 19:17:38 UTC
Did you do it this way?

Quote
First: Disconnect the cable connected to Chain#1 to test Chain#2 hash board.
Second: Disconnect cables connected to Chain#1 and Chain#2, turn over the control board, and then connect the Chain#1 to Connector#2 of the control board, to test Chain#1 hash board.
Note: Since there is no +12v in the Connector 1#, you have to turn over the control board to test Chain 1#



Thanks to point that out. Those are the small things that the eye sometimes skips.

Gonna test it that way and post the results here.

I turned over the control board and connected the connector #1 to the chain #2. It didn't worked. I quite don't get why do I have to flip the controller over since I see the screws holding it to the case are only grounding the PCB. I checked the cables were connected correctly.

http://s29.postimg.org/ned0fokwz/flipped_over.jpg


Quick Recap: So far:

  • Both Connector #1 and chain #1 connected; Connector #2 and chain #2 connected: Machine boots, Status>MinerStatus>AntMiner is empty. Red and Green leds on.
  • Only Connector #1 and chain #1 connected: Machine doesn't boot, fan attached to the chain #1 blows at 100%, the other one 0 RPM. Both red and green leds are off.
  • Only Connector #1 and chain #2 connected: Machine doesn't boot, fan attached to the chain #2 blows at 100%, the other one 0 RPM. Both red and green leds are off.
  • Only Connector #2 and chain #1 connected: Machine boots, Status>MinerStatus>AntMiner shows the info of the Chain 1. Asic status: "oooooooo oooooooo". Red led off. Only green led is on.
  • Only Connector #2 and chain #2 connected: Machine boots, Status>MinerStatus>AntMiner shows the info of the Chain 2. Asic status: "oooooooo oooooooo". Red led off. Only green led is on.
  • Only Connector #1 and chain #2 connected, PCB turned over.: Machine doesn't boot, fan attached to the chain #2 blows at 100%, the other one 0 RPM. Both red and green leds are off.

Thanks,

EDIT: Fixing typos.
Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
bigchirv
on 27/10/2014, 17:35:20 UTC
Did you do it this way?

Quote
First: Disconnect the cable connected to Chain#1 to test Chain#2 hash board.
Second: Disconnect cables connected to Chain#1 and Chain#2, turn over the control board, and then connect the Chain#1 to Connector#2 of the control board, to test Chain#1 hash board.
Note: Since there is no +12v in the Connector 1#, you have to turn over the control board to test Chain 1#



Thanks to point that out. Those are the small things that the eye sometimes skips.

Gonna test it that way and post the results here.
Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
bigchirv
on 27/10/2014, 17:09:16 UTC
Hello, good day.

I bought 17 S3 miners some months ago. I'm a happy customer so far.

One of my miners suddenly stopped working. I pressed the reset button, but nothing happened. Both red and green LEDs are blinking; I can access the miner's web interface and this is what it shows on the "Miner Status" page:

http://s15.postimg.org/9gyvnmeon/screenshot.jpg

I flashed all my miners with the latest firmware months ago, and all of them were working well so far until now.

Can anyone give me some directions on how to fix this miner?

Cheers,

Try a hard reboot
Try ribbons on controller
Faulty controller?

Shut it down and unplug supply and ethernet, let sit a few minutes, replace cables and fire up.

If still doing this then try running nmap from a linux machine and see what ports are open on the device.

I did the recommended stuff. Long story short, it seems to be the controller.

Test bench:
http://s30.postimg.org/dh0209oal/00_testing_parts.jpg

Testing left controller connector and left blade: It works.
http://s30.postimg.org/6rtik92yl/01_it_works.jpg

Testing left controller connector and right blade: It works.
http://s30.postimg.org/avpffmsl9/02_it_works.jpg

Testing right controller connector and left blade: Fails.
http://s30.postimg.org/75uujun25/03_does_not_work.jpg

Testing right controller connector and right blade: Fails.
http://s30.postimg.org/4flimnqd9/04_does_not_work.jpg

To discard the ribbon cables, I repeated the 1st test twice, once per cable. As expected, everything went OK.

So, the next step wold be to file a RMA for the faulty controller, I think. What are the steps to do so?

Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
bigchirv
on 21/10/2014, 19:59:06 UTC
Hello, good day.

I bought 17 S3 miners some months ago. I'm a happy customer so far.

One of my miners suddenly stopped working. I pressed the reset button, but nothing happened. Both red and green LEDs are blinking; I can access the miner's web interface and this is what it shows on the "Miner Status" page:

http://s15.postimg.org/9gyvnmeon/screenshot.jpg

I flashed all my miners with the latest firmware months ago, and all of them were working well so far until now.

Can anyone give me some directions on how to fix this miner?

Cheers,
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *Wallet 1.7, Mandatory update!
by
bigchirv
on 05/04/2014, 02:52:29 UTC
@Beaverslayer
I'm planning on starting a github fork of bitcoinj or digibytej in the weekend for a base of the android wallet. I think I digged deep enough in the mintcoin C++ codebase to make this conversion. Once the library is done, rest is just UI, and can be forked from any coin wallet.

I'll start the project on github, and will provide write access to the repo for interested parties. I want all the changes of mint from bitcoinj or digibytej to be recorded in github, so it will be easy to merge upstream changes later. (As far as I can see, digibytej started as a brand new project, and uploaded bitcoinj + their changes in a single commit, which makes it hard to keep track of what they changed)

I haven't tested any coin's android wallets myself, if there are differences in look & feel of them, I'll be happy to know.


Still, if anyone already started this, please don't stop development Smiley This message is just FYI, not a commitment yet.

@Beaverslayer and @paspi.

I'm also cloning bitcoinj to start with the whole wallet thing. Wish me luck.

@everyone, I'll keep you informed on the progress.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *Wallet 1.7, Mandatory update!
by
bigchirv
on 04/04/2014, 03:16:13 UTC
For everything regarding the Android wallet, refer to Beaverslayer1 from now on. He will give more info soon and handle the project.

Well, I have been in contact with the Mintcoin developer and discussed the Android Wallet issue with him as we all know this project has to not only get off the ground and implemented ASAP to further the advancements of Mintcoin.

A bounty for this project has been established and is outlined in the following requirements. Seeing as the bounty is a graduated bounty, it may be advisable that a few of you that have mentioned you are willing/capable of doing such work, maybe work together on different parts of the wallet.

The one thing that has been discussed openly here in the forum, is whether the wallet is open source or proprietary, the only wallet that is eligible for the bounties MUST BE OPEN SOURCE. The reasoning for this, is that all crypto currencies are based on the open source concept as this gives greater freedom to the general public to be able to “Customize” any part of the software to their own individual liking. It also allows the ease of bug fixes to be looked at, fixed and implemented faster as you're not waiting on one single source to fix the problem.

Here's the outline of the graduated bounties:


1: Basic Android Wallet for Phone and Tablets         5,000,000 Mintcoins
2: PoS Coin Minting Feature               3,500,000 Mintcoins
3: Battery Management Feature                   1,500,000 Mintcoins




There have been some of you that have expressed interest in donating extra funds to this project, should you still be interested, please contact me via PM and express your desire and amount of donation.

This. Is. What. I. Call. Motivation.

Enlisting myself on the quest of a Mintcoin Wallet. Stay tuned.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *Wallet 1.7, Mandatory update!
by
bigchirv
on 03/04/2014, 18:22:20 UTC
Is there an active android wallet development? I saw people mention Bigchirv, but couldn't see any of his posts in this thread, maybe I missed it.

Certainly you may miss them. Hey there, Smiley

I've been studying the code of the wallets out there and yes, I'd like to start with the project. Some user days ago uploaded some images:

https://drive.google.com/folderview?id=0BwpkXqmxmdGScm9lb21pTXhuS00&usp=sharing

and basically is that what is holding me back, because I don't wanna waste my time (or any other's time) starting the project if someone already has something already on the table.

However, many days have passed and no more news on the status of that work.

Somebody can give us an update on this? Anyone?

I'm thinking on minting on a mobile device. Minting uses 100% cpu to find a hash, much like PoW, but using owner's coins. A phone user would not want to enable it.

I stated exactly the same some posts ago when the topic came up. It basically will drain the mobile's battery and also will slow the device.

On the other hand, a tablet-only user might want it if it's her only computer, so android wallet should ideally have minting, but the ability to turn it off. Or options like "mint only when charging", "mint only when charging and battery > 80%", "mint only when screen is locked"

And another user said the same tho. The argument was he has friends that would like to mint on their tablets. I still think the battery life will still be an issue. However we can always do what gonzoucab is saying and put a checkbox enabling/disabling minting. Of course, for that 1st we need the wallet up and available for download  and 2nd have implemented the PoS algorithm.

I'm thinking about the first use case, to run mintcoin wallet on a phone, but the user doesn't want his phone to mint at all. What happens if I share my private key between desktop wallet and android wallet?
Does anyone know how the QT clients react when the same wallet.dat is used on two computers simultaneously? Do they notice funds in an account are gone if they see an outgoing transaction in the blockchain, or do they assume only they can initiate transfers?

Those are real good questions. People usually goes with the new wallet/priv-key created when installing the app on their devices.

Maybe the Mintcoin Dev Team can answer this to us. Or somebody can point us to proper documentation. I can't tell whether or not there's a mechanism to prevent things like you're mentioning. If it doesn't exists we may design one (by "we" I mean the interested developers that are lurking around the forum, Smiley).

I mean desktop wallet can mint all the time, and to sync my android wallet, I can show it a QR code from desktop wallet and voila, from that point android wallet can spend coins (and all future coins) from my desktop wallet. They should be able to track their balances over the blockchain.

110% agree.

Maybe what I imagine* is not possible due to changes being sent to new generated addresses, but I'm not sure.

I'd like to have the answers of those Qs too. I'm no a cryptocoin expert; but I usually solve problems either with code or Linux servers. My employers usually give me broken code I'm not familiar with, written in and then say "fix it". So, I think I'm capable to do the task. Of course, any of the developers on the forum can help. That's the beauty of Open Source.

EDIT: Improve some English expressions. It is not my native language.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *24 Exchanges *37 Merchants
by
bigchirv
on 02/04/2014, 21:58:56 UTC
Just thought
If there is a bug, must it be the dev that fixes it?
Since its open source, couldnt just any one with the skills fix it?
Rat4 for example, who says there is an easy fix. He claims he only want to help mint, then why cant he just fix it? (if there are something to fix in the first place..)

This. Thank you for your thought.

@Rat4, if you have the solution please send us the patch. I'm personally will clone the Mintcoin git repo, review the patch and apply it, then I'll do a pull request. Let's stop arguing and let's do something about this. Since my interest is to make MINT grow, and not to waste my time arguing with the fans of __PUTTHENAMEOFANYOTHERCOINHERE__ (don't take it personally BC guys, this applies to any other fan whose intentions are not clear) you can't count on me for shallow discussions.

To the rest of us, MINT users, let's focus on our business. We still have a lot to do.

Focus.

EDIT: You know what's a case that we should follow? The developers of DOGE and Digibyte. That's the spirit. Let's help each other. That's the way it should be.
EDIT 2: Reading more I see the thing got solved. Nice, guys. Respect.

This thread grew like crazy the last hours.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *24 Exchanges *37 Merchants
by
bigchirv
on 02/04/2014, 05:30:56 UTC
Build it for iphone...I don't think anyone is working on that yet.


This is more a political issue than a technological one. Apple just bans apps that work with cryptocoins. Until they change their policy there's nothing we can do (except maybe a boycott). Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *24 Exchanges *37 Merchants
by
bigchirv
on 02/04/2014, 05:12:42 UTC
Do we have an ETA for the android wallet? Also, do we know what features it will support (ie will you be able to mint coins with it or just spend them, will you be able to use a private key with it, etc etc?)

Thanks!

Its prob cloned off of litecoinj or
bitcoinj .. and will provide you ability to spend
but not mine. You can back up your wallet and restore etc.. but if its not done properly you will constantly have to redownload the blockchain from last checkpoint to sync you balance..

So sidhujag  are you interested in creating a wallet for us? You bring it up alot and sounds like you kind of want to. If you can create a good working wallet that mints I'll even buy you a Mintcoin T-shirt since I know you're a fan!  True Story
Code it so it can be private and not open source and I'll throw in 50,000 Mintcoins

Why not open source? What are you thinking?

It takes 2 weeks of work.. so 3.5 btc is going rate.

Could be more if pos needs to be implemented in Java.. if its just for spending thats the rate.

Just a thought:

I don't think that most people would want to put large amounts of Mintcoins on their mobile phones for minting; that just does not sound safe at all. The mobile app probably does not need to have PoS capability, but good enough to receive and send smaller transactions, the sort of thing you could go to a bar and pay for a beer with, but not be worried about having your phone stolen with millions of coins on it.

Its as safe as qt wallet.. It works nice.. spends start after 100 confirmations.. the benefit of this wallet is that you only need to download blockchain from today on.. and can use qr code for point of sales.. backup your wallet and transfer via nfc for sending coins offline.

Im sure if it wasnt safe btc wallet would have been hacked by now.

Guys,

How to create a *Coin Android Wallet: http://www.hashengineeringsolutions.com/create-an-android-wallet/ <-- A little bit cryptic, but a good start point.

Anybody with experience on Android Apps can complete the task. The code is well documented and looks fine to me (I did a diff between both Github projects listed on that page and their parent projects and it looks OK to go).

As a matter of fact, the owner of those Github repos also does wallets on request. We might want to talk to him to see if we can get an arrangement.

Your call, people.

P.D.: I also think that have mining on our mobile phones would be wasteful since a) eats CPU so b) burns out the mobile's battery. Finally c) the mobile wallets are not meant to hold huge amounts of coins. Imagine anyone on the top 100 of the MintCoin rich list holding all his/her stash on their phone and suddenly going to the bathroom, then accidentally makes the device swim into the toilet. Or worst, theft. I know there's a lot of people that would say "you have to backup your wallet regularly" but in real life at least 80% of us human beings don't do backups as often as we should.

So my humble recommendation is: lets follow the KISS principle and ditch the mining-on-the-mobile-phone idea. A wallet that can hold the MINTs to spend is just enough.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *24 Exchanges *37 Merchants
by
bigchirv
on 01/04/2014, 17:08:02 UTC
Just one idea from my side ...

Why not release it in 2 drops? First drop (that I consider easier, not a developer myself though) to be able to send/receive coins only. No minting.
Second drop (the most difficult part I guess) minting option included.

Is this something worth exploring or I am totally rumbling ?  Tongue

edit: I mean of course the android wallet ...

This seems like a good idea

BigChirv is a good Programmer, he is willing to help!

Hey Chirv!!! welcome!

Excellent!

Welcome BigChirv  Cool

I may have missed it, but is there a bounty on the Android wallet? Seems like this would be a great thing to have. I'm willing to contribute some Mintcoins to a private bounty to get-er-done if necessary. Ideally there'd be some premine coins that could be used as a bounty though. Any news on this front?

Thanks guys. Smiley

AFAIK there's a bounty for it, can't tell if the bounty was already claimed or not.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *24 Exchanges *37 Merchants
by
bigchirv
on 01/04/2014, 06:48:25 UTC
Just had another thought regarding marketing.

When the MINT Fund comes online we should do a press release to announce it.

What do you guys think?

That is important. We will market the milestones.

exactamundo!  Cool

Yes! I think that's a wonderful idea!

I will send the press release in spanish to all media in Venezuela.

Wonderful.

Friend, you are sitting in one of the ripest markets in the world for this coin.

I hope you realize that. I understand something about the economic history and conditions there.

Good luck!!!

I know that!
 im a lot onto socio-economic-politic situation here Wink
 I have work for the last two presidential campaings directly on the campaign command Smiley of the opossition party.

We now have a 57% anual inflation on the Bolivar. and here we have good android penetration.

2+2= mint.

Im kinda public person in Caracas, Caracas is a small town-. I will make this the "moda" in Venezuela.

Puedes hacer traducciones al español??? seria muy bueno, si logras eso, yo podria traducir al portugues Smiley

Claro! esa es la idea! ayudar con traducir la nota de prensa y llevar el mensaje en muchos idiomas!

De hecho habemos varios que podemos. Ich spreche ein bisschen Deutsch и пoнимaю тoлькo нeмнoгo пo-pyccкий тoжe. And of course, we can (and will) spread the word.

And please, if there are natives in any other languages, help us to translate any of the official press notes into your language. This will benefit our coin (because MINT is ours) big time. Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *23 Exchanges *36 Merchants
by
bigchirv
on 31/03/2014, 15:11:18 UTC
We are approaching 1 week since payouts in MINT were implemented on [Suspicious link removed]  While I appreciate the new miners who have given us a shot and 'mined' some mint, the uptake isn't quite what I'd hoped for.  In an effort to try and get things going, I received a total of 1,850,000 mint in bounties for implementation.  If we can reach 300Mh/s in new hashrate that gets paid out in mint, and maintain it for at least 5 days, I'll give away all of it to random miners in the form of 3 prizes; 1mil, 600k, 250k.  (personal hashrate will play no bearing on the prize winners, 10Mh/s or 300Kh/s, you'll have the same chance of winning).

I'll post updates here on hashrate status if warranted. 

Happy Mining.

You already have 10 Mhs of mine running on HashCows. Thanks for implementing the MINT payments. Already got my 1st 265k MINT.

Quick question: Does [Suspicious link removed] has a public API to work with? It would be interesting to know.  Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *23 Exchanges *36 Merchants
by
bigchirv
on 30/03/2014, 18:17:53 UTC
Does anyone knows if HashCows has a public API? I wanna write something like http://waffles.wilschrader.com/