Bitcoin Forum
June 16, 2024, 11:14:21 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 »
  Print  
Author Topic: [ANN] SpartanCoin - Cryptocoin for the competitive world.  (Read 215542 times)
Asgardian
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
July 25, 2014, 08:24:39 PM
 #1761

I think if the community had some good news right now then our votes would increase. Any news on anything yet??

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
CoinsCoinsEverywhere
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
July 26, 2014, 04:35:05 AM
 #1762

can someone please post a detailed .conf file and .bat file for solo ming? when I follow the examples here I get no connection

It will be a number of hours until I have access to my miner (like 9 or so).  But if no one has been able to help you by then, I'll post the conf file and launch script that I use.  Note that I have a Linux miner, not Windows.  But aside from path and program execution differences, they should pretty much be the same.

Again, this is Linux, but Windows should be pretty similar or the same.

This is all I have in my spartancoin.conf file:

rpcuser=<your user name>
rpcpassword=<your password>
rpcport=55883
maxconnection=100
server=1

addnode=54.186.126.94
addnode=54.186.242.36
addnode=54.186.245.111

I don't know if other settings would be better for some reason, but that works for me.

This is what I have in my launch script:

export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd <cgminer dirctory>

./cgminer --scrypt -o 127.0.0.1:55883 -u <your user name> -p <your password> <GPU settings>

I'd be happy to share my GPU settings if you're interested, but unless you have a 7790 or 270x, they probably won't do you much good.

Let me know whether or not that works for you.
doger69
Full Member
***
Offline Offline

Activity: 208
Merit: 100



View Profile
July 26, 2014, 06:17:11 AM
 #1763

can someone please post a detailed .conf file and .bat file for solo ming? when I follow the examples here I get no connection

It will be a number of hours until I have access to my miner (like 9 or so).  But if no one has been able to help you by then, I'll post the conf file and launch script that I use.  Note that I have a Linux miner, not Windows.  But aside from path and program execution differences, they should pretty much be the same.

Again, this is Linux, but Windows should be pretty similar or the same.

This is all I have in my spartancoin.conf file:

rpcuser=<your user name>
rpcpassword=<your password>
rpcport=55883
maxconnection=100
server=1

addnode=54.186.126.94
addnode=54.186.242.36
addnode=54.186.245.111

I don't know if other settings would be better for some reason, but that works for me.

This is what I have in my launch script:

export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd <cgminer dirctory>

./cgminer --scrypt -o 127.0.0.1:55883 -u <your user name> -p <your password> <GPU settings>

I'd be happy to share my GPU settings if you're interested, but unless you have a 7790 or 270x, they probably won't do you much good.

Let me know whether or not that works for you.

Hi and Thank you. This did not work for me either.I continue to get the same failed to connect error.I appreciate the effort though,Thanks :-)
toughaussie83
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
July 26, 2014, 07:24:31 AM
 #1764

When solo mining, will it show up in the Net Hash Rate seen in a pool?...
CoinsCoinsEverywhere
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
July 26, 2014, 02:31:42 PM
 #1765

can someone please post a detailed .conf file and .bat file for solo ming? when I follow the examples here I get no connection

It will be a number of hours until I have access to my miner (like 9 or so).  But if no one has been able to help you by then, I'll post the conf file and launch script that I use.  Note that I have a Linux miner, not Windows.  But aside from path and program execution differences, they should pretty much be the same.

Again, this is Linux, but Windows should be pretty similar or the same.

This is all I have in my spartancoin.conf file:

rpcuser=<your user name>
rpcpassword=<your password>
rpcport=55883
maxconnection=100
server=1

addnode=54.186.126.94
addnode=54.186.242.36
addnode=54.186.245.111

I don't know if other settings would be better for some reason, but that works for me.

This is what I have in my launch script:

export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd <cgminer dirctory>

./cgminer --scrypt -o 127.0.0.1:55883 -u <your user name> -p <your password> <GPU settings>

I'd be happy to share my GPU settings if you're interested, but unless you have a 7790 or 270x, they probably won't do you much good.

Let me know whether or not that works for you.

Hi and Thank you. This did not work for me either.I continue to get the same failed to connect error.I appreciate the effort though,Thanks :-)

Bummer.  Sorry that didn't work for you.  Just to be sure, did you change the port to 55883?  I see in your original post that you have 127.0.0.1:80 instead of 127.0.0.1:55883.

Edit: If nothing else, spartan.weminealtcoins.com seems to be working fine for now, so you could use that pool.
MadGhost
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

★777Coin.com★ Fun BTC Casino!


