Pages:
Author

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

jr. member
Activity: 67
Merit: 2
Seems like I found a weakness in the block chain ... (decentral ones at least)
It requires you work with other people...  Grin Grin Grin

The weight of my coins keeps dropping. Now it's going below 200, with most of my coins already at overmaturity.

Seems like we made a mistake using the Magicoin algorithm for calculating stake weight. Meaning your weight can actually go to 0 (zero).
On top of that NobleCoin was modified to be POS only after initial premining.
Basicly meaning, we can get in a situation where all transactions/coins overmature (weight = 0 ) and the chain just stops functioning because no one can stake anymore.
We are very close (if not there) to this situation right now.

Without the backup that MagiCoin has of Pow block creation...

Anyone trying to restart this chain, please keep in mind that transaction from (at least) before dec 2019 have a weight of 0.
If you didn't do any transactions since then, there is no point is syncing (but you can still try if you want..)

So basicly as said before I only see 2 options: Say goodbye to this coin OR fork off into a hybrid wallet allowing Pow block once more.

As always with block chain, this is a community effort and a community decision...

I would like to hear other peoples opinions and if they see other options moving forward.
jr. member
Activity: 67
Merit: 2
oh I used this version

https://cryptochainer.com/dir/?page_id=154

Include both blk001.dat and BlkIndex.dat

I guess you can try both.
Let us know what works.
hero member
Activity: 2646
Merit: 550
Here are some notes I took from somewhere:

To make a bootstrap file you just need to copy blk0001.dat and rename it to bootstrap.dat

However, if you must take the whole folder, ensure you have the Detach Databases at Shutdown option checked to make a portable bootstrap

There are more things based on what type of wallet one is using. 
jr. member
Activity: 67
Merit: 2
I made a bootstrap.
Does this work?
Code:
https://gofile.io/d/stbDu2

Synch is very slow. You seem to be limited to 500 blocks per connection.
I usually restart my client serveral times to restart the process is I need a big resync.
Check you debug file ... ( is this also on linux???)

To restart coin, I don't know at the moment.

Only final option I see is fork off to Hybrid wallet.
But we need full community update for that and update of block explorer.

Currently clients don't accept Pow blocks over 25200.
Also probably pow award of 1000 NOBL is a bit too high...
member
Activity: 653
Merit: 11
Maybe someone can start a discord server for Noble and everyone can figure it out from there.
hero member
Activity: 2646
Merit: 550
I just used Wine to run Noble, but the blockchain download does not sync and the wallet is taking a long time to sync.


Yes, the blockchain download must have problems.  This is often the case unless someone really knows how to create a bootstrap.  There should be clear instructions also.  When I put it in Appdata I get a crash every time.  I did printscreen the error but it's on another machine right now.

It would be great to get this coin going with a new team and find a few exchanges.
member
Activity: 653
Merit: 11
I just used Wine to run Noble, but the blockchain download does not sync and the wallet is taking a long time to sync.
jr. member
Activity: 67
Merit: 2
Hey guys

Any update?
We still seem to be stuck.
MY last staking are slowly dropping weight. I have no idea why they don't just want to stake.

btw still 1 peer with 1610645 (see below). If this is you, please try disconnecting and resync)

Code:
"addr" : "73.136.202.216:54340",
"services" : "00000001",
"lastsend" : 1590521278,
"lastrecv" : 1590521278,
"conntime" : 1590479856,
"version" : 89000,
"subver" : "/Noblecoin:1.0.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 1610645,
"banscore" : 0
hero member
Activity: 548
Merit: 501
Maybe someone can help with the errors compiling under linux:

Quote
g++: error: build/bitcoin.o: No such file or directory
g++: error: build/bitcoingui.o: No such file or directory
g++: error: build/transactiontablemodel.o: No such file or directory
g++: error: build/addresstablemodel.o: No such file or directory
g++: error: build/sendcoinsdialog.o: No such file or directory
g++: error: build/coincontroldialog.o: No such file or directory
g++: error: build/signverifymessagedialog.o: No such file or directory
g++: error: build/key.o: No such file or directory
g++: error: build/script.o: No such file or directory
g++: error: build/main.o: No such file or directory
g++: error: build/init.o: No such file or directory
g++: error: build/net.o: No such file or directory
g++: error: build/irc.o: No such file or directory
g++: error: build/checkpoints.o: No such file or directory
g++: error: build/db.o: No such file or directory
g++: error: build/walletdb.o: No such file or directory
g++: error: build/clientmodel.o: No such file or directory
g++: error: build/guiutil.o: No such file or directory
g++: error: build/transactionrecord.o: No such file or directory
g++: error: build/optionsmodel.o: No such file or directory
g++: error: build/transactiondesc.o: No such file or directory
g++: error: build/wallet.o: No such file or directory
g++: error: build/keystore.o: No such file or directory
g++: error: build/walletmodel.o: No such file or directory
g++: error: build/bitcoinrpc.o: No such file or directory
g++: error: build/rpcdump.o: No such file or directory
g++: error: build/rpcnet.o: No such file or directory
g++: error: build/rpcmining.o: No such file or directory
g++: error: build/rpcwallet.o: No such file or directory
g++: error: build/rpcblockchain.o: No such file or directory
g++: error: build/rpcrawtransaction.o: No such file or directory
g++: error: build/overviewpage.o: No such file or directory
g++: error: build/crypter.o: No such file or directory
g++: error: build/noui.o: No such file or directory
g++: error: build/kernel.o: No such file or directory
make: [Makefile:513: noblecoin-qt] Error 1 (ignored)
what is your build environment? I don't have any problems compiling Noblecoin-QT on Ubuntu 18.4 using qmake
member
Activity: 653
Merit: 11
Maybe someone can help with the errors compiling under linux:

Quote
g++: error: build/bitcoin.o: No such file or directory
g++: error: build/bitcoingui.o: No such file or directory
g++: error: build/transactiontablemodel.o: No such file or directory
g++: error: build/addresstablemodel.o: No such file or directory
g++: error: build/sendcoinsdialog.o: No such file or directory
g++: error: build/coincontroldialog.o: No such file or directory
g++: error: build/signverifymessagedialog.o: No such file or directory
g++: error: build/key.o: No such file or directory
g++: error: build/script.o: No such file or directory
g++: error: build/main.o: No such file or directory
g++: error: build/init.o: No such file or directory
g++: error: build/net.o: No such file or directory
g++: error: build/irc.o: No such file or directory
g++: error: build/checkpoints.o: No such file or directory
g++: error: build/db.o: No such file or directory
g++: error: build/walletdb.o: No such file or directory
g++: error: build/clientmodel.o: No such file or directory
g++: error: build/guiutil.o: No such file or directory
g++: error: build/transactionrecord.o: No such file or directory
g++: error: build/optionsmodel.o: No such file or directory
g++: error: build/transactiondesc.o: No such file or directory
g++: error: build/wallet.o: No such file or directory
g++: error: build/keystore.o: No such file or directory
g++: error: build/walletmodel.o: No such file or directory
g++: error: build/bitcoinrpc.o: No such file or directory
g++: error: build/rpcdump.o: No such file or directory
g++: error: build/rpcnet.o: No such file or directory
g++: error: build/rpcmining.o: No such file or directory
g++: error: build/rpcwallet.o: No such file or directory
g++: error: build/rpcblockchain.o: No such file or directory
g++: error: build/rpcrawtransaction.o: No such file or directory
g++: error: build/overviewpage.o: No such file or directory
g++: error: build/crypter.o: No such file or directory
g++: error: build/noui.o: No such file or directory
g++: error: build/kernel.o: No such file or directory
make: [Makefile:513: noblecoin-qt] Error 1 (ignored)
newbie
Activity: 4
Merit: 0
Over 600 pages of activity. I'm very glad I got in early, this is too much. It makes such a difference to time your investments and to leave and let them grow. Someone can tell more if this coin have a plan to accept at adult area chinese porn and veporn. I expect so much of this coin.
So thx developers, and everybody here.
hero member
Activity: 2646
Merit: 550
Where did you get the bootstrap from?

quote: https://gofile.io/d/IQere8

Open the conf file with notepad (or other editor) and modify the parameter 'DataDir' to the location where you put the other files.

Yes, got it from there.  Will try again have been busy so I'm just letting it sync as is.
jr. member
Activity: 67
Merit: 2
Just wandering...

Can we still mine blocks?

basicly no. This is allowed untill block 25200 ...  Huh

POW blocks get rejected.

So we would need to fork off to enable this. (if we want this)

Pure POS is a bit risky anyway. Most coins are Hybrids.

ps: sorry for the monologue  Cheesy
member
Activity: 653
Merit: 11
I have failed at trying to compile on Linux. Anyone been successful compiling Noble in Linux?
jr. member
Activity: 67
Merit: 2
Where did you get the bootstrap from?

You seem to use windows, so just download the full backup
Block Chain Backup 16/05/2020

https://gofile.io/d/IQere8

Also contains unofficial client version 2.0.4.2

You can put the files wherever you want.

Then in ...AppData\Roaming\NoblecoinPOS you just have to copy the Noblecoin.conf file.

Open the conf file with notepad (or other editor) and modify the parameter 'DataDir' to the location where you put the other files.
hero member
Activity: 2646
Merit: 550
Sure no problem.

Just post your Noblecoin adress here.

Problem is with a stopped chain the transaction won't go through.

I don't have it synced and its been a long time since I staked it.  I stake about 12 coins and writing a book on it.

http://telicalbooks.com/Staking_Book_RSPearson.html

I could mention this coin in a book on staking. If we can get people excited and pump the book it would therefore pump the price and bring more supporters.   But it looks ingenious mentioning a coin that doesn't have an exchange.  Some of the coins I stake only have one exchange right now.

I don't mind syncing the chain with others right now.






THx for joining the synch.
If you have trouble synching, you can download the block chain from the link in a previous post.
Btw which exchanges are the other coins using. Anything usefull for us?

Southexchange, friexchange, altlilly, graviex, livecoin, unnamedexchange, and cratex.io are exchanges that smaller coins are on.


Maybe you can help with this.  I dl'd the newer wallet and it was syncing fine with about 6 connections.  Then  using the bootstrap was a little problematic for me.  Like I said, I stake actively about 12 coins so I have experience.  I noticed that the wallet put all the blockchain files in the application's directory, not in Appdata.  The wallet was crashing when I tried to put the bootstrap files in its appdata directory. 

A lot of bootstraps seem to be different, and somewhere I have information on a more exact science of it.  I will try again but if you have any comments that would appreciated.
jr. member
Activity: 67
Merit: 2
Guys

Also have a look at your clients that you don't have too many blocks locally.

This should be maximum 1610644

I see 1 peer with 1610645 blocks.

Just take the current blockchain from upper link (if windows)
jr. member
Activity: 67
Merit: 2
Sure

Official version 2.0.4
https://github.com/eagleflies/noblecoin

Unofficial version 2.0.4.2
https://github.com/c1nq0/noblecoin
But never tried compiling on linux.
member
Activity: 653
Merit: 11
Block Chain Backup 16/05/2020

https://gofile.io/d/IQere8

Also contains unofficial client version 2.0.4.2

Or get official client from:
https://github.com/eagleflies/noblecoin/wiki/Download

Linux version?

No just windows client.

I don't know much about linix. What do you need? Source code?
Else use official client 2.0.4
This also works with this blockchain backup.

Source code, but I cannot find the latest source code.
jr. member
Activity: 67
Merit: 2
Block Chain Backup 16/05/2020

https://gofile.io/d/IQere8

Also contains unofficial client version 2.0.4.2

Or get official client from:
https://github.com/eagleflies/noblecoin/wiki/Download

Linux version?

No just windows client.

I don't know much about linix. What do you need? Source code?
Else use official client 2.0.4
This also works with this blockchain backup.
Pages:
Jump to: