novacoin.git
10 years agoFix message
alex [Tue, 30 Jul 2013 16:27:52 +0000]
Fix message

10 years agoBump version numbers
alex [Tue, 30 Jul 2013 16:21:18 +0000]
Bump version numbers

10 years agoRemove CPU miner related code
alex [Tue, 30 Jul 2013 16:13:55 +0000]
Remove CPU miner related code

10 years agoBUGFIX: prevent Qt client crash at startup with an empty directory
alex [Mon, 29 Jul 2013 23:30:46 +0000]
BUGFIX: prevent Qt client crash at startup with an empty directory

10 years agoAdd -walletnotify option
alex [Mon, 29 Jul 2013 23:21:32 +0000]
Add -walletnotify option

This option provides an opportunity to call external script on new transactions

10 years agoAdd timeoffset to getinfo output
alex [Mon, 29 Jul 2013 23:10:39 +0000]
Add timeoffset to getinfo output

10 years agoAdd "Copy transaction ID" feature
alex [Mon, 29 Jul 2013 22:59:59 +0000]
Add "Copy transaction ID" feature

10 years agoAddress in listunspent
alex [Mon, 29 Jul 2013 22:23:57 +0000]
Address in listunspent

10 years agoFix getbalance
alex [Mon, 29 Jul 2013 22:20:31 +0000]
Fix getbalance

10 years agoUse uint256 instead of CBigNum for ChainTrust
alex [Mon, 29 Jul 2013 22:12:14 +0000]
Use uint256 instead of CBigNum for ChainTrust

10 years agoDon't announce non-peer CNodes v0.4.4-pre
alex [Mon, 29 Jul 2013 00:10:56 +0000]
Don't announce non-peer CNodes

10 years agoBUGFIX: SignCompact/SignCompactSignature memory leak
alex [Sun, 28 Jul 2013 23:25:22 +0000]
BUGFIX: SignCompact/SignCompactSignature memory leak

10 years agoBUGFIX: Don't try to resize vector to negative size.
alex [Sun, 28 Jul 2013 23:18:17 +0000]
BUGFIX: Don't try to resize vector to negative size.

10 years agoKey metadata update + new timestamp conversion function
alex [Sun, 28 Jul 2013 23:07:03 +0000]
Key metadata update + new timestamp conversion function

10 years agoAdd wallet dump functionality and key creation timestamps
alex [Sun, 28 Jul 2013 18:45:12 +0000]
Add wallet dump functionality and key creation timestamps

10 years agoAllow user to select wallet file (-waller=walletfilename.dat)
alex [Sun, 28 Jul 2013 16:29:39 +0000]
Allow user to select wallet file (-waller=walletfilename.dat)

10 years agoDump addresses every 600s
alex [Sat, 27 Jul 2013 22:55:13 +0000]
Dump addresses every 600s

10 years agoFix for invalid conversion issue on Win32
alex [Sat, 27 Jul 2013 22:32:31 +0000]
Fix for invalid conversion issue on Win32

10 years agoComment fix
alex [Sat, 27 Jul 2013 22:27:46 +0000]
Comment fix

10 years agoAdd PoS ROI curve switch since 20 Oct 2013
alex [Sat, 27 Jul 2013 22:25:03 +0000]
Add PoS ROI curve switch since 20 Oct 2013

10 years agoSet inline modifier for some functions
alex [Sat, 27 Jul 2013 22:16:00 +0000]
Set inline modifier for some functions

10 years agoUse last block time instead of current time for getmininginfo
alex [Sat, 27 Jul 2013 18:40:21 +0000]
Use last block time instead of current time for getmininginfo

10 years agoAdd getbestblockhash RPC call support
alex [Sat, 27 Jul 2013 18:38:08 +0000]
Add getbestblockhash RPC call support

10 years agoImprove getmininginfo
alexhz [Sat, 6 Jul 2013 16:20:55 +0000]
Improve getmininginfo

10 years agoFix integer division-related issue in stake rewards calculation
alex [Sat, 29 Jun 2013 13:14:36 +0000]
Fix integer division-related issue in stake rewards calculation

10 years agoAdd current PoW reward and stake interest into getmininginfo result
alex [Sat, 29 Jun 2013 13:12:05 +0000]
Add current PoW reward and stake interest into getmininginfo result

10 years agoEnable DB_LOG_IN_MEMORY flag
alex [Sat, 29 Jun 2013 11:14:03 +0000]
Enable DB_LOG_IN_MEMORY flag

10 years agoEnable DB_LOG_AUTO_REMOVE flag
alex [Sat, 29 Jun 2013 09:59:19 +0000]
Enable DB_LOG_AUTO_REMOVE flag

10 years agoModify PoW trust score calculation
alex [Sat, 29 Jun 2013 09:54:36 +0000]
Modify PoW trust score calculation

10 years agoFix local stake weight calculation v0.4.3-nvc-f
alexhz [Thu, 20 Jun 2013 18:52:58 +0000]
Fix local stake weight calculation

10 years agoFix memory exhaustion v0.4.3-nvc
alexhz [Thu, 20 Jun 2013 17:00:45 +0000]
Fix memory exhaustion

10 years agoAdd checkpoint at block #24451
alexhz [Thu, 20 Jun 2013 00:33:07 +0000]
Add checkpoint at block #24451

10 years agoSet correct stake spacing
alexhz [Wed, 19 Jun 2013 21:14:40 +0000]
Set correct stake spacing

10 years agoAdd network PoW speed and Stake weight estimation into getmininginfo
alexhz [Wed, 19 Jun 2013 21:05:07 +0000]
Add network PoW speed and Stake weight estimation into getmininginfo

10 years agoIncrease version
alex [Sat, 15 Jun 2013 16:58:45 +0000]
Increase version

10 years agoFix trust score calculation segfault on testNet v0.4.3-pre
alex [Sat, 15 Jun 2013 16:48:21 +0000]
Fix trust score calculation segfault on testNet

10 years agoSwitch stakepower to available coin*age instead of spent coin*age
alex [Sat, 15 Jun 2013 16:39:34 +0000]
Switch stakepower to available coin*age instead of spent coin*age

10 years agoAdd stakepower into getmininginfo output (EXPERIMENTAL)
alex [Sat, 15 Jun 2013 16:24:16 +0000]
Add stakepower into getmininginfo output (EXPERIMENTAL)

10 years agoRemove PoW-miner related code
alex [Sat, 15 Jun 2013 15:48:29 +0000]
Remove PoW-miner related code

10 years agoRemove PoW-miner related RPC calls
alex [Sat, 15 Jun 2013 15:36:37 +0000]
Remove PoW-miner related RPC calls

10 years agoAdd checkpoints
alex [Sat, 15 Jun 2013 15:31:32 +0000]
Add checkpoints

10 years agoRemove MINOUT checkings for coinbase transactions since 20 Sep 2013
alex [Sat, 15 Jun 2013 15:19:52 +0000]
Remove MINOUT checkings for coinbase transactions since 20 Sep 2013

10 years agoStake checkings refactoring
alex [Sat, 15 Jun 2013 14:39:08 +0000]
Stake checkings refactoring

10 years agoRemove PoW CPU miner
alex [Sat, 15 Jun 2013 14:20:26 +0000]
Remove PoW CPU miner

10 years agoRemove PoW block signature from RPC also
alex [Sat, 15 Jun 2013 13:38:05 +0000]
Remove PoW block signature from RPC also

10 years agoRemove PoW block signature from RPC also
alex [Sat, 15 Jun 2013 13:34:23 +0000]
Remove PoW block signature from RPC also

10 years agoRemove block signature for proof-of-work blocks since 20 Sep 2013
alex [Sat, 15 Jun 2013 13:32:01 +0000]
Remove block signature for proof-of-work blocks since 20 Sep 2013

10 years agoAdd trust score calculation switch at 20 Sep 2013
alex [Sat, 15 Jun 2013 12:55:53 +0000]
Add trust score calculation switch at 20 Sep 2013

10 years agolocks exhaustion fix v0.4.2-nvc
alex [Sun, 19 May 2013 19:04:01 +0000]
locks exhaustion fix

10 years agofix readme
alex [Sun, 19 May 2013 18:26:03 +0000]
fix readme

10 years agofix readme
alex [Sun, 19 May 2013 18:23:57 +0000]
fix readme

10 years agoupdate to 0.4.2
alex [Sun, 19 May 2013 18:22:30 +0000]
update to 0.4.2

10 years agofix
Alex [Sat, 11 May 2013 01:21:28 +0000]
fix

10 years agofix
Alex [Fri, 10 May 2013 20:03:23 +0000]
fix

10 years agoupdate to 0.4.1 v0.4.1-nvc
alex [Fri, 10 May 2013 20:30:54 +0000]
update to 0.4.1

11 years agoTranslation update v0.4.0-nvc
alex [Fri, 19 Apr 2013 23:06:25 +0000]
Translation update

11 years agoHide debug info
alex [Fri, 19 Apr 2013 23:04:05 +0000]
Hide debug info

11 years agoHide debug info
alex [Fri, 19 Apr 2013 22:58:57 +0000]
Hide debug info

11 years agocache Stake value
alex [Fri, 19 Apr 2013 21:05:23 +0000]
cache Stake value

11 years agoFix balanceChanged event error
alex [Fri, 19 Apr 2013 20:05:48 +0000]
Fix balanceChanged event error

11 years agoAdd missing RPC calls
alexhz [Tue, 16 Apr 2013 20:55:03 +0000]
Add missing RPC calls

11 years agoUpdate translation
alexhz [Mon, 15 Apr 2013 23:59:30 +0000]
Update translation

11 years agoUpdate translation
alexhz [Mon, 15 Apr 2013 23:06:48 +0000]
Update translation

11 years agoUpdate translation
alexhz [Mon, 15 Apr 2013 22:38:57 +0000]
Update translation

11 years agoUpdate translation
alexhz [Mon, 15 Apr 2013 22:31:10 +0000]
Update translation

11 years agoUpdate translation
alexhz [Mon, 15 Apr 2013 22:25:12 +0000]
Update translation

11 years agoChange splash v0.4.0-unstable
alexhz [Mon, 15 Apr 2013 19:50:40 +0000]
Change splash

11 years agoFix
alexhz [Mon, 15 Apr 2013 19:42:54 +0000]
Fix

11 years agoRestore SSE2 flags
alexhz [Mon, 15 Apr 2013 19:36:15 +0000]
Restore SSE2 flags

11 years agoadd new testnet public and private keys
alexhz [Mon, 15 Apr 2013 18:44:28 +0000]
add new testnet public and private keys

11 years agoupdate to 0.4 preview
alexhz [Mon, 15 Apr 2013 18:39:58 +0000]
update to 0.4 preview

11 years agoEdit debian deployment files
alexhz [Mon, 15 Apr 2013 18:33:02 +0000]
Edit debian deployment files

11 years agoRename debian deployment files
alexhz [Mon, 15 Apr 2013 18:31:27 +0000]
Rename debian deployment files

11 years agocoding.txt converted to Unix EOL format
alexhz [Mon, 15 Apr 2013 18:23:17 +0000]
coding.txt converted to Unix EOL format

11 years agoFix minimum PoS difficulty at 0.25 for testnet
alexhz [Mon, 15 Apr 2013 17:53:31 +0000]
Fix minimum PoS difficulty at 0.25 for testnet

11 years agoAdd getworkex
alex [Tue, 9 Apr 2013 22:01:45 +0000]
Add getworkex

