Author

Topic: NobleCoin[NOBL] - 8% PoS | 1Yr+ | MARKETPLACE | PAY | GIFT | CHARITIES/MERCHANTS - page 141. (Read 1053098 times)

legendary
Activity: 1232
Merit: 1000
Site will be back up within 6-12 hours. Probably much sooner.*
newbie
Activity: 14
Merit: 0
Many thanks for the update, Eagleflies. I'm keen to get testing but unfortunately the link to the new Windows wallet doesn't work for me. Can you check the link please.

Thank you for feedback. It should work now.

Feel free to give me your receiving address and I will send you some play money. Also if you own some Noblecoins now you will be able to access them on test network too.

The previous test wallets worked fine, but with this one I'm getting the following error when trying to open it:

MinGW Runtime Assertion
Assertion failed!
File: src/kernel.cpp, Line 475
Expression: pindex ->pprev||pindex->GetBlockHash()==(!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)



You need to remove data directory in step 2 as per procedure. I have updated my previous post and changed this to bold Wink

Thanks, all working now!
sr. member
Activity: 440
Merit: 251
Many thanks for the update, Eagleflies. I'm keen to get testing but unfortunately the link to the new Windows wallet doesn't work for me. Can you check the link please.

Thank you for feedback. It should work now.

Feel free to give me your receiving address and I will send you some play money. Also if you own some Noblecoins now you will be able to access them on test network too.

The previous test wallets worked fine, but with this one I'm getting the following error when trying to open it:

MinGW Runtime Assertion
Assertion failed!
File: src/kernel.cpp, Line 475
Expression: pindex ->pprev||pindex->GetBlockHash()==(!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)



You need to remove data directory in step 2 as per procedure. I have updated my previous post and changed this to bold Wink
hero member
Activity: 728
Merit: 500
Activity: yes
Many thanks for the update, Eagleflies. I'm keen to get testing but unfortunately the link to the new Windows wallet doesn't work for me. Can you check the link please.

Thank you for feedback. It should work now.

Feel free to give me your receiving address and I will send you some play money. Also if you own some Noblecoins now you will be able to access them on test network too.

The previous test wallets worked fine, but with this one I'm getting the following error when trying to open it:

MinGW Runtime Assertion
Assertion failed!
File: src/kernel.cpp, Line 475
Expression: pindex ->pprev||pindex->GetBlockHash()==(!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)


@eagleflies
Looks similar to this:

Hey,  I started to see a weird message when I went to open up my 1.3.1.0 wallet.
The wallet has been working since I updated.  It is encrypted,  but I unlocked it to do PoS and it has been minting.  I had to do some work on my rig and powered it down,  and this came up when I restarted it.  I have the wallet to start up when I restart the rig.  (Running win 8  )

"
"MinGW Runtime Assertion"

Assertion failed!

Program:
C:\HoboNickels-qt-1.3.1.0\Hobonickels-qt.exe

File:
src\kernel.cpp, Line 372

Expression: pindex->pprev ||pindex->GetBlockHash() ==
(!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)
"
Then if I select "retry",  I get

" Microsoft Visual C++ Runtime Library
Runtime Error!

Program
C:\HoboNickels-qt-1.3.1.0\Hobonickels-qt.exe

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information."
 
I have no idea what this means,  or what to do about it, because I'm not QTwallet master.

Can someone give me some insight as to why this happened and what to do about it?

I'm assuming that I need to backup my wallet.dat and delete some shit from my appdata roaming folder or something,  but I really don't know.

Let me know if I need to post up more info.



Yes, as presstab stated, you will need to navigate to %appdata%/HoboNickels folder
and remove the database directory, txleveldb directory, and blk0001.dat file. You can re-sync or use the files presstab has given.  

You should, as you noted, make a copy of your wallet.dat before you do this.

Finally if possible, could you or someone else, rar/zip up all the files i just mentioned, that are causing this error, and put them somewhere. I would like to to do some testing with them to nip this bug in upcoming v1.4 release.

Thanks
newbie
Activity: 14
Merit: 0
Many thanks for the update, Eagleflies. I'm keen to get testing but unfortunately the link to the new Windows wallet doesn't work for me. Can you check the link please.

Thank you for feedback. It should work now.

Feel free to give me your receiving address and I will send you some play money. Also if you own some Noblecoins now you will be able to access them on test network too.

The previous test wallets worked fine, but with this one I'm getting the following error when trying to open it:

MinGW Runtime Assertion
Assertion failed!
File: src/kernel.cpp, Line 475
Expression: pindex ->pprev||pindex->GetBlockHash()==(!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)

sr. member
Activity: 440
Merit: 251
Many thanks for the update, Eagleflies. I'm keen to get testing but unfortunately the link to the new Windows wallet doesn't work for me. Can you check the link please.

Thank you for feedback. It should work now.

Feel free to give me your receiving address and I will send you some play money. Also if you own some Noblecoins now you will be able to access them on test network too.
newbie
Activity: 14
Merit: 0
Many thanks for the update, Eagleflies. I'm keen to get testing but unfortunately the link to the new Windows wallet doesn't work for me. Can you check the link please.

Edit: Link works now, many thanks.
sr. member
Activity: 440
Merit: 251
Tentative date of switch to PoS: 2015-03-02 - moving the date few days later since we need some time to perform current round of tests


New test PoS wallet - version 2015-02-18



