Pages:
Author

Topic: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android - page 54. (Read 179167 times)

sr. member
Activity: 466
Merit: 250
I get orphans from time to time as well however I turned off notifications for several of my coins so I will not get any notifications and this has helped tremendously not just with con but just about all my coins.I dont know if that is really an issue but It has helped.
Anyone know how to disable them on a PI?
I'm not sure I haven't used a PI but I want to. AngelLox is the guy to talk to, he is super good at building on the PI and has the most experience there.
Well I have no idea how to do that, try messing with the preferences, there should be something there. I know that in a gnome desktop enviroment there is a little switch in the notification panel but i don't recall lxde having one. I also recently got away from my pi, due to some system and hardware limitations. Though i'm not sure notifications are the bad guy that makes you get a lot of orphans. I suggest tuning in your time with ntp and getting a good amount of connections.
Also, if you get 2-3 orphans every day it isn't that big of a deal.
legendary
Activity: 882
Merit: 1024
Help!
my con wallet is broke, when I start it this comes up


MinGW Runtime Assertion

Assertion failed!

Program:
c:\Users\PayCon-qt-win-2-0-0\PayCon-qt.exe
File:src\kernel.cpp, Line 429

Expression: pindex->pprev || Pindex->GetBlockHash()==
(!fTestNet?hashGenesisBlock:hashGenesisBlockTestNet)

Have you run the wallet before? or had previous versions?


yes, been running CON for ages

I'm not sure the root of it off hand, this is the piece it is referring to as the Stake modifier.

// Get stake modifier checksum
unsigned int GetStakeModifierChecksum(const CBlockIndex* pindex)
{
    assert (pindex->pprev || pindex->GetBlockHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet));
    // Hash previous checksum with flags, hashProofOfStake and nStakeModifier
    CDataStream ss(SER_GETHASH, 0);
    if (pindex->pprev)
        ss << pindex->pprev->nStakeModifierChecksum;
    ss << pindex->nFlags << pindex->hashProofOfStake << pindex->nStakeModifier;
    uint256 hashChecksum = Hash(ss.begin(), ss.end());
    hashChecksum >>= (256 - 32);
    return hashChecksum.Get64();
}

It will fix the problem to move your wallet out of your roaming folder, delete the Blockchain and resync and then once fully synced, to replace the empty wallet with the one containing your balance. I'll update the bootstrap and full Blockchain downloads when I wake up, is there anything you did differently?
thanks for that.
I was kind of hoping to not have to re-download the blockchain.
The only change I made was to not have Paycon start at login.

Oh well it shouldn't be too bad, I've made a current copy of the Blockchain in a zip file along with a PayCon.conf file containing current .onion nodes, just make sure you add an RPC username and password to the .conf file.

https://mega.co.nz/#!FsNm0YBb!bPE-Bs2u4sR0EuDn2Vd8SudOJkTtZ2FQtXOz77SXpe8
jr. member
Activity: 42
Merit: 10
Help!
my con wallet is broke, when I start it this comes up


MinGW Runtime Assertion

Assertion failed!

Program:
c:\Users\PayCon-qt-win-2-0-0\PayCon-qt.exe
File:src\kernel.cpp, Line 429

Expression: pindex->pprev || Pindex->GetBlockHash()==
(!fTestNet?hashGenesisBlock:hashGenesisBlockTestNet)

Have you run the wallet before? or had previous versions?


yes, been running CON for ages

I'm not sure the root of it off hand, this is the piece it is referring to as the Stake modifier.

// Get stake modifier checksum
unsigned int GetStakeModifierChecksum(const CBlockIndex* pindex)
{
    assert (pindex->pprev || pindex->GetBlockHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet));
    // Hash previous checksum with flags, hashProofOfStake and nStakeModifier
    CDataStream ss(SER_GETHASH, 0);
    if (pindex->pprev)
        ss << pindex->pprev->nStakeModifierChecksum;
    ss << pindex->nFlags << pindex->hashProofOfStake << pindex->nStakeModifier;
    uint256 hashChecksum = Hash(ss.begin(), ss.end());
    hashChecksum >>= (256 - 32);
    return hashChecksum.Get64();
}

It will fix the problem to move your wallet out of your roaming folder, delete the Blockchain and resync and then once fully synced, to replace the empty wallet with the one containing your balance. I'll update the bootstrap and full Blockchain downloads when I wake up, is there anything you did differently?
thanks for that.
I was kind of hoping to not have to re-download the blockchain.
The only change I made was to not have Paycon start at login.
legendary
Activity: 882
Merit: 1024
Help!
my con wallet is broke, when I start it this comes up


MinGW Runtime Assertion

Assertion failed!

Program:
c:\Users\PayCon-qt-win-2-0-0\PayCon-qt.exe
File:src\kernel.cpp, Line 429

Expression: pindex->pprev || Pindex->GetBlockHash()==
(!fTestNet?hashGenesisBlock:hashGenesisBlockTestNet)

Have you run the wallet before? or had previous versions?

yes, been running CON for ages

I'm not sure the root of it off hand, this is the piece it is referring to as the Stake modifier.

// Get stake modifier checksum
unsigned int GetStakeModifierChecksum(const CBlockIndex* pindex)
{
    assert (pindex->pprev || pindex->GetBlockHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet));
    // Hash previous checksum with flags, hashProofOfStake and nStakeModifier
    CDataStream ss(SER_GETHASH, 0);
    if (pindex->pprev)
        ss << pindex->pprev->nStakeModifierChecksum;
    ss << pindex->nFlags << pindex->hashProofOfStake << pindex->nStakeModifier;
    uint256 hashChecksum = Hash(ss.begin(), ss.end());
    hashChecksum >>= (256 - 32);
    return hashChecksum.Get64();
}

It will fix the problem to move your wallet out of your roaming folder, delete the Blockchain and resync and then once fully synced, to replace the empty wallet with the one containing your balance. I'll update the bootstrap and full Blockchain downloads when I wake up, is there anything you did differently?
jr. member
Activity: 42
Merit: 10
Help!
my con wallet is broke, when I start it this comes up


MinGW Runtime Assertion

Assertion failed!

Program:
c:\Users\PayCon-qt-win-2-0-0\PayCon-qt.exe
File:src\kernel.cpp, Line 429

Expression: pindex->pprev || Pindex->GetBlockHash()==
(!fTestNet?hashGenesisBlock:hashGenesisBlockTestNet)

Have you run the wallet before? or had previous versions?

yes, been running CON for ages
legendary
Activity: 882
Merit: 1024
Help!
my con wallet is broke, when I start it this comes up


MinGW Runtime Assertion

Assertion failed!

Program:
c:\Users\PayCon-qt-win-2-0-0\PayCon-qt.exe
File:src\kernel.cpp, Line 429

Expression: pindex->pprev || Pindex->GetBlockHash()==
(!fTestNet?hashGenesisBlock:hashGenesisBlockTestNet)

Have you run the wallet before? or had previous versions?
jr. member
Activity: 42
Merit: 10
Help!
my con wallet is broke, when I start it this comes up


MinGW Runtime Assertion

Assertion failed!

Program:
c:\Users\PayCon-qt-win-2-0-0\PayCon-qt.exe
File:src\kernel.cpp, Line 429

Expression: pindex->pprev || Pindex->GetBlockHash()==
(!fTestNet?hashGenesisBlock:hashGenesisBlockTestNet)
legendary
Activity: 882
Merit: 1024
I get orphans from time to time as well however I turned off notifications for several of my coins so I will not get any notifications and this has helped tremendously not just with con but just about all my coins.I dont know if that is really an issue but It has helped.

Anyone know how to disable them on a PI?

I'm not sure I haven't used a PI but I want to. AngelLox is the guy to talk to, he is super good at building on the PI and has the most experience there.
hero member
Activity: 490
Merit: 500
Hi guys! We've added your coin in our multifaucet!  Smiley

Check it out http://free-crypto.com/con/

Your faucet have recieved donate in worth 0.0005 BTC (25 CON)  if you want to run your faucet longer you should donate something Wink
PVFLzR6gRGG9EKck43wwvZ9hzSqkYdL92X
Have a nice day!

Please add our site to the OP


Added:
https://www.facebook.com/pages/Best-Crypto-Faucets-and-crypto-news/1540656662890686?ref=hl

Sent:
25 IEC  

1000 CC   82b52be75d4c9b5cb07df1d020f90505b98b92ed9489444c28bedad81200d9cd-000

25 CON    33fd8a06df4c1c763c1802e3a3efa1e75bc517817d66ad81483f0645c0febfcf-000

1000 ADC 2f0c402fb900524b21287b5a1137e7dad65969168f1a2bf6b20f7ed4ccde8dbf-000

Enjoy   Grin

Thank you for your donations and support! We appreciate it!  Cheesy
hero member
Activity: 616
Merit: 500
BTC=1GjeqWFLc4TBDg3bwdQk9ZWnEoNPCT9t6G
Hi guys! We've added your coin in our multifaucet!  Smiley

Check it out http://free-crypto.com/con/

Your faucet have recieved donate in worth 0.0005 BTC (25 CON)  if you want to run your faucet longer you should donate something Wink
PVFLzR6gRGG9EKck43wwvZ9hzSqkYdL92X
Have a nice day!

Please add our site to the OP


Added:
https://www.facebook.com/pages/Best-Crypto-Faucets-and-crypto-news/1540656662890686?ref=hl

Sent:
25 IEC 

1000 CC   82b52be75d4c9b5cb07df1d020f90505b98b92ed9489444c28bedad81200d9cd-000

25 CON    33fd8a06df4c1c763c1802e3a3efa1e75bc517817d66ad81483f0645c0febfcf-000

1000 ADC 2f0c402fb900524b21287b5a1137e7dad65969168f1a2bf6b20f7ed4ccde8dbf-000

Enjoy   Grin
legendary
Activity: 882
Merit: 1024
Hi guys! We've added your coin in our multifaucet!  Smiley

Check it out http://free-crypto.com/con/

Your faucet have recieved donate in worth 0.0005 BTC (25 CON)  if you want to run your faucet longer you should donate something Wink
PVFLzR6gRGG9EKck43wwvZ9hzSqkYdL92X
Have a nice day!

Please add our site to the OP

That's fantastic!

I've sent 1250 CON to help get your faucet started and added it to the OP Smiley
hero member
Activity: 490
Merit: 500
Hi guys! We've added your coin in our multifaucet!  Smiley

Check it out http://free-crypto.com/con/

Your faucet have recieved donate in worth 0.0005 BTC (25 CON)  if you want to run your faucet longer you should donate something Wink
PVFLzR6gRGG9EKck43wwvZ9hzSqkYdL92X
Have a nice day!

Please add our site to the OP
legendary
Activity: 882
Merit: 1024
People you want to see how crypto should work?

Getting along and working together?

Lets all learn from one another.We are human with a pretty limited life span if you dont agree pick that brain and love the spirit and bless it and move on carrying that spirits essence with you its easily done.

That's how I see it, communication and working together is the single biggest thing I can stress to anyone. I remember Spoetnik saying one time that we should be trying to float all boats so if people are arguing with each other and trying to discredit each other then it slows down progress because everyone is spending time engaging in petty arguments. I think communication and conflict resolution is one of my biggest assets and if good at that then you don't need to have a moderated thread. I'm really not super great at coding and often need help but can often get a lot of work done because I can work effectively with people. You see the people here? everyone around here are the most imaginative and upstanding people in Crypto, no joke Tongue
hero member
Activity: 616
Merit: 500
BTC=1GjeqWFLc4TBDg3bwdQk9ZWnEoNPCT9t6G
People you want to see how crypto should work?

Getting along and working together?

Lets all learn from one another.We are human with a pretty limited life span if you dont agree pick that brain and love the spirit and bless it and move on carrying that spirits essence with you its easily done.
legendary
Activity: 882
Merit: 1024
One issue to note, although more ascetics than anything else...  S4C currently causes coins to be returned to a new change address and not the original address it came from.

I'll take note of that, over the next little while I want to try to focus on a bit of external stuff like setting up websites and marketing since the core is so solid now. Of course I would very much appreciate to have people contribute and create pull requests for things they would like added and can list issues on Github.

crest try replacing s4c with multisends backend, that should fix the problem.

Or could just remove Stake for Charity and replace it with multisend GUI or maybe that's what you mean.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
One issue to note, although more ascetics than anything else...  S4C currently causes coins to be returned to a new change address and not the original address it came from.

I'll take note of that, over the next little while I want to try to focus on a bit of external stuff like setting up websites and marketing since the core is so solid now. Of course I would very much appreciate to have people contribute and create pull requests for things they would like added and can list issues on Github.

crest try replacing s4c with multisends backend, that should fix the problem.
legendary
Activity: 882
Merit: 1024
One issue to note, although more ascetics than anything else...  S4C currently causes coins to be returned to a new change address and not the original address it came from.

I'll take note of that, over the next little while I want to try to focus on a bit of external stuff like setting up websites and marketing since the core is so solid now. Of course I would very much appreciate to have people contribute and create pull requests for things they would like added and can list issues on Github.
legendary
Activity: 1033
Merit: 1005
One issue to note, although more ascetics than anything else...  S4C currently causes coins to be returned to a new change address and not the original address it came from.
newbie
Activity: 52
Merit: 0
Ha, funny thread. Parody at its best.  Grin
legendary
Activity: 3654
Merit: 8909
https://bpip.org
It will be well over 2000 sat within a week.

Vegas

That I do not doubt my friend if not more.

Oh dear. Well, as long as you know what follows every pump and are at least at the age of consent... go at it.

As long as they don't do what I did and try to buy at 900 and miss a decimal point and break the chart Cry


Looks nice. Modern penis-shaped art  Grin

Pages:
Jump to: