Skip to content

Releases: onix-project/onixcoin

v1.1.3.0

03 Apr 16:39
Compare
Choose a tag to compare

security upgrade protocol

  • new checkpoints

  • close all clients to 70012 protocol.

edit your conf file only with these nodes

addnode=68.183.113.160
addnode=116.203.143.160
addnode=94.156.35.47
addnode=138.197.108.82
addnode=159.69.123.95
addnode=192.186.184.128
addnode=190.72.249.22
addnode=192.34.56.133

https://bitcointalk.org/index.php?topic=1934989.msg50448180#msg50448180

1.1.2.0 soft fork version ONX

01 Mar 19:04
Compare
Choose a tag to compare

soft upgrade

the hard implementation of protocol 70012 failed, this is to soften this

minor fixes for compilations in windows

key blocks are

  • 330000 // apply the kgw algorithm patch
  • 345600 // apply halving and dgwv3

https://bitcointalk.org/index.php?topic=1934989.msg49979439#msg49979439

1.1.1.0

27 Feb 10:33
Compare
Choose a tag to compare

EMERGENCY REVISION

minor Patch kgw exploit
new checkpoints

https://bitcointalk.org/index.php?topic=552895.0

1.1.0.0

20 Feb 22:58
ef4a68b
Compare
Choose a tag to compare

halving on 345600
DgWV3

1.0.0.2

31 Dec 19:09
419f98d
Compare
Choose a tag to compare

Onix Core update to 1.0.0.2

onix update

29 Nov 02:06
843f104
Compare
Choose a tag to compare

new seeders
new protocol version
new checkpoins

transition version

ONIX-qt.tar.bz2 (debian/ubuntu 18 qt client)
ONIXd.tar.bz2 (onix service for linux debian/ubuntu 18 client)
ONIX-qt.exe.zip (windows 10 onix core client) thanks @jestevez
ONIX-qt.dmg (MacOS High Sierra Compatible core client)

Wallet Java

29 Nov 21:13
843f104
Compare
Choose a tag to compare

A multiplatform wallet.

updates

03 Oct 14:08
Compare
Choose a tag to compare
updates Pre-release
Pre-release

Updates MacOS is here (OnixCoin-Core.dmg)

macOS High Sierra 10.13.16 support and new protocols....

please make sure install

xcode-select --install

please install dependent package using brew please see in https://brew.sh

or

execute in terminal this

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

and

    brew install openssl qt 

install OnixCoin-Qt in /applications

initial testnet network for onixcoin

26 Apr 19:42
Compare
Choose a tag to compare
Pre-release

this is a network for development purposes only

this release include new deamon for onixcoin.. please not for use in production.

create file ~/.ONIX/ONIX.conf

add this

rpcuser=onixu
rpcpassword=onixp
rpctimeout=30
dbcache=16
testnet=1
testnet_config=1

for run
./onixcoind -bind=127.0.0.1:41016 -rpcbind=127.0.0.1:41019 -reindex -addnode=107.170.213.97