Bitcoin Forum
April 27, 2024, 08:44:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 [555] 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 ... 624 »
  Print  
Author Topic: NobleCoin[NOBL] - 8% PoS | 1Yr+ | MARKETPLACE | PAY | GIFT | CHARITIES/MERCHANTS  (Read 1052960 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 12, 2016, 09:47:26 PM
 #11081

I got this:

Code:
"errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."

Did we need new checkpoint?

This is common warning message for PoS coins during blockchain download. I presume you started downloading the data after longer time when wallet was switched off?
1714207460
Hero Member
*
Offline Offline

Posts: 1714207460

View Profile Personal Message (Offline)

Ignore
1714207460
Reply with quote  #2

1714207460
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 12, 2016, 09:57:50 PM
 #11082

In the Changing of the FEE News @ Poloniex Exchange
Starts March 20th, 2016
https://poloniex.com/fees/

[..]

I am not a big enthusiast of taker-maker fee structures but let's be reasonable here:
- Poloniex has long history (for virtual currencies world) of reliable exchange
- Their business is growing really fast right now since Cryptsy shut down
- They provide forward notice about the change, while Cryptsy first amended the fees and introduced penalty for withdrawal of funds(!)
- Many stock exchanges have such fees since it usually brings them more commision
- Such fees are great for all kinds of electronic trading e.g. bots
- Personally I like Poloniex. Do not remember having single issue with them.The only exception is I preferred the previous, much lighter, web version. But nobody's perfect Wink
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 12, 2016, 10:07:21 PM
 #11083


Would sure be great to see this fixed, if anything to keep angry users who think the reason why they can't stake is due to something more serious (which isn't entirely their fault since the error message is erroneous) and flame the board a la Pringles. Can't be that hard to do - just take the reward down to zero after n confirmations . . .

Actually this is not that easy change to do at all and may also bring security issues:
- while theoretically this change sounds easy I'm quite sure it needs *hard fork* to be introduced
- this raises question if the fix is important enough to make such a move?
- obviously such bigger change will need lots of testing
- also not sure if transactions with 0 rewards would be accepted by the protocol. probably not and if this is the case then we will need to decide how big the reward should be.
- apart from that letting "old" wallet to stake after long time of inactivity can potentially introduce new attack vectors since POS II is programmed to prevent/make unlikely single wallet from staking number of packets in a row. and there are known attack approaches in which such "old" wallets can be used.
penambang
Hero Member
*****
Offline Offline

Activity: 548
Merit: 501


View Profile WWW
March 13, 2016, 09:31:14 AM
 #11084

I got this:

Code:
"errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."

Did we need new checkpoint?

This is common warning message for PoS coins during blockchain download. I presume you started downloading the data after longer time when wallet was switched off?

No, that node is on my vps, online 24/7
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 13, 2016, 07:01:44 PM
 #11085

I got this:

Code:
"errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."

Did we need new checkpoint?

This is common warning message for PoS coins during blockchain download. I presume you started downloading the data after longer time when wallet was switched off?

No, that node is on my vps, online 24/7

Let me understand this:
1. Your node has been working fine for a while
2. One day you noticed this message in logs? And the node was not restarted or it's job was not interrupted in any way?

Do you still have the log file? If you happen to have it please PM me.

Thanks!
penambang
Hero Member
*****
Offline Offline

Activity: 548
Merit: 501


View Profile WWW
March 14, 2016, 05:47:17 AM
 #11086

I got this:

Code:
"errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."

Did we need new checkpoint?

This is common warning message for PoS coins during blockchain download. I presume you started downloading the data after longer time when wallet was switched off?

No, that node is on my vps, online 24/7

Let me understand this:
1. Your node has been working fine for a while
2. One day you noticed this message in logs? And the node was not restarted or it's job was not interrupted in any way?

Do you still have the log file? If you happen to have it please PM me.

Thanks!

1. Yes
2. Yes, I execute getinfo and got that warning.

Unfortunately my debug.log is empty,
Now blockchain explorer also displaying same warning:
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
March 14, 2016, 09:16:42 AM
 #11087

Odds are you just need to update the checkpoints here  src/checkpoints.cpp
and then compile a new client .   Smiley

Code:
  // ppcoin: should not enter safe mode for longer invalid chain
    // ppcoin: if sync-checkpoint is too old do not enter safe mode
    if (Checkpoints::IsSyncCheckpointTooOld(60 * 60 * 24 * 365) && !fTestNet && !IsInitialBlockDownload())
    {
        nPriority = 100;
        strStatusBar = "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers.";
    }


 Cool

FYI:
First block   2015-03-02 12:22:41 (one year and 12.9 days ago)
kavka3
Member
**
Offline Offline

Activity: 71
Merit: 11


View Profile
March 14, 2016, 04:20:58 PM
 #11088

Hello,

I'm trying to sync my NobleCoin wallet but without any success..
I have my backup file and an old version of NobleCoin wallet (v1.0.0.0).

My steps:
Replaced wallet.dat with my backup_wallet.dat into my apps/roaming/noblecoin directory.

------

The last time I was active with NobleCoin was in January 2014,
since then nothing, just cold storage:)

Can someone please help me?
penambang
Hero Member
*****
Offline Offline

Activity: 548
Merit: 501


View Profile WWW
March 14, 2016, 04:39:28 PM
 #11089

Hello,

I'm trying to sync my NobleCoin wallet but without any success..
I have my backup file and an old version of NobleCoin wallet (v1.0.0.0).

My steps:
Replaced wallet.dat with my backup_wallet.dat into my apps/roaming/noblecoin directory.

------

The last time I was active with NobleCoin was in January 2014,
since then nothing, just cold storage:)

Can someone please help me?
Have you followed this guide? https://github.com/eagleflies/noblecoin/wiki/Importing-private-keys-from-old-wallet.dat-using---salvagewallet-option
kavka3
Member
**
Offline Offline

Activity: 71
Merit: 11


View Profile
March 14, 2016, 05:01:40 PM
Last edit: March 15, 2016, 08:44:33 AM by kavka3
 #11090

Hello,

I'm trying to sync my NobleCoin wallet but without any success..
I have my backup file and an old version of NobleCoin wallet (v1.0.0.0).

My steps:
Replaced wallet.dat with my backup_wallet.dat into my apps/roaming/noblecoin directory.

------

The last time I was active with NobleCoin was in January 2014,
since then nothing, just cold storage:)

Can someone please help me?
Have you followed this guide? https://github.com/eagleflies/noblecoin/wiki/Importing-private-keys-from-old-wallet.dat-using---salvagewallet-option

Thank you, I'll try the process.

Where can I download the NobleCoin POS wallet?
The link http://noble.ilikebtc.com/noblecoin-latest.zip is broken.
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 15, 2016, 04:27:58 PM
 #11091

Thank you, I'll try the process.

Where can I download the NobleCoin POS wallet?
The link http://noble.ilikebtc.com/noblecoin-latest.zip is broken.

This is fixed now - please try again.
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 15, 2016, 04:37:14 PM
 #11092

[..]

Let me understand this:
1. Your node has been working fine for a while
2. One day you noticed this message in logs? And the node was not restarted or it's job was not interrupted in any way?

Do you still have the log file? If you happen to have it please PM me.

Thanks!

1. Yes
2. Yes, I execute getinfo and got that warning.

Unfortunately my debug.log is empty,
Now blockchain explorer also displaying same warning:


Thank you for notification. This will be fixed.
cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
March 16, 2016, 02:03:16 AM
 #11093


Would sure be great to see this fixed, if anything to keep angry users who think the reason why they can't stake is due to something more serious (which isn't entirely their fault since the error message is erroneous) and flame the board a la Pringles. Can't be that hard to do - just take the reward down to zero after n confirmations . . .

Actually this is not that easy change to do at all and may also bring security issues:
- while theoretically this change sounds easy I'm quite sure it needs *hard fork* to be introduced
- this raises question if the fix is important enough to make such a move?
- obviously such bigger change will need lots of testing
- also not sure if transactions with 0 rewards would be accepted by the protocol. probably not and if this is the case then we will need to decide how big the reward should be.
- apart from that letting "old" wallet to stake after long time of inactivity can potentially introduce new attack vectors since POS II is programmed to prevent/make unlikely single wallet from staking number of packets in a row. and there are known attack approaches in which such "old" wallets can be used.

be creative

rewards is capped at 1 after age xy
weight is capped at abc ( a value that will give a chance to stake within 1-2 days but low enough to not instant stake with turn on old wallet) after age xy

u are a coder
what u able to imagine u can code

be creative

 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 16, 2016, 11:00:41 AM
 #11094

be creative

rewards is capped at 1 after age xy
weight is capped at abc ( a value that will give a chance to stake within 1-2 days but low enough to not instant stake with turn on old wallet) after age xy

u are a coder
what u able to imagine u can code

be creative


Wink

I want to gauge how many people support this idea. Created Bounty #9 on your behalf -> https://github.com/eagleflies/noblecoin/wiki/Bounties

Anyone who likes this idea please pledge some amount of Noble and update our Bounties page. Also if someone does not like this idea please say so.
Fishmaster42
Hero Member
*****
Offline Offline

Activity: 803
Merit: 501


View Profile
March 18, 2016, 10:23:32 PM
 #11095

On behalf of the community I paid for us to be listed for a year on http://www.presstab.pw/phpexplorer/index.php Give him a few days to get the stuff reloaded to the site. Thanks Fish
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
March 19, 2016, 11:12:32 AM
 #11096

Here is a copy of a post in https://bitcointalk.org/index.php?board=67.0 ,

A lot of people ask about what altcoins would individuals recommend,
A few of the Noble regulars might want to visit that forum every now and again and post about the incredible work Rofo is doing.

 Cool


Noblecoin

Very talented dev, but he went into hiding a few months ago and the price is near zero right now. (before anyone says it, yes, that probably makes it a good(ish) buy, but a very risky buy)

Rofo is not in hiding ,
he turned over the coin tech to Eagleflies, while he concentrates all his focus on an android app & other services that only he is uniquely qualified to setup.  Smiley

Rofo is taking it to the next level and Noble will be included in his new ventures.
https://play.google.com/store/apps/details?id=com.jasonlcurby.noble
http://jasonlcurby.com/

Beta mobile payment, gift and product application for cryptocurrencies..
What's New
- European (EUR) payments activated and EUR currency support added (exchange/conversion/purchases)
- Noble Pay now available not only to Australians, extended to 17 countries in Europe via SEPA and IBAN
- Revamped user area - information, payment history and AML/KYC status
- Voluntary AML and KYC areas are now available for progress into 2016 utility
- Updated and improved direct bank deposit capabilities in Australia (BSB/Account number)
- New pay any bank account, anywhere in Australia


 Cool
Good to see it's back on track. Awesome android app Smiley. As I said, Jason is a talented guy.
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
March 19, 2016, 12:37:57 PM
 #11097

Hello
I have for some time now the same problem with the checkpoint, it's to old what can I do?
Didn't understant much from last posts.
Thanks!
Fishmaster42
Hero Member
*****
Offline Offline

Activity: 803
Merit: 501


View Profile
March 19, 2016, 06:27:54 PM
 #11098

Here is a copy of a post in https://bitcointalk.org/index.php?board=67.0 ,

A lot of people ask about what altcoins would individuals recommend,
A few of the Noble regulars might want to visit that forum every now and again and post about the incredible work Rofo is doing.

 Cool


Noblecoin

Very talented dev, but he went into hiding a few months ago and the price is near zero right now. (before anyone says it, yes, that probably makes it a good(ish) buy, but a very risky buy)

Rofo is not in hiding ,
he turned over the coin tech to Eagleflies, while he concentrates all his focus on an android app & other services that only he is uniquely qualified to setup.  Smiley

Rofo is taking it to the next level and Noble will be included in his new ventures.
https://play.google.com/store/apps/details?id=com.jasonlcurby.noble
http://jasonlcurby.com/

Beta mobile payment, gift and product application for cryptocurrencies..
What's New
- European (EUR) payments activated and EUR currency support added (exchange/conversion/purchases)
- Noble Pay now available not only to Australians, extended to 17 countries in Europe via SEPA and IBAN
- Revamped user area - information, payment history and AML/KYC status
- Voluntary AML and KYC areas are now available for progress into 2016 utility
- Updated and improved direct bank deposit capabilities in Australia (BSB/Account number)
- New pay any bank account, anywhere in Australia


 Cool
Good to see it's back on track. Awesome android app Smiley. As I said, Jason is a talented guy.

Try to put that link up again. Its just dropping me at the alt coin page
Fishmaster42
Hero Member
*****
Offline Offline

Activity: 803
Merit: 501


View Profile
March 19, 2016, 06:30:35 PM
 #11099

Hello
I have for some time now the same problem with the checkpoint, it's to old what can I do?
Didn't understant much from last posts.
Thanks!
Eagle is working on fixing the checkpoint. Run the wallet this has no effect on it. 
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
March 19, 2016, 08:28:38 PM
 #11100

Hello
I have for some time now the same problem with the checkpoint, it's to old what can I do?
Didn't understant much from last posts.
Thanks!
Eagle is working on fixing the checkpoint. Run the wallet this has no effect on it. 
I have let my wallet open and no stake in a week... so i'm dissapointed from this perspective.
Pages: « 1 ... 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 [555] 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 ... 624 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!