Bitcoin Forum
July 05, 2024, 09:24:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! on: March 20, 2014, 06:22:23 AM
 Embarrassed Heavy rain, wind cause power outages, but I'm still here.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! on: March 18, 2014, 02:25:04 PM
Wink Yes, I have changed post, Fuguecoin already using GPU mining. We are constantly moving forward, That's a good start!

Yes Wink.

Last render: like? dislike? don't care?



Nice, I like it.  Grin
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! on: March 18, 2014, 02:18:43 PM
 Wink Yes, I have changed post, Fuguecoin already using GPU mining. We are constantly moving forward, That's a good start!
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 18, 2014, 11:45:29 AM
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!
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 18, 2014, 08:24:05 AM
This is just the beginning, we have enough time to promote.
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 18, 2014, 07:57:50 AM
I'm Back  Grin ,

Welcome to the uncompromising discussions forums http://www.fuguecoin.org/index.php

67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 18, 2014, 02:08:56 AM
Pond out of it!
https://fc.minepool.cc
minerd -a fugue -o stratum+tcp://fc.minepool.cc:10029 -u username -p pass -t 8
Mining Software http://good.gd/2944652.htm
QQ group: 376898419
 Cheesy Cheesy Cheesy Cheesy

plz publish the cpuminer code to github, thank you!
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 17, 2014, 11:22:33 AM
the fuguecoin.conf will automatically create

Code:
listen=1

server=1

daemon=1

rpcuser=u

rpcpassword=p

rpcport=9089

addnode=192.200.115.101
BTW. it seems like rpcallow is set to be localhost .. so no need to be afraid of any remote rpc calls/attacks

however changing the passwd is a good idea in general

well, the next version use random password on rpcpassword.
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 17, 2014, 11:02:45 AM
Sorry how did you tweak the config file

the fuguecoin.conf will automatically create

Code:
listen=1

server=1

daemon=1

rpcuser=u

rpcpassword=p

rpcport=9089

addnode=192.200.115.101
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 17, 2014, 09:23:46 AM
What exactly are you planning? Have you contacted exchanges? It's good that the source code is out,but this coin needs pools and much more awareness. I see you haven't started threads on cryptocointalk or any other altcoin forum. There hasn't been even a p2p pool configured or a blockfinder of some sort. Just making a site of your own and a forum is hardly enough and the Mac-OSX and linux wallets are nowhere to be seen. I feel you should have done all this before opening up the coin.

But I really like the cpu-only implementation and the fact that you didn't premine. So kudos to you for that. Please spread some awareness and I'll gladly mine the coin. As I can see,there's already some hashpower in the network. Smiley

I also host a web discussion forum that anyone can participate in.
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 17, 2014, 09:19:41 AM
How does one Mine?
How To Mine
http://www.fuguecoin.org/index.php?topic=1.msg2#msg2
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 17, 2014, 09:11:28 AM
next, I will announce my plans at the appropriate time.

Launch a new currency is a very busy, I'm Trying...
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now! on: March 17, 2014, 08:54:33 AM
So, this time the crap is done without pre-story. That's a shame and with so much laziness inside.

you mean?
74  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! on: March 17, 2014, 08:51:17 AM
Fuguecoin

new website: http://www.fuguecoin.org/

(Author: hashnine)




FugueCoin is the First Crypto Coin using the Fugue hash function.

Algorithm: Fugue256
84,000,000 max coins
50 coins per block
Reward halves every 840,000 blocks
NO PRE-M

Listen Port: 9088
RPC Port:9089

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

DOWNLOADS

Windows Qt wallet: http://ftp.fuguecoin.org/fuguecoin-qt.zip

Source code:  https://github.com/fuguecoin/fuguecoin

Mac OS X Wallet: http://ftp.fuguecoin.org/Fuguecoin-Qt-MacOSX.zip

update: fuguecoin.conf will automatically create, contains the node IPs.[/center]

-----

How To Mine / Mining pools http://dwarfpool.com/fc

https://cpu-pool.net/fugue/

http://fc.minepool.cc/index.php

----

Exchanges

https://www.cryptoaltex.com/

http://www.ptopex.com/

https://nxt-e.com/default.aspx?m=fc_btc

https://exarena.net

----


fuguecoin block explorer http://fc.42tx.com/

FugueCoin Block Crawler http://fc.coinexplorers.com/

Fuguecoin profit calculator http://agran.net/fuguecoin_calc.php

Top 100 richest fuguecoin addresses http://agran.net/fc_getbalance.php?top=100

---




Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!