Bitcoin Forum
April 26, 2024, 05:37:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 [139] 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 ... 202 »
  Print  
Author Topic: Feathercoin [FTC]  (Read 460454 times)
marada
Sr. Member
****
Offline Offline

Activity: 442
Merit: 250


View Profile
May 31, 2017, 04:52:18 PM
 #2761

@aciddude
Thanks for your interest.
My build environment is Linux Mint 17.3 (derived from Ubuntu 14.04) with following packages installed:
build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler libqrencode-dev

libboost development is in 1.54 version.

Bitcoin, litecoin, digitalcoin and many other wallets compile without any issues. It's why I guess the issue is very specific to Feathercoin.

One of the build guides is generally for linux and this one advices to install libboost 1.58. I haven't tried this yet.
Could you let me know which one build guide have you used or what steps you have followed so I could try to reproduce them?
1714153045
Hero Member
*
Offline Offline

Posts: 1714153045

View Profile Personal Message (Offline)

Ignore
1714153045
Reply with quote  #2

1714153045
Report to moderator
1714153045
Hero Member
*
Offline Offline

Posts: 1714153045

View Profile Personal Message (Offline)

Ignore
1714153045
Reply with quote  #2

1714153045
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
aciddude
Member
**
Offline Offline

Activity: 179
Merit: 27


View Profile WWW
May 31, 2017, 05:37:13 PM
 #2762

@aciddude
Thanks for your interest.
My build environment is Linux Mint 17.3 (derived from Ubuntu 14.04) with following packages installed:
build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler libqrencode-dev

libboost development is in 1.54 version.

Bitcoin, litecoin, digitalcoin and many other wallets compile without any issues. It's why I guess the issue is very specific to Feathercoin.

One of the build guides is generally for linux and this one advices to install libboost 1.58. I haven't tried this yet.
Could you let me know which one build guide have you used or what steps you have followed so I could try to reproduce them?

No Problem. I'll fire up a copy of that and give it a go.

To be honest I mostly followed the guide that's on the Feathercoin forums for Ubuntu 16.04 - but i did it all on 14.04   

I do remember something about boost 1.58...I'm trying to find the Github commit now. 

I also usually build zxing, if you scroll here
http://forum.feathercoin.com/topic/8556/guide-build-feathercoind-feathercoin-qt-v0-9-3-1-on-ubuntu-16-04-lts/17

you can see I left the correct instructions to build and install zxing.....Who doesn't want QR codes ?! :-D  it's great for doing payments..:-)

FTC API + Block Explorer https://fsight.chain.tips
aciddude
Member
**
Offline Offline

Activity: 179
Merit: 27


View Profile WWW
May 31, 2017, 06:51:43 PM
 #2763

@aciddude
Thanks for your interest.

No Problem - The Feathercoin Community is happy to help out whenever we can.

Could you let me know which one build guide have you used or what steps you have followed so I could try to reproduce them?

I've written a guide and posted it on the Feathercoin Forums, it covers LinuxMint 17.3, Ubuntu 16.04 and Ubuntu 14.04  - I tested the same build instructions on clean VMs from OsBoxes.org

http://forum.feathercoin.com/topic/8902/build-feathercoin-0-9-6-on-linuxmint-ubuntu

if you configure a VM with 8GB ram and 2x Virtual Processors then following the guide you should have Feathercoin-qt v0.9.6 built in 30 mins or so ;-)

let me know if you get stuck anywhere.

FTC API + Block Explorer https://fsight.chain.tips
marada
Sr. Member
****
Offline Offline

Activity: 442
Merit: 250


View Profile
May 31, 2017, 07:14:23 PM
 #2764

Jut couple of questions before I try to proceed with http://forum.feathercoin.com/topic/8556/guide-build-feathercoind-feathercoin-qt-v0-9-3-1-on-ubuntu-16-04-lts
There is a lot of "sudo make install" commands in this guide, while I would really prefer to build a local version and avoid installing alien packages that can mess up the whole system.
Do I really need to install ancient 4.8 bdb or can I use 5.1-dev that I have already installed and used with FTC so my current blockchain is compatible with that?
Do I need to compile and install static build of openssl-1.0.1l or can I use system openssl-1.0.1f provided in the repositories?
ManOnTheMoon
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
May 31, 2017, 07:46:54 PM
 #2765

I always had a special place in my heart for Feathercoin.

ETH: 0xff90080d7db05ced501f273548841a2c39cf6463
aciddude
Member
**
Offline Offline

Activity: 179
Merit: 27


View Profile WWW
May 31, 2017, 08:03:34 PM
 #2766

Jut couple of questions before I try to proceed with http://forum.feathercoin.com/topic/8556/guide-build-feathercoind-feathercoin-qt-v0-9-3-1-on-ubuntu-16-04-lts
There is a lot of "sudo make install" commands in this guide, while I would really prefer to build a local version and avoid installing alien packages that can mess up the whole system.
Do I really need to install ancient 4.8 bdb or can I use 5.1-dev that I have already installed and used with FTC so my current blockchain is compatible with that?
Do I need to compile and install static build of openssl-1.0.1l or can I use system openssl-1.0.1f provided in the repositories?


yeah the "sudo make install" was just as an example if you're doing a test build environment in a VM...you definitely don't need to use sudo.

however when you have to edit a file  you may have to use sudo if it's write protected...(zxing)

I used bdb 4.8 because that's what the v0.8 binaries used.  If you built it yourself previously with bdb 5.1-dev and your wallet.dat file is already in that format, then go ahead and use that version of bdb.

You should be able to use the system openssl, you'll have to change your feathercoin ./configure I suppose..

Personally when I build I like specifying stuff manually so I have complete control, also doing a static builds of deps means you don't mess around with your current environment.

--
I hope this helps :-)




FTC API + Block Explorer https://fsight.chain.tips
Texto
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
June 01, 2017, 01:45:56 AM
 #2767

Feathercoin on track to touch $1 now...
Texto
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
June 01, 2017, 01:47:45 AM
 #2768

I always had a special place in my heart for Feathercoin.
Same here, brought a few coins and waiting for price jump..
veridisquo
Full Member
***
Offline Offline

Activity: 191
Merit: 100


Audentes fortuna iuvat


View Profile
June 01, 2017, 06:26:47 AM
 #2769

1$ after halving
januszbiznesu
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
June 01, 2017, 12:27:23 PM
 #2770

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything
Alexthesalamander
Sr. Member
****
Offline Offline

Activity: 326
Merit: 250


View Profile
June 01, 2017, 12:45:45 PM
 #2771

Are feathercoins anonymous like Monero?

Buy high and sell low
aciddude
Member
**
Offline Offline

Activity: 179
Merit: 27


View Profile WWW
June 01, 2017, 01:03:41 PM
 #2772

Are feathercoins anonymous like Monero?

Feathercoin does provide Stealth Transactions  in order to achieve some level of Anonymity

FTC API + Block Explorer https://fsight.chain.tips
Cryptonomous
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
June 01, 2017, 01:39:37 PM
 #2773

Are feathercoins anonymous like Monero?

Feathercoin does provide Stealth Transactions  in order to achieve some level of Anonymity

The more people which use it the more anonymous it becomes
aciddude
Member
**
Offline Offline

Activity: 179
Merit: 27


View Profile WWW
June 01, 2017, 01:50:06 PM
 #2774

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything

Trying to buy Cheap FTC are we ?  ;-)


FTC API + Block Explorer https://fsight.chain.tips
januszbiznesu
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
June 01, 2017, 01:57:12 PM
 #2775

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything

Trying to buy Cheap FTC are we ?  ;-)



Already sold my coins so just want to warn you.

FTC is not @ poloniex so pump is over and may say bb to your $
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
June 01, 2017, 02:15:16 PM
 #2776

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything

Developers suck  Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy

Yeah @Ghostlander and @lizhi are really bad  Grin

Damn trolls these days too good

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
June 01, 2017, 02:21:16 PM
 #2777

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything

Developers suck  Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy

Yeah @Ghostlander and @lizhi are really bad  Grin

Damn trolls these days too good

World just need one more troll  Roll Eyes
januszbiznesu
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
June 01, 2017, 02:29:47 PM
 #2778

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything

Developers suck  Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy

Yeah @Ghostlander and @lizhi are really bad  Grin

Damn trolls these days too good

So what new features have they developed? Except cloning script coin?
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
June 01, 2017, 02:43:31 PM
 #2779

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything

Developers suck  Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy

Yeah @Ghostlander and @lizhi are really bad  Grin

Damn trolls these days too good

So what new features have they developed? Except cloning script coin?

You have clearly no clue, newbie account and shittalking I love it.

eHRC (enhanced Hash Rate Compensation)
ACP (Advanced Checkpointing)
NeoScrypt ( Completely new Algorithm designed by @Ghostlander )

Just to name a few.

You're welcome.

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
januszbiznesu
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
June 01, 2017, 03:09:03 PM
 #2780

All of you wish 1$ so it will go to 0,01$ soon .

Nothing new, developers suck  Undecided  halving wont change anything

Developers suck  Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy

Yeah @Ghostlander and @lizhi are really bad  Grin

Damn trolls these days too good

So what new features have they developed? Except cloning script coin?

You have clearly no clue, newbie account and shittalking I love it.

eHRC (enhanced Hash Rate Compensation)
ACP (Advanced Checkpointing)
NeoScrypt ( Completely new Algorithm designed by @Ghostlander )

Just to name a few.

You're welcome.


Ok, good to know, thanks.

Feathercoin has no PM or any advertising. I dont get it why developers, assuming they've got mot like 1kk coin each and no sig campaigns, adverts, etc.

Also everybody knows about halving so the biggest dump will come after that ..  Grin

Sooner or late ppl will leave FTC, since it wont be added to any major exchanges.
Pages: « 1 ... 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 [139] 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 ... 202 »
  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!