novacoin.git
9 years agoFixes issue introduced in pull#90.
MASM fan [Mon, 5 Jan 2015 18:56:08 +0000]
Fixes issue introduced in pull#90.

9 years agoMerge pull request #100 from fsb4000/MinGW
0xDEADFACE [Mon, 5 Jan 2015 13:38:20 +0000]
Merge pull request #100 from fsb4000/MinGW

fix MinGW build

9 years agoMerge pull request #99 from fsb4000/prioritysorting
0xDEADFACE [Mon, 5 Jan 2015 13:36:50 +0000]
Merge pull request #99 from fsb4000/prioritysorting

устранил баг: не работает упорядочивание по приоритетам в "выборе входов"

9 years agoMerge pull request #98 from fsb4000/zero
0xDEADFACE [Mon, 5 Jan 2015 13:36:29 +0000]
Merge pull request #98 from fsb4000/zero

показывать 3-й ноль для комиссии в выборе входов

9 years agofix MinGW build 100/head
fsb4000 [Mon, 5 Jan 2015 12:05:11 +0000]
fix MinGW build

9 years agofix coincontrol priority sort 99/head
fsb4000 [Mon, 5 Jan 2015 03:35:27 +0000]
fix coincontrol priority sort

9 years agoпоказывать 3-й ноль для комиссии в выборе входов 98/head
fsb4000 [Sun, 4 Jan 2015 14:07:17 +0000]
показывать 3-й ноль для комиссии в выборе входов

http://i58.tinypic.com/301zqf6.jpg
http://i58.tinypic.com/igww8k.jpg

9 years agoMerge branch 'master' of ssh://github.com/novacoin-project/novacoin
MASM fan [Sun, 4 Jan 2015 06:59:23 +0000]
Merge branch 'master' of ssh://github.com/novacoin-project/novacoin

9 years agoWe don't need 32 bit integers for these counters
MASM fan [Sun, 4 Jan 2015 06:58:39 +0000]
We don't need 32 bit integers for these counters

9 years agoMerge pull request #97 from fsb4000/patch-3
CryptoManiac [Sun, 4 Jan 2015 02:02:20 +0000]
Merge pull request #97 from fsb4000/patch-3

первоначальное значение для strWalletFileName

9 years agoнемного увеличить столбец количество 97/head
fsb4000 [Sat, 3 Jan 2015 23:19:30 +0000]
немного увеличить столбец количество

было http://i61.tinypic.com/5of80p.jpg

9 years agoболее правильное решение issue96 и issue95
fsb4000 [Sat, 3 Jan 2015 23:13:35 +0000]
более правильное решение issue96 и issue95

9 years agoпервоначальное значение для strWalletFileName
fsb4000 [Sat, 3 Jan 2015 20:47:04 +0000]
первоначальное значение для strWalletFileName

у меня это устранило https://github.com/novacoin-project/novacoin/issues/96 и https://github.com/novacoin-project/novacoin/issues/95

9 years agoMerge pull request #94 from fsb4000/patch-2
CryptoManiac [Sat, 3 Jan 2015 12:38:24 +0000]
Merge pull request #94 from fsb4000/patch-2

показывать scryptPubKey в hex и asm формате

9 years agoдобавление bchain.info в список блокэкслореров 94/head
fsb4000 [Sat, 3 Jan 2015 11:24:48 +0000]
добавление bchain.info в список блокэкслореров

9 years agoпоказывать scryptPubKey в hex и asm формате
fsb4000 [Sat, 3 Jan 2015 07:55:01 +0000]
показывать scryptPubKey в hex и asm формате

в выводе RPC команды decoderawtransaction
Устранит такие неудобства: https://bitcointalk.org/index.php?topic=704756.msg9978930#msg9978930

9 years agoMerge pull request #93 from fsb4000/patch-1
CryptoManiac [Sat, 3 Jan 2015 07:32:35 +0000]
Merge pull request #93 from fsb4000/patch-1

small bitcoin_ru.ts fix and add MSVC additional include  directory

9 years agoпоторопился :( 93/head
fsb4000 [Sat, 3 Jan 2015 05:52:45 +0000]
поторопился :(

неправильно сначала указал папку с inttypes.h и stdint.h

9 years agoinclude directory for inttypes.h, stdint.h
fsb4000 [Sat, 3 Jan 2015 05:43:26 +0000]
include directory for inttypes.h, stdint.h

9 years agofix Warning: dropping duplicate messages
fsb4000 [Sat, 3 Jan 2015 05:37:34 +0000]
fix Warning: dropping duplicate messages

in 'bitcoin_ru.qm'

9 years agoRemove scrypt_nosalt function
MASM fan [Sat, 3 Jan 2015 03:46:38 +0000]
Remove scrypt_nosalt function

9 years agoFix forced %llx issue with MinGW, remove unnecessary condition
MASM fan [Thu, 1 Jan 2015 21:07:14 +0000]
Fix forced %llx issue with MinGW, remove unnecessary condition

* MinGW replaces %I64 with %llx which could cause compilation warnings;
* We already using src/ as includes directory so no need for additional conditions.

9 years agoRemove unicode symbol at the beginning of util.h
MASM fan [Thu, 1 Jan 2015 20:26:36 +0000]
Remove unicode symbol at the beginning of util.h

9 years agoMerge pull request #90 from fsb4000/RPC
0xDEADFACE [Thu, 1 Jan 2015 17:24:16 +0000]
Merge pull request #90 from fsb4000/RPC

RPC: addnode, getaddednodeinfo, removeaddress

9 years agoreturn LOCK 90/head
fsb4000 [Thu, 1 Jan 2015 05:03:03 +0000]
return LOCK

9 years agoprevent division by zero
fsb4000 [Thu, 1 Jan 2015 04:33:03 +0000]
prevent division by zero

9 years agoreturn LOCK
fsb4000 [Thu, 1 Jan 2015 03:32:43 +0000]
return LOCK

9 years agoUse a copy in place of mapMultiArgs["-addnode"].
fsb4000 [Thu, 1 Jan 2015 03:16:30 +0000]
Use a copy in place of mapMultiArgs["-addnode"].

https://github.com/bitcoin/bitcoin/commit/74088e862e29821562652986c6bd7c14c3783327

9 years agoTry more than the first address for a DNS -addnode.
fsb4000 [Thu, 1 Jan 2015 03:00:40 +0000]
Try more than the first address for a DNS -addnode.

https://github.com/bitcoin/bitcoin/commit/f2bd6c28e6bddd75d56d580c28f45d2a8be065ab

9 years agoAdd removeaddress RPC call
fsb4000 [Wed, 31 Dec 2014 02:58:04 +0000]
Add removeaddress RPC call

9 years agoMerge pull request #87 from fsb4000/MSVC
CryptoManiac [Wed, 31 Dec 2014 01:41:39 +0000]
Merge pull request #87 from fsb4000/MSVC

Msvc

9 years agoMerge pull request #89 from fsb4000/optionsdialog
CryptoManiac [Wed, 31 Dec 2014 01:37:22 +0000]
Merge pull request #89 from fsb4000/optionsdialog

cosmetic gui  improvement

9 years agoFix addnode "onetry": Connect with OpenNetworkConnection
fsb4000 [Tue, 30 Dec 2014 22:12:48 +0000]
Fix addnode "onetry": Connect with OpenNetworkConnection

9 years agoAdd a getaddednodeinfo RPC.
fsb4000 [Tue, 30 Dec 2014 22:00:54 +0000]
Add a getaddednodeinfo RPC.

9 years agoAdd addnode RPC command.
fsb4000 [Tue, 30 Dec 2014 21:12:39 +0000]
Add addnode RPC command.

9 years agotransaction amount column has display unit 89/head
fsb4000 [Tue, 30 Dec 2014 07:29:15 +0000]
transaction amount column has display unit

9 years agoimprove appearance of optionsdialog
fsb4000 [Tue, 30 Dec 2014 06:03:46 +0000]
improve appearance of optionsdialog

9 years agotranslation tooltip units
fsb4000 [Tue, 30 Dec 2014 05:59:57 +0000]
translation tooltip units

9 years agoMerge pull request #2 from novacoin-project/master
fsb4000 [Tue, 30 Dec 2014 05:47:06 +0000]
Merge pull request #2 from novacoin-project/master

синхронизация с novacoin-project

9 years agoперенос файлов inttypes.h и stdint.h 87/head
fsb4000 [Mon, 29 Dec 2014 15:04:07 +0000]
перенос файлов inttypes.h и stdint.h

9 years agoDisable CRT secure warnings for now
CryptoManiac [Mon, 29 Dec 2014 07:27:17 +0000]
Disable CRT secure warnings for now

9 years agoaddrman.h, main.h: fix msvc warnings
CryptoManiac [Mon, 29 Dec 2014 07:01:42 +0000]
addrman.h, main.h: fix msvc warnings

9 years agodb.h: fix msvc warnings
CryptoManiac [Mon, 29 Dec 2014 05:50:20 +0000]
db.h: fix msvc warnings

9 years agoscript.h: fix msvc warnings
CryptoManiac [Mon, 29 Dec 2014 05:32:00 +0000]
script.h: fix msvc warnings

9 years agoMerge pull request #88 from fsb4000/Gentoo
CryptoManiac [Mon, 29 Dec 2014 03:20:12 +0000]
Merge pull request #88 from fsb4000/Gentoo

Gentoo

9 years agobignum.h: shut up msvc warnings
CryptoManiac [Mon, 29 Dec 2014 03:03:52 +0000]
bignum.h: shut up msvc warnings

9 years agoFixed size types instead of unsigned char for numbers.
MASM fan [Sun, 28 Dec 2014 22:32:04 +0000]
Fixed size types instead of unsigned char for numbers.

* uint8_t instead of unsigned char should be better in terms of compatibility;
* Fix Clang compilation issues by using uint16_t for stack size. The uint16_t type gives us a range of possible values which is more than sufficient for allowed script length.

9 years agoUse BN_set_word if current word size is sufficient for uint64_t.
CryptoManiac [Sun, 28 Dec 2014 20:36:43 +0000]
Use BN_set_word if current word size is sufficient for uint64_t.

9 years agogentoo ebuild 88/head
fsb4000 [Sun, 28 Dec 2014 11:59:31 +0000]
gentoo ebuild

любезно предоставлено sir.miklosh

9 years agoMSVC compatibility
fsb4000 [Sun, 28 Dec 2014 11:45:08 +0000]
MSVC compatibility

1)inttypes.h появился с Visual Studio 2013( Visual Studio 2012 =
_MSC_VER 1700)
2)stdint.h появился с Visual Studio 2010(Visual Studio 2010 = _MSC_VER
1500)
3)#undef max убрал потому что есть глобальное определение препроцессора
NOMINMAX
4)inttypes.h и stdint.h взял отсюда:
https://code.google.com/p/msinttypes/

