novacoin.git
9 years agoMerge pull request #194 from fsb4000/sse2
CryptoManiac [Sat, 4 Apr 2015 23:18:16 +0000]
Merge pull request #194 from fsb4000/sse2

fix issue 192

9 years agoMerge pull request #193 from fsb4000/choosedatadir
CryptoManiac [Sat, 4 Apr 2015 23:17:43 +0000]
Merge pull request #193 from fsb4000/choosedatadir

выбор папки для базы блоков из GUI

9 years agofix issue 192 194/head
fsb4000 [Sat, 4 Apr 2015 18:46:14 +0000]
fix issue 192

9 years agoвыбор папки для базы блоков из GUI 193/head
fsb4000 [Sat, 4 Apr 2015 17:24:19 +0000]
выбор папки для базы блоков из GUI

9 years agoMerge pull request #191 from novacoin-project/scaninput
CryptoManiac [Wed, 1 Apr 2015 20:37:59 +0000]
Merge pull request #191 from novacoin-project/scaninput

Scaninput

9 years agoSwitch to PKCS5_PBKDF2_HMAC and remove pbkdf2.h, pbkdf2.cpp 191/head
CryptoManiac [Wed, 1 Apr 2015 20:09:38 +0000]
Switch to PKCS5_PBKDF2_HMAC and remove pbkdf2.h, pbkdf2.cpp

9 years agoFOR loop reformatting.
CryptoManiac [Wed, 1 Apr 2015 17:42:52 +0000]
FOR loop reformatting.

9 years agoAnother kernel scanning optimization
CryptoManiac [Tue, 31 Mar 2015 19:25:39 +0000]
Another kernel scanning optimization

There is no sense of continuous hashing of full 28 bytes sequence because first 24 bytes of kernel are static. Pre-calculate midstate from first 24 bytes instead to avoid unnecessary operations.

~33% performance boost

9 years agoMerge pull request #190 from svost/msvc-warning
CryptoManiac [Wed, 1 Apr 2015 16:16:56 +0000]
Merge pull request #190 from svost/msvc-warning

Remove MSVC warning - memcpy uses size_t variable

9 years agoOptimize input scanning
CryptoManiac [Tue, 31 Mar 2015 18:52:12 +0000]
Optimize input scanning

Comparison with maximum possible target allows us to prevent some worthless CBigNum operations (up to 72% performance boost).

9 years agoRemove MSVC warning - memcpy uses size_t variable 190/head
svost [Tue, 31 Mar 2015 10:29:41 +0000]
Remove MSVC warning - memcpy uses size_t variable

9 years agoTimestamp adjustment.
CryptoManiac [Sun, 29 Mar 2015 18:06:30 +0000]
Timestamp adjustment.

There is a minimal limit for age. If input is younger than 30 days old, then move forward to the future until it will be sufficient for stake mining.

9 years agoMerge pull request #172 from svost/build-msvc
CryptoManiac [Sun, 29 Mar 2015 14:31:04 +0000]
Merge pull request #172 from svost/build-msvc

Small-sized corrections in assembly with msvc

9 years agoMerge pull request #188 from fsb4000/android-x86
CryptoManiac [Sun, 29 Mar 2015 14:30:48 +0000]
Merge pull request #188 from fsb4000/android-x86

android-x86

9 years agoMerge pull request #187 from fsb4000/Qt
CryptoManiac [Sun, 29 Mar 2015 14:30:42 +0000]
Merge pull request #187 from fsb4000/Qt

убраны фиксированные размеры шрифтов.

9 years agoMerge pull request #186 from fsb4000/TorIP
CryptoManiac [Sun, 29 Mar 2015 14:30:10 +0000]
Merge pull request #186 from fsb4000/TorIP

исправлена смена IP для Tor proxy.

9 years agoMerge pull request #185 from svost/replace-gmtime-setlocale
CryptoManiac [Sun, 29 Mar 2015 14:29:53 +0000]
Merge pull request #185 from svost/replace-gmtime-setlocale

Replace non-threadsafe gmtime and setlocale

9 years agoComment fixes
CryptoManiac [Sun, 29 Mar 2015 14:29:16 +0000]
Comment fixes

9 years agoRPC: initial scaninput implementation.
CryptoManiac [Sat, 28 Mar 2015 23:05:08 +0000]
RPC: initial scaninput implementation.

Your personal deterministic Vanga.

9 years agoRevert "Deprecate accounting API."
CryptoManiac [Sat, 28 Mar 2015 20:02:41 +0000]
Revert "Deprecate accounting API."

https://bitcointalk.org/index.php?topic=704756.msg10914532#msg10914532

This reverts commit ea4a5e1318276e5b148f2122e0057675c801129f.

9 years agoDrop unused variables.
CryptoManiac [Sat, 28 Mar 2015 18:03:15 +0000]
Drop unused variables.

9 years agoTry to sync before start mining.
CryptoManiac [Sat, 28 Mar 2015 17:32:53 +0000]
Try to sync before start mining.

9 years agoDeprecate accounting API.
CryptoManiac [Sat, 28 Mar 2015 17:13:54 +0000]
Deprecate accounting API.

Accounting API is deprecated and will be removed in future.

9 years agoFix mention of getblockbynumber in help.
CryptoManiac [Sat, 28 Mar 2015 16:56:40 +0000]
Fix mention of getblockbynumber in help.

9 years agoFix memory leak.
CryptoManiac [Sat, 28 Mar 2015 16:51:07 +0000]
Fix memory leak.

9 years agoandroid-x86 188/head
fsb4000 [Tue, 24 Mar 2015 09:43:21 +0000]
android-x86

9 years agoубраны фиксированные размеры шрифтов. 187/head
fsb4000 [Tue, 24 Mar 2015 02:29:45 +0000]
убраны фиксированные размеры шрифтов.

9 years agoисправлена смена IP для Tor proxy. 186/head
fsb4000 [Sun, 22 Mar 2015 19:44:40 +0000]
исправлена смена IP для Tor proxy.

9 years agoReplace non-threadsafe gmtime and setlocale 185/head
svost [Wed, 18 Mar 2015 14:15:52 +0000]
Replace non-threadsafe gmtime and setlocale

9 years agoFix some configuration issues.
MASM fan [Tue, 17 Mar 2015 19:34:46 +0000]
Fix some configuration issues.

Modify guilding conditions to prevent unexpected results in case if USE_ASM and USE_SSE2 are both enabled. USE_SSE2 has a sense only for generic module.

9 years agoMerge pull request #184 from fsb4000/patch-2
0xDEADFACE [Tue, 17 Mar 2015 19:16:04 +0000]
Merge pull request #184 from fsb4000/patch-2

решение проблемы установки зависимостей в Ubuntu 14.04.2

9 years agoMerge pull request #182 from fsb4000/SSE2
0xDEADFACE [Tue, 17 Mar 2015 19:15:48 +0000]
Merge pull request #182 from fsb4000/SSE2

scrypt SSE2

9 years agoрешение проблемы установки зависимостей в Ubuntu 14.04.2 184/head
fsb4000 [Mon, 16 Mar 2015 14:30:12 +0000]
решение проблемы установки зависимостей в Ubuntu 14.04.2

9 years agoMerge pull request #183 from fsb4000/patch-1
CryptoManiac [Mon, 16 Mar 2015 12:26:51 +0000]
Merge pull request #183 from fsb4000/patch-1

Доступны русские буквы в пути к базе блоков при сборке клиента с помощью MSVC

9 years agoДоступны русские буквы в пути к базе блоков при сборке клиента MSVC 183/head
fsb4000 [Mon, 16 Mar 2015 09:54:00 +0000]
Доступны русские буквы в пути к базе блоков при сборке клиента MSVC

9 years agoTranslations update
MASM fan [Mon, 16 Mar 2015 00:30:54 +0000]
Translations update

9 years agoscrypt SSE2 182/head
fsb4000 [Sun, 15 Mar 2015 05:45:28 +0000]
scrypt SSE2

9 years agoMerge pull request #180 from fsb4000/upnp
CryptoManiac [Wed, 11 Mar 2015 16:30:46 +0000]
Merge pull request #180 from fsb4000/upnp

обновление Miniupnpc

9 years agoобновление Miniupnpc 180/head
fsb4000 [Tue, 10 Mar 2015 05:30:04 +0000]
обновление Miniupnpc

9 years agoMerge pull request #179 from fsb4000/overview
0xDEADFACE [Fri, 6 Mar 2015 21:04:16 +0000]
Merge pull request #179 from fsb4000/overview

вернул балансам выравнивание слева.

9 years agoMerge pull request #178 from fsb4000/importprivkey
0xDEADFACE [Fri, 6 Mar 2015 21:04:00 +0000]
Merge pull request #178 from fsb4000/importprivkey

добавлен параметр rescan в RPC вызов "importprivkey"

9 years agoTranslations update
CryptoManiac [Thu, 5 Mar 2015 18:52:28 +0000]
Translations update

9 years agoвернул балансам выравнивание слева. 179/head
fsb4000 [Thu, 5 Mar 2015 00:00:23 +0000]
вернул балансам выравнивание слева.

9 years agoдобавлен параметр rescan в RPC вызов "importprivkey" 178/head
fsb4000 [Wed, 4 Mar 2015 23:06:29 +0000]
добавлен параметр rescan в RPC вызов "importprivkey"

9 years agoMerge pull request #177 from fsb4000/patch-1
CryptoManiac [Tue, 3 Mar 2015 22:02:36 +0000]
Merge pull request #177 from fsb4000/patch-1

возвращение совместимости со старым boost

9 years agoвозвращение совместимости со старым boost 177/head
fsb4000 [Mon, 2 Mar 2015 13:35:08 +0000]
возвращение совместимости со старым boost

9 years agoAdd checkpoints at block #160000
CryptoManiac [Mon, 2 Mar 2015 12:08:00 +0000]
Add checkpoints at block #160000

Block hash: 000000000001cb1133043d38d077c0e93f66c8b2566779f10f182137d1e34a68
Block time: 1425150237
Checksum: 789df0f0

9 years agoAdd -zapwallettxes cli/config option, used for wallet recovery
MASM fan [Sun, 16 Feb 2014 01:09:28 +0000]
Add -zapwallettxes cli/config option, used for wallet recovery

This diagnostic tool removes all "tx" records from the wallet db,
then forces a full rescan, to rebuild "tx" records accurately.

9 years agoMerge pull request #176 from fsb4000/balances
CryptoManiac [Sat, 28 Feb 2015 14:09:37 +0000]
Merge pull request #176 from fsb4000/balances

показывать на главной странице общее число монет кошелька

9 years agoпоказывать на главной странице общее число монет кошелька 176/head
fsb4000 [Sat, 28 Feb 2015 00:37:10 +0000]
показывать на главной странице общее число монет кошелька

9 years agoMerge pull request #175 from fsb4000/master
CryptoManiac [Tue, 24 Feb 2015 07:21:56 +0000]
Merge pull request #175 from fsb4000/master

Revert "производительность Qt"

9 years agoRevert "производительность Qt" 175/head
fsb4000 [Mon, 23 Feb 2015 18:27:29 +0000]
Revert "производительность Qt"

This reverts commit 6c5d74dedc8804f773e9ec689722cef3c571b034.

9 years agoMerge pull request #174 from fsb4000/forms
CryptoManiac [Sat, 21 Feb 2015 13:46:18 +0000]
Merge pull request #174 from fsb4000/forms

Размеры форм

9 years agoне влезал текст 174/head
fsb4000 [Sat, 21 Feb 2015 05:57:18 +0000]
не влезал текст

9 years agoMerge pull request #173 from fsb4000/Qt
CryptoManiac [Fri, 20 Feb 2015 23:59:31 +0000]
Merge pull request #173 from fsb4000/Qt

производительность Qt

9 years agoпроизводительность Qt 173/head
fsb4000 [Fri, 20 Feb 2015 19:50:44 +0000]
производительность Qt

не пытаемся обновить нашу вкладку "транзакции", если транзакция
предназначалась не нам. Очень существенно повышает отзывчивость GUI при
синхронизации.

9 years agoMerge branch 'master' of ssh://github.com/novacoin-project/novacoin
CryptoManiac [Thu, 19 Feb 2015 19:32:21 +0000]
Merge branch 'master' of ssh://github.com/novacoin-project/novacoin

9 years agoTranslations update.
CryptoManiac [Thu, 19 Feb 2015 19:31:57 +0000]
Translations update.

9 years agoSmall-sized corrections in assembly with msvc 172/head
svost [Thu, 19 Feb 2015 14:06:35 +0000]
Small-sized corrections in assembly with msvc

9 years agoMerge pull request #171 from fsb4000/MSVC
CryptoManiac [Thu, 19 Feb 2015 08:37:45 +0000]
Merge pull request #171 from fsb4000/MSVC

украинский язык в MSVC

9 years agoукраинский язык в MSVC 171/head
fsb4000 [Thu, 19 Feb 2015 07:00:37 +0000]
украинский язык в MSVC

9 years agoTranslation: Push new strings
CryptoManiac [Wed, 18 Feb 2015 20:45:58 +0000]
Translation: Push new strings

9 years agoPush ukrainian translation.
CryptoManiac [Tue, 17 Feb 2015 21:07:30 +0000]
Push ukrainian translation.

9 years agoTranslations update
CryptoManiac [Tue, 17 Feb 2015 21:05:48 +0000]
Translations update

* Translate absent phrases in russian localization;
* Add ukrainian localization file.

9 years agoMerge pull request #167 from fsb4000/Выравнивание
CryptoManiac [Mon, 16 Feb 2015 11:07:07 +0000]
Merge pull request #167 from fsb4000/Выравнивание

выравнивание текста в окне "Параметры командной строки"

9 years agoMerge pull request #169 from fsb4000/translation2
CryptoManiac [Mon, 16 Feb 2015 09:49:28 +0000]
Merge pull request #169 from fsb4000/translation2

Обновил строки для перевода

9 years agoTranslations update
CryptoManiac [Mon, 16 Feb 2015 09:48:27 +0000]
Translations update

9 years agoОбновил строки для перевода 169/head
fsb4000 [Mon, 16 Feb 2015 09:01:07 +0000]
Обновил строки для перевода

9 years agoMerge pull request #168 from fsb4000/translation
CryptoManiac [Mon, 16 Feb 2015 07:59:54 +0000]
Merge pull request #168 from fsb4000/translation

lupdate

9 years agolupdate 168/head
fsb4000 [Mon, 16 Feb 2015 07:30:20 +0000]
lupdate

Сделал lupdate, и немного подправил bitcoin_en.ts

9 years agoвыравнивание текста в окне "Параметры командной строки" 167/head
fsb4000 [Mon, 16 Feb 2015 03:37:48 +0000]
выравнивание текста в окне "Параметры командной строки"

9 years agoAdd key pool upgrade warning.
CryptoManiac [Sat, 14 Feb 2015 21:10:03 +0000]
Add key pool upgrade warning.

9 years agoRemove unused compatibility code.
CryptoManiac [Sat, 14 Feb 2015 19:56:37 +0000]
Remove unused compatibility code.

9 years agoMerge pull request #163 from fsb4000/error
CryptoManiac [Sat, 14 Feb 2015 15:56:50 +0000]
Merge pull request #163 from fsb4000/error

вернул BitcoinGUI::error

9 years agoвернул BitcoinGUI::error 163/head
fsb4000 [Sat, 14 Feb 2015 04:26:47 +0000]
вернул BitcoinGUI::error

9 years agoWe need 20 additional confirmations
CryptoManiac [Sat, 14 Feb 2015 00:37:42 +0000]
We need 20 additional confirmations

9 years agodoc/tor.md initial edition
svost [Fri, 13 Feb 2015 11:26:21 +0000]
doc/tor.md initial edition

9 years agoMerge pull request #160 from fsb4000/warnings
CryptoManiac [Fri, 13 Feb 2015 13:17:06 +0000]
Merge pull request #160 from fsb4000/warnings

устранил некоторые предупреждения компилятора

9 years agoустранил некоторые предупреждения компилятора 160/head
fsb4000 [Fri, 13 Feb 2015 05:37:46 +0000]
устранил некоторые предупреждения компилятора

9 years agoRemove connection to nonexistent signal
CryptoManiac [Thu, 12 Feb 2015 18:49:57 +0000]
Remove connection to nonexistent signal

9 years agoFix compilation warnings
CryptoManiac [Thu, 12 Feb 2015 16:23:40 +0000]
Fix compilation warnings

https://bitcointalk.org/index.php?topic=704756.msg10437684#msg10437684

9 years agoMerge pull request #159 from fsb4000/Ok_С_краю
CryptoManiac [Thu, 12 Feb 2015 16:11:14 +0000]
Merge pull request #159 from fsb4000/Ok_С_краю

OK с краю

9 years agoOK с краю 159/head
fsb4000 [Thu, 12 Feb 2015 07:38:34 +0000]
OK с краю

9 years agoMerge pull request #158 from fsb4000/MessageBox
0xDEADFACE [Thu, 12 Feb 2015 07:14:20 +0000]
Merge pull request #158 from fsb4000/MessageBox

Окно параметров командной строки может менять размер и появилась кнопка закрыть("крестик")

9 years agoMerge pull request #157 from fsb4000/conf
0xDEADFACE [Thu, 12 Feb 2015 07:14:08 +0000]
Merge pull request #157 from fsb4000/conf

Изменено расположение комментариев в создающемся по умолчанию файле novacoin.conf

9 years agoMerge pull request #156 from fsb4000/AboutDialog
0xDEADFACE [Thu, 12 Feb 2015 07:13:40 +0000]
Merge pull request #156 from fsb4000/AboutDialog

Окно "O Novacoin" может менять размер и вернулась кнопка закрыть("красный крест")

9 years agoОкно параметров командной строки может менять размер и появилась кнопка закрыть(крестик) 158/head
fsb4000 [Thu, 12 Feb 2015 03:33:11 +0000]
Окно параметров командной строки может менять размер и появилась кнопка закрыть(крестик)

9 years agoИзменено расположение комментариев в создающемся по умолчанию файле novacoin.conf 157/head
fsb4000 [Thu, 12 Feb 2015 03:25:34 +0000]
Изменено расположение комментариев в создающемся по умолчанию файле novacoin.conf

9 years agoОкно "O Novacoin" может менять размер и вернулась кнопка закрыть("красный крест") 156/head
fsb4000 [Thu, 12 Feb 2015 03:22:48 +0000]
Окно "O Novacoin" может менять размер и вернулась кнопка закрыть("красный крест")

9 years agoWallet decryption support
MASM fan [Wed, 11 Feb 2015 21:10:59 +0000]
Wallet decryption support

9 years agoAcquire CCheckQueue's lock to avoid race condition
MASM fan [Wed, 11 Feb 2015 18:15:42 +0000]
Acquire CCheckQueue's lock to avoid race condition

9 years agoMerge pull request #155 from fsb4000/master
CryptoManiac [Wed, 11 Feb 2015 06:44:12 +0000]
Merge pull request #155 from fsb4000/master

устранил "warning : ignoring <defaultcodec> element"

9 years agoустранил "warning : ignoring <defaultcodec> element" 155/head
fsb4000 [Wed, 11 Feb 2015 02:57:03 +0000]
устранил "warning : ignoring <defaultcodec> element"

9 years agoShow coinbase maturity depth instead of 6 blocks for unconfirmed generation transactions
MASM fan [Wed, 11 Feb 2015 00:00:48 +0000]
Show coinbase maturity depth instead of 6 blocks for unconfirmed generation transactions

Fixes issue #117

9 years agoSave and restore fWalletUnlockMintonly flag
MASM fan [Tue, 10 Feb 2015 20:02:00 +0000]
Save and restore fWalletUnlockMintonly flag

Fixes issue #145

9 years agoFix gcc reorder warning
MASM fan [Tue, 10 Feb 2015 19:06:41 +0000]
Fix gcc reorder warning

related to pull#150

9 years agoMerge pull request #153 from fsb4000/QR_CODE
CryptoManiac [Tue, 10 Feb 2015 18:24:48 +0000]
Merge pull request #153 from fsb4000/QR_CODE

Поддержка QR кодов при самостоятельной сборке Linux клиента

9 years agoMerge pull request #152 from fsb4000/Label
CryptoManiac [Tue, 10 Feb 2015 18:24:22 +0000]
Merge pull request #152 from fsb4000/Label

починка бага: метка предыдущего адреса сохранялась для адреса без метки

9 years agoMerge pull request #151 from fsb4000/TransactionDescFix
CryptoManiac [Tue, 10 Feb 2015 18:24:07 +0000]
Merge pull request #151 from fsb4000/TransactionDescFix

использование правильного сигнала закрытия окна

9 years agoMerge pull request #150 from fsb4000/SignVerifyMessage
CryptoManiac [Tue, 10 Feb 2015 18:23:52 +0000]
Merge pull request #150 from fsb4000/SignVerifyMessage

Окно подписи/проверки сообщений теперь QWidget