Procedure how to join tests:
1. If you participate in tests please stop test wallet.
2. Remove data directory (windows: C:\Users\username\Appdata\Roaming\NoblecoinPOS), (linux: you can delete everything except noblecoin.conf from ~/.noblecoinPOS)
3. Download and run new version.

Windows -> http://104.236.195.137/noblecoin-20150218.zip  md5sum: 03baa2c39cb64603da7e3e21897c3596
Linux -> https://github.com/eagleflies/noblecoin/

Test block explorer -> https://chainz.cryptoid.info/nobles/
Documentation -> https://github.com/eagleflies/noblecoin/wiki

Changes:
- increasing fee to 1 NOBLE per transaction. Current fee of 0.01 is less than 1 Satoshi so does not make much sense.
- lowering max time drift to 1 minute.

Brief explanation:
- Our previous test wallet used default value (2 hours) for max time drift. This poses a security issue as attacker can stake blocks almost 2 hours into the future. When this happens difficulty drops steeply since client thinks it has to quickly decrease it in order to make staking easier for whole network. This makes it easier for attacker to double spend.
- I was able to stake few blocks about 2 hours into the future on our test network which caused difficulty to drop from 2.5 -> 0.50 within few blocks.

Long explanation:
- Please read an interview with presstab where he talks about how important time drift is http://bitcoinist.net/interview-presstab-pos-vulnerabilities/

Test plan:
- Start test wallet. I will try to cause problems to network by mining blocks into the future and will see what happens.
- You can try to mine new blocks using proof-of-work. To do it issue command 'setgenerate true 1' in console
- If you own some noblecoins on real network you can try to import them into test network. This way you learn everything which is needed to access coins after the switch. This is the recommended procedure https://github.com/eagleflies/noblecoin/wiki/Importing-private-keys-from-old-wallet.dat-using---salvagewallet-option . Alternatively you can send all your money to an exchange and they will take care of this for you. The important thing is to transfer money before the switch if you want to do this via exchange.
- You can try staking coins using proof-of-stake. If you already own some noblecoins you can get access to them using methods described above. Or give me your test address and I will send you some play money.
- The coins on the test blockchain will be distributed in about 10 hours.


Tentative date of switch to PoS: 2015-03-02 - moving the date few days later since we need some time to perform current round of tests
hero member
Activity: 658
Merit: 500
These are the first ever coin I invested in and I am going to hold my coin as long term investment. Nobl is very stable and long lasted coin since last year.

Can we get some answers here or just ignore the fact that Rofo is not helping?Huh Eagleflies are u in charge now? are u running this coin?   What happened with ROFO?  Is he only committed too Noblenxt now? Why wont either of you comment on this??? Why are my posts being removed?Huh

Please read last few pages of this thread and everything is there.

Myself I'm a dev who is helping with PoS migration.

so have you taken over this coin or are you done when pos is done?
sr. member
Activity: 440
Merit: 251
These are the first ever coin I invested in and I am going to hold my coin as long term investment. Nobl is very stable and long lasted coin since last year.

Can we get some answers here or just ignore the fact that Rofo is not helping?Huh Eagleflies are u in charge now? are u running this coin?   What happened with ROFO?  Is he only committed too Noblenxt now? Why wont either of you comment on this??? Why are my posts being removed?Huh

Please read last few pages of this thread and everything is there.

Myself I'm a dev who is helping with PoS migration.
sr. member
Activity: 440
Merit: 251
Hello from Greece I do mine NOBL long time now and I just downloaded the new wallet!! Success!!

Mind you. This is still test wallet.
sr. member
Activity: 259
Merit: 250
These are the first ever coin I invested in and I am going to hold my coin as long term investment. Nobl is very stable and long lasted coin since last year.


Can we get some answers here or just ignore the fact that Rofo is not helping?Huh Eagleflies are u in charge now? are u running this coin?   What happened with ROFO?  Is he only committed too Noblenxt now? Why wont either of you comment on this??? Why are my posts being removed?Huh

what do you mean people are not answering you or deleting your posts?



that is still right where you left it along with the person answering you to the best of their ability, ROFO is working on the market place for noble and developing NOXT's backbone right now
newbie
Activity: 49
Merit: 0
Hello from Greece I do mine NOBL long time now and I just downloaded the new wallet!! Success!!
hero member
Activity: 658
Merit: 500
These are the first ever coin I invested in and I am going to hold my coin as long term investment. Nobl is very stable and long lasted coin since last year.


Can we get some answers here or just ignore the fact that Rofo is not helping?Huh Eagleflies are u in charge now? are u running this coin?   What happened with ROFO?  Is he only committed too Noblenxt now? Why wont either of you comment on this??? Why are my posts being removed?Huh
hero member
Activity: 728
Merit: 500
These are the first ever coin I invested in and I am going to hold my coin as long term investment. Nobl is very stable and long lasted coin since last year.
hero member
Activity: 532
Merit: 500
What is the % interest on stake, and what is the minimum stake age plz?

Vegas

8% and 2 hours.

Nice one  Wink
sr. member
Activity: 440
Merit: 251
What is the % interest on stake, and what is the minimum stake age plz?

Vegas

8% and 2 hours.
sr. member
Activity: 440
Merit: 251
Nice and smooth transition, good job guys! Just a shame theres no mining anymore  Grin

There will be mining during first month or so. We will have both PoW + PoS at the beginning after transition.
legendary
Activity: 1946
Merit: 1007
What is the % interest on stake, and what is the minimum stake age plz?

Vegas

I think we settled for 8%
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
What is the % interest on stake, and what is the minimum stake age plz?

Vegas
Jump to: