Bitcoin Forum
March 28, 2024, 01:42:21 PM *
News: Latest Bitcoin Core release: 26.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 122084 times)
olker1
Newbie
*
Offline Offline

Activity: 120
Merit: 0


View Profile
January 24, 2021, 10:35:48 AM
 #1001

在哪购买
在哪购买
Where to buy
1711633341
Hero Member
*
Offline Offline

Posts: 1711633341

View Profile Personal Message (Offline)

Ignore
1711633341
Reply with quote  #2

1711633341
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711633341
Hero Member
*
Offline Offline

Posts: 1711633341

View Profile Personal Message (Offline)

Ignore
1711633341
Reply with quote  #2

1711633341
Report to moderator
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
January 25, 2021, 02:02:04 PM
 #1002

Hi,

Tried building on Clean install LinuxMint
lsb_release -a
No LSB modules are available.
Distributor ID:   LinuxMint
Description:   Linux Mint 18.3 Sylvia
Release:   18.3
Codename:   sylvia

using
git clone https://github.com/gjhiggins/fuguecoin.git
cd fuguecoin/
qmake

got error "qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory"

Then did
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev


(my bad, i was following build-unix.md instructions, not readme-qt.rst)

then tried

sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
qmake
(at least this worked on 18.3, on 20.04 it failed on qt4-make and libqt4-dev)
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

make
 which finally error with

/usr/bin/ld: cannot find -lsnappy
collect2: error: ld returned 1 exit status
Makefile:343: recipe for target 'fuguecoin-qt' failed
make: *** [fuguecoin-qt] Error 1


Tried searching for error in Google

Your search - -lsnappy - did not match any documents.

Suggestions:

    Make sure that all words are spelled correctly.
    Try different keywords.
    Try more general keywords.


I have no words Sad
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
January 26, 2021, 05:36:58 PM
 #1003

/usr/bin/ld: cannot find -lsnappy

I have no words Sad

You're nearly there ... IIRC snappy is a new leveldb requirement, try recompiling after installing snappy with sudo apt install libsnappy-dev.

Cheers

Graham
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
January 26, 2021, 06:17:21 PM
 #1004

/usr/bin/ld: cannot find -lsnappy

Tried searching for error in Google

Your search - -lsnappy - did not match any documents.

I have no words Sad


I have two bits of insider knowledge to impart:

1. In Linux, the link loader (ld) is told where libraries are with -L/usr/lib and told which libraries to use with -l, e.g. -lsnappy, these are convenience conventions for experienced developers. The fully expanded format would be -L/usr/lib/libsnappy.so, so -lsnappy means "look for libsnappy" in wherever you've been told to and -lpthread means "look for libpthread.so" similarly. Searching for "libsnappy" is likely to more productive generally. However, you probably wanted to search for "/usr/bin/ld: cannot find -lsnappy" --- including the double quotes because ...

2. Web interfaces to internet content indexing engines (such as Google) offer a small algebra to refine the search. Google's help page "Refine web searches" (https://support.google.com/websearch/answer/2466433) has:
Quote
Exclude words from your search

Put - in front of a word you want to leave out. For example, jaguar speed -car

So, by searching for -lsnappy, you specifically excluded all results containing the string "lsnappy". If you want to search for the exact string, enclose it in quotes.

https://googlethatforyou.com?q=%22-lsnappy%22

Cheers

Graham

minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
July 06, 2021, 07:38:33 AM
 #1005

Hey guys, does anyone have any connections please.

Looks like the main website and pool have died...
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
July 06, 2021, 09:32:53 AM
 #1006

Hey guys, does anyone have any connections please.

Looks like the main website and pool have died...


addnode=144.76.118.41
addnode=91.121.221.92


Cheers

Graham
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
July 06, 2021, 04:30:19 PM
 #1007

Hey guys, does anyone have any connections please.

Looks like the main website and pool have died...


addnode=144.76.118.41
addnode=91.121.221.92


Cheers

Graham


Thanks Graham.

Weirdest thing. I already had those nodes in my fuguecoin.conf....BUT, when i tried firing up the wallet with "-server" it told me to create a read-only file fuguecoin.conf (which i already had), so i copied the contents to clipboard, deleted said file, made a new one, and pasted my old text in, and hey presto...worked...

I seem to think i have encountered this before in the dim distant past, i think its a Windows thing...

Anyways, all sorted now (apart from, for some bizarre reason it needs to do a full re-index - so about 8 hours to go)
Cheers
J
hashine
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
January 26, 2022, 08:33:40 PM
 #1008

Next half reward, congrats, 1.5625  Grin
shs12351549
Copper Member
Jr. Member
*
Offline Offline

Activity: 75
Merit: 3


View Profile WWW
June 07, 2022, 08:18:44 AM
 #1009

node for FugueCoin[FC]:(2014)
addnode=185.87.149.61:9088
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!