Commit graph

56 commits

Author SHA1 Message Date
Calin Culianu
38dc824954
Updated README.md to use better art/graphics/icon for the app.
Also added sumbodule in contrib/ that points to Fulcrum-art repo.
2024-05-04 11:08:00 +03:00
Calin Culianu
a158848259
Update README.md, add website link
Added link to the Awesome Website™️
2024-03-29 16:08:21 +02:00
Calin Culianu
66b54923a7
Updated copyright year on 2 files and also unix-man-page.md 2024-03-04 11:51:09 +02:00
Calin Culianu
add2e468b2
Updated README.md to say protocol is 1.5.1 (not 1.4.5)
Readme wasn't updated since we upgraded protocol support past 1.4.5.
2023-11-02 05:24:17 +02:00
kdmukai
1013294d31
Update BTC index size 2023-08-22 06:55:01 -05:00
Calin Culianu
8dc88a0415
Update README.md for FulcrumAdmin query command
Show the help for the new `query` command to `FulcrumAdmin`.
2023-04-08 05:29:53 -04:00
Calin Culianu
f2b39b5c06
Remove travis badge from README.md
Travis is no longer free. We need to move over to github workflows probably. For now , the badge is removed.
2023-04-07 20:23:47 -04:00
Calin Culianu
baf9acd303
Bumped copyright year to 2023 2023-03-21 10:19:55 -05:00
Melroy van den Berg
f37d5f5912
During Synching, connecting results into connection refused (#146)
- Add a line that during synching you can't connect to the server yet (results into: "Connection refused").
- Fix 'version' spelling mistake

Co-authored-by: Calin Culianu <calin.culianu@gmail.com>
2022-12-06 17:51:22 -06:00
Melroy van den Berg
18f92de463
Update the Fulcrum Admin section 2022-12-05 22:09:28 +01:00
Calin Culianu
658a326e1d
Updated README.md
Removed the nodes on endianness -- this is now detected at compile-time.
2022-09-14 20:20:13 -05:00
Calin Culianu
5ac7d076f1
Add Litecoin (LTC) support. (#114)
Fulcrum will now have support for Litecoin, in addition to Bitcoin Cash and Bitcoin BTC.

Includes support for deserializing/reserializing mweb data, so Fulcrum should work with 
latest `litecoind` `v0.21.2`.  Note that no known Electrum clients on LTC know how to 
*deal* with mweb data, but Fulcrum at least won't die on it when receiving txns or blocks
containing it from `litcoind` RPC. 

See PR #144 for more details.
See also discussion here: https://github.com/spesmilo/electrumx/issues/179
2022-05-25 19:20:42 -05:00
Calin Culianu
d24a02c1bf
Updated Copyright to 2022 2022-02-03 03:34:32 -06:00
Calin Culianu
a7e8f7d0e7
Added badge to README.md for Fulcrum docker "publish" action 2021-07-03 06:06:10 -04:00
Calin Culianu
42de9d5f36
Updated README.md
Electrum Cash protocol that we support is now 1.4.5
2021-03-02 16:48:24 +02:00
Calin Culianu
f1a5872f6c
Updated README.md
Added General Protocols as a sponsor
2021-02-27 11:07:33 +02:00
Calin Culianu
349bd8c176
Updated README.md to mention libzmq
Updated the readme to mention that one wants to link against `libzmq` if possible and 
enable `zmqpubhashblock` in bitcoind.
2021-02-11 23:19:40 +02:00
Calin Culianu
3558805470
Fixed a typo 2021-02-11 00:06:10 +02:00
Calin Culianu
e2f86f8d61
Updated README.md
Added  a question & answer to the FAQ section.
2021-02-11 00:04:52 +02:00
Calin Culianu
946fe482b5
Updated copyright year in remaining files
LICENSE.txt, README.md, and some unused c++ files.
2021-01-09 22:14:38 +02:00
Calin Culianu
87fb48076d
Upgrade to rocksdb 6.14.6 + bump version to 1.3.3
Upgraded the included headers and static libs to this latest version of
rocksdb. It is hoped that performance and memory consumption will
improve as a result of this update.

Also we bumped the app version to 1.3.3.
2020-12-10 08:59:25 +02:00
Calin Culianu
a898b0e7d6
Updated README.md
- Added mention of BTC support
- Added a Quickstart section up-top.
- Fleshed-out the requirements section more
- Added a BTC donation address
2020-11-07 09:11:02 +02:00
Calin Culianu
3f0a4159db
Updated README.md
Electrum Cash 1.4.3 protocol -> Electrum Cash 1.4.4 protocol
2020-06-27 13:18:41 +03:00
Calin Culianu
d7ed1d1126
Updated README.md 2020-04-07 14:49:52 +03:00
Calin Culianu
082b2d5085
Updated README.md
Tiny nit. "Docker image" -> "Docker container"
2020-03-28 20:02:35 +02:00
Calin Culianu
2414032846
Static build: added build target for older Linux (linux_ub16)
This allows us to entirely build releases using Docker.  The linux_ub16
target is for older systems with an older libc (Ubuntu16 LTS or
thereabouts), which can't run the newer static build (built on top of
Ubuntu 18 LTS but it requires a newer libc than Ubuntu16 has).

Also in this commit we simplified the Linux Dockerfile to not install
dependencies we don't need, and updated the README to reflect the new
platform targets for build.sh.

The platform targets for build.sh now are: linux, windows, and
linux_ub16 (also short versions work: lin, win, oldlin).
2020-03-28 19:58:54 +02:00
Calin Culianu
cb0ab5a4ba
Updated README.md
Fixed a typo
2020-03-28 11:55:37 +02:00
Calin Culianu
46fc6f50c7
README.md and _build.sh; some formatting nits
- Got rid of some leading tabs in win/_build.sh
- Reformatted the static build section of README.md a little bit
2020-03-28 10:33:58 +02:00
Calin Culianu
e68a183bf1
Static build: Added building of FulcrumAdmin.exe for Windows
After much trial and tribulation, it works now!  I had to
troubleshoot why the Wine-built FulcrumAdmin.exe refusd to
run on real Windows, and it turns out that the thing was bundling
some fake Wine .DLL files which real windows ships with anyway
and which real Windows didn't like.  This has been addressed.

It works! Sweet jesus!  Now releases for me will be made simpler.
2020-03-28 10:25:01 +02:00
Calin Culianu
2b73f6ea5a
Updated README.md
Fixed a typo "youself" -> "yourself"
2020-03-27 14:33:53 +02:00
Calin Culianu
645d596423
Updated README.md
Fixed a formatting issue
2020-03-27 14:32:44 +02:00
Calin Culianu
bad0af12da
Added Linux static builder (using Docker)
- Moved the contrib/build/win/build.sh script up 1 level and made it
  generic.
- It takes 2 args now: <platform> <commit>
- To build the static windows .exe: contrib/build/build.sh windows master
- To build a static Linux binary: contrib/build/build.sh linux master

Tested and works!
2020-03-27 14:28:58 +02:00
Calin Culianu
6a254bcd90
Updated README.md
To point to readthedocs.io for documentation.
2020-03-26 21:04:58 +02:00
Calin Culianu
7f2c8e62f5
Updated README.md
Specified 1.4.3 protocol in the top level bullet point.
2020-03-26 20:53:47 +02:00
Calin Culianu
8a1526f94f
Updated README.md
Pointed to the protocol docs page that I built.
2020-03-26 20:52:25 +02:00
Calin Culianu
5e50b78544
Updated README.md
Just some nits in the Windows static build section.
2020-03-26 19:45:13 +02:00
Calin Culianu
b80b5348a0
Updated README.md
Added a section to describe how to build the Windows exe using docker
via the `contrib/build/win/build.sh script`.
2020-03-26 19:41:53 +02:00
Calin Culianu
84b778e83e
Updated README.md
To link to: https://bitcoincash.network/electrum
2020-03-22 12:42:03 +02:00
Calin Culianu
dcbd99b3fe
Updated README.md
To mention that now I used Qt 5.14.1.
2020-03-18 01:12:43 +02:00
Calin Culianu
88ce10cb04
Updated README.md
Added a link to the Fulcrum man page
2020-01-19 21:22:47 +02:00
Calin Culianu
4760209ede
Fixed a single-word typo in README.md
"send command to" -> "send commands to" :/
2020-01-16 18:24:45 +02:00
Calin Culianu
3b2f5bad30
Nit in README.md -- Python3.6 -> Python3.6+ 2020-01-16 16:53:16 +02:00
Calin Culianu
fa1951aadd
Updated README.md to mention FulcrumAdmin
Mentioned FulcrumAdmin with some example commands, added menton of the
new fulcrum-quick-config.conf, as well as various other edits.
2020-01-16 16:49:56 +02:00
Axel Gembe
8a838ddc52
README: Add Travis CI build status badge 2020-01-14 00:15:51 +07:00
Calin Culianu
15fe75618f
Added Fedora COPR build badge
Points to: https://copr.fedorainfracloud.org/coprs/jonny/BitcoinCash/package/fulcrum/
2020-01-13 18:10:57 +02:00
Axel Gembe
421c7e90ab
README: Add docker build status badge 2020-01-13 22:56:56 +07:00
Calin Culianu
1d7eddb911
Updated README.md
To be more clear that we only support Qt 5.12.5+ and to also include the link to https://launchpad.net/~beineri.
2020-01-11 13:24:06 +02:00
Calin Culianu
a2dc7ca1e2
Updated README.md
A minor nit in one of the paragraphs
2020-01-09 13:40:03 +02:00
Calin Culianu
6365c6d439
Updated README.md to reflect new ability to link against systam rocksdb
Also updated some comments (nits) in Fulcrum.pro.
2020-01-09 13:08:51 +02:00
Calin Culianu
d23bf38ae6
Updated README.md
Fixed image
2020-01-02 22:53:13 +02:00