View Profile
July 26, 2014, 02:33:27 PM
 #1766

When solo mining, will it show up in the Net Hash Rate seen in a pool?...

yes

CoinsCoinsEverywhere
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
July 27, 2014, 03:48:23 AM
 #1767

This is the change in the top 20 Mintpal coin votes in the last day:

1: XBC 23462 (+61)
2: ENRG 20723 (+214)
3: XSI 19262 (+134)
4: MNR 17937 (+4)
5: ADN 17913 (+100)
6: SPN 17551 (+60)
7: IXC 16196 (+2)
8: BCT 15335 (+461)
9: MEOW 15010 (+2)
10: SFR 14959 (+5)
11: EXE 14695 (+427)
12: CYC 14642 (+704)
13: NOTE 14150 (+507)
14: GRC 14125 (+4)
15: PCC 13071 (+110)
16: 888 12905 (+10)
17: PTC 12131 (+31)
18: BEE 11534 (+4)
19: 66 10576 (+5)
20: BOST 10325 (+5)

MNR should be easy to pass.  But we just can't seem to catch up to ADN.  What happened to the voting?  We were getting 200-300 a day two weeks ago.
DarkTrix
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


Keep - The privacy layer for Ethereum


View Profile
July 27, 2014, 12:10:39 PM
 #1768

Lol just looked at C-Cex there's a 15 LTC buy order amounting to 788 million SPN someone trying to pick them up as cheap as possible! Any Doubters there's your dump Wink I'm holding!

crazyearner
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
July 27, 2014, 05:22:41 PM
 #1769

Just seen this coin been added to a profitable mining site however I see not much going on with the coin seems like another dead coin in the world of alt coins. and reading though this thread did not give me much inspiration to use this coin as theirs been hardly any updates with wallet or to be added into many exchanges or to even have full services running for the coin.

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
bitkokos
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

0_0


View Profile
July 27, 2014, 07:40:20 PM
 #1770

Greek is completely wrong  Roll Eyes
Dev might have used google translate.
The meaning as it appears is "We they do not bow to no human"

Here is the correct translation




O_o
CoinsCoinsEverywhere
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
July 28, 2014, 03:10:08 AM
 #1771

Could we please have some communication from the dev as it's been a good while since we have heard from him.
Though I can appreciate he may have other commitments but with any coin to me its all about having an active dev and community for any coin to succeed and move forward.

Don't want to sound like a bitch but i'm sure we can all understand this.
Especially since most of us have been very patience and loyal and mined the coin from the very start..!  Wink
I second this.  I don't want to be a pain either, but it's been two weeks since we've gotten a dev update.  Morale is dropping and the natives are getting restless.  We're about to get booted from C-cex, out Mintpal quest is looking grim (at least based on voting), and apparently there's still no word from Poloniex.  Save us, oh fearless leader! Smiley
SpartanCoin (OP)
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile WWW
July 28, 2014, 03:12:45 AM
 #1772

Greek is completely wrong  Roll Eyes
Dev might have used google translate.
The meaning as it appears is "We they do not bow to no human"

Here is the correct translation





I did use google translate... the text was "We bow down to no man" I will correct the coin logo as I like the saying and will stick with it.

I am just settling in but will post what I have thus far in a few. One note I did speak with c-cex dev in regards to spartancoin and they will not be removing it.

Quoted from skype:
C-CEX.com: Your efforts look promising. [12:59:27 PM]
C-CEX.com: Let's keep Your coin. Thank You for forwarding traders to us. [12:59:36 PM]
C-CEX.com: Hope we can get good volumes with SPN [12:59:36 PM]


I like c-cex and am glad they are standing by us as well. I talked with the dev alot over the past few months and like to continue keeping a good relationship.

Spartans! What is your profession? War! War! War!
SpartanCoin (OP)
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile WWW
July 28, 2014, 03:46:55 AM
 #1773

Fellow Spartans,
  My apologies on the absenteeism over the past couple weeks. I normally come in and put some updates but those of you know I took on a second job to help fund larger projects with Spartancoin. On a personal side to this I have been working 12 hours a day for the last 9 weeks without a day off so I have been working with developers for the 1-2 hours a night as I could. I think all in all I am working 18 hours days average. so I am a tad beat. Crashed a little this past week. Anyhow, I am almost done up here, I have a week left then back home where I can go back to full time on Spartancoin. Was a rough choice on my part to take this but it is a means a better end, so I took it. I figured I could manage the project from the top of Alaska but the internet was shotty so that slowed me up. I have connected with many developers on this forum, elance, and reddit in terms of working on the items I need to kick us off. my plan was to be done in August when I returned home and we would be up and running full force. I am close.

At moment and I hate to say it... PoS is coming still. If anyone has worked around this, finding quality knowledgeable available developers for this is a treat to say the least. I am on Dev #4 and he claimed in less than a week he will have PoS. We are on Day 4 atm so he has a short time. This is a pivotal moment for us as well and will move us forward.

Secondly the android app, Few tweaks needed to release first launch without the social connections I have planned. But again a Dev that is unavailable when they claim they would be. But it is coming I just sent a list of tweaks needed to help get this ready. C-cex is used in the app for valuating the coin for currency conversion so thank you for posting c-cex was looking to remove us. I did mention to the exchange how I point people to c-cex. I like their exchange. I like the interface and have spoke with the dev on some changes. Again a working relationship I intend to keep and one I will pass on to other exchanges as well. I believe in the business relationship and the benefit they provide us as well as we do them.

On the social side of the app, I have been approached on a concept to allow coins to be sent on multiple social networks without the need for tipping bots and it peaked my interest. We will be incorporating it into the 2nd release of the android wallet once the bugs are worked out. To me it will put us at a one of a kind position on that aspect.

The website, I burned through one developer who claimed to be able to work on the project. Was someone I worked before so I trusted them. Was told would be a month. So i let it be was working offline. Month came around and said I needed to find someone else he wasnt able to do it. Wasted my time. Took me 3 weeks to find someone who appeared to have the skill sets I needed. site is underway and I am seeing more done now than ever and very excited about it. I am looking for the August finish dates. probably closer to the middle or end of the month for completion. Once the site is completed I can work on the Facebook integration.

I need all the pieces to come together and then we will be full speed. The community has been awesome with the steady support. I truly appreciate it and my apologies for being out of pocket for too long. Not my intention. Thank you as well to Darktrix for checking up on me on skype. Didnt realize the forum was as neglected as it was.


Also I mentioned a bit ago about the race in Australia. I was to set up a donation part to get help creating tshirts for the race. Should have 50,000 people in attendance. I just went ahead and purchased all the items and will have them made and shipped. Was busy getting things organized and pricing I lost time and couldn't wait for donations. I have means to make my own custom apparel so it is a huge benefit to spartan in terms of being able to promote. I can make just about anything at wholesale cost. Its going to be a huge benefit as we get moving and begin promoting all around the world.

I am back to the grind now connecting with project devs tonight and keep them moving forward. Thank you again for your patience. We still have more to go and we will get there. Anyone who wants to contribute to the projects or has projects of their own in mind feel free to contact me and we can talk.

Keep the voting going on Mintpal as well. We can make it. Everything will be close, exciting and all will be perfect timing.

Aroo!!

Spartans! What is your profession? War! War! War!
qiwoman2
Legendary
*
Offline Offline

Activity: 2114
Merit: 1023


Oikos.cash | Decentralized Finance on Tron


View Profile
July 28, 2014, 04:15:54 AM
 #1774

I am still here and we also making a coin. I am hoping if we succeed to collab with few nice Devs with good coins in the near future and Spartan has always been one of my favorite. I am still holding all my coins. Please take adequate rest..we need you safe and rested. Smiley


█▀█ █ █▄▀ █▀█ █▀ ░ █▀▀ ▄▀█ █▀ █░█
█▄█ █ █░█ █▄█ ▄█ ▄ █▄▄ █▀█ ▄█ █▀█



DeFi on Tron
and trustless token exchange
█████











█████

██████████████████████████████████████████████████████

JOIN OIKOS

██████████████████████████████████████████████████████

█████
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
█████
CoinsCoinsEverywhere
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
July 28, 2014, 06:33:05 AM
 #1775

Fellow Spartans,
  My apologies on the absenteeism over the past couple weeks. I normally come in and put some updates but those of you know I took on a second job to help fund larger projects with Spartancoin. On a personal side to this I have been working 12 hours a day for the last 9 weeks without a day off so I have been working with developers for the 1-2 hours a night as I could. I think all in all I am working 18 hours days average. so I am a tad beat. Crashed a little this past week. Anyhow, I am almost done up here, I have a week left then back home where I can go back to full time on Spartancoin. Was a rough choice on my part to take this but it is a means a better end, so I took it. I figured I could manage the project from the top of Alaska but the internet was shotty so that slowed me up. I have connected with many developers on this forum, elance, and reddit in terms of working on the items I need to kick us off. my plan was to be done in August when I returned home and we would be up and running full force. I am close.

