mullick
Legendary
Offline
Activity: 1064
Merit: 1002
|
|
June 09, 2013, 10:24:11 PM |
|
Does NovaCoin mint similar to the way PPC does? If so, how do you set it up to mint with a locked wallet? Does it unlock for minting the same way PPC does? If so, could someone outline the steps to set it up?
Thx!
Update: Yep - followed the same steps as I do for PPC and it unlocked for minting...
Make a .bat in your daemon folder. Name it novacoind.bat Paste this text save and close. @echo off @echo Enter Novacoin password... SET /P variable=Password : novacoind walletpassphrase %variable% 9999999 true Start up your encrypted wallet and run the .bat. Enter your password, Window will pause then exit. Your wallet in now unlocked. EDIT: Ahh i see you got it. Maybe this will help someone else with the same question.
|
|
|
|
|
svost
|
|
June 10, 2013, 04:33:13 AM |
|
btc-e 0.033 1805.68624181 59.58764597
|
4NovacoinyLfMCjTzqDXcaGNTrykfDBNkP
|
|
|
hanzac
|
|
June 10, 2013, 04:42:53 AM |
|
Even one week ago, I can still sold at 0.034. I think currently sold at 0.034 is also OK. NVC is getting popular.
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
June 14, 2013, 12:25:39 PM |
|
5 days, 11 hours and 35 minutes remaining to ROI switch.
|
|
|
|
svost
|
|
June 16, 2013, 07:54:54 AM |
|
|
4NovacoinyLfMCjTzqDXcaGNTrykfDBNkP
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
June 16, 2013, 02:45:45 PM |
|
Source code is available at github, Linux & Mac builds will be published soon. Changes list: - Balanced PoS/PoW blocks weighting;
- No minimum limit for coinbase outputs;
- No ECDSA signature required for PoW blocks anymore;
- No fee required for coinbase transaction anymore;
- Built-in PoW CPU miner removed, now only PoS miner available in the wallet;
- getmininginfo RPC now able to calculate stake power.
Highlighted changes which will be active on MainNet since 20 Sep 2013. And don't forget about ROI switch at 20 June 2013, less than 4 days remaining.
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
June 16, 2013, 04:59:30 PM |
|
Source code is available at github, Linux & Mac builds will be published soon. And don't forget about ROI switch at 20 June 2013, less than 4 days remaining.
at this time I find only 4.2 and no 4.3 Source code for Linux... BTW: what is ROI switch? TIA
|
|
|
|
flound1129
|
|
June 17, 2013, 03:03:08 AM |
|
What is MaxTarget in the block reward calculation?
|
Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
June 17, 2013, 08:15:43 AM Last edit: June 17, 2013, 08:31:08 AM by Balthazar |
|
BTW: what is ROI switch?
Proof-of-Stake rewards calculation method will be changed since 20 June 2013 00:00:00. After this date old clients (<0.4.1) will be incompatible with the rest of network. at this time I find only 4.2 and no 4.3 Source code for Linux...
Source code is always available at github. https://github.com/CryptoManiac/novacoin
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
June 17, 2013, 08:21:05 AM |
|
What is MaxTarget in the block reward calculation?
MaxTarget is the maximum possible target. It's 0x00000ffff0000000000000000000000000000000000000000000000000000000 for proof-of-work. P.S. If you want to get current block reward or current target, you can use getblocktemplate RPC call for this.
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
June 17, 2013, 11:46:55 AM |
|
ok thanks, I have updated and compiled, but is this correct that the new novacoind is now ~45 MB; - the old was only ~5 MB now I have started again and seen that I have Credit: 1.70 NVC (mined) is this the stake from the last few months? TIA
|
|
|
|
gyverlb
|
|
June 17, 2013, 11:50:28 AM |
|
ok thanks, I have updated and compiled, but is this correct that the new novacoind is now ~45 MB; - the old was only ~5 MB use :
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
June 17, 2013, 02:22:30 PM |
|
now I have started again and seen that I have Credit: 1.70 NVC (mined) is this the stake from the last few months? TIA
Maybe, or someone donated you using p2pool. Post transaction ID and we'll check it
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
June 17, 2013, 04:38:51 PM |
|
Maybe, or someone donated you using p2pool. Post transaction ID and we'll check it ID: 984f21521b1c37b2d764f85e7147646957763619970bce7bdbd8303f410d067e
|
|
|
|
|
flound1129
|
|
June 17, 2013, 05:27:27 PM |
|
What is MaxTarget in the block reward calculation?
MaxTarget is the maximum possible target. It's 0x00000ffff0000000000000000000000000000000000000000000000000000000 for proof-of-work. P.S. If you want to get current block reward or current target, you can use getblocktemplate RPC call for this. coinbasevalue?
|
Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
June 17, 2013, 05:37:23 PM |
|
What is MaxTarget in the block reward calculation?
MaxTarget is the maximum possible target. It's 0x00000ffff0000000000000000000000000000000000000000000000000000000 for proof-of-work. P.S. If you want to get current block reward or current target, you can use getblocktemplate RPC call for this. coinbasevalue? Yes, coinbasevalue represents current block value in Satoshi units.
|
|
|
|
flound1129
|
|
June 17, 2013, 05:46:23 PM |
|
What is MaxTarget in the block reward calculation?
MaxTarget is the maximum possible target. It's 0x00000ffff0000000000000000000000000000000000000000000000000000000 for proof-of-work. P.S. If you want to get current block reward or current target, you can use getblocktemplate RPC call for this. coinbasevalue? Yes, coinbasevalue represents current block value in Satoshi units. "coinbasevalue" : 10020000, So the novacoin satoshi is 10e-6 NVC? Rather than the 10e-8 of BTC/etc?
|
Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
June 17, 2013, 05:53:02 PM |
|
What is MaxTarget in the block reward calculation?
MaxTarget is the maximum possible target. It's 0x00000ffff0000000000000000000000000000000000000000000000000000000 for proof-of-work. P.S. If you want to get current block reward or current target, you can use getblocktemplate RPC call for this. coinbasevalue? Yes, coinbasevalue represents current block value in Satoshi units. "coinbasevalue" : 10020000, So the novacoin satoshi is 10e-6 NVC? Rather than the 10e-8 of BTC/etc? Satoshi is always Satoshi in any currency. It will be more accurate to say, that 1 BTC = 10^8 satoshi units; 1 NVC = 10^6 satoshi units.
|
|
|
|
|