Pages:
Author

Topic: [ANN] official NovaCoin thread - the original PoS+scrypt coin. --POOL LIST-- - page 46. (Read 282664 times)

legendary
Activity: 3108
Merit: 1359
i installed the Mac wallet and i password encrypted my wallet do i need special command for POS minting?
You can't generate blocks with encrypted wallet in locked state. If you wish to generate blocks, then you need to unlock your wallet.

Help -> Debug Window



Then switch to RPC console tab and run this command:

Code:
walletpassphrase VeryStrongPasswordDoNotUseMe123 86400 true

86400 is unlock time in seconds
legendary
Activity: 1148
Merit: 1000
i installed the Mac wallet and i password encrypted my wallet do i need special command for POS minting?

legendary
Activity: 3108
Merit: 1359
What's the prize?
I haven't decided yet.

Interesting article:

https://bitslog.wordpress.com/2013/07/18/buggy-cve-2013-4627-patch-open-new-vectors-of-attack/

recommended for reading.   Roll Eyes

P.S. This issue already fixed in NovaCoin source tree, see this commit.
full member
Activity: 186
Merit: 100
What's the prize?

Smiley

I think about block #50000... Bets on the last byte of hash would be funny. Smiley
legendary
Activity: 3108
Merit: 1359
 Smiley

I think about block #50000... Bets on the last byte of hash would be funny. Smiley
full member
Activity: 186
Merit: 100
We have passed block 40.000 Smiley
legendary
Activity: 3108
Merit: 1359
Rebuilt just now with leveldb and bdb, the both builds are working fine. Roll Eyes And BDB build successfully loaded with 0.4.3 client database.

Can you publish your data folder? Except for wallet.dat, of course.
hero member
Activity: 938
Merit: 1000
www.multipool.us
I'm getting the following after building 0.4.4:

Code:
novacoin-qt: src/kernel.cpp:393: unsigned int GetStakeModifierChecksum(const CBlockIndex*): Assertion `pindex->pprev || pindex->GetBlockHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
Aborted (core dumped)
legendary
Activity: 3108
Merit: 1359
MinWG64 adapted branch published:

https://github.com/CryptoManiac/novacoin/commits/novacoin-win64

There are some OutputDebugStringF related warnings yet, will deal with it later.

P.S. Thinking about the ZeroCoin integration.  Roll Eyes
legendary
Activity: 3108
Merit: 1359
Windows 64-bit build is updated.

Installer (don't forget to remove previous build before): http://sourceforge.net/projects/novacoin/files/experimental/novacoin-setup-win32-amd64-0.4.4.4.exe/download
ZIP: http://sourceforge.net/projects/novacoin/files/experimental/novacoin-0.4.4.4-win32-amd64.zip/download

  • Slightly lower memory consumption;
  • No LevelDB abstraction object recreation during the checkpoints handling;
  • ~ 10% faster block index object initialization.
legendary
Activity: 3108
Merit: 1359
It works slightly faster and able to function in the pure 64 bit environment, e.g.

  • 64-bit WinPE;
  • Windows Server Core without WoW64 layer installed.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
Experimental native build for 64-bit Windows is available.

http://sourceforge.net/projects/novacoin/files/experimental/novacoin-0.4.4.4-win32-amd64.zip/download

Make backup of your data folder before trying this build. Reports are welcome.
Tested for a few hours... It seems that this build is stable enough.

Installer for current release:

http://sourceforge.net/projects/novacoin/files/novacoin-setup-win32-amd64-0.4.4.4.exe/download

Any advantages to 64bit client?
legendary
Activity: 3108
Merit: 1359
Experimental native build for 64-bit Windows is available.

http://sourceforge.net/projects/novacoin/files/experimental/novacoin-0.4.4.4-win32-amd64.zip/download

Make backup of your data folder before trying this build. Reports are welcome.
Tested for a few hours... It seems that this build is stable enough.

Installer for current release:

http://sourceforge.net/projects/novacoin/files/novacoin-setup-win32-amd64-0.4.4.4.exe/download
legendary
Activity: 3108
Merit: 1359
Experimental native build for 64-bit Windows is available.

http://sourceforge.net/projects/novacoin/files/experimental/novacoin-0.4.4.4-win32-amd64.zip/download

Make backup of your data folder before trying this build. Reports are welcome.
legendary
Activity: 1386
Merit: 1009
Have you decided yet what the upper limit is?
This limit is set to 10 coins, but inactive until 20 Oct 2013. According to result of our analysis (and independent results too), it's an optimal value.

But we are also working on alternate solution. It's a dynamic computation of the reward limit, based on PoW difficulty. Maybe this function will replace a static limit in the future, but I don't think so.
I don't see the point in dynamic function as well. Smiley
legendary
Activity: 3108
Merit: 1359
Have you decided yet what the upper limit is?
This limit is set to 10 coins, but inactive until 20 Oct 2013. According to result of our analysis (and independent results too), it's an optimal value.

But we are also working on alternate solution. It's a dynamic computation of the reward limit, based on PoW difficulty. Maybe this function will replace a static limit in the future, but I don't think so.
sr. member
Activity: 470
Merit: 250
That's a good idea, but you must tell us what the upper limit is (not everybody is a programmer).
It's not ready yet, that's why there is no full explanation at the moment, but it's quite simple. Just one example, if you have two options:

  • 1000 coins input
  • 10 x 100 coins inputs

there will be no difference in profitability, which is wrong.

Smaller inputs should be prioritized, because it's significantly better for the network, that's why we need this upper limit for the reward. To make sure that there will be no malicious stakeholders, which are able to manipulate by PoS difficulty through using larger inputs instead of smaller ones.

Have you decided yet what the upper limit is?
legendary
Activity: 3108
Merit: 1359
Minor client update is available.

v0.4.4.4

  • Google's LevelDB support is implemented, and used as transaction storage by default*;
  • The -nosynccheckpoints option is replaced with the new -cppolicy=mode option**;
  • RPC: blocktrust and chaintrust fields added into block dump function;
  • Many minor fixes and optimizations.

Win32 nosetup: http://sourceforge.net/projects/novacoin/files/novacoin-nosetup-win32-0.4.4.4.zip/download
Win32 setup (don't forget to uninstall previous version before): http://sourceforge.net/projects/novacoin/files/novacoin-setup-win32-0.4.4.4.exe/download
Ubuntu LTS x86_64: http://sourceforge.net/projects/novacoin/files/novacoin-0.4.4.4-ubuntu-lts-x86_64.tar.bz2/download
MacOS X Qt client: http://sourceforge.net/projects/novacoin/files/NovaCoin-Qt-0.4.4.4.dmg/download
Sources tree: https://github.com/CryptoManiac/novacoin

-----

*) LevelDB is a low-latency data storage, optimized for multiple write operations. DB engine works in a separate thread, this also could improve wallet performance.

**) Possible values:

  • strict - default mode, verify blocks to satisfy syncronized checkpoints, and reject if necessary;
  • advisory - verify blocks to satisfy syncronized checkpoints, and display warning if necessary;
  • permissive - don't perform any checkings.
sr. member
Activity: 280
Merit: 250
I cannot figure out how to mine any ALT currencies with my ASIC USB miner and CGMiner...most of them use scrypt and when i try to use that with cgminer-nogpu.exe i get a "unrecognized option" error. Any help?

WOW --- i guess intelligence or Computer competence is no prerequisite for being a senior member  in these forums... you haven't figured out the PRIMARY Reason the Script Coins were developed was to avoid the ability to be mined by ASIC devices.... WHAT are you stupid?  Blind? or Willfulling ignorant???  I have to wonder???
sr. member
Activity: 277
Merit: 250
just wake up then i was not sure but now....i am
Pages:
Jump to: