[Dev] Documenting Feathercoin Specific Software settings - Part 11
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
added bitmessage command string for linux : - commit
https://github.com/FeatherCoin/Feathercoin/commit/67f2b757bcb7520768f2af3407ec2bdff7f8b115
.gitignore
+*.directory
code added
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
added bitmessage command string for linux : - commit
https://github.com/FeatherCoin/Feathercoin/commit/67f2b757bcb7520768f2af3407ec2bdff7f8b115
doc_install/release-notes-0.9.0.md
+Feathercoin Core version 0.9.x is now available from: + + +This is a new major version release, bringing both new features and +bug fixes. + +Please report bugs using the issue tracker at github: + + https://github.com/Feathercoin/Feathercoin/issues + +How to Upgrade +-------------- + +- If you are running an older version.
Start of release notes file new file? review
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
zxing update : - commit
https://github.com/FeatherCoin/Feathercoin/commit/e3473ecafb616125ca3470dc20bcf25842f5f494
- PKG_CHECK_MODULES([ZXING], [libzxing],, [AC_MSG_ERROR(libzxing not found.)]) + # PKG_CHECK_MODULES([ZXING], [zxing],, [AC_MSG_ERROR(libzxing not found.)]) - PKG_CHECK_MODULES([QRENCODE], [libqrencode],, [AC_MSG_ERROR(libcrypto not found.)]) + PKG_CHECK_MODULES([QRENCODE], [libqrencode],, [AC_MSG_ERROR(libqrencode not found.)])
Code replaced
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Added man pages for feathercoin, modified icons : - commit
https://github.com/FeatherCoin/Feathercoin/commit/0ba808af8a10c8231490088932baa2d6ae0c7106
contrib/debian/manpages/bitcoin-qt.1 → contrib/debian/manpages/feathercoin-qt.1
+.TH BITCOIN-QT "1" "April 2013" "feathercoin-qt 1" +feathercoin-qt \- peer-to-peer network based digital currency +feathercoin\-qt [command\-line options] +Specify configuration file (default: feathercoin.conf) +Specify pid file (default: feathercoind.pid)
Code updated
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Added man pages for feathercoin, modified icons : - commit
https://github.com/FeatherCoin/Feathercoin/commit/0ba808af8a10c8231490088932baa2d6ae0c7106
contrib/debian/manpages/bitcoin.conf.5 → contrib/debian/manpages/feathercoin.conf.5
+.TH BITCOIN.CONF "5" "January 2011" "feathercoin.conf 3.19" +feathercoin.conf \- feathercoin configuration file
Code replaced name
+The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, feathercoind(1) will look for a file named feathercoin.conf(5) in the feathercoin data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments.
Code replaced name
+feathercoin.conf should be located in $HOME/.feathercoin +Enable or disable run on the test network instead of the real *feathercoin* network. +Tells *feathercoin* to accept or not accept JSON-RPC commands. +How many seconds *feathercoin* will wait for a complete RPC HTTP request, after the HTTP connection is established. +You can use *feathercoin* or *feathercoind(1)* to send commands to *feathercoin*/*feathercoind(1)* running on another host using this option. +Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *feathercoin* '\-server' or *feathercoind(1)*. Example of OpenSSL settings used when *rpcssl*='1': +Enable or disable attempt to generate feathercoins. +Enable or disable use SSE instructions to try to generate feathercoins faster. +Pay an optional transaction fee every time you send feathercoins. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. +Enable or disable start feathercoind minimized. +feathercoind(1)
Code replaced name
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Added man pages for feathercoin, modified icons : - commit
https://github.com/FeatherCoin/Feathercoin/commit/0ba808af8a10c8231490088932baa2d6ae0c7106
contrib/debian/manpages/bitcoind.1 → contrib/debian/manpages/feathercoind.1
+.TH BITCOIND "1" "January 2011" "feathercoind 3.19" +feathercoind \- peer-to-peer network based digital currency +feathercoin [options] <command> [params] +feathercoin [options] help <command> \- Get help for a command
This manual page documents the feathercoind program. Bitcoin is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:
+Specify configuration file (default: feathercoin.conf) +\fBgetaccount 'feathercoinaddress'\fR
Returns the account associated with the given address.
+\fBsetaccount ‘feathercoinaddress’ [‘account’]\fR+Returns a new feathercoin address for 'account'. +Returns boolean true if server is trying to generate feathercoins, false otherwise. +Returns a new feathercoin address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'. +\fBgetreceivedbyaddress 'feathercoinaddress' ['minconf=1']\fR +Returns the total amount received by 'feathercoinaddress' in transactions with at least ['minconf'] confirmations. + *note: requires feathercoin 0.3.20 or later. + *note: requires feathercoin 0.3.20 or later. +\fBsendfrom* <'account'> <'feathercoinaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR +Sends amount from account's balance to 'feathercoinaddress'. This method will fail if there is less than amount feathercoins with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. +\fBsendtoaddress 'feathercoinaddress' 'amount' ['comment'] ['comment-to']\fR +Sends amount from the server's available balance to 'feathercoinaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. +Stops the feathercoin server. +\fBvalidateaddress 'feathercoinaddress'\fR +Checks that 'feathercoinaddress' looks like a proper feathercoin address. Returns an object containing: + "address" : feathercoinaddress. +feathercoin.conf(5)
Code replaced name to Feathercoin
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Changed paperwallet template and copyright strings : - commit
https://github.com/FeatherCoin/Feathercoin/commit/07525719698e379f2c721e8e6ffdc6a08468c843
+ # AX_CHECK_LINK_FLAG([[-static]],[LDFLAGS="$LDFLAGS -static"])
Code replaced
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Changed paperwallet template and copyright strings : - commit
https://github.com/FeatherCoin/Feathercoin/commit/07525719698e379f2c721e8e6ffdc6a08468c843
src/alert.cpp
src/base58.cpp
src/chainparams.cpp
src/key.cpp
Copyright update to 2015
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Changed paperwallet template and copyright strings : - commit
https://github.com/FeatherCoin/Feathercoin/commit/07525719698e379f2c721e8e6ffdc6a08468c843
src/m4/bitcoin_find_bdb48.m4
- for _vn in 4.8 48 4 5 ''; do + for _vn in 5.1 51 5 4.8 48 4 ''; do
Code replaced
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Changed paperwallet template and copyright strings : - commit
https://github.com/FeatherCoin/Feathercoin/commit/07525719698e379f2c721e8e6ffdc6a08468c843
src/m4/bitcoin_find_bdb51.m4
- for _vn in 5.1 51 5 ''; do + for _vn in 5.1 51 5 4.8 48 4 ''; do
Code replaced
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Changed paperwallet template and copyright strings : - commit
https://github.com/FeatherCoin/Feathercoin/commit/07525719698e379f2c721e8e6ffdc6a08468c843
src/main.cpp
src/main.h
src/qt/bitcoin.cpp
src/qt/bitcoingui.cpp
src/qt/bitcoingui.h
src/qt/reportview.h
src/qt/sendcoinsdialog.cpp
src/qt/snapwidget.cpp
src/qt/snapwidget.h
src/qt/utilitydialog.cpp
src/qt/utilitydialog.cpp
src/qt/utilitydialog.h
src/qt/walletmodel.cpp
src/qt/walletmodel.h
src/rpcdump.cpp
src/rpcmisc.cpp
src/rpcrawtransaction.cpp
src/rpcwallet.cpp
src/wallet.cpp
src/walletdb.cpp
Copyright update to 2015
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Changed paperwallet template and copyright strings : - commit
https://github.com/FeatherCoin/Feathercoin/commit/07525719698e379f2c721e8e6ffdc6a08468c843
src/qt/res/images/*
src/qt/res/images/paper_wallet.png
Paper wallet image updated