novacoin.git
9 years agoAdd traffic monitor
gades [Wed, 12 Nov 2014 13:11:02 +0000]
Add traffic monitor

9 years agofix warnings
Dmitriy Korniychuk [Wed, 12 Nov 2014 09:10:31 +0000]
fix warnings

9 years agoRename translation files bitcoin_*.ts to novacoin_*.ts
Dmitriy Korniychuk [Wed, 12 Nov 2014 08:45:46 +0000]
Rename translation files bitcoin_*.ts to novacoin_*.ts

9 years agoMerge pull request #1 from novacoin-project/master
gades [Sun, 9 Nov 2014 16:28:17 +0000]
Merge pull request #1 from novacoin-project/master

Sync with novacoin master repository

9 years agoFix leveldb building
MASM fan [Fri, 7 Nov 2014 21:51:25 +0000]
Fix leveldb building

9 years ago--large-address-aware isn't supported by mingw-w64 4.6
MASM fan [Fri, 7 Nov 2014 21:35:06 +0000]
--large-address-aware isn't supported by mingw-w64 4.6

9 years agoThis checking isn't necessary because MSVC for Unix doesn't exist.
MASM fan [Fri, 7 Nov 2014 21:29:50 +0000]
This checking isn't necessary because MSVC for Unix doesn't exist.

9 years agoFix miner issues
MASM fan [Fri, 7 Nov 2014 20:27:43 +0000]
Fix miner issues

9 years agoDefine basic variables with const modifier
MASM fan [Fri, 7 Nov 2014 19:59:21 +0000]
Define basic variables with const modifier

9 years agoRemove zerocoin references
MASM fan [Fri, 7 Nov 2014 19:14:58 +0000]
Remove zerocoin references

9 years agoMerge branch 'MSVC' of https://github.com/fsb4000/novacoin into fsb4000-MSVC
MASM fan [Fri, 7 Nov 2014 19:10:58 +0000]
Merge branch 'MSVC' of https://github.com/fsb4000/novacoin into fsb4000-MSVC

Conflicts:
src/serialize.h
src/zerocoin/Commitment.cpp

9 years agoMerge pull request #40 from fsb4000/LevelDB
0xDEADFACE [Fri, 7 Nov 2014 18:54:31 +0000]
Merge pull request #40 from fsb4000/LevelDB

Upgrade LevelDB to 1.18

9 years agoMerge pull request #41 from fsb4000/miniupnpc
0xDEADFACE [Fri, 7 Nov 2014 18:53:36 +0000]
Merge pull request #41 from fsb4000/miniupnpc

Miniupnpc

9 years agoMerge pull request #36 from fsb4000/guide
0xDEADFACE [Fri, 7 Nov 2014 18:50:56 +0000]
Merge pull request #36 from fsb4000/guide

Windows MinGW building guide

9 years agoRemove zerocoin for now
MASM fan [Fri, 7 Nov 2014 18:48:30 +0000]
Remove zerocoin for now

9 years agoFix LLVM compilation issues
MASM fan [Fri, 7 Nov 2014 18:26:29 +0000]
Fix LLVM compilation issues

9 years agoMakefiles refactoring
MASM fan [Fri, 7 Nov 2014 18:04:12 +0000]
Makefiles refactoring

* move generic implementation of scrypt_core to scrypt-generic.c
* add USE_ASM option

9 years agoadditional definition for miniupnpc 1.9 41/head
fsb4000 [Tue, 4 Nov 2014 07:07:38 +0000]
additional definition for miniupnpc 1.9

Дополнительное определение препроцессора для miniupnpc 1.9
(http://miniupnp.free.fr/files/miniupnpc-1.9.20141027.tar.gz)
Совместимость с предыдущими miniupnpc сохранена.
Возможно такое же определение нужно и для сборки на Linux и на Mac, у
меня нет возможности проверить сборку. Если нужно, то измените так же и
makefiles для этих платформ.

9 years agoMerge pull request #1 from novacoin-project/master
fsb4000 [Tue, 4 Nov 2014 06:53:51 +0000]
Merge pull request #1 from novacoin-project/master

update

9 years agoUpgrade LevelDB to 1.18 40/head
fsb4000 [Mon, 3 Nov 2014 03:58:02 +0000]
Upgrade LevelDB to 1.18

Взято с https://github.com/bitcoin/bitcoin/
+ изменено имя файлов в filename.cc с *.ldb на *.sst для совместимости
со старым LevelDB.
Протестировано:
-Синхронизация с нуля
-Открытие существующий базы
-Синхронизация с нуля + открытие этой базы старым кошельком с LevelDB
1.12

9 years agoMerge pull request #38 from fsb4000/guide-linux
0xDEADFACE [Sun, 2 Nov 2014 18:07:56 +0000]
Merge pull request #38 from fsb4000/guide-linux

linux building guide

9 years agoMerge pull request #39 from gades/master
CryptoManiac [Sun, 2 Nov 2014 18:07:14 +0000]
Merge pull request #39 from gades/master

Replace Bitcoin to Novacoin

9 years agoReplace Bitcoin to Novacoin 39/head
Dmitriy Korniychuk [Sun, 2 Nov 2014 15:39:25 +0000]
Replace Bitcoin to Novacoin

9 years agolinux building guide 38/head
fsb4000 [Sat, 1 Nov 2014 14:01:28 +0000]
linux building guide

взято отсюда: https://wiki.novaco.in/ru/BuildAndInstall

9 years agoMSVC 37/head
fsb4000 [Thu, 30 Oct 2014 14:02:25 +0000]
MSVC

9 years agoопечатка 36/head
fsb4000 [Mon, 27 Oct 2014 15:44:39 +0000]
опечатка

9 years ago64 bit
fsb4000 [Mon, 27 Oct 2014 15:39:36 +0000]
64 bit

Добавлена инструкция сборки 64 битных бинарников

9 years agoопечатка
fsb4000 [Sun, 26 Oct 2014 19:53:49 +0000]
опечатка

9 years agoWindows MinGW building guide
fsb4000 [Sun, 26 Oct 2014 17:07:34 +0000]
Windows MinGW building guide

9 years agoMerge pull request #35 from fsb4000/Qt5
0xDEADFACE [Fri, 24 Oct 2014 16:12:22 +0000]
Merge pull request #35 from fsb4000/Qt5

Qt5 compatibility

9 years agoMerge pull request #32 from Tranz5/master
CryptoManiac [Fri, 24 Oct 2014 16:10:07 +0000]
Merge pull request #32 from Tranz5/master

Change should be owned

9 years agoлишний #include 35/head
fsb4000 [Tue, 21 Oct 2014 12:23:45 +0000]
лишний #include

9 years agoлишний #include
fsb4000 [Tue, 21 Oct 2014 12:23:17 +0000]
лишний #include

9 years agoлишний #include
fsb4000 [Tue, 21 Oct 2014 12:22:47 +0000]
лишний #include

9 years agoлишний #include
fsb4000 [Tue, 21 Oct 2014 12:22:08 +0000]
лишний #include

9 years agoUpdate editaddressdialog.h
fsb4000 [Tue, 21 Oct 2014 10:46:50 +0000]
Update editaddressdialog.h

9 years agoQt 5 compatibility
fsb4000 [Tue, 21 Oct 2014 07:55:35 +0000]
Qt 5 compatibility

Совместимость с Qt 4 сохранена. (Собралось на Qt 4.8.6 и Qt 5.3.2)

9 years agoUpdate util.cpp 33/head
fsb4000 [Mon, 13 Oct 2014 14:37:25 +0000]
Update util.cpp

Исправление небольшого бага описанного здесь https://bitcointalk.org/index.php?topic=704756.msg9162004#msg9162004

9 years agoChange should be owned 32/head
Tranz5 [Sun, 28 Sep 2014 05:30:41 +0000]
Change should be owned

9 years agoMerge branch 'master' of github.com:novacoin-project/novacoin v0.4.4.6-nvc-update9
MASM fan [Sun, 21 Sep 2014 13:48:39 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

9 years agoAdd dnsseed.novacoin.karelia.pro to DNS seed nodes
MASM fan [Sun, 21 Sep 2014 13:29:04 +0000]
Add dnsseed.novacoin.karelia.pro to DNS seed nodes

9 years agoMerge branch 'master' of github.com:novacoin-project/novacoin v0.4.4.6-nvc-update8
MASM fan [Fri, 29 Aug 2014 18:51:00 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

9 years agoMerge pull request #31 from CryptoManiac/master
CryptoManiac [Fri, 29 Aug 2014 18:50:43 +0000]
Merge pull request #31 from CryptoManiac/master

Contrib: update defrag script

9 years agoContrib: update defrag script 31/head
CryptoManiac [Fri, 29 Aug 2014 18:40:53 +0000]
Contrib: update defrag script

9 years agoMerge pull request #30 from CryptoManiac/master
0xDEADFACE [Fri, 29 Aug 2014 13:31:33 +0000]
Merge pull request #30 from CryptoManiac/master

Coin operation updates

9 years agoGetstakeweight: load coins metadata if there are no items loaded 30/head
CryptoManiac [Thu, 28 Aug 2014 23:06:12 +0000]
Getstakeweight: load coins metadata if there are no items loaded

9 years agoRPC: modify mergecoins
CryptoManiac [Thu, 28 Aug 2014 22:29:53 +0000]
RPC: modify mergecoins

* Parameter set changes (implement minimum coin credit and use output credit as a maximum value of coin credit);
* Handle of maximum and minimum coin credit while selecting available inputs.

9 years agoCoins metadata load fixes
CryptoManiac [Wed, 20 Aug 2014 20:42:55 +0000]
Coins metadata load fixes

* Don't load coin and meta if we unable to calculate suitable stake modifier for this coin;
* Move definition of MapMeta to CWallet class;
* Use MapMeta for stake weight calculation.

9 years agoCoins selection fix
CryptoManiac [Tue, 19 Aug 2014 22:16:24 +0000]
Coins selection fix

9 years agoImplement stake kernel mining as a separate function
CryptoManiac [Tue, 19 Aug 2014 18:41:31 +0000]
Implement stake kernel mining as a separate function

This change allows us to reduce amount of intermediatte operations, such as header hashing or modifier calculation. As the result, we've got ~20x drop of CPU load and 60x boost of kernel scanning speed.

9 years agoMerge branch 'master' of github.com:novacoin-project/novacoin
MASM fan [Sun, 17 Aug 2014 05:29:32 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

9 years agoMerge pull request #29 from CryptoManiac/master
0xDEADFACE [Sun, 17 Aug 2014 05:28:14 +0000]
Merge pull request #29 from CryptoManiac/master

RPC: mergecoins fix

9 years agoRPC: fix stake weight calculation 29/head
CryptoManiac [Sun, 17 Aug 2014 00:53:16 +0000]
RPC: fix stake weight calculation

9 years agoRPC: mergecoins fix
CryptoManiac [Sat, 16 Aug 2014 23:06:37 +0000]
RPC: mergecoins fix

* Move maturity verification to SelectCoinsSimple();
* Verify transaction sum correctly;
* Replace an intermediate transaction signing with estimation of transaction size for performance purposes.

9 years agoMerge pull request #28 from CryptoManiac/master
CryptoManiac [Fri, 15 Aug 2014 23:17:07 +0000]
Merge pull request #28 from CryptoManiac/master

Merge wallettools changes

9 years agoAdd defragmentation script example 28/head
CryptoManiac [Fri, 15 Aug 2014 23:06:04 +0000]
Add defragmentation script example

9 years agoMerge remote-tracking branch 'remotes/origin_project/master'
CryptoManiac [Fri, 15 Aug 2014 22:49:01 +0000]
Merge remote-tracking branch 'remotes/origin_project/master'

9 years agoSet port number to 8344
CryptoManiac [Fri, 15 Aug 2014 22:25:09 +0000]
Set port number to 8344

9 years agoAdd octet stream operations
CryptoManiac [Sat, 12 Jul 2014 14:22:17 +0000]
Add octet stream operations

9 years agoFix immature balance caching issues v0.4.4.6-nvc-update7
CryptoManiac [Sat, 2 Aug 2014 18:34:04 +0000]
Fix immature balance caching issues

9 years agoMerge remote-tracking branch 'remotes/origin_project/master'
CryptoManiac [Sun, 3 Aug 2014 18:37:41 +0000]
Merge remote-tracking branch 'remotes/origin_project/master'

9 years agoFix daemon makefiles syntax
MASM fan [Sat, 2 Aug 2014 23:29:03 +0000]
Fix daemon makefiles syntax

9 years agoSplit off translations code into separate .pro file
MASM fan [Sat, 2 Aug 2014 22:01:33 +0000]
Split off translations code into separate .pro file

This is required to resolve issues with detection of configuration flags.

9 years agoRPC: Add mergecoins function
MASM fan [Sat, 2 Aug 2014 18:37:00 +0000]
RPC: Add mergecoins function

This method allows you to merge inputs according to specified criteria

9 years agoFix immature balance caching issues 27/head
CryptoManiac [Sat, 2 Aug 2014 18:34:04 +0000]
Fix immature balance caching issues

9 years agoAdd createmultisig RPC
MASM fan [Thu, 31 Jul 2014 20:01:30 +0000]
Add createmultisig RPC

Same as addmultisigaddress, but returns JSON object instead of addition of address into the wallet.

9 years agoMerge pull request #26 from CryptoManiac/master
0xDEADFACE [Tue, 29 Jul 2014 18:01:10 +0000]
Merge pull request #26 from CryptoManiac/master

Restore BDB index wrapper, add sync node concept

9 years agoAdd bytessent, bytesrecv and syncnode to getpeerinfo 26/head
CryptoManiac [Mon, 28 Jul 2014 19:06:46 +0000]
Add bytessent, bytesrecv and syncnode to getpeerinfo

9 years agoMake sure we always have a node to do IBD from
CryptoManiac [Mon, 28 Jul 2014 18:57:22 +0000]
Make sure we always have a node to do IBD from

This introduces the concept of the 'sync node', which is the one we
asked for missing blocks. In case the sync node goes away, a new one
will be selected.

9 years agoRestore BDB block index wrapper and enable it by default.
CryptoManiac [Mon, 28 Jul 2014 18:29:55 +0000]
Restore BDB block index wrapper and enable it by default.

9 years agoMerge pull request #25 from CryptoManiac/master
CryptoManiac [Sat, 26 Jul 2014 21:55:59 +0000]
Merge pull request #25 from CryptoManiac/master

Immature balance fixes

9 years agoFix calculation of immature balance. 25/head
CryptoManiac [Sat, 26 Jul 2014 21:53:13 +0000]
Fix calculation of immature balance.

9 years agoRemove old maturity handling code
CryptoManiac [Sat, 26 Jul 2014 17:55:43 +0000]
Remove old maturity handling code

9 years agoMerge pull request #24 from CryptoManiac/master v0.4.4.6-nvc-update6
0xDEADFACE [Sat, 26 Jul 2014 13:26:59 +0000]
Merge pull request #24 from CryptoManiac/master

0.4.4.6u5 changes & unspendable coin fixes

9 years agoImplement IsMine filter 24/head
CryptoManiac [Sat, 26 Jul 2014 13:05:19 +0000]
Implement IsMine filter

9 years agoBump protocol version 23/head
CryptoManiac [Fri, 25 Jul 2014 18:02:18 +0000]
Bump protocol version

9 years agoMerge branch 'master' of github.com:CryptoManiac/novacoin
CryptoManiac [Fri, 25 Jul 2014 17:54:57 +0000]
Merge branch 'master' of github.com:CryptoManiac/novacoin

9 years agoBugfix: Unspendable inputs handling
CryptoManiac [Fri, 25 Jul 2014 17:51:11 +0000]
Bugfix: Unspendable inputs handling

* Use script matching instead of destination matching to prevent possible compatibility issues;
* Split GetBalance, GetAvailableCredit and GetCredit to regular and watch-only counterparts.

9 years agoUse STRICT_FLAGS for signatures validation 21/head
CryptoManiac [Tue, 22 Jul 2014 19:37:38 +0000]
Use STRICT_FLAGS for signatures validation

since 20 Sep 2014.

9 years agoAdd SIG_SWITCH_TIME at Sat, 20 Sep 2014
CryptoManiac [Tue, 22 Jul 2014 19:33:49 +0000]
Add SIG_SWITCH_TIME at Sat, 20 Sep 2014

9 years agoRename fields
CryptoManiac [Sun, 20 Jul 2014 01:29:20 +0000]
Rename fields

9 years agoRPC: Add parsed and raw checkpoint message data in gectcheckpoint output.
CryptoManiac [Sun, 20 Jul 2014 00:03:50 +0000]
RPC: Add parsed and raw checkpoint message data in gectcheckpoint output.

9 years agoRPC: return raw transactions instead of parsed representation.
CryptoManiac [Sat, 19 Jul 2014 18:54:06 +0000]
RPC: return raw transactions instead of parsed representation.

This change allows us to dramatically reduce electrum-server RPC overhead, but breaks compatibility. If you are using script which depends on this functionality then add decoderawtransaction to get a parsed tx representation.

9 years agoPrevent import keys for watch-only addresses and vice versa.
CryptoManiac [Sat, 19 Jul 2014 15:11:01 +0000]
Prevent import keys for watch-only addresses and vice versa.

9 years agoHandle unspendable inputs correctly.
CryptoManiac [Sat, 19 Jul 2014 14:35:29 +0000]
Handle unspendable inputs correctly.

* Add unspendable coins amount to overview page and getinfo RPC output;
* Replace current balance with amount of spendable coins on send coins page.

9 years agoMerge support for watch-only addresses
CryptoManiac [Sat, 19 Jul 2014 01:05:51 +0000]
Merge support for watch-only addresses

Based on a patch by Eric Lombrozo.

9 years agoFix order comparison.
CryptoManiac [Sat, 19 Jul 2014 00:01:05 +0000]
Fix order comparison.

9 years agoFix coin control change field behavior.
CryptoManiac [Sat, 19 Jul 2014 00:00:00 +0000]
Fix coin control change field behavior.

Always check change address field value before creating new transaction.

9 years agoAdd redeemScript to listunspent output and signrawtransaction input
CryptoManiac [Fri, 18 Jul 2014 23:26:15 +0000]
Add redeemScript to listunspent output and signrawtransaction input

signrawtransaction was unable to sign p2sh inputs when given a list of private keys to use.

https://bitcointalk.org/index.php?topic=143221.msg7811880#msg7811880

9 years agoExtended signature format checkings.
CryptoManiac [Fri, 18 Jul 2014 22:17:52 +0000]
Extended signature format checkings.

9 years agoUse low S to break signatures malleability issue
CryptoManiac [Fri, 18 Jul 2014 18:20:07 +0000]
Use low S to break signatures malleability issue

9 years agoUse low S values instead of even values.
CryptoManiac [Fri, 18 Jul 2014 16:20:18 +0000]
Use low S values instead of even values.

9 years agoFix segmentation fault during shutdown.
CryptoManiac [Fri, 18 Jul 2014 15:48:33 +0000]
Fix segmentation fault during shutdown.

9 years agoTurn the signature cache lock into a shared mutex
CryptoManiac [Wed, 16 Jul 2014 21:27:31 +0000]
Turn the signature cache lock into a shared mutex

9 years agoMulti-threaded signatures checking support, rename threads.
CryptoManiac [Wed, 16 Jul 2014 01:02:26 +0000]
Multi-threaded signatures checking support, rename threads.

9 years agoReplace VerifyScript with CScriptCheck
CryptoManiac [Tue, 15 Jul 2014 23:26:55 +0000]
Replace VerifyScript with CScriptCheck

CScriptCheck is a closure representing a script check.

9 years agoUse nBestHeight instead of index height.
CryptoManiac [Tue, 15 Jul 2014 23:16:53 +0000]
Use nBestHeight instead of index height.

9 years agoScript verification fixes
CryptoManiac [Tue, 15 Jul 2014 23:11:36 +0000]
Script verification fixes

9 years agoMove VerifySignature to main
CryptoManiac [Tue, 15 Jul 2014 22:36:10 +0000]
Move VerifySignature to main

9 years agoImplement additional script verification flags
CryptoManiac [Tue, 15 Jul 2014 22:11:14 +0000]
Implement additional script verification flags