Pages:
Author

Topic: [ANN] FoxCoin - A Fully Dynamic Cyptocurrency [DYING] - page 14. (Read 111072 times)

full member
Activity: 224
Merit: 100
I am new to coin mining, this will be my first coin I do mine for it Smiley


foxes are cute.  Wink
newbie
Activity: 42
Merit: 0
Please update the download link for OSX Wallet!
full member
Activity: 378
Merit: 100
What's wrong with luckyminers? It's not finding any blocks at all.

So can we get solo AMD GPU mining to work please? I still can't get it to work anonyfox Sad

If I'm to solo dig outside of wallet using just CGMiner, the configuration file, and CGWatcher, how do I set it up? I haven't changed my .conf file from before.
I tried to dig solo yesterday and the result was not so good. It pretty much depends on your luck, I think. However, I managed to get it working so here is a small howto:

- Make a foxcoin.conf file in C:\Users\Appdata\Roaming\Foxcoin folder

- Put this into foxcoin.conf file:
rpcuser=fox (just an example)
rpcpassword=fox (just an example)
rpcallowip=127.0.0.1
rpcport=9332
daemon=1
server=1
gen=0
addnode=pool.us.hackshard.com
addnode=pool.eu.hackshard.com
addnode=5.135.153.118
addnode=123.176.103.130
addnode=174.60.84.23
addnode=109.235.64.156

- Go to your CGminer folder (I use 3.7 version) and create a FOX - SOLO.bat file (just an example, you can name it as you wish)

- Put the following into SOLO.bat file:
cgminer.exe --scrypt -o http://127.0.0.1:9332 -u fox (or whatever you specified in .conf file) -p fox (or whatever you specified in .conf file) -I 19

Now you have to start your wallet with -server parameter. Do that:
- Create a shortcut of your FoxCoin wallet

- Right click on this shortcut and Choose Properties -> locate the Object field (not sure what it is in EN version of Windows, I've got only a Russian one)

- Put -server at the end of the line so that it should be like C:\Users\User\Desktop\Windows-QT3\foxcoin-qt.exe -server (depending on the location of your wallet, path may vary)

- Now start your wallet and let it sync with the network

- Launch your .bat file in CGminer to start digging.

Hope it helps  Smiley

Just got home. Thanks!
newbie
Activity: 42
Merit: 0
FOXCOIN MINING POOL ONLINE!!!
http://foxcoin.morehash.com/

HIGH PERFORMANCE HARDWARE

Features:
0% FEES FOR LIFE
STRATUM, VARDIFF, PPNLS
DDOS-PROTECTED
Fast server with 4x hexacore CPUs
Ramdisk and Memcache
Payouts are run every minute!


Support: (Passwords, PINs, signup problems, etc)
Contact razorfish on irc.freenode.net in #foxcoin

I cannot reply to PMs here. I'm getting a lot and the site severely limits the amount of replies per minute.

http://foxcoin.morehash.com/
full member
Activity: 233
Merit: 100
So can we get solo AMD GPU mining to work please? I still can't get it to work anonyfox Sad

If I'm to solo dig outside of wallet using just CGMiner, the configuration file, and CGWatcher, how do I set it up? I haven't changed my .conf file from before.
I tried to dig solo yesterday and the result was not so good. It pretty much depends on your luck, I think. However, I managed to get it working so here is a small howto:

- Make a foxcoin.conf file in C:\Users\Appdata\Roaming\Foxcoin folder

- Put this into foxcoin.conf file:
rpcuser=fox (just an example)
rpcpassword=fox (just an example)
rpcallowip=127.0.0.1
rpcport=9332
daemon=1
server=1
gen=0
addnode=pool.us.hackshard.com
addnode=pool.eu.hackshard.com
addnode=5.135.153.118
addnode=123.176.103.130
addnode=174.60.84.23
addnode=109.235.64.156

- Go to your CGminer folder (I use 3.7 version) and create a FOX - SOLO.bat file (just an example, you can name it as you wish)

- Put the following into SOLO.bat file:
cgminer.exe --scrypt -o http://127.0.0.1:9332 -u fox (or whatever you specified in .conf file) -p fox (or whatever you specified in .conf file) -I 19

Now you have to start your wallet with -server parameter. Do that:
- Create a shortcut of your FoxCoin wallet

- Right click on this shortcut and Choose Properties -> locate the Object field (not sure what it is in EN version of Windows, I've got only a Russian one)

- Put -server at the end of the line so that it should be like C:\Users\User\Desktop\Windows-QT3\foxcoin-qt.exe -server (depending on the location of your wallet, path may vary)

- Now start your wallet and let it sync with the network

- Launch your .bat file in CGminer to start digging.

Hope it helps  Smiley
newbie
Activity: 77
Merit: 0
I am new to coin mining, this will be my first coin I do mine for it Smiley
member
Activity: 98
Merit: 10
And don't have .rpc in the username right?

Code:
rpcuser=xxx.rpc

Code:
"user" : "xxxx",
There's your problem (or rather, my problem)

When I told you to remove '.rpc' on both ends because it is unnecessary. I guess it was unnecessary for me to tell you that.

Solution?

Simply remove '.rpc' from the conf file, everything else seemingly checks out.
full member
Activity: 378
Merit: 100
So can we get solo AMD GPU mining to work please? I still can't get it to work anonyfox Sad

If I'm to solo dig outside of wallet using just CGMiner, the configuration file, and CGWatcher, how do I set it up? I haven't changed my .conf file from before.
127.0.0.1:9919 (Unless you changed th port in FoxCoin.conf) username:password

I know CPU solo mining works... again should work with CGMiner.
Are you saying I'm missing something in the .conf then? And don't have .rpc in the username right?

Code:
addnode=pool.us.hackshard.com
addnode=pool.eu.hackshard.com
addnode=5.135.153.118
addnode=123.176.103.130
addnode=174.60.84.23

rpcuser=xxx.rpc
rpcpassword=xxx

Code:
{
"pools" : [
{
"name" : "Foxcoin - Luckyminers",
"url" : "stratum+tcp://stratum-eu.fox.luckyminers.com:3333",
"user" : "xxxx.1",
"pass" : "xxxx",
"pool-priority" : "0"
},
        {
"name" : "Foxcoin - Solo",
"url" : "127.0.0.1:9919",
"user" : "xxxx",
"pass" : "xxxx",
"pool-priority" : "2"
],
member
Activity: 98
Merit: 10
So can we get solo AMD GPU mining to work please? I still can't get it to work anonyfox Sad

If I'm to solo dig outside of wallet using just CGMiner, the configuration file, and CGWatcher, how do I set it up? I haven't changed my .conf file from before.
127.0.0.1:9919 (Unless you changed th port in FoxCoin.conf) username:password

I know CPU solo mining works... again should work with CGMiner.
full member
Activity: 378
Merit: 100
So can we get solo AMD GPU mining to work please? I still can't get it to work anonyfox Sad

If I'm to solo dig outside of wallet using just CGMiner, the configuration file, and CGWatcher, how do I set it up? I haven't changed my .conf file from before.
member
Activity: 98
Merit: 10
Come mine FoxCoin with us:

https://fox.hash.so/

* 1% default donation, can be removed but please don't Smiley
* Super fast servers
* vardiff
* Default MPOS layout, the one you know well (efficient!), Internals have been optimized to make it faster!
* stratum on port 80 and 443, which helps if you are behind a firewall
* One click coin switcher, mine all of our (31) coins with ease!
* PPLNS
* Very nice admins, come say hi in IRC #hash.so @ freenode

Adding to OP now....

Also, buy web hosting with FoxCoins! Purchase with FoxCoins here

full member
Activity: 126
Merit: 100
Come mine FoxCoin with us:

https://fox.hash.so/

* 1% default donation, can be removed but please don't Smiley
* Super fast servers
* vardiff
* Default MPOS layout, the one you know well (efficient!), Internals have been optimized to make it faster!
* stratum on port 80 and 443, which helps if you are behind a firewall
* One click coin switcher, mine all of our (31) coins with ease!
* PPLNS
* Very nice admins, come say hi in IRC #hash.so @ freenode
member
Activity: 98
Merit: 10
Any progress with official site http://foxcoin.info/ ?
Being developed, will see progress rather quickly. The developers swapped machines and there were some problems but now were back on track, we should see a BETA site within 1-2 days including info, downloads, a ticket system and an IRC page.

@cryptoma

Thanks for the support, I'll update the OP with this information. Feel free to keep w/e you want to yourself.
Here is an opening: wvvcgnMfwVHA8fk6YrfyVUxD7UmQdWCWtR

---

Also please suggest FoxCoin on Coinmarket.io
newbie
Activity: 3
Merit: 0
Don't forget to thumbs up for FOX on http://www.allcrypt.com/beta/voting.php You can press the green up arrow like 10 times per day per IP.

Hey guys, WAKE THE FOX UPGrin
Y U SLEEP?

I just pushed it up one level. Smiley
full member
Activity: 233
Merit: 100
Don't forget to thumbs up for FOX on http://www.allcrypt.com/beta/voting.php You can press the green up arrow like 10 times per day per IP.

Hey guys, WAKE THE FOX UPGrin
Y U SLEEP?
newbie
Activity: 27
Merit: 0
Please reset my PIN. It isn't accepted anymore to change account settings...

Yes, it seems that you forgot your pin. To reset it: login, go to page "Edit account", and there is section "Reset pit".
full member
Activity: 233
Merit: 100
Any progress with official site http://foxcoin.info/ ?
full member
Activity: 233
Merit: 100
I will be collecting ALL donations on http://fox.cryptoma.com pool and all of them will be transferred to Foxcoin foundation to support foxcoin development and promotion.

Don't know when numbers will reach hundreads/thousands, then i will ask AnonyFox for address where i can move the donations for distribution.
When is this going to happen?

This has already started. I mean the donation collection.

If you ask when i will transfer the funds - it does not matter, i can transfer on weekly/monthly basis or i can transfer at some thresholds, 100, 500, 1000 foxcoins. I will need an address from AnonyFox where i can move the funds.

Please have in mind, that the pool is small, and probably the funds will be small too. I have one miner working at it with 50% set to pool donation.
Ok, I will donate 25%. Please reset my PIN. It isn't accepted anymore to change account settings...
newbie
Activity: 27
Merit: 0
I will be collecting ALL donations on http://fox.cryptoma.com pool and all of them will be transferred to Foxcoin foundation to support foxcoin development and promotion.

Don't know when numbers will reach hundreads/thousands, then i will ask AnonyFox for address where i can move the donations for distribution.
When is this going to happen?

This has already started. I mean the donation collection.

If you ask when i will transfer the funds - it does not matter, i can transfer on weekly/monthly basis or i can transfer at some thresholds, 100, 500, 1000 foxcoins. I will need an address from AnonyFox where i can move the funds.

Please have in mind, that the pool is small, and probably the funds will be small too. I have one miner working at it with 50% set to pool donation.
Pages:
Jump to: