novacoin.git
8 years agoTypo fix
CryptoManiac [Thu, 1 Oct 2015 18:37:49 +0000]
Typo fix

8 years agoMerge pull request #244 from svost/frombitcoin
CryptoManiac [Thu, 1 Oct 2015 12:37:43 +0000]
Merge pull request #244 from svost/frombitcoin

 Allow -onlynet=onion to be used

8 years ago Allow -onlynet=onion to be used 244/head
svost [Thu, 1 Oct 2015 11:21:31 +0000]
 Allow -onlynet=onion to be used

Just an alias for onlynet=tor, but matches the new name
of the proxy option -onion= better.

8 years agoMerge pull request #243 from svost/getarguint
CryptoManiac [Wed, 30 Sep 2015 14:02:13 +0000]
Merge pull request #243 from svost/getarguint

Added GetArgUInt function

8 years agoAdded GetArgUInt function 243/head
svost [Wed, 30 Sep 2015 10:15:52 +0000]
Added GetArgUInt function

8 years agoMerge pull request #242 from svost/getargint
CryptoManiac [Wed, 30 Sep 2015 09:00:24 +0000]
Merge pull request #242 from svost/getargint

Added GetArgInt function

8 years agoAdded GetArgInt function 242/head
svost [Tue, 29 Sep 2015 14:27:06 +0000]
Added GetArgInt function

8 years agoMerge pull request #241 from svost/msvc-solution
CryptoManiac [Tue, 29 Sep 2015 11:20:15 +0000]
Merge pull request #241 from svost/msvc-solution

MSVC solution update: suppressed warning c4100 (unreferenced formal parameter)

8 years agoMSVC solution update: suppressed warning c4100 unreferenced formal parameter 241/head
svost [Tue, 29 Sep 2015 10:19:53 +0000]
MSVC solution update: suppressed warning c4100 unreferenced formal parameter

8 years agoUpdate json_spirit_writer_template.h
0xDEADFACE [Sun, 27 Sep 2015 21:38:06 +0000]
Update json_spirit_writer_template.h

8 years agoMerge pull request #239 from svost/ckey-operator-fix
CryptoManiac [Sun, 27 Sep 2015 16:15:02 +0000]
Merge pull request #239 from svost/ckey-operator-fix

Member variable 'CKey::fCompressedPubKey' is not assigned a value in 'CKey::operator='

8 years agoMember variable 'CKey::fCompressedPubKey' is not assigned a value in 'CKey::operator=' 239/head
svost [Sun, 27 Sep 2015 08:04:24 +0000]
Member variable 'CKey::fCompressedPubKey' is not assigned a value in 'CKey::operator='

8 years agoUpdate coins supply information.
CryptoManiac [Sat, 26 Sep 2015 22:13:00 +0000]
Update coins supply information.

8 years agoNTP client memory leak fix.
CryptoManiac [Sat, 26 Sep 2015 19:30:34 +0000]
NTP client memory leak fix.

8 years agoBump version to 0.5.4 nvc-v0.5.4
CryptoManiac [Sat, 26 Sep 2015 17:33:54 +0000]
Bump version to 0.5.4

8 years agoAdd new Tor seed node.
CryptoManiac [Sat, 26 Sep 2015 17:29:19 +0000]
Add new Tor seed node.

8 years agoMerge pull request #238 from svost/c4267
CryptoManiac [Fri, 25 Sep 2015 21:51:34 +0000]
Merge pull request #238 from svost/c4267

Fix msvc c4267 warning

8 years agoFix msvc c4267 warning 238/head
svost [Fri, 25 Sep 2015 20:13:31 +0000]
Fix msvc c4267 warning

8 years agoMerge pull request #237 from svost/c4127
CryptoManiac [Thu, 24 Sep 2015 18:51:52 +0000]
Merge pull request #237 from svost/c4127

Fix msvc c4127 warning

8 years agoFix msvc c4127 warning 237/head
svost [Thu, 24 Sep 2015 18:07:46 +0000]
Fix msvc c4127 warning

8 years agoMerge pull request #236 from svost/libcommon-w2
CryptoManiac [Thu, 24 Sep 2015 08:59:40 +0000]
Merge pull request #236 from svost/libcommon-w2

Fix msvc libcommon level 2 warnings

8 years agoMore NTP servers.
CryptoManiac [Wed, 23 Sep 2015 23:14:28 +0000]
More NTP servers.

8 years agoRemove StakeMiner function, mine blocks directly in the thread function.
CryptoManiac [Wed, 23 Sep 2015 22:00:16 +0000]
Remove StakeMiner function, mine blocks directly in the thread function.

8 years agoMove stake mining function wrapper definition to miner.cpp. Also, init NTP thread...
CryptoManiac [Wed, 23 Sep 2015 01:15:29 +0000]
Move stake mining function  wrapper definition to miner.cpp. Also, init NTP thread from StartNode().

8 years agoKeep old GetAdjustedTime() behavior if no NTP data is available;
CryptoManiac [Tue, 22 Sep 2015 23:15:38 +0000]
Keep old GetAdjustedTime() behavior if no NTP data is available;
Give a warning if no p2p time data is available and NTP is not in agreement with system clock.

8 years agoMore than one samples seems enough.
CryptoManiac [Tue, 22 Sep 2015 19:40:44 +0000]
More than one samples seems enough.

8 years agoRevert "const"
CryptoManiac [Tue, 22 Sep 2015 19:36:15 +0000]
Revert "const"

This reverts commit 337a66b52c0296b218bdd0f2e24a84a0d451fb11.

8 years agoEOL
CryptoManiac [Tue, 22 Sep 2015 19:25:48 +0000]
EOL

8 years agoDebug messages.
CryptoManiac [Tue, 22 Sep 2015 18:43:04 +0000]
Debug messages.

8 years agoconst
CryptoManiac [Tue, 22 Sep 2015 18:32:08 +0000]
const

8 years agoDon't start NTP thread if there is NTP server active at localhost.
CryptoManiac [Tue, 22 Sep 2015 13:48:56 +0000]
Don't start NTP thread if there is NTP server active at localhost.

8 years agoAdditional randomization of NTP requests. Also add timestamping information to output...
CryptoManiac [Tue, 22 Sep 2015 00:41:24 +0000]
Additional randomization of NTP requests. Also add timestamping information to output of getinfo RPC call.

8 years agoAdd __STDC_LIMIT_MACROS for INT64_MAX
CryptoManiac [Mon, 21 Sep 2015 23:00:27 +0000]
Add  __STDC_LIMIT_MACROS for INT64_MAX

8 years agoAutomatically choose between NTP, median peer time and system clock.
CryptoManiac [Mon, 21 Sep 2015 21:50:45 +0000]
Automatically choose between NTP, median peer time and system clock.

8 years agoMore NTP servers.
CryptoManiac [Mon, 21 Sep 2015 13:53:45 +0000]
More NTP servers.

8 years agoRemove NtpGetTime() and use NtpTime(CNetAddr&) instead.
CryptoManiac [Sun, 20 Sep 2015 21:04:07 +0000]
Remove NtpGetTime() and use NtpTime(CNetAddr&) instead.

8 years agoAdd Hurricane Electric and SixXs servers.
CryptoManiac [Sun, 20 Sep 2015 20:30:40 +0000]
Add Hurricane Electric and SixXs servers.

8 years agoFix msvc c4200 warning 236/head
svost [Sun, 20 Sep 2015 19:33:52 +0000]
Fix msvc c4200 warning

8 years agoSuppress msvc c4244 warning
svost [Sun, 20 Sep 2015 19:29:52 +0000]
Suppress msvc c4244 warning

8 years agoAdd 5 new ntp servers.
CryptoManiac [Sun, 20 Sep 2015 19:16:20 +0000]
Add 5 new ntp servers.

8 years ago;)
CryptoManiac [Sun, 20 Sep 2015 17:28:13 +0000]
;)

8 years agoMerge branch 'master' of ssh://github.com/novacoin-project/novacoin
CryptoManiac [Sun, 20 Sep 2015 17:22:14 +0000]
Merge branch 'master' of ssh://github.com/novacoin-project/novacoin

8 years agoGet periodical time samples through NTP
CryptoManiac [Sun, 20 Sep 2015 17:21:40 +0000]
Get periodical time samples through NTP

8 years agoMerge pull request #234 from svost/bitcoin-syncscore
CryptoManiac [Sun, 20 Sep 2015 13:08:26 +0000]
Merge pull request #234 from svost/bitcoin-syncscore

Use pnode->nLastRecv as sync score directly

8 years ago10 seconds timeout for NTP requests.
CryptoManiac [Sun, 20 Sep 2015 13:06:08 +0000]
10 seconds timeout for NTP requests.

8 years agoAdd Caltech time servers.
CryptoManiac [Sun, 20 Sep 2015 12:41:12 +0000]
Add Caltech time servers.

8 years agoAdd time samples from NTP while starting up.
CryptoManiac [Sun, 20 Sep 2015 12:29:15 +0000]
Add time samples from NTP while starting up.

8 years agoComments correction.
CryptoManiac [Sun, 20 Sep 2015 11:53:57 +0000]
Comments correction.

8 years agoUse pnode->nLastRecv as sync score directly 234/head
Huang Le [Fri, 30 May 2014 15:44:44 +0000]
Use pnode->nLastRecv as sync score directly

NodeSyncScore() should find the node which we recv data most recently, so put a negative sign to pnode->nLastRecv is indeed wrong.

Also change the return value type to int64_t.

Signed-off-by: Huang Le <4tarhl@gmail.com>

8 years agoAdd some public NTP servers.
CryptoManiac [Sun, 20 Sep 2015 00:46:47 +0000]
Add some public NTP servers.

8 years agoNTP: use select & recvfrom for async socket handling.
CryptoManiac [Sat, 19 Sep 2015 20:29:35 +0000]
NTP: use select & recvfrom for async socket handling.

8 years agoDefine additional constants for zero and irc port number.
CryptoManiac [Sat, 19 Sep 2015 00:15:58 +0000]
Define additional constants for zero and irc port number.

8 years agoUse uint16_t for port number.
CryptoManiac [Fri, 18 Sep 2015 21:09:50 +0000]
Use uint16_t for port number.

8 years agoMerge pull request #233 from svost/defaultcodec
CryptoManiac [Fri, 18 Sep 2015 19:52:54 +0000]
Merge pull request #233 from svost/defaultcodec

Fixed again - see pull request #155

8 years agoFixed again - see pull request #155 233/head
svost [Fri, 18 Sep 2015 19:40:11 +0000]
Fixed again - see pull request #155

8 years agoPut client version data into coinbase flags.
CryptoManiac [Thu, 17 Sep 2015 19:40:07 +0000]
Put client version data into coinbase flags.

8 years agoMerge pull request #232 from svost/solution-ntp
CryptoManiac [Thu, 17 Sep 2015 16:35:16 +0000]
Merge pull request #232 from svost/solution-ntp

NovacoinSolution update

8 years agoUpdate novacoin.solution concerning to tiny ntp client update #5a73a5b 232/head
svost [Thu, 17 Sep 2015 13:46:46 +0000]
Update novacoin.solution concerning to tiny ntp client update #5a73a5b

8 years agoUpdate novacoin.solution concerning to pull request #231
svost [Thu, 17 Sep 2015 13:18:25 +0000]
Update novacoin.solution concerning to pull request #231

8 years agoAdd examples.
CryptoManiac [Thu, 17 Sep 2015 12:58:15 +0000]
Add examples.

8 years agoUse non-blocking socket for recvfrom.
CryptoManiac [Thu, 17 Sep 2015 12:56:04 +0000]
Use non-blocking socket for recvfrom.

8 years agoRemove unused function.
CryptoManiac [Thu, 17 Sep 2015 00:05:29 +0000]
Remove unused function.

8 years agoUpdate makefiles.
CryptoManiac [Thu, 17 Sep 2015 00:01:27 +0000]
Update makefiles.

8 years agocompat.h definitions should work well.
CryptoManiac [Wed, 16 Sep 2015 23:52:12 +0000]
compat.h definitions should work well.

8 years agoFix windows compilation issues.
CryptoManiac [Wed, 16 Sep 2015 23:40:24 +0000]
Fix windows compilation issues.

8 years agoTiny NTP client.
CryptoManiac [Wed, 16 Sep 2015 23:23:48 +0000]
Tiny NTP client.

8 years agoForce checkqueue to quit while shutting down.
CryptoManiac [Wed, 16 Sep 2015 18:46:35 +0000]
Force checkqueue to quit while shutting down.

8 years agoMerge pull request #231 from penek/master
CryptoManiac [Wed, 16 Sep 2015 17:43:36 +0000]
Merge pull request #231 from penek/master

Add form for second authorization (2fa) with checking transaction has…

8 years agoAdd form for second authorization (2fa) with checking transaction hashes in blockchain 231/head
Penek [Wed, 16 Sep 2015 13:48:25 +0000]
Add form for second authorization (2fa) with checking transaction hashes in blockchain

8 years agoGetBlockTrust() cleanup
CryptoManiac [Mon, 14 Sep 2015 01:00:35 +0000]
GetBlockTrust() cleanup

Redownload of blockchain is recommended but not necessary.

8 years agoStop calculating sigops in coinbase scriptsigs since 20 Nov 2015.
CryptoManiac [Sun, 13 Sep 2015 23:32:23 +0000]
Stop calculating sigops in coinbase scriptsigs since 20 Nov 2015.

8 years agoRemove legacy implementations of stake reward calculation.
CryptoManiac [Sun, 13 Sep 2015 19:28:45 +0000]
Remove legacy implementations of stake reward calculation.

Comparison with last checkpoint allows us to do so.

8 years agoRemove legacy checkings.
CryptoManiac [Sun, 13 Sep 2015 17:28:58 +0000]
Remove legacy checkings.

8 years agoAdd VisualPharm copyright notice.
CryptoManiac [Sat, 12 Sep 2015 20:24:32 +0000]
Add VisualPharm copyright notice.

8 years agoMerge pull request #230 from svost/qt-raise
CryptoManiac [Sat, 12 Sep 2015 13:57:59 +0000]
Merge pull request #230 from svost/qt-raise

Add raise() for MultisigPage and for RpcConsole

8 years agoAdd raise() for MultisigPage and for RpcConsole 230/head
svost [Sat, 12 Sep 2015 09:15:43 +0000]
Add raise() for MultisigPage and for RpcConsole

8 years agoFix compilation error on Win32 platforms. nvc-v0.5.3
CryptoManiac [Sat, 5 Sep 2015 10:23:56 +0000]
Fix compilation error on Win32 platforms.

8 years agov0.5.3 snapshot
CryptoManiac [Wed, 2 Sep 2015 17:48:03 +0000]
v0.5.3 snapshot

8 years agoMerge branch 'svost-200000'
CryptoManiac [Wed, 2 Sep 2015 17:16:56 +0000]
Merge branch 'svost-200000'

8 years agoAdd checkpoint at block #200000 229/head
svost [Wed, 2 Sep 2015 09:17:16 +0000]
Add checkpoint at block #200000

8 years agoRPC: Add dumpblock and dumpblockbynumber methods
CryptoManiac [Sun, 23 Aug 2015 10:13:04 +0000]
RPC: Add dumpblock and dumpblockbynumber methods

8 years agoMerge pull request #226 from fsb4000/master
CryptoManiac [Thu, 20 Aug 2015 10:42:03 +0000]
Merge pull request #226 from fsb4000/master

add PoS and PoW difficulty to tooltip

8 years agoadd PoS and PoW difficulty to tooltip 226/head
fsb4000 [Thu, 20 Aug 2015 10:17:23 +0000]
add PoS and PoW difficulty to tooltip

8 years agoAdd systemd service file.
CryptoManiac [Mon, 20 Jul 2015 09:02:35 +0000]
Add systemd service file.

8 years agoMerge pull request #225 from svost/msvc-C4244
CryptoManiac [Mon, 18 May 2015 18:53:07 +0000]
Merge pull request #225 from svost/msvc-C4244

Fix some msvc C4244 warnings (possible loss of data), also useless cast (ptime)

8 years agoMerge pull request #224 from svost/C4800
CryptoManiac [Mon, 18 May 2015 18:52:37 +0000]
Merge pull request #224 from svost/C4800

Fix MSVC C4800: 'type' forcing value to bool 'true' or 'false'

8 years agoFix some msvc C4244 warnings, also useless cast (ptime) 225/head
svost [Sat, 16 May 2015 11:17:45 +0000]
Fix some msvc C4244 warnings, also useless cast (ptime)

8 years agoFix MSVC C4800: 'type' forcing value to bool 'true' or 'false' 224/head
svost [Fri, 15 May 2015 17:12:17 +0000]
Fix MSVC C4800: 'type' forcing value to bool 'true' or 'false'

8 years agoMerge pull request #223 from svost/c4512
CryptoManiac [Thu, 14 May 2015 13:48:19 +0000]
Merge pull request #223 from svost/c4512

Fix MSVC c4512 (assignment operator could not be generated)

8 years agoMerge pull request #222 from svost/QT
CryptoManiac [Thu, 14 May 2015 13:47:56 +0000]
Merge pull request #222 from svost/QT

Do not translate the untranslatable

8 years agoFix MSVC c4512 (assignment operator could not be generated) 223/head
svost [Wed, 13 May 2015 16:59:14 +0000]
Fix MSVC c4512 (assignment operator could not be generated)

8 years agoDo not translate the untranslatable 222/head
svost [Sat, 9 May 2015 17:26:58 +0000]
Do not translate the untranslatable

8 years agoMerge pull request #221 from svost/qt
CryptoManiac [Fri, 8 May 2015 16:57:34 +0000]
Merge pull request #221 from svost/qt

Fix QRCode contextMenu

8 years agoMerge pull request #220 from svost/C4101
CryptoManiac [Fri, 8 May 2015 16:54:50 +0000]
Merge pull request #220 from svost/C4101

Fix MSVC C4101 warnings

8 years agoMerge pull request #219 from svost/boost
CryptoManiac [Fri, 8 May 2015 16:52:55 +0000]
Merge pull request #219 from svost/boost

Fix boost::get usage with boost 1.58 (bitcoin issue #6056)

8 years agoMerge pull request #218 from svost/tostdint
CryptoManiac [Fri, 8 May 2015 16:52:14 +0000]
Merge pull request #218 from svost/tostdint

Switch from boost int types to <stdint.h>

8 years agoShow QRCode context menu only when USE_QRCODE specified 221/head
svost [Fri, 8 May 2015 16:22:09 +0000]
Show QRCode context menu only when USE_QRCODE specified

8 years agoFix MSVC C4101 warnings 220/head
svost [Thu, 7 May 2015 12:04:47 +0000]
Fix MSVC C4101 warnings

8 years agoFix boost::get usage with boost 1.58 219/head
svost [Tue, 5 May 2015 14:01:28 +0000]
Fix boost::get usage with boost 1.58

8 years agoDeprecated with -std=c++11 218/head
svost [Mon, 4 May 2015 10:11:12 +0000]
Deprecated with -std=c++11