9 years agoMerge pull request #1 from novacoin-project/master
fsb4000 [Sun, 28 Dec 2014 11:21:34 +0000]
Merge pull request #1 from novacoin-project/master

синхронизация с novacoin-project

9 years agoAdd __STDC_FORMAT_MACROS
CryptoManiac [Sun, 28 Dec 2014 02:56:59 +0000]
Add __STDC_FORMAT_MACROS

9 years agoFix -Wsign-compare warning
MASM fan [Sun, 28 Dec 2014 00:36:39 +0000]
Fix -Wsign-compare warning

9 years agoRemove remains of experimental scrypt derivation support
MASM fan [Sun, 28 Dec 2014 00:33:22 +0000]
Remove remains of experimental scrypt derivation support

9 years agoUse fixed data types for some basic structures
CryptoManiac [Sat, 27 Dec 2014 23:45:19 +0000]
Use fixed data types for some basic structures

9 years agoCode cleanup
CryptoManiac [Sat, 27 Dec 2014 12:02:00 +0000]
Code cleanup

* Switch to standard uint64_t & int64_t data types;
* Remove unused modules.

9 years agoReplace INT_MAX with INT32_MAX to avoid compile err
CryptoManiac [Sat, 27 Dec 2014 06:25:54 +0000]
Replace INT_MAX with INT32_MAX to avoid compile err

ors

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

9 years agoMerge pull request #86 from fsb4000/translation
CryptoManiac [Tue, 23 Dec 2014 23:03:48 +0000]
Merge pull request #86 from fsb4000/translation

russian translation

9 years agoSwitch back to -O2 level of optimization.
MASM fan [Tue, 23 Dec 2014 22:41:55 +0000]
Switch back to -O2 level of optimization.

9 years agoIt's insecure to use unitialized memory as entropy source. See
MASM fan [Tue, 23 Dec 2014 21:34:09 +0000]
It's insecure to use unitialized memory as entropy source. See

https://www.securecoding.cert.org/confluence/display/seccode/EXP33-C.+Do+not+read+uninitialized+memory

for additional details.

9 years agorussian translation 86/head
fsb4000 [Tue, 23 Dec 2014 19:36:31 +0000]
russian translation

9 years agoMinGW-w64 4.9 compatibility & misc
MASM fan [Tue, 23 Dec 2014 17:04:50 +0000]
MinGW-w64 4.9 compatibility & misc

* NC version of BDB;
* Bump boost version to 1.57

9 years agoUse name of block index database engine as version suffix
MASM fan [Mon, 22 Dec 2014 01:11:45 +0000]
Use name of block index database engine as version suffix

9 years agoAllow redefinition of library and include path in makefile.linux-mingw
MASM fan [Mon, 22 Dec 2014 01:10:18 +0000]
Allow redefinition of library and include path in makefile.linux-mingw

9 years agoMerge pull request #84 from fsb4000/patch-1
0xDEADFACE [Sat, 20 Dec 2014 17:41:32 +0000]
Merge pull request #84 from fsb4000/patch-1

опечатка

9 years agoAdd testseed.novacoin.ru for now.
MASM fan [Sat, 20 Dec 2014 17:31:25 +0000]
Add testseed.novacoin.ru for now.

Experimental bind-only seeder.

9 years agoопечатка 84/head
fsb4000 [Sat, 20 Dec 2014 15:45:13 +0000]
опечатка

9 years agoRemove fProtocol048 checking.
MASM fan [Sat, 20 Dec 2014 15:32:54 +0000]
Remove fProtocol048 checking.

9 years agoAdd makeseeds.py utility from bitcoin
CryptoManiac [Fri, 19 Dec 2014 22:54:17 +0000]
Add makeseeds.py utility from bitcoin

9 years agoUpdate building docs
CryptoManiac [Fri, 19 Dec 2014 18:13:31 +0000]
Update building docs

9 years agoMerge branch 'master' of ssh://github.com/novacoin-project/novacoin
CryptoManiac [Fri, 19 Dec 2014 17:23:49 +0000]
Merge branch 'master' of ssh://github.com/novacoin-project/novacoin

9 years agoOS X 10.8+ compatibility
CryptoManiac [Fri, 19 Dec 2014 17:22:58 +0000]
OS X 10.8+ compatibility

9 years agoModifier checksum = 0x9c592c78u for block #143990.
CryptoManiac [Fri, 19 Dec 2014 03:42:13 +0000]
Modifier checksum = 0x9c592c78u for block #143990.

9 years agoHardened checkpoint at block #143990
CryptoManiac [Fri, 19 Dec 2014 03:20:59 +0000]
Hardened checkpoint at block #143990

9 years agoDefault 10.7 SDK is enough for compatibility.
CryptoManiac [Fri, 19 Dec 2014 02:36:22 +0000]
Default 10.7 SDK is enough for compatibility.

9 years agoMerge branch 'master' of ssh://github.com/novacoin-project/novacoin
CryptoManiac [Fri, 19 Dec 2014 02:35:15 +0000]
Merge branch 'master' of ssh://github.com/novacoin-project/novacoin

9 years agoDefault SDK 10.7 is enough for compatibility.
CryptoManiac [Fri, 19 Dec 2014 02:33:54 +0000]
Default SDK 10.7 is enough for compatibility.

9 years agoMerge pull request #82 from fsb4000/patch-2
CryptoManiac [Thu, 18 Dec 2014 23:58:39 +0000]
Merge pull request #82 from fsb4000/patch-2

fix bug со сворачивающимся кошельком

9 years agoClean issues which some LLVM configurations don't like
CryptoManiac [Thu, 18 Dec 2014 23:54:39 +0000]
Clean issues which some LLVM configurations don't like

9 years agoMerge pull request #81 from fsb4000/patch-1
CryptoManiac [Thu, 18 Dec 2014 19:47:30 +0000]
Merge pull request #81 from fsb4000/patch-1

Возврат версии Berkley DB к 6.0.20

9 years agofix bug со сворачивающимся кошельком 82/head
fsb4000 [Thu, 18 Dec 2014 08:33:55 +0000]
fix bug со сворачивающимся кошельком

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

9 years agoВозврат версии Berkley DB к 6.0.20 81/head
fsb4000 [Wed, 17 Dec 2014 11:14:37 +0000]
Возврат версии Berkley DB к 6.0.20

Кошелёк собранный с BerkleyDB 6.1.19 открывает базу и кошелёк созданный с помощью BerkleyDB 6.0.20, но кошелёк собранный с BerkleyDB 6.0.20 не открывает базу и кошелёк созданный с помощью BerkleyDB 6.1.19
Поэтому в целях обратной совместимости пока в инструкции по сборке пусть будет BerkleyDB 6.0.20
Если в будущем будет хардфорк, тогда можно обновить версию BerkleyDB до самой новой...

9 years agoAdd linker flags
MASM fan [Mon, 15 Dec 2014 20:50:38 +0000]
Add linker flags

9 years agoMerge pull request #80 from fsb4000/boost_1_57
0xDEADFACE [Mon, 15 Dec 2014 18:36:53 +0000]
Merge pull request #80 from fsb4000/boost_1_57

обновление библиотек

9 years agoAdd braces to avoid ambiguous else operator.
MASM fan [Mon, 15 Dec 2014 17:01:28 +0000]
Add braces to avoid ambiguous else operator.

9 years agoFix the fall application when outputting notifications
gades [Sun, 14 Dec 2014 09:01:42 +0000]
Fix the fall application when outputting notifications

9 years agoобновление библиотек 80/head
fsb4000 [Sun, 14 Dec 2014 14:21:30 +0000]
обновление библиотек

9 years agoMerge pull request #79 from fsb4000/patch-2
0xDEADFACE [Fri, 12 Dec 2014 17:27:55 +0000]
Merge pull request #79 from fsb4000/patch-2

значения по умолчанию для просмотрщиков блоков

9 years agoRemove spent transactions from minting table. 79/head
fsb4000 [Fri, 12 Dec 2014 06:21:44 +0000]
Remove spent transactions from minting table.

Спасибо разработчикам PeerUnity

https://github.com/Peerunity/Peerunity/commit/df9b6c25942e94aee61326aa028e9eb3b3ca7bc4

9 years agoзначения по умолчанию для просмотрщиков блоков
fsb4000 [Fri, 12 Dec 2014 05:24:58 +0000]
значения по умолчанию для просмотрщиков блоков

9 years agoMerge remote-tracking branch 'remotes/origin_deadface/master' nvc-v0.5.0
MASM fan [Thu, 11 Dec 2014 17:34:31 +0000]
Merge remote-tracking branch 'remotes/origin_deadface/master'

9 years agoBump version to 0.5.0
MASM fan [Thu, 11 Dec 2014 17:25:27 +0000]
Bump version to 0.5.0

9 years agoAdd nomacro script from cpuminer sources tree.
MASM fan [Thu, 11 Dec 2014 01:17:34 +0000]
Add nomacro script from cpuminer sources tree.

This script could be helpful in LLVM based environments.

9 years agoAdd init scripts
MASM fan [Thu, 11 Dec 2014 00:33:48 +0000]
Add init scripts

9 years agoUse GNU make on BSD
MASM fan [Thu, 11 Dec 2014 00:19:37 +0000]
Use GNU make on BSD

9 years agoAdd default value for USE_LEVELDB into makefiles
MASM fan [Wed, 10 Dec 2014 22:05:03 +0000]
Add default value for USE_LEVELDB into makefiles

9 years agoAdd default value for USE_LEVELDB into makefiles
MASM fan [Wed, 10 Dec 2014 22:05:03 +0000]
Add default value for USE_LEVELDB into makefiles

9 years agoThe dlopen/dlsym functions are built into libc, so there is is no need for libdl...
MASM fan [Wed, 10 Dec 2014 19:11:51 +0000]
The dlopen/dlsym functions are built into libc, so there is is no need for libdl on FreeBSD

9 years agoMove stdarg.h to util.h
MASM fan [Wed, 10 Dec 2014 18:52:14 +0000]
Move stdarg.h to util.h

9 years agoMerge pull request #78 from fsb4000/patch-1
0xDEADFACE [Tue, 9 Dec 2014 23:01:49 +0000]
Merge pull request #78 from fsb4000/patch-1

fix typo