d5000
Legendary
Offline
Activity: 4102
Merit: 7652
Decentralization Maximalist
|
|
October 24, 2018, 07:23:38 PM |
|
Hi All,
Any news about the test of the 0.5.2 version ? Does it work as planned ?
K.
For me, it works well so far - although I didn't mint any PoS block yet. But Graham said PoS minting works well for him, so I believe it's because of my relatively small Slimcoin holdings, and that my "new" client is only online a few hours per day. I have not tested the coin control features yet, should do this in the coming days.
|
|
|
|
Rsj91
Member
Offline
Activity: 199
Merit: 10
|
|
October 25, 2018, 03:26:49 PM |
|
Where can I find your latest source? Was there any change? Wallet at nova show some issue, can a dev tell what changes is required to keep wallet running >?
|
|
|
|
d5000
Legendary
Offline
Activity: 4102
Merit: 7652
Decentralization Maximalist
|
|
October 25, 2018, 05:39:45 PM |
|
Where can I find your latest source? Was there any change? Wallet at nova show some issue, can a dev tell what changes is required to keep wallet running >?
The latest source is the "develop" branch on the Slimcoin Github repo. It contains some changes with respect to Proof of Stake (consumes less CPU/RAM) and adds coin control to the GUI. https://github.com/slimcoin-project/Slimcoin/tree/develop
|
|
|
|
keliokan
Jr. Member
Offline
Activity: 86
Merit: 1
|
|
October 26, 2018, 01:22:52 PM |
|
Hi all, Would it be possible to get a windows version to test ? (i tried to compile it myself but did not go so well...)
Thanks
K.
|
|
|
|
muf18
|
|
October 27, 2018, 03:15:35 PM |
|
Graham has said he will try later in the future compile windows ver, I think. So you have chances, that will receive binary, but don't hold your breath .
|
|
|
|
casper77
Legendary
Offline
Activity: 2898
Merit: 1035
|
|
October 31, 2018, 09:48:33 AM |
|
why there is no option in wallet "unlock wallet" and especially "unlock wallet for minting only" ?
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 01, 2018, 09:04:21 AM |
|
why there is no option in wallet "unlock wallet" and especially "unlock wallet for minting only" ?
Because when Slimcoin was cloned (from Peercoin) the PoS scheme inherited was 1.0, i.e. coins stake even when the wallet is offline so an "unlocked for minting" option would be superfluous. A move to PoS scheme 2.0 (coins have to be in an online wallet to stake) has been suggested a couple of times in the past but thus far no candidate implementation has been contributed. Cheers Graham
|
|
|
|
casper77
Legendary
Offline
Activity: 2898
Merit: 1035
|
|
November 01, 2018, 11:46:11 AM |
|
why there is no option in wallet "unlock wallet" and especially "unlock wallet for minting only" ?
Because when Slimcoin was cloned (from Peercoin) the PoS scheme inherited was 1.0, i.e. coins stake even when the wallet is offline so an "unlocked for minting" option would be superfluous. A move to PoS scheme 2.0 (coins have to be in an online wallet to stake) has been suggested a couple of times in the past but thus far no candidate implementation has been contributed. Cheers Graham i mean PoB, not PoS is what you said right for PoB too ? and next question - i moved all my coins to a new wallet.dat because slimcoin-qt was often froze due too much inputs "Net burn coins" are zero now am i lost my burned amount ? thanks
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 02, 2018, 02:32:03 AM |
|
i mean PoB, not PoS is what you said right for PoB too ?
Yes. and next question - i moved all my coins to a new wallet.dat because slimcoin-qt was often froze due too much inputs "Net burn coins" are zero now am i lost my burned amount ?
Not if you still have the old wallet or the privkey for the address from which you sent SLM to the burn address. Cheers Graham
|
|
|
|
casper77
Legendary
Offline
Activity: 2898
Merit: 1035
|
|
November 02, 2018, 05:45:07 AM |
|
i mean PoB, not PoS is what you said right for PoB too ?
Yes. and next question - i moved all my coins to a new wallet.dat because slimcoin-qt was often froze due too much inputs "Net burn coins" are zero now am i lost my burned amount ?
Not if you still have the old wallet or the privkey for the address from which you sent SLM to the burn address. Cheers Graham i have only 4 addresses in old wallet i imported 4 privkeys into new one and now i have only about a half of effective burnt coins instead of old wallet i don't understand this
|
|
|
|
d5000
Legendary
Offline
Activity: 4102
Merit: 7652
Decentralization Maximalist
|
|
November 02, 2018, 06:07:43 AM Last edit: November 02, 2018, 08:10:01 AM by d5000 |
|
i have only 4 addresses in old wallet i imported 4 privkeys into new one and now i have only about a half of effective burnt coins instead of old wallet i don't understand this
You probably have to start slimcoin-qt with the "-rescan" option (Do a backup of wallet.dat first, just to be sure.) I think with respect to the locked wallet problem there is a misunderstanding between you and Graham - coins "accrue" stake in Slimcoin's PoS while the wallet is offline, but you obviously cannot find blocks while you're offline. There is an option to unlock your coins in the debug window: walletpassphrase YOUR_PASSPHRASE TIME_TO_UNLOCK true
Obviously, replace "YOUR_PASSPHRASE" and "TIME_TO_UNLOCK" by the time in seconds you want to unlock your wallet. Most people select a very high value like 999999 if they want to mint for some time. The "true" at the end unlocks the wallet only for minting.
|
|
|
|
|
keliokan
Jr. Member
Offline
Activity: 86
Merit: 1
|
|
November 02, 2018, 08:33:23 AM |
|
|
|
|
|
casper77
Legendary
Offline
Activity: 2898
Merit: 1035
|
|
November 02, 2018, 08:52:00 AM |
|
i have only 4 addresses in old wallet i imported 4 privkeys into new one and now i have only about a half of effective burnt coins instead of old wallet i don't understand this
You probably have to start slimcoin-qt with the "-rescan" option (Do a backup of wallet.dat first, just to be sure.) I think with respect to the locked wallet problem there is a misunderstanding between you and Graham - coins "accrue" stake in Slimcoin's PoS while the wallet is offline, but you obviously cannot find blocks while you're offline. There is an option to unlock your coins in the debug window: walletpassphrase YOUR_PASSPHRASE TIME_TO_UNLOCK true
Obviously, replace "YOUR_PASSPHRASE" and "TIME_TO_UNLOCK" by the time in seconds you want to unlock your wallet. Most people select a very high value like 999999 if they want to mint for some time. The "true" at the end unlocks the wallet only for minting. there is no misunderstanding between me and Graham i have new unlocked wallet with all my amount online constantly i imported to new wallet 4 addresses from which i burned coins (from old wallet) and i see that new EffectiveBurnedCoins is a about a half by earlier misunderstanding is in this fact thanks
|
|
|
|
d5000
Legendary
Offline
Activity: 4102
Merit: 7652
Decentralization Maximalist
|
|
November 02, 2018, 09:18:41 AM |
|
there is no misunderstanding between me and Graham
Fine, I thought there were one. If you want to encrypt your wallet and unlock it for minting only (PoB or PoS) you can simply use the command I posted, in the debug window. Have you tried the -rescan option already? Every time I had problems with EffectiveBurnCoins it fixed my problem ... @gjhiggins: Cool, good news
|
|
|
|
keliokan
Jr. Member
Offline
Activity: 86
Merit: 1
|
|
November 09, 2018, 10:02:23 AM |
|
"We promised you a while ago that we would open new deposits every week. And now, its over. ALL assets on Nova are open for deposits starting in the afternoon of Friday 9 November (CET)."
Deposit will be available in few hours.
K.
|
|
|
|
muf18
|
|
November 10, 2018, 11:15:06 PM |
|
Nice, nova is keeping promises .
|
|
|
|
JustMe22
|
|
November 11, 2018, 07:13:28 PM |
|
"We promised you a while ago that we would open new deposits every week. And now, its over. ALL assets on Nova are open for deposits starting in the afternoon of Friday 9 November (CET)."
Deposit will be available in few hours.
K.
Awesome, this kind of news I was expecting for a very long time. I really like Nova exchange.
|
|
|
|
macofbit
Newbie
Offline
Activity: 61
Merit: 0
|
|
November 22, 2018, 10:18:30 AM |
|
What is the current wallet for windows? Write a list of active nodes for it.
|
|
|
|
keliokan
Jr. Member
Offline
Activity: 86
Merit: 1
|
|
November 22, 2018, 02:15:33 PM |
|
You will find all the information on the website : http://slimco.in/K.
|
|
|
|
|