Skip to content

Releases: HistoriaOffical/historia

Historia Core v0.17.3.0 - Release Candidate 6

15 May 16:47
69d4cd6
Compare
Choose a tag to compare

Release Candidate 6 - DO NOT USE FOR PRODUCTION UNLESS YOU WANT TO TEST.

Historia Core v0.17.3.0 updates is as follows:
Current Release Candidate:

  • Added Importing of previous setup masternodes/voting nodes so the user can vote with those nodes
  • Created Masternode Management tab on settings page. This allows for Revoking, and Restarting masternodes via UI
  • Created Masternode Diagnosis functionality to attempt to try to figure out why your masternode is in POSE_STATE before restarting.
  • Created Setup Voting Node tab on settings page. This will allow for the user to setup new voding nodes and automatically setup keys for voting.
  • Created Setup Masternodes tab on settings page. This will allow for the user to setup a masternode if they have a Linux server already setup. - Currently this only supports Ubuntu 20.04
  • Setup Loading pages after HLWA is launched.

Previous Release Candidate:

  • First release of Historia Core wallet with the Historia Local Web Application (HLWA) integrated. This release allows for full use of the create system without any need to connect to an external IPFS server.
  • There is a new button under the governance tab "Open Historia Local Web (HLWA)". This is how you open the local app.
  • Updated Makefile.am to add both IPFS/HLWA into build process
  • Update Historia Core startup to create random RPC user and password in historia.conf to allow HLWA to connect without user setup
  • Too many changes to list here on HLWA to create a seamless process for the user. But the issues will be with HLWA and not with HistoriaCore wallet.

Setup/Testing:

  1. Install Historia Core as normal. You MUST install in the default location, if not it will not work correctly.
  2. Backup your historia.conf file, and delete the original one (found below). You don't have to do this step, but we have found that it works a little better without the original historia.conf file if you have made settings
  3. Go to the Governance tab, and click on the new button at the bottom Open Historia Local Web (HLWA).
  4. On the Setup page, the first tab is Masternodes Gateway Setup. Select a masternode from the list, scroll down and hist the Test & Save IPFS server. It will give you a pop up letting you know the details of the test, hit the save button if HTTPS Enabled is set to Yes, otherwise choose a different server.
  5. Everything should be setup now.
  6. If you want to do some additional testing for us, go to the Advanced Settings tab, and set the Enable IPFS API Server to On. This should pop up a command prompt window with IPFS daemon running for the Create process. (You don't have to create, but would be useful to know this is working properly). With the Enable IPFS API Server set to On, if you restart HLWA, it should start another command prompt window with IPFS daemon running.

If any of these steps fail, or don't do what is expected, please talk to us in Discord/Telegram and/or submit a bug to github.

You can submit bug reports here: https://github.com/HistoriaOffical/Historia-Local-Web-Application/issues

  • When submitting a bug please submit the following:
  • Operating system and version
  • Your historia.conf file, take out sensitive information such as blsprivkey if you have voting nodes/masternode setup.
  • Description of the issue.
  • A screen shot of your historiacore directory. (OSX: /Library/Application Support/HistoriaCore, Windows: %appdata%\Roaming\HistoriaCore)
  • Your IPFS config (OSX: /Users//.ipfs/config, Windows: C:\Users<USERNAME>.ipfs\config)

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101
addnode=209.250.233.69:10101
addnode=104.156.233.45:10101

Historia Core v0.17.2.0 - HIGHLY Suggested Update

08 Apr 16:18
Compare
Choose a tag to compare

This is a highly suggested release is for all users and masternode owners.

Historia Core v0.17.2.0 updates is as follows:

  • Updated seeds for all of the new masternodes that have come online recently. This should help with connection issues across the core network.
  • Fixed a bug that was causing records to be deleted from the governance.dat file on start up, there by not properly maintaining record status or state, nor would the records be re-downloaded from connecting nodes.
  • At the time of this release, if your node or wallet does not have 13 records locked or more, then also download the governance.dat file added to this release. Size of governance.dat file should be around 166 Kb. Close your wallet or kill Historiad. Delete the old version of the governance.dat file in your HistoriaCore wallet directory, and replace with the downloaded governance.dat file here. Restart your wallet or node. This is needed to help distribution of the records properly across the network.
  • You can check how many records you have by going to the debug console and running "gobject count" command.

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101
addnode=209.250.233.69:10101
addnode=104.156.233.45:10101

Historia Core v0.17.1.0 - Required Update

11 Jan 18:24
a848237
Compare
Choose a tag to compare

This is a required release is for all users and masternode owners.

Historia Core v0.17.1.0 updates is as follows:

  • Masternodes not running and fully available will be kicked off of the network and set to PoSE_BANNED. This is increase the amount each running masternode gets paid monthly.
  • Masternodes that do not have IPFS, HTTPS, and proper DNS setup will be kicked off the network and set to PoSE_BANNED.
  • Masternodes now should support the new versions of IPFS (we were 20 versions behind)
  • Masternodes check for DNS pointing to the masternode IP on start up, so you must have your DNS name setup before the masternode will run.
  • For masternodes, there is a new requirement in the historia.conf file. You must add masternodedns=
  • Fixed an issue with Historia Core causing pagination issues with Historia Local Web App and it not loading all records.
  • The maximum record size will increase from 10 MB, to 50MB then eventually to 100MB. This is to allow including of small audio and video files for very important topics that a written account will not do it justice.
  • The network will fork at block 1040034 (about 2 weeks from today) and increase the rewards for the superblock from 10% of the block reward to 15%. This will NOT increase the total amount of coins mined.

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101
addnode=209.250.233.69:10101
addnode=104.156.233.45:10101

Historia Core v0.17.0.4 (OUTDATED)

20 Feb 17:25
bc35d9f
Compare
Choose a tag to compare

This is a release is for all users and masternode owners. This release is for users that are going to setup the latest version Historia Local Web Application found at https://github.com/HistoriaOffical/Historia-Local-Web-Application/releases

Historia Core v0.17.0.4 updates is as follows:
Added IPFSCid "typing" to GovObjs to creation object for category support.
GUI fix for expired objects.
OSX Build Fix.
Other minor bug fixes to build system.

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101
addnode=209.250.233.69:10101
addnode=104.156.233.45:10101

Historia Core v0.17.0.3 - Minor Update

19 Apr 19:21
5d3f888
Compare
Choose a tag to compare

This is a general release for users and is not a required update. This release is for users that are going to setup the Historia Local Web Application found at https://github.com/HistoriaOffical/Historia-Local-Web-Application/releases

Historia Core v0.17.0.3 updates is as follows:
Expanded rpc masternodelist full call for Historia Local Web Application Support
Expanded rpc gobject list call for Historia Local Web Application Support
OSX Voting Node GUI Fix.
Other minor bug fixes to build sytsm.

Notice: OSX Client is having build release issues. Will update this release with the OSX client when fixed.

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101
addnode=209.250.233.69:10101
addnode=104.156.233.45:10101

Historia Core v0.17.0.2 - Minor Update

15 Mar 17:43
0e33660
Compare
Choose a tag to compare

This is a general release for users and is not a required update. Users that are going to setup voting node should update.

Historia Core v0.17.0.2 updates is as follows:
Voting Node GUI Fix.

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101
addnode=209.250.233.69:10101
addnode=104.156.233.45:10101

Historia Core v0.17.0.1 - Required Update

09 Mar 18:45
ea74d68
Compare
Choose a tag to compare

This is a general release for users and is a required update for all wallets, pools, masternodes, and exchanges.

This release enforces DIP0003 hash (Deterministic Masternodes)
Masternodes will be enabled on March 12, 2020 11:00:00 PM GMT.

Historia Core v0.17.0.1 updates is as follows:
16rv2 mining algorithm upgrade was successfully enabled on February 26, 2020 11:00:00 PM GMT.
DIP0001 is now active.
DIP0003 is now active and enforced.
DIP0008 is now active.

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101
addnode=209.250.233.69:10101
addnode=104.156.233.45:10101

Historia Core v0.17.0.0 - Required Update

23 Feb 21:44
Compare
Choose a tag to compare

This release is a required update for all wallets, pools, masternodes, and exchanges.

Historia Core v0.17.0.0 brings new updates to the project.

X16rv2 mining algorithm upgrade at February 26, 2020 11:00:00 PM GMT.

All previous issues have now been fixed through major architecture changes. This release at this time is mostly for infrastructure upgrades.

Old masternode system is no longer going to be used. Next gen - Deterministic Masternodes will activate approximately one week after X16rv2 activates.
More info about how to setup a masternodes will come soon.

Much more details coming soon.

Use following seeds in historia.conf if can't connect:
addnode=202.182.119.4:10101
addnode=149.28.22.65:10101
addnode=149.28.247.81:10101
addnode=45.32.194.49:10101
addnode=45.76.236.45:10101

Historia Core v0.16.3.3 - Minor Bug Fix

11 Jul 18:38
Compare
Choose a tag to compare

This release fixes minor issue in which that if a wallet has both a 100 Collateral Masternode node and 5000 Collateral Masternode associated with the same wallet, the user was unable to start the 5000 Collateral Masternode from remote.

This is not a required update, unless the user will start both 100 Collateral Masternode and 5000 Collateral Masternode from the same wallet.

Read the new masternode setup documentation at https://docs.historia.network/en/latest/masternodes/index.html

Use following seeds in historia.conf if can't connect:
addnode=140.82.34.25:10101
addnode=144.202.100.201:10101
addnode=149.28.180.79:10101
addnode=209.250.240.66:10101
addnode=149.28.132.246:10101
addnode=[2001:19f0:4400:7566:5400:1ff:feb0:9dbc]:10101
addnode=[2001:19f0:6c01:a12:5400:1ff:feb0:9db5]:10101
addnode=[2001:19f0:ac01:1771:5400:1ff:feb0:9db0]:10101
addnode=[2001:19f0:5801:1ad7:5400:1ff:feb0:9dca]:10101
addnode=[2001:19f0:7001:3e10:5400:1ff:feb0:9e5b]:10101
addnode=[2a05:f480:1400:97:5400:2ff:fe2d:5cad]:10101

Historia Core v0.16.3.2 - Required Update

09 Jul 18:46
Compare
Choose a tag to compare

This release is a required update for all wallets, masternodes, and exchanges.

This release fixes:
Content Distribution Masternode (CDMN) enablement
Reward increases for CDMNs
Stability issues for all masternodes

Read the new masternode setup documentation at https://docs.historia.network/en/latest/masternodes/index.html

Use following seeds in historia.conf if can't connect:
addnode=140.82.34.25:10101
addnode=144.202.100.201:10101
addnode=149.28.180.79:10101
addnode=45.77.25.230:10101
addnode=149.28.132.246:10101
addnode=[2001:19f0:4400:7566:5400:1ff:feb0:9dbc]:10101
addnode=[2001:19f0:6c01:a12:5400:1ff:feb0:9db5]:10101
addnode=[2001:19f0:ac01:1771:5400:1ff:feb0:9db0]:10101
addnode=[2001:19f0:5801:1ad7:5400:1ff:feb0:9dca]:10101
addnode=[2001:19f0:7001:3e10:5400:1ff:feb0:9e5b]:10101