Pages:
Author

Topic: [ANN][FSC]FusionCoin updated! Arbitrary message & Decentralized advertisement - page 33. (Read 50629 times)

newbie
Activity: 13
Merit: 0
can't wait!! Good luck FSC!!!
sr. member
Activity: 266
Merit: 250
Hi, I sent you a translation of the announcement into French by PM, do I qualify for a bounty? Will send my address when I get the wallet, thanks!
member
Activity: 84
Merit: 10




Thanks for submission, we'll arrange a vote after launch.
member
Activity: 84
Merit: 10
Can I do the german translation?

Born and raised in vienna Smiley

Welcome! Unless its google translated.. Shocked

No it will not be from google translate, I'll promise.

If it eases your mind- I translated the stackcoin thread into german lol

We trust you. I was just trolling... Wish to see your post.
member
Activity: 84
Merit: 10
Man, may you get rewarded for this great thing! a simple solo mining guidethrough!
how much time left till fusion GO?
0 DAYS 11 HOURS 20 MINUTES 53 SECONDS
Checkout the countdown
sr. member
Activity: 382
Merit: 250
Can I do the german translation?

Born and raised in vienna Smiley

Welcome! Unless its google translated.. Shocked

No it will not be from google translate, I'll promise.

If it eases your mind- I translated the stackcoin thread into german lol
full member
Activity: 230
Merit: 100
Can anyone here describe to me how to solo mine, I know how to pool mine, but no one ever tells me how to actually solo mine. I will be scrypt mining. If anyone can list out steps, that would be great Smiley


Took me a bit to get mine sorted here is my files. all you should need to do is get the wallet open it then close so it creates the data folder, create a file called fusioncoin.conf and copy this to the fusioncoin folder in your app data folder per below

fusioncoin.conf

daemon=1
server=1
rpcuser=robertson
rpcpassword=password
rpcport=9988
rpcallowip=127.0.0.1 (this is address you connect to your wallet with in the batch file)
rpcallowip=192.168.your subnet.* (normally it reads 192.168.1.* (the * meaning any number of IP address on that subnet)
miningalgo=scrypt
addnode=54.193.11.95
addnode=54.255.130.
210


Change the username and password to what ever you want the rest should be OK, the rpcport can be anything as long as it is the same in the bat file you create per below.

fusioncoin.bat
 
cgminer --scrypt -o 127.0.0.1:9988 -u robertson -p password --lookup-gap 2 --thread-concurrency 8192 -g 2 -I 13 -w 256 --gpu-engine 1070 --gpu-memclock 1500

the stuff I have after the password is for my graphics cards (r9 280x) but you can either remove this or change for your setup.

Prob best to find another easy coin and test this today so you are ready to simply copy over conf file into the app data folder once you get the wallet then run the fusioncoin.bat file.

Hopefully this is all OK for you, if I have made any mistakes can someone double check. I had the same issues at first but once you understand it is the same for pretty much any scrypt coin.

you will probably get a message stating no long pool can be found but just ignore this.
Man, may you get rewarded for this great thing! a simple solo mining guidethrough!
how much time left till fusion GO?
newbie
Activity: 56
Merit: 0
Can anyone here describe to me how to solo mine, I know how to pool mine, but no one ever tells me how to actually solo mine. I will be scrypt mining. If anyone can list out steps, that would be great Smiley


Took me a bit to get mine sorted but here is my files. All you should need to do is get the wallet and open it, then close so it creates the data folder. Create a file called fusioncoin.conf and copy this to the fusioncoin folder in your app data folder per below.

fusioncoin.conf

daemon=1
server=1
rpcuser=robertson
rpcpassword=password
rpcport=9988
rpcallowip=127.0.0.1 (this is address you connect to your wallet with in the batch file)
rpcallowip=192.168.your subnet.* (normally it reads 192.168.1.* (the * meaning any number of IP address on that subnet)
miningalgo=scrypt (or miningalgo=sha256 if using this)
addnode=54.193.11.95
addnode=54.255.130.
210


Change the username and password to what ever you want the rest should be OK, the rpcport can be anything as long as it is the same in the bat file you create per below.

fusioncoin.bat
 
cgminer --scrypt -o 127.0.0.1:9988 -u robertson -p password --lookup-gap 2 --thread-concurrency 8192 -g 2 -I 13 -w 256 --gpu-engine 1070 --gpu-memclock 1500

the stuff I have after the password is for my graphics cards (r9 280x) but you can either remove this or change for your setup.

Note the wallet must be open before running the batch file as it acts as server.

Prob best to find another easy coin and test this today so you are ready to simply copy over conf file into the app data folder once you get the wallet then run the fusioncoin.bat file. (remember nodes change for different coins)

you will probably get a message stating no long pool can be found but just ignore this.

Hopefully this is all OK for you. I had the same issues at first but once you understand it is the same for pretty much any scrypt or SHA coin (wont work for Antminer S1, this is not easy and involves a lot of work to get running)

If you are interested and have Linux knowledge check this guide https://bitcointalksearch.org/topic/avalon-users-bitcoind-and-slushsgeneralfaults-mining-pool-setup-162788 for solo on the Antminer S1 (I have not done this but my friend has and it works)

PS note from my friend when doing this below

1.  Follow the step by step, even running the bitcoind and getting the message on the temp user and password.
2.  You may need to install sqlite (which is not part of the step by step on the thread, but is mentioned on the very last page of the  thread, page 8 )
3.  After you have it tested and working on bitcoind (just use testnet so you don't spend too much time downloading the whole bitcoin blockchain, I copied the blockchain myself from another machine and put it on an external USB flash) then plan the altcoin you want to solo-mine
4.  Git clone the source of the altcoin and follow the steps from where it was on the section similar to bitcoind.  I could not get Version coin working, but it may be a problem with that git source as Chikun took 5 minutes to get it working (not counting the building of the application chikund from source code).

Warning:  Don't install Ubuntu with LAMP.  The mysql conflicts with sqlite which is used by stratum software (twisted is the name of the python application).  Don't jump steps like I did or you will end up uninstalling to backout of the steps and then go forward.

Good luck with that :-) and thanks to Jeremy Catuira for the solo info on the S1.
newbie
Activity: 41
Merit: 0
I like this coin, a free gift?
newbie
Activity: 56
Merit: 0
like the concept of this will be ready to do both Scrypt and SHA :-)
member
Activity: 84
Merit: 10
Can I do the german translation?

Born and raised in vienna Smiley

Welcome! Unless its google translated.. Shocked
sr. member
Activity: 382
Merit: 250
Can I do the german translation?

Born and raised in vienna Smiley
member
Activity: 84
Merit: 10
Come join Hardcoreminers! We need You!


https://fscltc.hardcoreminers.com <- SSL Secured & DDOS Protected

This is a Fusion SCRYPT Pool.

Is it merged mining with LTC? We will add it to OP.
sr. member
Activity: 434
Merit: 250
sr. member
Activity: 282
Merit: 250
newbie
Activity: 28
Merit: 0
member
Activity: 84
Merit: 10
Can anyone here describe to me how to solo mine, I know how to pool mine, but no one ever tells me how to actually solo mine. I will be scrypt mining. If anyone can list out steps, that would be great Smiley


It's rather like pool mining, the only difference is you are using "getwork" from local fusioncoind rpc. And the coin you mined is in your local wallet. Also remember you need 120 confirmations to spend these coins.

Code:
cgminer --scrypt -o http://localhost:rpc_port -u rpc_user -p rpc_password
member
Activity: 89
Merit: 10
Escrow Services Provided
Can anyone here describe to me how to solo mine, I know how to pool mine, but no one ever tells me how to actually solo mine. I will be scrypt mining. If anyone can list out steps, that would be great Smiley
member
Activity: 84
Merit: 10
Which RPCPORT do you use?

default PORT: 8492
default RPCPORT : 18491
Pages:
Jump to: