Thank you very much for your kind words. I’m happy it’s all sorted.
Please do post back if you need any further assistance, we are here to help. :)
Thank you very much for your kind words. I’m happy it’s all sorted.
Please do post back if you need any further assistance, we are here to help. :)
For me personally.
Feathercoin has long been due a correction upwards. The fact that it was one of the first altcoins with a fucking fast blockchain should speak volumes!
Feathercoin works perfectly as a payment network and in my humble opinion - the tech shits all over BTC. Most if not ALL the issues Bitcoin has, have already been solved with Feathercoin in some way.
DEC 2018:
10+ USD (We can hope and pray :-) )
Hi All, test
I’m running a Feathercoin full node and wanted to get more out of it so I decided to set up a Feathercoin Block Explorer + API alongside my node.
If you would like to get your own Feathercoin Core full node up and running, see this guide:
http://forum.feathercoin.com/topic/8392/guide-build-feathercoind-v0-9-3-1-and-create-a-full-node-on-centos-7-minimal
I’ve set up a block explorer that I’m calling fsight, it’s based off the BitPay-Insight API, but uses Feathercoin.
Home Page: https://fsight.chain.tips
API Page: https://fsight.chain.tips/api
FSight is protected with SSL from LetsEncrypt.org
https://www.ssllabs.com/ssltest/analyze.html?d=fsight.chain.tips
Project Update Log:
. July 2017
– Added difficulty to homepage
– Updated backend node to v0.9.6.1
. June 2017
– Fsight added to 19800.com
. February 2017
– Updated backend node to v0.9.6
. December 2016
– Uptime and HTTPS monitoring added
– Fixed USD conversion - Now shows correct amounts when USD is selected, Thanks @AmDD !!
– Added to CoinMarketCap.com under “Explorer 2”
– Refreshed colour scheme
– Update to Decode OP_RETURN (coments in Blockchain)
– Added SSL/HTTPS
– Redirect from HTTP to HTTPS
. November 2016
– Webserver proxy configuration
. May 2016
– Stability Issues identified - webserver config changes fixed them
. April 2016
– Insight API online
. March 2016
– Originally started with iquidus explorer, and then moved to BitPays Insight-api
To Do/Coming Soon
Original Post:
Since I’m running my own full node, I figure I may as well put it to good use
It’s currently syncing, and I had to re-index my FTC block chain.
So far I think it looks pretty sweet. :-)
This is running on Centos 7 Minimal and I used the iquidus explorer with a few modifications.
Hello Everyone,
Feathercoin v0.9.6 has officially been released!
Feathercoin 0.9.6 has been officially released for the following platforms:
The official download links for 0.9.6 are below:
https://github.com/FeatherCoin/Feathercoin/releases/tag/v0.9.6
http://software.opensuse.org/package/feathercoin
You can see some fun screenshots below of the new client in action, these screen shots were taken on Windows 10.
The new loading screen…
The main wallet screen
The multi-sig screen
I’d like to personally thank @Wellenreiter @wrapper @AFB @ghostlander @lizhi @ChekaZ and all the others that worked on the code, website, marketing and anything to help get Feathercoin to where it is…I apologise if I’ve missed anyone from this list.
As always, if you have any questions, please feel free to post on the forums or if you’re a developer or techy who’s spotted an issue, you can raise an issue on the official Feathercoin GitHub here: https://github.com/FeatherCoin/Feathercoin/issues
Thank you for reading, we hope you enjoy the new client.
Hi All,
If you’d like to help the network, get yourself a little Centos7 VPS and create a full node! :-)
The following assumes a new Centos 7 Minimal Installation, and you’ve just logged in as root for the first time.
yum upgrade -y
yum install -y epel-release
yum -y install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel which git bzip2 wget
Since Centos 7 comes with a version of OpenSSL that has ECC disabled, we need to build a new version of OpenSSL with ECC enabled. Otherwise FTC wont run and will give you an ssl error on compile
cd /usr/src
wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz
tar zxvf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
export CFLAGS="-fPIC"
./config --prefix=/opt/openssl shared enable-ec enable-ecdh enable-ecdsa
make all -j2
sudo make install -j2
cd /usr/src
git clone https://github.com/FeatherCoin/Feathercoin.git FTC
cd FTC
./autogen.sh
./configure --disable-shared --without-gui --prefix=/opt/feathercoin PKG_CONFIG_PATH=/opt/openssl/lib/pkgconfig LIBS=-Wl,-rpath,/opt/openssl/lib
make
sudo make install
If you try to run feathercoind now, it will complain about not having a conf file, so we need to create one.
.
.
.
Create blank feathercoin.conf
touch /root/.feathercoin/feathercoin.conf
Edit the conf file
vi /root/.feathercoin/feathercoin.conf
Add an rpc user and a complex password like in the example below.
rpcuser=feathercoinrpc
rpcpassword=HyeZz7WZJwCvYrThisISaComplexPassword7dX7ej1zbTV6s3
.
.
in Centos 7, we now have the awesome firewall-cmd client. which interacts with firewalld
Add port 9336
sudo firewall-cmd --zone=public --add-port=9336/tcp --permanent
Reload load the firewall rules after adding the feathercoin port.
sudo firewall-cmd --reload
You can check your open port with this command.
sudo firewall-cmd --list-all
You should see something like this.
public (default, active)
interfaces: eth0
sources:
services: dhcpv6-client ssh
ports: 9336/tcp
masquerade: no
forward-ports:
icmp-blocks:
rich rules:
.
.
cd /opt/feathercoin/bin
./feathercoind --server &
You can check on the status of your node with this command
./feathercoin-cli getnetworkinfo
And you should see something like this:
{
"version": 160000,
"subversion": "/Feathercoin:0.16.0/",
"protocolversion": 70015,
"localservices": "0000000000000409",
"localrelay": true,
"timeoffset": 3,
"networkactive": true,
"connections": 8,
"networks": [
{
"name": "ipv4",
"limited": false,
"reachable": true,
"proxy": "",
"proxy_randomize_credentials": false
},
{
"name": "ipv6",
"limited": false,
"reachable": true,
"proxy": "",
"proxy_randomize_credentials": false
},
{
"name": "onion",
"limited": true,
"reachable": false,
"proxy": "",
"proxy_randomize_credentials": false
}
],
"relayfee": 0.00100000,
"incrementalfee": 0.00001000,
"localaddresses": [
{
"address": "90.252.127.106",
"port": 9336,
"score": 3
}
],
"warnings": ""
}
.
.
Create the feathercoin service file
touch /etc/systemd/system/feathercoind.service
Edit the file
vi /etc/systemd/system/feathercoind.service
Add this to the file
[Unit]
Description=Feathercoinss distributed currency daemon
After=network.target
[Service]
User=root
Group=root
Type=forking
PIDFile=/root/.feathercoin/feathercoind.pid
ExecStart=/opt/feathercoin/bin/feathercoind -daemon -pid=/root/.feathercoin/feathercoind.pid \
-conf=/root/.feathercoin/feathercoin.conf -datadir=/root/.feathercoin
Restart=always
PrivateTmp=true
TimeoutStopSec=60s
TimeoutStartSec=2s
StartLimitInterval=120s
StartLimitBurst=5
[Install]
WantedBy=multi-user.target
You can now start feathercoind with:
sudo systemctl start feathercoind
Youc an stop feathercoind with this:
sudo systemctl stop feathercoind
And you can check the status with this:
sudo systemctl status feathercoind
Finally, to configure the service to start at boot
sudo systemctl enable feathercoind
Edit 09/05/2018: Updated for version 0.16
Edit: Updated for version v0.9.6
I hope this helps someone. :-)
Exciting Times ahead!
Feathercoins mining reward has been scheduled to halve at block 1,793,041
At time of writing we are at block 1,790,926 which gives us 2115 blocks left or around ~35 Hours.
Time to party!!! :trumpet: :man_dancing_tone3: :man_dancing_tone3: :man_dancing_tone3: :trumpet:
This kind of movement looks like a pump, nothing more. FTC has many whales that pump the coin whenever the hell they like.
having said this, most of the big markets are reporting green atm.
1 - This was a Feathercoin Transaction with only Feathercoin Core installed
2, 3 - These were incoming and outgoing transactions with both Feathercoin and Bitcoin core installed
4, - This was me fucking up my build
5 - This is a transaction with both Bitcoin and Feathercoin Core installed…as you can see, the Feathercoin-QT icon loads
Updates:
Homepage has been updated. I’ve removed the 0.9.6 release announcement and I’ve added “Current Mining Difficulty” to the front page
https://fsight.chain.tips/block/716ad1480a244e7084920186ac97bc30a87aa020f4fcdf8fb5dfe514b021f6f3
Ladies and Gentlemen, we have officially halved!
Congrats Team!!
Tuesday afternoon stats.
Users on the previous 0.9.X versions including the current production version 0.9.6 make up roughly 84% of our user base!
Total Github downloads of new version 3,431!
This doesn’t include the users who are building the software themselves or the users who are downloading from the Linux OpenSuse repository @Wellenreiter manages! :sunglasses:
@kaalhaan said in One more newbie! (few questions):
Hi, it’s me again!
…
Is there a way to mute the program or disable the notifications? I’m getting a sound and a pop-up (with how much i earned) each time i’m earning coins, and while watching a movie, it’s kinda annoying^^Oh, and, is there a way for us, humble miner, to contribute to increase the FTC’s market value?
I think on Windows you can just right click the speaker icon near the clock/taskbar - click “open volume mixer” and then just mute “system sounds” but leave everything else as normal…
if you’re then watching netflix or playing a movie with VLC or so…you wont hear the Feathercoin sounds.
I hope this helps.
@Tefica said in Hello I'm new ;) and something strange with Feathercoin Core Transaction notification on a Mac:
hi looarn, my Feathercoin Core version is the 0.9.6.1, my MacBook is in French…(I will also post this on GitHub…) ;)
1 - Welcome to the forums and the Feathercoin community :-)
2 - Thank you for getting involved and posting on GitHub :thumbsup_tone1:
3 - I’m looking into this issue now :sunglasses:
I’m sure @looarn is correct and the info needed is in the info.plist file.
I’ll post back here if I find anything useful, will submit to github when i’ve fixed it.
Peace!!!
Maybe he will after this tweet :sunglasses:
https://twitter.com/Feathercoin/status/931527049851875334
@TrollboxChamp said in Who is buying?:
Im thinking pricing wont rise much for the halving. Maybe a bit before then a bit after it happens.
Very exciting to see FTC growing like this
I think the halving has already been factored into the price if we dont count any silly pumps…
If demand continues then we should see slow but steady price increase if no one dumps for no reason…
@AmDD said in Feathercoin Halving:
@aciddude said in Feathercoin Halving:
Yes, Yes we should party!
Looks like it would be about 100k FTC for me to fly in for this party!
wait a few days/weeks - sell and come visit London !!
Hi All,
This has also been added to CoinMarketCap.com under “Explorer 2” :-) !!!
http://coinmarketcap.com/currencies/feathercoin/
More December updates:
The Qualys SSL Labs gives me an A :-) !! WOOP!
https://www.ssllabs.com/ssltest/analyze.html?d=fsight.chain.tips
I used the CertBot application to automatically deploy the LetsEncrypt SSL Certificate to my Apache Config
https://certbot.eff.org/#centosrhel7-apache
Took about 15 mins reading and 15 mins implementation time to get the site secured with SSL.
Their certificates expire every 90 days…BUT! CertBot provides a script which you add to a cron job that automatically updates it for you. Amazing!
Thanks guys.
I’ve added an updating chart using some simple javascipt to get the current mining difficulty.
@lizhi, I’ve just noticed you’re using a Bushtars fork of insight…which I never knew existed! I assume all the config for featherCoin is already done ? …Maybe I should switch over.
I used used the fork from Block-Explorer…and then painfully edited…