Search content
Sort by

Showing 7 of 7 results by Yaptalk
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable!
by
Yaptalk
on 19/03/2014, 10:17:22 UTC
Anyone care to test my wallet? Not sure if it is working on my linux mint under wine since I do not know how to configure a wallet for linux yet.

FTeJNgfGmpLrBC2ZJ9w3SRqpHMgTMuFRdY

Thanks!
Post
Topic
Board Marketplace (Altcoins)
Topic OP
[WTB] Fuguecoin for cash (My very first trade as a newbie)
by
Yaptalk
on 19/03/2014, 02:40:14 UTC
I'm a complete newbie looking to get me feet wet on cryptos. Tried to mine FC on linux mint with a kid but it was a complete failure since I have no idea how to compile miners for ubuntu yet. Now how to get the heavy hashrates that others are getting.    This is what I tried to do today but failed https://bitcointalk.org/index.php?topic=519138.msg5762567#msg5762567 

Looking to buy 10000 fuguecoins for $25

I do not have any btc nor member of any exchanges yet so I can only pay you with cash.

Because I am brand new, we can split the sale in 2 chunks and I can pay you via paypal as a "gift to friends & family".

If you want to sell, let me know.

Thanks!

Daniel

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now!
by
Yaptalk
on 18/03/2014, 13:33:31 UTC
edit: where is the source code ?

I am not in the business of making cpu mining software, really.

agran, the sourcecode repo you pointed out is the wallet software. I think it's better to start with some cpuminer fork (either pooler's or Jeff Garzik's).

the wallet can only solo mine, and that may become pointless at some time. So any CPU optimizations in the wallet would be pointless too.



I just saw that you posted again, I had sent you a PM with some questions so sorry.

Anyway, do you know of any tuts or a way to learn how to do this midstate?

Going crazy googling but I think my google is not working today Wink

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now!
by
Yaptalk
on 18/03/2014, 12:26:26 UTC
Is this minerd for the pool only for windows or can the regular linux minerd work if we point it to

minerd -a fugue -o stratum+tcp://fc.minepool.cc:10029 -u WORKER -p PASSWORD --threads=THREADS

?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU minable Now!
by
Yaptalk
on 18/03/2014, 11:55:20 UTC
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!
Post
Topic
Board Announcements (Altcoins)
A little help please?
by
Yaptalk
on 18/03/2014, 11:32:40 UTC
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!
Post
Topic
Board Bitcoin Discussion
Topic OP
Should We advertize Bitcoin to 10s of thousands of households at a time?
by
Yaptalk
on 11/02/2014, 05:06:34 UTC
Hello Everyone. New here with a question for the community.

I was talking to a client the other week that sells 'Gourmet Spanish Seasonings' through the website I built for her. She mentioned that she 'heard about some Bitcoin thing' but had no idea what it was etc etc. It took forever and a day to explain to her why she would be smart in accepting Bitcoins. No sale at this time as she is now super confused with all the scattered information all over the web.

This left a nagging thought in my mind which has been bothering me for a few weeks now. The information that the average joe receives about Bitcoin comes from Mainstream media, the keepers of the status quo.

What if we as a community could create a brochure or something and then deliver it to 10s of thousands of affluent house holds in one shot?

This brochure would have information like

  • How to buy items / merchandise using bitcoins
  • How to accept bitcoins as a merchant
  • Where to buy bitcoins
  • How to keep their wallet secure
  • How to open their wallets, etc etc

Or whatever information the community decides to place in front of thousands of people / homes at a time.

This creates a special situation for the bitcoin community.

1. Regular joes would receive bitcoin information right at their own homes, and most important
2. YOU control the bitcoin information that the people read.

We all know that the keepers of the status quo love to place any BAD news about bitcoin on their front pages so now you can place new information in front of thousands of people, the information that you want them to hear.

Reaching 10,000 to hundreds of thousands households in one shot might change the regular joes perception about bitcoin which is a good thing.

What do you guys think?


PS.

How do I add my bitcoin wallet 17XU49ERHdYwuJjJKrZE63btJJqAXbHqz1 to my signature for donations and such since I do not have any?