At moment and I hate to say it... PoS is coming still. If anyone has worked around this, finding quality knowledgeable available developers for this is a treat to say the least. I am on Dev #4 and he claimed in less than a week he will have PoS. We are on Day 4 atm so he has a short time. This is a pivotal moment for us as well and will move us forward.

Secondly the android app, Few tweaks needed to release first launch without the social connections I have planned. But again a Dev that is unavailable when they claim they would be. But it is coming I just sent a list of tweaks needed to help get this ready. C-cex is used in the app for valuating the coin for currency conversion so thank you for posting c-cex was looking to remove us. I did mention to the exchange how I point people to c-cex. I like their exchange. I like the interface and have spoke with the dev on some changes. Again a working relationship I intend to keep and one I will pass on to other exchanges as well. I believe in the business relationship and the benefit they provide us as well as we do them.

On the social side of the app, I have been approached on a concept to allow coins to be sent on multiple social networks without the need for tipping bots and it peaked my interest. We will be incorporating it into the 2nd release of the android wallet once the bugs are worked out. To me it will put us at a one of a kind position on that aspect.

The website, I burned through one developer who claimed to be able to work on the project. Was someone I worked before so I trusted them. Was told would be a month. So i let it be was working offline. Month came around and said I needed to find someone else he wasnt able to do it. Wasted my time. Took me 3 weeks to find someone who appeared to have the skill sets I needed. site is underway and I am seeing more done now than ever and very excited about it. I am looking for the August finish dates. probably closer to the middle or end of the month for completion. Once the site is completed I can work on the Facebook integration.

I need all the pieces to come together and then we will be full speed. The community has been awesome with the steady support. I truly appreciate it and my apologies for being out of pocket for too long. Not my intention. Thank you as well to Darktrix for checking up on me on skype. Didnt realize the forum was as neglected as it was.


Also I mentioned a bit ago about the race in Australia. I was to set up a donation part to get help creating tshirts for the race. Should have 50,000 people in attendance. I just went ahead and purchased all the items and will have them made and shipped. Was busy getting things organized and pricing I lost time and couldn't wait for donations. I have means to make my own custom apparel so it is a huge benefit to spartan in terms of being able to promote. I can make just about anything at wholesale cost. Its going to be a huge benefit as we get moving and begin promoting all around the world.

I am back to the grind now connecting with project devs tonight and keep them moving forward. Thank you again for your patience. We still have more to go and we will get there. Anyone who wants to contribute to the projects or has projects of their own in mind feel free to contact me and we can talk.

Keep the voting going on Mintpal as well. We can make it. Everything will be close, exciting and all will be perfect timing.

Aroo!!

Thanks for the update, and for all your hard work and dedication!  You rock!  Sorry to hear about the dev stuff...sounds very frustrating.  Take the rest you need so you don't get burned out.  You don't want this to affect your health.  We can wait.  I think I/we just got a little spooked by the time between updates--I guess your communication was too good before. Wink  Anyway, I'm looking forward to seeing what's in the works.  Take care.
DarkTrix
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


Keep - The privacy layer for Ethereum


View Profile
July 28, 2014, 07:17:21 AM
 #1776

Just seen this coin been added to a profitable mining site however I see not much going on with the coin seems like another dead coin in the world of alt coins. and reading though this thread did not give me much inspiration to use this coin as theirs been hardly any updates with wallet or to be added into many exchanges or to even have full services running for the coin.

Feel free to sell yours off for LTC on on C-CEX theres a nice big buy order there Wink

This coin is more about the long haul, not a fashion coin. Sure innovation is great and important (of which some is on the way). The true meaning behind this coin is in supporting competition and Strength in communities and sports. If you look back through the posts there is a large 50k + people exposure event organised which will raise awareness massively in the general public and the crypto coiners within.

Stick around as the changes are all in progress.

I would read the whole forum before taking this view. Just because thigns have gone a little quiet, it doesn't mean things arn't changing in the background Wink

spartanrules
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250



View Profile
July 28, 2014, 11:25:38 AM
 #1777

Fellow Spartans,
  My apologies on the absenteeism over the past couple weeks. I normally come in and put some updates but those of you know I took on a second job to help fund larger projects with Spartancoin. On a personal side to this I have been working 12 hours a day for the last 9 weeks without a day off so I have been working with developers for the 1-2 hours a night as I could. I think all in all I am working 18 hours days average. so I am a tad beat. Crashed a little this past week. Anyhow, I am almost done up here, I have a week left then back home where I can go back to full time on Spartancoin. Was a rough choice on my part to take this but it is a means a better end, so I took it. I figured I could manage the project from the top of Alaska but the internet was shotty so that slowed me up. I have connected with many developers on this forum, elance, and reddit in terms of working on the items I need to kick us off. my plan was to be done in August when I returned home and we would be up and running full force. I am close.

At moment and I hate to say it... PoS is coming still. If anyone has worked around this, finding quality knowledgeable available developers for this is a treat to say the least. I am on Dev #4 and he claimed in less than a week he will have PoS. We are on Day 4 atm so he has a short time. This is a pivotal moment for us as well and will move us forward.

Secondly the android app, Few tweaks needed to release first launch without the social connections I have planned. But again a Dev that is unavailable when they claim they would be. But it is coming I just sent a list of tweaks needed to help get this ready. C-cex is used in the app for valuating the coin for currency conversion so thank you for posting c-cex was looking to remove us. I did mention to the exchange how I point people to c-cex. I like their exchange. I like the interface and have spoke with the dev on some changes. Again a working relationship I intend to keep and one I will pass on to other exchanges as well. I believe in the business relationship and the benefit they provide us as well as we do them.

On the social side of the app, I have been approached on a concept to allow coins to be sent on multiple social networks without the need for tipping bots and it peaked my interest. We will be incorporating it into the 2nd release of the android wallet once the bugs are worked out. To me it will put us at a one of a kind position on that aspect.

The website, I burned through one developer who claimed to be able to work on the project. Was someone I worked before so I trusted them. Was told would be a month. So i let it be was working offline. Month came around and said I needed to find someone else he wasnt able to do it. Wasted my time. Took me 3 weeks to find someone who appeared to have the skill sets I needed. site is underway and I am seeing more done now than ever and very excited about it. I am looking for the August finish dates. probably closer to the middle or end of the month for completion. Once the site is completed I can work on the Facebook integration.

I need all the pieces to come together and then we will be full speed. The community has been awesome with the steady support. I truly appreciate it and my apologies for being out of pocket for too long. Not my intention. Thank you as well to Darktrix for checking up on me on skype. Didnt realize the forum was as neglected as it was.


Also I mentioned a bit ago about the race in Australia. I was to set up a donation part to get help creating tshirts for the race. Should have 50,000 people in attendance. I just went ahead and purchased all the items and will have them made and shipped. Was busy getting things organized and pricing I lost time and couldn't wait for donations. I have means to make my own custom apparel so it is a huge benefit to spartan in terms of being able to promote. I can make just about anything at wholesale cost. Its going to be a huge benefit as we get moving and begin promoting all around the world.

I am back to the grind now connecting with project devs tonight and keep them moving forward. Thank you again for your patience. We still have more to go and we will get there. Anyone who wants to contribute to the projects or has projects of their own in mind feel free to contact me and we can talk.

Keep the voting going on Mintpal as well. We can make it. Everything will be close, exciting and all will be perfect timing.

Aroo!!


Thank you dev for the informed and detailed update.
The community here is a loyal and strong team and we are all firmly holding...!  Wink
Look forward to the up and coming changes especially the change to POS.

CoinsCoinsEverywhere
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
July 28, 2014, 12:06:17 PM
Last edit: July 28, 2014, 02:08:07 PM by CoinsCoinsEverywhere
 #1778

Wow!  Looks like a couple people started paying attention.  Several million coins were bought on C-cex, and the network hash rate spiked to over 300 MH/s. Smiley

Edit: Sorry...several million vs. BTC; over 60M vs. LTC Wink
spartanrules
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250



View Profile
July 28, 2014, 12:38:24 PM
 #1779

Wow!  Looks like a couple people started paying attention.  Several million coins were bought on C-cex, and the network hash rate spiked to over 300 MH/s. Smiley

Yeah I just noticed that myself.
Good current hash. People are starting to get in early enough before some big changes happen.
Difficulty level has shot up considerably.
Always a nice feeling knowing that you mined from the start and got a decent amount of spartan coin for your hash.  Wink
Still keep pinging those votes through on Mintpal...!
Freenhult
Full Member
***
Offline Offline

Activity: 190
Merit: 100


★ BitClave ICO. Join NOW ★


View Profile
July 28, 2014, 03:15:57 PM
Last edit: July 28, 2014, 03:49:13 PM by Freenhult
 #1780

I have 278Mh/s on spartan.weminelitecoins.com! Shocked Thanks guys! I'm going to be giving away part of the fee for a while, so come mine and get part of the fee I collect for every block!

Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!