Pages:
Author

Topic: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! - page 43. (Read 122102 times)

copper member
Activity: 1162
Merit: 1025
The pool does not work and the difficulty increase a lot...

This coin will die and nobody will want to mine it if that continue like it.

Pool works like a charm. Be sure you use right address http://fc.minepool.cc:81/


how do you use minerd with the pool. it doesnt work
full member
Activity: 126
Merit: 100
The pool does not work and the difficulty increase a lot...

This coin will die and nobody will want to mine it if that continue like it.

Pool works like a charm. Be sure you use right address http://fc.minepool.cc:81/

Apparently the port has changed... now it's 81 instead 80 but i was not informed about it.

Thanks Wink
hero member
Activity: 910
Merit: 1000
hero member
Activity: 546
Merit: 500
hm
member
Activity: 61
Merit: 10
The pool does not work and the difficulty increase a lot...

This coin will die and nobody will want to mine it if that continue like it.

Pool works like a charm. Be sure you use right address http://fc.minepool.cc:81/
newbie
Activity: 7
Merit: 0
Thanks for this!!

Would this also be his wallet and if so, how can he access his wallet?

For ubuntu/debian user, solo mining.

Code:
apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git libgmp3-dev

Code:
git clone https://github.com/fuguecoin/fuguecoin
cd fuguecoin/src/
chmod +x leveldb/build_detect_platform
make -f makefile.unix

Code:
strip fuguecoind
cp fuguecoind /usr/local/bin/

Code:
cd ~

mkdir -p .fuguecoin

Code:
echo 'listen=1
server=1
daemon=1
gen=1
rpcuser=u
rpcpassword=p
rpcport=9089
addnode=192.200.115.101' > .fuguecoin/fuguecoin.conf

Code:
vi /etc/crontab

and add this

Code:
*/1 * * * * root /bin/ps -ef|grep -v grep|grep fuguecoind >/dev/null || /usr/local/bin/fuguecoind -daemon




Hello Guys

This is my first mining experience on this end and I think I screwed up somewhere so I have some questions.

I am trying to help an 11 year old kid that wants to mine cryptos as his house was broken into a few weeks back and he wants to help his mom. I've been telling my little neighbour about mining and he found this coin and wants to mine it but we've had some problems.

If any of you can help me it would be greatly appreciated.

He has a laptop and a desktop that are both running linux mint (Ubuntu) and he followed this steps to try & get his wallet compiled on both systems.

Code:
sudo su -
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/fuguecoin/fuguecoin
cd fuguecoin/src/
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_PNP=-
mv fuguecoind /usr/local/bin/fuguecoind
fuguecoind

When he finished, he tried to run "fuguecoind" from the terminal and when he did, he got Fuguecoin server started but not his wallet.

Now if he tries to run the command "fuguecoind" he gets this

Code:
Fuguecoin server starting
Error: Unable to bind to 0.0.0.0:9088 on this computer. Fuguecoin is probably already running.
Error: Failed to listen on any port. Use -listen=0 if you want this.

I have no clue if what he compiled was actually a fuguecoin wallet so If anyone has any clue as to what happened here, please let me know. I cant even find the conf file when compiled this way.

Wallet Question

Then he downloaded the windows wallet and ran it using wine.

That wallet syncs and he tried to mine with it using  this code as instructed

Code:
setgenerate true -1

No go there either, if it is mining, I can't tell by looking at the debug mode.

Pool Question

THEN he opened  and account at the POOL. But he cannot log in which seems to be a pool problem.

Question about the pool is, will the regular minerd for linux work to mine on the pool?

and how in the world are people getting millions of KHs on the pool using minerd or are they doing it with gpus / asics?

Thanks!
full member
Activity: 140
Merit: 100
Missed the BOAT and Can't register at POOL Sad

FLKz95pQ7zWyVSu7trn6vLGML9Dfv751pU

Some donation is welcome  Smiley
member
Activity: 105
Merit: 10
USD-E belongs here ----------> GSUK5skn6niFWJnLRhM
Mining and doing well on CPU's.  Good Launch!
newbie
Activity: 42
Merit: 0
For ubuntu/debian user, solo mining.

Code:
apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git libgmp3-dev

Code:
git clone https://github.com/fuguecoin/fuguecoin
cd fuguecoin/src/
chmod +x leveldb/build_detect_platform
make -f makefile.unix

Code:
strip fuguecoind
cp fuguecoind /usr/local/bin/

Code:
cd ~

mkdir -p .fuguecoin

Code:
echo 'listen=1
server=1
daemon=1
gen=1
rpcuser=u
rpcpassword=p
rpcport=9089
addnode=192.200.115.101' > .fuguecoin/fuguecoin.conf

Code:
vi /etc/crontab

and add this

Code:
*/1 * * * * root /bin/ps -ef|grep -v grep|grep fuguecoind >/dev/null || /usr/local/bin/fuguecoind -daemon




Hello Guys

This is my first mining experience on this end and I think I screwed up somewhere so I have some questions.

I am trying to help an 11 year old kid that wants to mine cryptos as his house was broken into a few weeks back and he wants to help his mom. I've been telling my little neighbour about mining and he found this coin and wants to mine it but we've had some problems.

If any of you can help me it would be greatly appreciated.

He has a laptop and a desktop that are both running linux mint (Ubuntu) and he followed this steps to try & get his wallet compiled on both systems.

Code:
sudo su -
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/fuguecoin/fuguecoin
cd fuguecoin/src/
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_PNP=-
mv fuguecoind /usr/local/bin/fuguecoind
fuguecoind

When he finished, he tried to run "fuguecoind" from the terminal and when he did, he got Fuguecoin server started but not his wallet.

Now if he tries to run the command "fuguecoind" he gets this

Code:
Fuguecoin server starting
Error: Unable to bind to 0.0.0.0:9088 on this computer. Fuguecoin is probably already running.
Error: Failed to listen on any port. Use -listen=0 if you want this.

I have no clue if what he compiled was actually a fuguecoin wallet so If anyone has any clue as to what happened here, please let me know. I cant even find the conf file when compiled this way.

Wallet Question

Then he downloaded the windows wallet and ran it using wine.

That wallet syncs and he tried to mine with it using  this code as instructed

Code:
setgenerate true -1

No go there either, if it is mining, I can't tell by looking at the debug mode.

Pool Question

THEN he opened  and account at the POOL. But he cannot log in which seems to be a pool problem.

Question about the pool is, will the regular minerd for linux work to mine on the pool?

and how in the world are people getting millions of KHs on the pool using minerd or are they doing it with gpus / asics?

Thanks!
full member
Activity: 238
Merit: 100
member
Activity: 92
Merit: 10
what cost? where exchange?
newbie
Activity: 7
Merit: 0
Hello Guys

This is my first mining experience on this end and I think I screwed up somewhere so I have some questions.

I am trying to help an 11 year old kid that wants to mine cryptos as his house was broken into a few weeks back and he wants to help his mom. I've been telling my little neighbour about mining and he found this coin and wants to mine it but we've had some problems.

If any of you can help me it would be greatly appreciated.

He has a laptop and a desktop that are both running linux mint (Ubuntu) and he followed this steps to try & get his wallet compiled on both systems.

Code:
sudo su -
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/fuguecoin/fuguecoin
cd fuguecoin/src/
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_PNP=-
mv fuguecoind /usr/local/bin/fuguecoind
fuguecoind

When he finished, he tried to run "fuguecoind" from the terminal and when he did, he got Fuguecoin server started but not his wallet.

Now if he tries to run the command "fuguecoind" he gets this

Code:
Fuguecoin server starting
Error: Unable to bind to 0.0.0.0:9088 on this computer. Fuguecoin is probably already running.
Error: Failed to listen on any port. Use -listen=0 if you want this.

I have no clue if what he compiled was actually a fuguecoin wallet so If anyone has any clue as to what happened here, please let me know. I cant even find the conf file when compiled this way.

Wallet Question

Then he downloaded the windows wallet and ran it using wine.

That wallet syncs and he tried to mine with it using  this code as instructed

Code:
setgenerate true -1

No go there either, if it is mining, I can't tell by looking at the debug mode.

Pool Question

THEN he opened  and account at the POOL. But he cannot log in which seems to be a pool problem.

Question about the pool is, will the regular minerd for linux work to mine on the pool?

and how in the world are people getting millions of KHs on the pool using minerd or are they doing it with gpus / asics?

Thanks!
sr. member
Activity: 308
Merit: 250
Pond out of it!
http://fc.minepool.cc:81
minerd -a fugue -o stratum+tcp://fc.minepool.cc:10029 -u username -p pass -t 8
Mining http://aqqyb7imxq.l57.yunpan.cn/lk/QIATaCQCXyUhT
QQ group: 376898419

Working for anyone?
hero member
Activity: 910
Merit: 1000
http://agran.net/fuguecoin_calc.php

Added select the dimension of speed.
hash/s, kilohash/s, megahash/s.
newbie
Activity: 47
Merit: 0
full member
Activity: 238
Merit: 100

edit: I refreshed and its 1,2GHash/s and going up, sure I belive some1 was able to copy like 500 instances in less than minute :-D


Not hard to do, 1 script and you can scale in matter of seconds.
hero member
Activity: 796
Merit: 505
Pond out of it!
http://fc.minepool.cc:81
minerd -a fugue -o stratum+tcp://fc.minepool.cc:10029 -u username -p pass -t 8
Mining http://aqqyb7imxq.l57.yunpan.cn/lk/QIATaCQCXyUhT
QQ group: 376898419

What?
26k coins/day #1 on that pool? 600MHash/s? on what hardware? Be good and don't hide your GPU-miner guys :-)



It's called a CPU farm, probably an Amazon EC2, in both case there is a cost behind that kind of hash power

Could be... Sure I belive, so its on Windows, without miner source avaiable to public, 1 day before making GPU-miner, such profit wow!

edit: I refreshed and its 1,2GHash/s and going up, sure I belive some1 was able to copy like 500 instances in less than minute :-D
full member
Activity: 238
Merit: 100
Pond out of it!
http://fc.minepool.cc:81
minerd -a fugue -o stratum+tcp://fc.minepool.cc:10029 -u username -p pass -t 8
Mining http://aqqyb7imxq.l57.yunpan.cn/lk/QIATaCQCXyUhT
QQ group: 376898419

What?
26k coins/day #1 on that pool? 600MHash/s? on what hardware? Be good and don't hide your GPU-miner guys :-)



It's called a CPU farm, probably an Amazon EC2, in both case there is a cost behind that kind of hash power
hero member
Activity: 796
Merit: 505
Pond out of it!
http://fc.minepool.cc:81
minerd -a fugue -o stratum+tcp://fc.minepool.cc:10029 -u username -p pass -t 8
Mining http://aqqyb7imxq.l57.yunpan.cn/lk/QIATaCQCXyUhT
QQ group: 376898419

What?
26k coins/day #1 on that pool? 600MHash/s? on what hardware? Be good and don't hide your GPU-miner guys :-)

legendary
Activity: 3248
Merit: 1070
WTB 10000 FC for 0.05 BTC, pm me

Despite the fact your price is crazy, there is a MarketPlace for that, use it :

https://bitcointalk.org/index.php?board=161.0

I think 0.05 for 10000 is quite high, that's 0.000005 BTC / FC (500 Satoshi!!) and it's not even on an exchange yet!

P.S. I posted there already before u commented!

wtf man? block is only 50 in value, this is easily woth 10k satoshi at least

starting price shouldn't be based on instamine, this is fucking ridiculous
Pages:
Jump to: