Bitcoin Forum
May 20, 2024, 11:45:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
  Print  
Author Topic: [ANN][FSC]FusionCoin updated! Arbitrary message & Decentralized advertisement  (Read 50576 times)
DeShack96
Member
**
Offline Offline

Activity: 89
Merit: 10

Escrow Services Provided


View Profile
March 15, 2014, 01:04:29 PM
 #41

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

http://www.lovecrypto.com/  <---The fast and easy way to send a gift
fusioncoin (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
March 15, 2014, 02:18:19 PM
 #42

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

hardcoreminers.com
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 15, 2014, 02:22:05 PM
Last edit: March 15, 2014, 11:55:55 PM by hardcoreminers.com
 #43

Come join Hardcoreminers! We need You!

https://delta.hardcoreminers.com/img/banner.jpg
https://fscltc.hardcoreminers.com <- SSL Secured & DDOS Protected
dawj20
Sr. Member
****
Offline Offline

Activity: 282
Merit: 250


View Profile
March 15, 2014, 02:44:26 PM
Last edit: March 15, 2014, 04:13:12 PM by dawj20
 #44




zneww
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
March 15, 2014, 02:47:45 PM
 #45

ill be watching
fusioncoin (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
March 15, 2014, 02:50:57 PM
 #46

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.

Jengo
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250



View Profile
March 15, 2014, 03:12:53 PM
 #47

Can I do the german translation?

Born and raised in vienna Smiley
fusioncoin (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
March 15, 2014, 03:28:31 PM
 #48

Can I do the german translation?

Born and raised in vienna Smiley

Welcome! Unless its google translated.. Shocked

robertson2013
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 15, 2014, 03:35:13 PM
 #49

like the concept of this will be ready to do both Scrypt and SHA :-)
auttcc
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
March 15, 2014, 03:43:32 PM
 #50

I like this coin, a free gift?
robertson2013
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 15, 2014, 04:11:23 PM
Last edit: March 15, 2014, 09:59:59 PM by robertson2013
 #51

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://bitcointalk.org/index.php?topic=162788.0 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.
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
March 15, 2014, 04:30:18 PM
 #52

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?
Jengo
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250



View Profile
March 15, 2014, 04:38:35 PM
 #53

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
fusioncoin (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
March 15, 2014, 04:40:02 PM
 #54

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

fusioncoin (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
March 15, 2014, 04:52:30 PM
 #55

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.

fusioncoin (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
March 15, 2014, 05:04:41 PM
 #56





Thanks for submission, we'll arrange a vote after launch.

shadypepe
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
March 15, 2014, 05:14:16 PM
 #57

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!

CZd9oh4FWe4f1TB69YyedxnuGyHt21zEPu
lah9900
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
March 15, 2014, 05:43:20 PM
 #58

can't wait!! Good luck FSC!!!
fusioncoin (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
March 15, 2014, 05:59:29 PM
 #59

We are out of limits for sending PM. If you need to contact us, please send to fusioncoin@gmail.com

DeShack96
Member
**
Offline Offline

Activity: 89
Merit: 10

Escrow Services Provided


View Profile
March 15, 2014, 08:33:33 PM
 #60

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.

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.

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://bitcointalk.org/index.php?topic=162788.0 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.

Thank you for this... I've asked so many people, and just usually get ignored. ALL HAIL ROBERTSON2013

http://www.lovecrypto.com/  <---The fast and easy way to send a gift
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
  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!