11 years agoRemove pyminer
alexhz [Mon, 8 Apr 2013 17:23:43 +0000]
Remove pyminer

11 years agoMac deployment scripts update
alexhz [Mon, 8 Apr 2013 17:20:20 +0000]
Mac deployment scripts update

11 years agoMac deployment scripts update
alexhz [Mon, 8 Apr 2013 17:18:09 +0000]
Mac deployment scripts update

11 years agoCleanup
alexhz [Sat, 6 Apr 2013 15:06:04 +0000]
Cleanup

11 years agoCleanup
alexhz [Sat, 6 Apr 2013 13:05:12 +0000]
Cleanup

11 years agoAdd checkpoint at block 14189, v3 lock-in since supermajority and bnProofOfStakeLimit...
alexhz [Sat, 6 Apr 2013 06:07:31 +0000]
Add checkpoint at block 14189, v3 lock-in since supermajority and bnProofOfStakeLimit switch since block #15000

11 years agoBump version to 0.3.4
alexhz [Mon, 1 Apr 2013 07:39:58 +0000]
Bump version to 0.3.4

11 years agoadd checkpoint and version rules
alexhz [Mon, 1 Apr 2013 02:43:58 +0000]
add checkpoint and version rules

11 years agoFix PoS difficulty at 0.25 after blocks v3 supermajority threshold + misc fixes
alexhz [Tue, 26 Mar 2013 18:30:10 +0000]
Fix PoS difficulty at 0.25 after blocks v3 supermajority threshold + misc fixes

11 years agoMerge pull request #2 from sunnyking/master
Balthazar [Tue, 26 Mar 2013 15:42:15 +0000]
Merge pull request #2 from sunnyking/master

Protocol switch of entropy bit for Novacoin support of p2pool

11 years agoProtocol switch of entropy bit calculation for novacoin support of p2pool
Sunny King [Tue, 26 Mar 2013 05:27:29 +0000]
Protocol switch of entropy bit calculation for novacoin support of p2pool
Note: Upgrade required before March 30

11 years agoBSD makefile fix
alexhz [Sat, 9 Mar 2013 18:11:36 +0000]
BSD makefile fix

11 years agoNotes fix
alexhz [Sat, 9 Mar 2013 18:07:44 +0000]
Notes fix

11 years agoNotes fix
alexhz [Sat, 9 Mar 2013 18:05:33 +0000]
Notes fix

11 years agoset new version
alexhz [Thu, 7 Mar 2013 21:48:33 +0000]
set new version

11 years agoUse 33 byte compressed keys
alex [Thu, 7 Mar 2013 21:11:35 +0000]
Use 33 byte compressed keys

11 years agoUse 33 byte compressed keys
alex [Thu, 7 Mar 2013 21:08:24 +0000]
Use 33 byte compressed keys

11 years agoset new version
alexhz [Thu, 7 Mar 2013 14:14:17 +0000]
set new version

11 years agoRemove getworkex, for now
alex [Fri, 1 Mar 2013 22:52:50 +0000]
Remove getworkex, for now

11 years agoImprove getblock/getblockbynumber output
alex [Fri, 1 Mar 2013 22:35:20 +0000]
Improve getblock/getblockbynumber output

11 years agoAdd haddened checkpoint at block #8700
alex [Fri, 1 Mar 2013 17:37:36 +0000]
Add haddened checkpoint at block #8700

11 years agoCleanup
alex [Fri, 1 Mar 2013 16:47:08 +0000]
Cleanup

11 years agoMerge non-wallet transactions support for gettransaction RPC from bitcoin 0.7
alex [Fri, 1 Mar 2013 16:45:19 +0000]
Merge non-wallet transactions support for gettransaction RPC from bitcoin 0.7

11 years agoAdd getpowreward RPC
alex [Mon, 25 Feb 2013 16:23:37 +0000]
Add getpowreward RPC