Pages:
Author

Topic: [ANN] SpartanCoin - Cryptocoin for the competitive world. - page 28. (Read 215579 times)

full member
Activity: 223
Merit: 100
Are there any exchanges for this coin?
full member
Activity: 232
Merit: 100
starting a campaign on FB, TW, faucet, ....
hero member
Activity: 532
Merit: 500
holding about 120mio SPN...should we improvise something?
What do you mean?
full member
Activity: 232
Merit: 100
holding about 120mio SPN...should we improvise something?
sr. member
Activity: 700
Merit: 250

It's getting close to Christmas so he's most probably busy shopping....!  Cheesy
full member
Activity: 189
Merit: 100
full member
Activity: 232
Merit: 100
anything happening?
hero member
Activity: 532
Merit: 500
What happened to the SpartanCoin image on the first page of this thread?  It says "bitcointalk.org image proxy: Invalid image."
full member
Activity: 126
Merit: 100
Coin Dead , DEV any news ?
full member
Activity: 190
Merit: 100
★ BitClave ICO. Join NOW ★
My wallet hasn't been syncing for last 30hrs. Also could someone post a screen shot or text how cg miner script should look like for solo mining.

Yes, except it wasn't so much that the wallet wasn't synching as there were no new blocks found.  Things are rolling again, however.

I quit mining for like 1.5 days because I turn off the wallet when I stream every night. I forgot to turn it back on, ironic that it seems I'm one of the only people keeping the block-chain rolling. :x
I would mine but i cant work it out. Feel so lost without a pool to mine from... Sad

