Bitcoin Forum
May 04, 2024, 08:17:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: [ANN] official NovaCoin thread - the original PoS+scrypt coin.  (Read 282626 times)
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
November 18, 2014, 10:23:30 PM
Last edit: November 22, 2014, 07:08:11 PM by Balthazar
 #1241

Win32 builds were updated again, to include recent commits into sources tree.

LevelDB: AMD64 | x86

BerkeleyDB: AMD64 | x86
1714810646
Hero Member
*
Offline Offline

Posts: 1714810646

View Profile Personal Message (Offline)

Ignore
1714810646
Reply with quote  #2

1714810646
Report to moderator
1714810646
Hero Member
*
Offline Offline

Posts: 1714810646

View Profile Personal Message (Offline)

Ignore
1714810646
Reply with quote  #2

1714810646
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714810646
Hero Member
*
Offline Offline

Posts: 1714810646

View Profile Personal Message (Offline)

Ignore
1714810646
Reply with quote  #2

1714810646
Report to moderator
Novaco.in
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile WWW
November 20, 2014, 03:48:30 PM
 #1242

Add new API method getbalance of available to spend funds, also including array of unspent outputs.

P.S. we began implementing functionalily for MultiSig addresses on JavaScript such as on http://coinb.in/multisig/ 
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
November 22, 2014, 07:10:52 PM
 #1243

Win32 were updated again.

MinGW64:

LevelDB: AMD64 | x86

BerkeleyDB: AMD64 | x86


MSVC:

LevelDB: AMD64 | x86

There are minor changes in the interface and some appcrash issues resolved.
Enzyme
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 23, 2014, 01:22:09 AM
Last edit: December 19, 2014, 03:46:54 PM by Enzyme
 #1244

Hi, I've been reading through the source code. How much is a CENT (TX fee) worth and where is it located in the source code?
fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
November 23, 2014, 02:56:15 PM
 #1245

Hi, I've been looking through the source code. How much is a CENT (tx fee) worth and where is it located in the source.
src/util.h
line 31-32:
Code:
static const int64 COIN = 1000000;
static const int64 CENT = 10000;
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
November 24, 2014, 09:51:38 PM
 #1246

Win32 were updated again.

MinGW64:

LevelDB: AMD64 | x86

BerkeleyDB: AMD64 | x86

MSVC:

LevelDB: AMD64 | x86

Stability improvement, another appcrash issue has been fixed.
Enzyme
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 25, 2014, 02:01:32 AM
Last edit: December 19, 2014, 03:10:10 PM by Enzyme
 #1247

Hi, I've been looking through the source code. How much is a CENT (tx fee) worth and where is it located in the source.
src/util.h
line 31-32:
Code:
static const int64 COIN = 1000000;
static const int64 CENT = 10000;
Thanks for helping me Smiley

However, I'm still unsure what value 10000 has.
Please tell me where it's located.
penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
November 25, 2014, 07:23:09 AM
 #1248

Hi, I've been looking through the source code. How much is a CENT (tx fee) worth and where is it located in the source.
src/util.h
line 31-32:
Code:
static const int64 COIN = 1000000;
static const int64 CENT = 10000;

Thanks for helping me Smiley
Although I'm still unsure what value 10000 has.
Please tell me how to calculate it.

https://blog.novaco.in/2014/06/21/new-build-0-4-4-7b5/

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
November 25, 2014, 03:19:00 PM
 #1249

Hi, I've been looking through the source code. How much is a CENT (tx fee) worth and where is it located in the source.
src/util.h
line 31-32:
Code:
static const int64 COIN = 1000000;
static const int64 CENT = 10000;

Thanks for helping me Smiley
Although I'm still unsure what value 10000 has.
Please tell me how to calculate it.

https://blog.novaco.in/2014/06/21/new-build-0-4-4-7b5/
Hm... How this legacy build is related to question? Roll Eyes
fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
November 26, 2014, 03:42:06 PM
Last edit: November 26, 2014, 03:56:21 PM by fsb4000
 #1250

Hi, I've been looking through the source code. How much is a CENT (tx fee) worth and where is it located in the source.
src/util.h
line 31-32:
Code:
static const int64 COIN = 1000000;
static const int64 CENT = 10000;

Thanks for helping me Smiley
Although I'm still unsure what value 10000 has.
Please tell me how to calculate it.
It is not calculated.
percent = 1% = 1/100
coin = 1 000 000
coin / 100 = cent
It is simply selected out of the air.(Although perhaps the developer had some reasons for exactly this value, but I do not know them...)
CENT used for:
1)determining low input or not
(src/qt/coincontroldialog.cpp , line 434)
Code:
if(amount < CENT)
    fLowOutput = true;
2)PoW reward rounded to CENT.
(main.cpp, function int64 GetProofOfWorkReward)
Code:
nSubsidy = (nSubsidy / CENT) * CENT;
3) PoS annual interest also rounded to CENT
(main.cpp, function int64 GetProofOfStakeReward)
Code:
nRewardCoinYear = min((nRewardCoinYear / CENT) * CENT, MAX_MINT_PROOF_OF_STAKE);
4) In RPC reservebalance, amount rounded to CENT
(rpcwallet.cpp, function Value reservebalance)
Code:
nAmount = (nAmount / CENT) * CENT;
5) Maybe I missed the other uses  Embarrassed
Novaco.in
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile WWW
November 28, 2014, 08:27:16 AM
 #1251

In API added new method gettransaction
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
December 07, 2014, 03:45:57 AM
 #1252

Win32 were updated again.

MinGW64:

LevelDB: AMD64 | x86

BerkeleyDB: AMD64 | x86

MSVC:

LevelDB: AMD64 | x86

Stability improvement, IPv6 support for MSVC builds.
BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
December 07, 2014, 11:09:37 AM
 #1253

NVC/BTC market will be closed here:

https://cryptex.biz

Withdraw immediately.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
December 07, 2014, 06:32:50 PM
 #1254

New linux ARM builds were published.

Berkeley DB:
ARMv6l | ARMv7l

LevelDB:
ARMv6l | ARMv7l
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
December 11, 2014, 05:51:36 PM
 #1255

FreeBSD port has been published:

https://github.com/CryptoManiac/freebsd-ports/commit/109beaa18eecabcc2b30779c695c2cef24e76dd5

Builds successfully on 10.1 with default compiler. Any tests would be appreciated. Smiley
Rakete4
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
December 15, 2014, 02:19:33 PM
Last edit: December 15, 2014, 07:21:07 PM by Rakete4
 #1256

Penek,

The ranking of richest Novacoin addresses shown on https://www.novaco.in is incorrect:



Addresses #2,3 and 4 are empty, according to your blockexplorer.
You have added up transaction inputs and outputs by mistake instead of subtracting them.

Address #7 is also empty, any there are many more mistakes...
penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
December 17, 2014, 06:26:19 AM
Last edit: December 17, 2014, 09:44:51 AM by penek
 #1257

Penek,

The ranking of richest Novacoin addresses shown on https://www.novaco.in is incorrect...

Yes, it is not correct request...
Mistakes associated with orphan blocks, we will fix it later...

Thanks...

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
Novaco.in
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile WWW
December 17, 2014, 08:02:22 PM
 #1258

Penek,

The ranking of richest Novacoin addresses shown on https://www.novaco.in is incorrect...

Yes, it is not correct request...
Mistakes associated with orphan blocks, we will fix it later...

Thanks...

Updated.
sir.miklosh
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 28, 2014, 03:48:30 AM
 #1259



novacoin-0.5.0.ebuild

Novacoin PoS probability (ru) | Novacoin PoS probability (en) | novacoin-0.5.2.ebuild | 4Fate4qoaYjJBVqToMnNmvWSRbLjFDQfqs
Пpивaтнocть – этo нe pocкoшь, a бaзoвoe пpaвo кaждoгo чeлoвeкa в cвoбoднoм oбщecтвe. Бeзoпacнocть – нe пpecтyплeниe.
penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
December 31, 2014, 04:08:13 PM
 #1260

Happy New Year 2015!

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!