Bitcoin Forum
April 23, 2024, 04:53:07 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
  Print  
Author Topic: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable!  (Read 122086 times)
fugue (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 18, 2014, 11:45:29 AM
 #161

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!
1713891187
Hero Member
*
Offline Offline

Posts: 1713891187

View Profile Personal Message (Offline)

Ignore
1713891187
Reply with quote  #2

1713891187
Report to moderator
1713891187
Hero Member
*
Offline Offline

Posts: 1713891187

View Profile Personal Message (Offline)

Ignore
1713891187
Reply with quote  #2

1713891187
Report to moderator
1713891187
Hero Member
*
Offline Offline

Posts: 1713891187

View Profile Personal Message (Offline)

Ignore
1713891187
Reply with quote  #2

1713891187
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713891187
Hero Member
*
Offline Offline

Posts: 1713891187

View Profile Personal Message (Offline)

Ignore
1713891187
Reply with quote  #2

1713891187
Report to moderator
1713891187
Hero Member
*
Offline Offline

Posts: 1713891187

View Profile Personal Message (Offline)

Ignore
1713891187
Reply with quote  #2

1713891187
Report to moderator
turboseed
Member
**
Offline Offline

Activity: 105
Merit: 10

USD-E belongs here ----------> GSUK5skn6niFWJnLRhM


View Profile WWW
March 18, 2014, 11:48:39 AM
 #162

Mining and doing well on CPU's.  Good Launch!
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 18, 2014, 11:49:29 AM
 #163

Missed the BOAT and Can't register at POOL Sad

FLKz95pQ7zWyVSu7trn6vLGML9Dfv751pU

Some donation is welcome  Smiley
Yaptalk
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 18, 2014, 11:55:20 AM
 #164

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!
feromoon
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
March 18, 2014, 12:00:09 PM
 #165

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/
porcupine87
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


hm


View Profile
March 18, 2014, 12:02:56 PM
 #166

What block time?

"Morality, it could be argued, represents the way that people would like the world to work - whereas economics represents how it actually does work." Freakonomics
agran
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000


View Profile
March 18, 2014, 12:03:54 PM
 #167

What block time?
60 seconds

QORA | 2ND GEN | NEW SOURCE CODE | QTz6fSV2VNc2wjwwsw57kwQzgQhmGw5idQ
hashnine
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
March 18, 2014, 12:04:48 PM
 #168

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

Careful XC anonymous coin is a scam
tylerderden
Copper Member
Legendary
*
Offline Offline

Activity: 1162
Merit: 1025



View Profile
March 18, 2014, 12:05:21 PM
 #169

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
gurryomg
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 18, 2014, 12:08:01 PM
 #170

anyone who mining this coin,tell how does it work better
hashnine
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
March 18, 2014, 12:10:35 PM
 #171

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

Original link: http://aqqyb7imxq.l57.yunpan.cn/lk/QIATaCQCXyUhT

Mirror: http://www.sendspace.com/file/wiora5

 Cool

Careful XC anonymous coin is a scam
feromoon
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
March 18, 2014, 12:15:26 PM
 #172

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

this >>

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

Original link: http://aqqyb7imxq.l57.yunpan.cn/lk/QIATaCQCXyUhT

Mirror: http://www.sendspace.com/file/wiora5

 Cool
justme27
Member
**
Offline Offline

Activity: 64
Merit: 11


View Profile
March 18, 2014, 12:21:49 PM
 #173

http://agran.net/fuguecoin_calc.php

Added select the dimension of speed.
hash/s, kilohash/s, megahash/s.


Code:
<option value="1">hash/s</option>
<option value="1024" selected>kilohash/s</option>
<option value="1048576">megahash/s</option>

hashes are not bytes, you know Wink

1NTLM3PfNgfBdRACPYFyrDJpzqt9QcocVZ
dentig
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
March 18, 2014, 12:24:10 PM
 #174

has not traded on stock exchanges?
Yaptalk
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 18, 2014, 12:26:26 PM
 #175

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

?
agran
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000


View Profile
March 18, 2014, 12:33:23 PM
 #176

Code:
<option value="1">hash/s</option>
<option value="1024" selected>kilohash/s</option>
<option value="1048576">megahash/s</option>

hashes are not bytes, you know Wink
Ok, fixed.

QORA | 2ND GEN | NEW SOURCE CODE | QTz6fSV2VNc2wjwwsw57kwQzgQhmGw5idQ
giff256
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 18, 2014, 12:40:07 PM
 #177

Is the pool down for anyone else?
cbuchner1
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
March 18, 2014, 12:42:08 PM
 #178

Guys, to optimize cpu miners use a midstate approach.

You can put the block header's first 80 bytes (including nonce) into the sph_fugue256() function
and all that changes between hashes in the sph_fugue256_context is the ctx_fugue.partial field
which is nonce in big endian notation.

Duh, so precompute state once per scanhash call -  all remaining work is done in
sph_fugue256_close() run inside the scan loop. instant 5x speed gain.

My Phenom II X6 got 2.5 MHash/s out of this on 6 cores.

It's a low hanging fruit really.

Next, address SSE2 or AVX vectorization and get close to 5-10 MHash/s.

Christian
BTCspoon
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
March 18, 2014, 12:44:27 PM
 #179

Guys, to optimize cpu miners use a midstate approach.

You can put the block header's first 80 bytes (including nonce) into the sph_fugue256() function
and all that changes between hashes in the sph_fugue256_context is the ctx_fugue.partial field
which is nonce in big endian notation.

Duh, so precompute state once per scanhash call -  all remaining work is done in
sph_fugue256_close() run inside the scan loop. instant 5x speed gain.

My Phenon II X6 got 2.5 MHash/s out of this on 6 cores.

It's a low hanging fruit really.

Next, address SSE2 or AVX vectorization and get close to 5-10 MHash/s.

Christian


As usual excellent job!
sixteendigits
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 18, 2014, 12:48:15 PM
 #180

Well i missed the boat on this one.  I stuck 8320's in my mining rigs specifically for the purposes of CPU mining, but everything gets raped by the VPS miners and botnets, and the secret GPU miners of course.  Even good old scypt coins getting tougher and tougher to mine with these massive GPU farms and now scrypt ASICs here.  I remember the days when my 4200 khs made me one of the top dogs on most new coins.  Sure we got scrypt-jane and a bunch of other GPU only algos, but eventually investors will stop caring that we want our mining rigs to continue being profitable and see through the facade of "decentralization!!!  GPU mining forever!!".

Don't mind me, just been here a year (which is still nothing compared to some of these guys) and reminiscing on "the good 'ole days".

Anyway, thanks for giving my 8320's something to do for a while.  Hopefully I scoop up a couple hundred at least before the difficulty hits 1000.
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
  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!