Bitcoin Forum
June 20, 2024, 07:29:25 AM *
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 50579 times)
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
March 15, 2014, 09:06:18 PM
 #61

when will have features like this?


Smart Contract: DDoS protection would be a steady step towards implementing "smart contract" in FusionCoin.
Smart Property, Colored Coins and Decentralized Exchange
kryptologist
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


@kryptographer


View Profile
March 15, 2014, 09:15:48 PM
 #62

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.


Does this work when you have the wallet on a different computer than the miner? Thanks
chromosoma
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
March 15, 2014, 09:18:24 PM
 #63

No, your wallet must be on the same PC, because it stores all blockchain data.



----------------------------------------

We need to go to exchange as soon as possible, or else we will end like Imperialcoin, which was was mined like crazy, but till today there is no exchange for it, so he hashrate dropped from 100K to 2-3K, and nobody really want to mine it anymore;)
kryptologist
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


@kryptographer


View Profile
March 15, 2014, 09:26:25 PM
 #64

No, your wallet must be on the same PC, because it stores all blockchain data.

Do you know if it is possible to solo mine with your wallet on a different PC than the miner and how to do so? 
chromosoma
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
March 15, 2014, 09:27:57 PM
 #65

I heard you can host own "pool". But i have no idea how to do it.
robertson2013
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 15, 2014, 09:39:46 PM
Last edit: March 15, 2014, 10:18:13 PM by robertson2013
 #66

No, your wallet must be on the same PC, because it stores all blockchain data.

Do you know if it is possible to solo mine with your wallet on a different PC than the miner and how to do so?  

I have not actually done that but the line below

rpcallowip=192.168.your subnet.* (normally it reads 192.168.1.* (the * meaning any number of IP address on that subnet)

this tells the wallet to accept connections from a certain address so maybe try putting the IP address of the computer you are running the batch file from in there. However if it is on the same subnet it should work.

I am not in the house at the moment but when I get back tomorrow I will do this and send you a message at some point to let you know. for example I tried with my antminer S1 and put in the IP of my miner there and it worked but as you need to do lots of other setup it rejected everything but did connect to the wallet.

best to have the wallet and cgminer on the same computer for now.  Basically all you are doing is telling cgminer to connect with a wallet rather than a pool so you should be able to do this no probs but again I run it from the same computer so will test this for you.
shadypepe
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
March 15, 2014, 09:49:16 PM
 #67

can someone set up a scrypt p2p pool with doge merged mining? http://doges.org/index.php/topic,5586.0.html

CZd9oh4FWe4f1TB69YyedxnuGyHt21zEPu
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
March 15, 2014, 10:00:50 PM
 #68

what time GMT 5am ?


elviselvis101
Hero Member
*****
Offline Offline

Activity: 573
Merit: 500



View Profile
March 15, 2014, 10:01:20 PM
 #69

Good stuff! we need more merge mined scrypt coins that we can mine alongside LTC. Profits are dwindling with all these new alts.


"2% pre-mined in genesis block (for bounties)" <<-- too much.



Yes, 0,5 - 1 %, thanks.
NamunX
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 15, 2014, 10:35:49 PM
 #70




Please NOTE: You only need one account on our website to mine using both algos (you have to setup workers separately).

You can register your account & create your workers anytime. Both pools will be up since launch.
robertson2013
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 15, 2014, 11:09:00 PM
 #71

Hi,

I don't seem to be able to reset my password on your pool above? keeps taking me back to the reset screen, can you take a look

Thanks
czvezda
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
March 15, 2014, 11:19:53 PM
 #72

http://fsc.pool.mn (scrypt only)

0% fee! Preregistration is open now!
jacoo
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
March 15, 2014, 11:51:47 PM
 #73

cant log in on mainpools..!!!
 Shocked
hardcoreminers.com
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 16, 2014, 12:02:05 AM
 #74

Come join Hardcoreminers! We need You!
Fast servers & fast access! No problems for anyone to login !

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

Activity: 364
Merit: 250


View Profile
March 16, 2014, 12:03:59 AM
 #75

cant log in on mainpools..!!!
 Shocked
Consider http://fsc.pool.mn
We have no problems with registration and site access.
oox
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
March 16, 2014, 12:04:18 AM
 #76

what time GMT 5am ?



Does anyone know? I found this from altcoincalendar & they had it as midnight GMT just gone.  Undecided
checkraiser
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
March 16, 2014, 12:06:38 AM
 #77

can someone set up a scrypt p2p pool with doge merged mining? http://doges.org/index.php/topic,5586.0.html

Once the wallet password is released I will have a p2pool with dogecoin and smartcoin configured...
jacoo
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
March 16, 2014, 12:07:24 AM
 #78

regarding to this pool --->  http://fusion-sha.hashing.at/
starts 04:00 am GMT
JjCcc
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
March 16, 2014, 12:07:52 AM
 #79

What's the password?
czvezda
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
March 16, 2014, 12:13:33 AM
 #80

The launch seems to be at 4am GMT
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!