What part you stuck at?
oh I finally got it to work after many hours lol Smiley such a noob. Had trouble getting cgminer to run solo mining. Eventurly got it to work and problem was i needed to add  (http://)     -o  http://:55883  using as ASIC miner  and for my computer containing wallet    -o localhost:55883

In the cgminer command line. All good now Smiley

Grats!!
newbie
Activity: 53
Merit: 0
My wallet hasn't been syncing for last 30hrs. Also could someone post a screen shot or text how cg miner script should look like for solo mining.

Yes, except it wasn't so much that the wallet wasn't synching as there were no new blocks found.  Things are rolling again, however.

I quit mining for like 1.5 days because I turn off the wallet when I stream every night. I forgot to turn it back on, ironic that it seems I'm one of the only people keeping the block-chain rolling. :x
I would mine but i cant work it out. Feel so lost without a pool to mine from... Sad

What part you stuck at?
oh I finally got it to work after many hours lol Smiley such a noob. Had trouble getting cgminer to run solo mining. Eventurly got it to work and problem was i needed to add  (http://)     -o  http://:55883  using as ASIC miner  and for my computer containing wallet    -o localhost:55883

In the cgminer command line. All good now Smiley
full member
Activity: 190
Merit: 100
★ BitClave ICO. Join NOW ★
what is the cost of running a pool / per month?

Depends on how much hardware you want to buy, I was spending about $20/mo on hosting.  You could easily get up into the 50+/mo range if you got popular with a lot of wallets and such. There is cost associated with getting a domain, and paying for other expenses. Total initial setup cost me around $50 or so, and then time. The really expensive part is the time you sink into getting it up and going.

If I could have gotten the Greencoin stuff to work after their hard-fork I would have kept the pool up probably, because that was fairly good money there.

I hope that helps.
full member
Activity: 232
Merit: 100
what is the cost of running a pool / per month?
full member
Activity: 190
Merit: 100
★ BitClave ICO. Join NOW ★
My wallet hasn't been syncing for last 30hrs. Also could someone post a screen shot or text how cg miner script should look like for solo mining.

Yes, except it wasn't so much that the wallet wasn't synching as there were no new blocks found.  Things are rolling again, however.

I quit mining for like 1.5 days because I turn off the wallet when I stream every night. I forgot to turn it back on, ironic that it seems I'm one of the only people keeping the block-chain rolling. :x
I would mine but i cant work it out. Feel so lost without a pool to mine from... Sad

What part you stuck at?
newbie
Activity: 53
Merit: 0
My wallet hasn't been syncing for last 30hrs. Also could someone post a screen shot or text how cg miner script should look like for solo mining.

Yes, except it wasn't so much that the wallet wasn't synching as there were no new blocks found.  Things are rolling again, however.

I quit mining for like 1.5 days because I turn off the wallet when I stream every night. I forgot to turn it back on, ironic that it seems I'm one of the only people keeping the block-chain rolling. :x
I would mine but i cant work it out. Feel so lost without a pool to mine from... Sad
full member
Activity: 190
Merit: 100
★ BitClave ICO. Join NOW ★
My wallet hasn't been syncing for last 30hrs. Also could someone post a screen shot or text how cg miner script should look like for solo mining.

Yes, except it wasn't so much that the wallet wasn't synching as there were no new blocks found.  Things are rolling again, however.

I quit mining for like 1.5 days because I turn off the wallet when I stream every night. I forgot to turn it back on, ironic that it seems I'm one of the only people keeping the block-chain rolling. :x
newbie
Activity: 53
Merit: 0
As long as you own your ASIC and its in the same house as your wallet computer you can mine.

If you have Windows 7, follow these instructions. WinXP you can do the same way, just use the RUN function to put in the command.

Start Button; In search bar type %appdata% and hit enter. Go to the Spartancoin folder and make sure it has Spartancoin.conf, if it doesn't then you'll need to make one. Make sure its not a .txt or .doc file, it needs to be .conf.

Inside you'll want it to have the following information:
Code:
rpcuser=username
rpcpassword=password
rpcallowip=192.168.1.*
maxconnection=100
rpcport=55883
addnode=54.186.130.102
addnode=54.186.26.226
addnode=54.186.126.94
addnode=54.186.242.36
addnode=54.186.245.111
addnode=54.186.245.94
server=1
daemon=1
listen=1

The big thing here is that you have the rpcallow set to your local network. You can check this by running cmd in the run bar and doing ipconfig /all in it if you're not savvy. One of the network adapters should have a 192.x.x.x type address. My linksys uses 192.168.1.x so I've used * at the end as a wildcard; it will anything in on my domain.

Save this file, close it and then restart the spartancoin wallet (Or start it) Once it loads, point your ASIC to your personal computer that is running the wallet. You want to use the user/pass you put into the .conf file if it asks for one; and don't forget to use the port!

IE: Address to mine too : 192.168.1.101:55883
Your username : username
Your password (Don't leave this blank!) : password

Etc, etc.

That should let you mine on your network as long as your wallet/asic are on at the same time.
I'll be bugged if I can work this out.
hero member
Activity: 532
Merit: 500
My wallet hasn't been syncing for last 30hrs. Also could someone post a screen shot or text how cg miner script should look like for solo mining.

Yes, except it wasn't so much that the wallet wasn't synching as there were no new blocks found.  Things are rolling again, however.
Wallet is now 39hrs behind and not syncing... If your wallet is syncing could you post your config file so I can update my node list... Smiley thanks

Sure.  Note that I'm using Linux, but I don't think that changes the most basic stuff, which is all I have in my spartancoin.conf file.  I also use this configuration to mine against the wallet.

rpcuser=
rpcpassword=
rpcport=55883
maxconnection=100
server=1

addnode=54.186.130.102

addnode=54.186.26.226
addnode=54.186.126.94
addnode=54.186.242.36
addnode=54.186.245.111
addnode=54.186.245.94
vgl
newbie
Activity: 1
Merit: 0
What next with spartan?
newbie
Activity: 53
Merit: 0
My wallet hasn't been syncing for last 30hrs. Also could someone post a screen shot or text how cg miner script should look like for solo mining.

Yes, except it wasn't so much that the wallet wasn't synching as there were no new blocks found.  Things are rolling again, however.
Wallet is now 39hrs behind and not syncing... If your wallet is syncing could you post your config file so I can update my node list... Smiley thanks
Pages:
Jump to: