diff --git a/docs/onionr-logo.png b/docs/onionr-logo.png index 4ecf3293..d0860f6d 100644 Binary files a/docs/onionr-logo.png and b/docs/onionr-logo.png differ diff --git a/onionr/core.py b/onionr/core.py index 16502d25..e1dce148 100644 --- a/onionr/core.py +++ b/onionr/core.py @@ -18,7 +18,6 @@ along with this program. If not, see . ''' import sqlite3, os, sys, time, math, base64, tarfile, getpass, simplecrypt, hashlib, nacl, logger, json, netcontroller, math, config -from onionrblockapi import Block import onionrutils, onionrcrypto, onionrproofs, onionrevents as events, onionrexceptions, onionrvalues diff --git a/readme.md b/readme.md index b49c917d..926d3276 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,5 @@ ![Onionr logo](./docs/onionr-logo.png) -[![Build Status](https://travis-ci.org/beardog108/onionr.svg?branch=master)](https://travis-ci.org/beardog108/onionr) [![Open Source Love](https://badges.frapsoft.com/os/v3/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) @@ -8,12 +7,13 @@ Anonymous P2P platform, using Tor & I2P. Major work in progress. -***THIS SOFTWARE IS NOT USABLE OR SAFE YET.*** +***THIS SOFTWARE IS NOT USABLE OR SECURE YET.*** +**The main repo for this software is at https://gitlab.com/beardog/Onionr/** **Roadmap/features:** -Check the [GitHub Project](https://github.com/beardog108/onionr/projects/1) to see progress towards the alpha release. +Check the [Gitlab Project](https://gitlab.com/beardog/Onionr/milestones/1) to see progress towards the alpha release. * [X] Fully p2p/decentralized, no trackers or other single points of failure * [X] High level of anonymity