Pages:
Author

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

legendary
Activity: 3108
Merit: 1359
Quote
NVC/BTC
0.0312

Quote
Difficulty: 119.503

I think that's strange question.
legendary
Activity: 1106
Merit: 1000
legendary
Activity: 3108
Merit: 1359
PoW diff: 133.068
PoS diff: 0.028

 Roll Eyes
legendary
Activity: 3108
Merit: 1359
What's problem with 0.4?

Please remember that you need remove the blk*.dat files from client data directory after upgrading from 0.3.4 and older to 0.3.5 and never versions. Otherwise you will get exceptions while starting up.
full member
Activity: 124
Merit: 100
Hardhat Required in This Area
0.3.3 Client is stuck on a block and says update, but the latest version doesn't work for me. Do you need 0.3.5 before 0.4? Is so, please enable a download for it, I can't get 0.4 to work.
legendary
Activity: 3108
Merit: 1359
How can I make rpc calls on Windows XP? I want to know how many coins are there already minted. Thanks.
Help => Debug window => RPC Console.
newbie
Activity: 13
Merit: 0
How can I make rpc calls on Windows XP? I want to know how many coins are there already minted. Thanks.
legendary
Activity: 1064
Merit: 1000
https://github.com/CryptoManiac/bitcoin-abe.git

I'll try to merge it with latest code, if it's necessary. Roll Eyes

P.S. I seen strange glitch... It forces bitcoin address version while browsing orphaned blocks.
P.P.S. Don't use integrated web server, it's too slow. It is recommended to use apache2-mpm-event + fcgid + ABE running in fastcgi mode. It will be more reliable solution.

I changed over to Fastcgi the weekend of the big coin rally a month..two months ago??? I had been wanting to convert all the explorers to Cherry.py, but during that rally felt I did not have the luxury of time to do it. I went ahead and converted everything to Fastcgi, and believe me, it can have its own set of problems... Cheesy

But yes, it is a 110% improvement over pythons built in server.
legendary
Activity: 3108
Merit: 1359
https://github.com/CryptoManiac/bitcoin-abe.git

I'll try to merge it with latest code, if it's necessary. Will check it tomorrow. Roll Eyes

P.S. I seen strange glitch... It forces bitcoin address version while browsing orphaned blocks.
P.P.S. Don't use integrated web server, it's too slow. It is recommended to use apache2-mpm-event + fcgid + ABE running in fastcgi mode. It will be more reliable solution.
legendary
Activity: 1064
Merit: 1000
You can keep Linux from recording a command history by prepending one or more spaces  in front of the command.

Code:
./novacoind walletpassphrase iamapassword 100000

Would be recorded in the bash history.

Code:
     ./novacoind walletpassphrase iamapassword 100000

Would not be recorded in the bash history.

Only if you have set HISTCONTROL with "ignorespace" which is not the default.

Edit: this is assuming you use bash and not another shell (I don't know others well enough).

Hmm, strange as it always appears to be the default to me.

For example from my current VM bash.rc file:

Code:
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000

Ahh well, it is easy enough to test for:

Code:
robert@vm:/$ echo "This is normal"
This is normal
robert@vm:/$ echo "This is normal"
This is normal
robert@vm:/$    echo "This is hidden"
This is hidden
robert@vm:/$ echo "This is normal"

Well, anyway I believe this particular poster would feel much safer mining to a separate wallet (encrypted or otherwise) and just transferring the coins to his real wallet every day/hour whatever.  Cheesy

Also:

Balthazar....what the heck did you do to bury the dam address version setting in your fork of ABE?

I have been trying all afternoon to get it set up and on CCE . I have tried all the normal places where the address version is declared, however no matter where I place (\x08 or 08..same in Dec as Hex) the addresses are wrong, everything else is right.

You just don't want anybody else to have a NVC explorer up....DO you?    Cheesy Cheesy

On that note: The newest version of ABE has some interesting new features you might want to check out. All the explorers except for NVC on CCE are using it. I did not feel like reinventing the wheel by converting your NVC fork to the latest ABE client.

Hopefully, I will have NVC up on CCE tonite, everything is set and ready except for the address version issue...thing...roadblock... Tongue
hero member
Activity: 896
Merit: 1000
You can keep Linux from recording a command history by prepending one or more spaces  in front of the command.

Code:
./novacoind walletpassphrase iamapassword 100000

Would be recorded in the bash history.

Code:
     ./novacoind walletpassphrase iamapassword 100000

Would not be recorded in the bash history.

Only if you have set HISTCONTROL with "ignorespace" which is not the default.

Edit: this is assuming you use bash and not another shell (I don't know others well enough).
legendary
Activity: 3108
Merit: 1359
If you are using QT gui, you can use integrated console, it's safe enough.

P.S. Debian Squeeze/i686 build of v0.4 published.
legendary
Activity: 1064
Merit: 1000


Is there a source code release for compiling on different linux OS? My linux OS has glibc 2.11, but your code requires 2.14.

Is there a setting to unlock the wallet in the conf file, for mining via rpc for unlimited time? Also, I don't feel comfortable typing in the passphrase at the command line, and the OS also keeps a history of commands used.

Does novacoin-qt or novacoind support long poll? My cgminer returns "No suitable long poll found".

I guess I can use a liteoin hash calculator to estimate the expected time to find a block? I will use p2pool eventually. I am testing my setup for now.

I like Novacoin combing the advantages of LTC and PPC. Good job.

Thank you.  

You can keep Linux from recording a command history by prepending one or more spaces  in front of the command.

Code:
./novacoind walletpassphrase iamapassword 100000

Would be recorded in the bash history.

Code:
     ./novacoind walletpassphrase iamapassword 100000

Would not be recorded in the bash history.

legendary
Activity: 3108
Merit: 1359
Fresh Ubuntu LTS binaries published. Debian Squeeze builds coming soon.
legendary
Activity: 3108
Merit: 1359
https://github.com/CryptoManiac/novacoin

Quote from: ltcminer
Does novacoin-qt or novacoind support long poll? My cgminer returns "No suitable long poll found".
No, it doesn't supported yet, but maybe I'll add it soon. Anyway, you can set -s 10 -E 10 and everything will be OK.

Quote from: ltcminer
I guess I can use a liteoin hash calculator to estimate the expected time to find a block?
Yes, also you can calculate it manually, using such formula:

Code:
T = Diff * 4.295 * 10 ^ 9 / HashesPerSecond

It will give you average block search time in seconds.
newbie
Activity: 33
Merit: 0
ltcminer

Yes, you can. But first you need to unlock your wallet. You can't run p2pool or solo mining while your wallet is locked.

Run this command using RPC console:

Code:
walletpassphrase "password" 86400 true

This command will unlock mining for 24h, for example.

P.S. Are you sure you want solo mine at diff 96?  Huh

Is there a source code release for compiling on different linux OS? My linux OS has glibc 2.11, but your code requires 2.14.

Is there a setting to unlock the wallet in the conf file, for mining via rpc for unlimited time? Also, I don't feel comfortable typing in the passphrase at the command line, and the OS also keeps a history of commands used.

Does novacoin-qt or novacoind support long poll? My cgminer returns "No suitable long poll found".

I guess I can use a liteoin hash calculator to estimate the expected time to find a block? I will use p2pool eventually. I am testing my setup for now.

I like Novacoin combing the advantages of LTC and PPC. Good job.

Thank you. 
legendary
Activity: 3108
Merit: 1359
0.4 version of wallet can handle such load without pushpool.
legendary
Activity: 1064
Merit: 1000
ltcminer

Yes, you can. But first you need to unlock your wallet. You can't run p2pool or solo mining while your wallet is locked.

Run this command using RPC console:

Code:
walletpassphrase "password" 86400 true

This command will unlock mining for 24h, for example.

P.S. Are you sure you want solo mine at diff 96?  Huh

I agree with Balthazar, 96 (scrypt) difficulty is much to high to solo with a couple of GPU.

If one was running a few rigs (Like myself), you would want to run a private Pushpool if soloing.

I run between 3-4 M/H for scrypt based coins, and my cutoff (My opinion of course.. Tongue) is low to mid teens for difficulty.

Find a good PPS pool, for whichever coin you want to mine.You will get the benefit of a definite payback, instead of risking getting nothing except a high electric bill when the difficulty is at the current level.
legendary
Activity: 3108
Merit: 1359
ltcminer

Yes, you can. But first you need to unlock your wallet. You can't run p2pool or solo mining while your wallet is locked.

Run this command using RPC console:

Code:
walletpassphrase "password" 86400 true

This command will unlock mining for 24h, for example.

P.S. Are you sure you want solo mine at diff 96?  Huh
newbie
Activity: 33
Merit: 0
Can I start mining without the p2pool and just point my miner to novacoind or novacoin-qt?

Also there is till "Minint suspended..." message when I run the getmininginfo command.

Pages:
Jump to: