Pages:
Author

Topic: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency - page 5. (Read 685133 times)

sr. member
Activity: 650
Merit: 318
https://bridge.peercoin.net/ (Wrapmeister) is now live! 35k peercoin have already been wrapped.

This bridge currently allows synthetic peercoin (wPPC) to be created and used on Ethereum. Try it out!

Crypto Coffee Sessions Episode 2 was also released. This episode deals with Web 3.0 and NFTs.

https://youtu.be/yXGELo2ZHb0
sr. member
Activity: 650
Merit: 318
Here is an article explaining Wrapmeister, the cross-chain bridge software being developed for Peercoin…

https://medium.com/peercoin/wrapmeister-bridge-introduction-9d7dab46f119
sr. member
Activity: 650
Merit: 318
v0.11.4 has been released. This update allows the Peercoin wallet to automatically check for the latest version on GitHub. You can find it here…

https://github.com/peercoin/peercoin/releases/tag/v0.11.4ppc
sr. member
Activity: 650
Merit: 318
sr. member
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
Hello All,

I have an issue I need some help with suddenly. On 11-21-21 I sent some PPC to an exchange. I was on Version 0.9.0 when I sent the coins. After a few days and still not seeing the coins I opened a ticket with the exchange. I was told about the hard fork. So I think what happened is my coins are on the old Fork. I thought be upgrading to this New version 0.11.2 might fix to where I could resend but the chain download is stuck at 2 weeks. I tried rescan but it keeps stopping at 2 weeks. The interesting part is even though I upgraded the wallet and its stuck at 2 weeks it still shows my sent coins on the 21st.

Any help would be great!

Thanks


have you resynced, fresh blockchain copy?
(delete the blockchain and sync from scratch)


I have done many resync but have not done a full delete. I always worry even with the passphrase.... But I can try that next. Just seems odd it always gets stuck on (Sun Nov 14 06:20:12 2021) with every resync? My concern was the being on wallet verion 0.9.0 never had any issues. Then have to update to 0.11.0 and the issues started. Now on 0.11.2 with on going issues.



by running v0.9 way pass the hardfork date your client has it's own blockchain history which is different than the rest of the network. You must delete local blockchain copy and sync up with the network from scratch
newbie
Activity: 62
Merit: 0
Hello All,

I have an issue I need some help with suddenly. On 11-21-21 I sent some PPC to an exchange. I was on Version 0.9.0 when I sent the coins. After a few days and still not seeing the coins I opened a ticket with the exchange. I was told about the hard fork. So I think what happened is my coins are on the old Fork. I thought be upgrading to this New version 0.11.2 might fix to where I could resend but the chain download is stuck at 2 weeks. I tried rescan but it keeps stopping at 2 weeks. The interesting part is even though I upgraded the wallet and its stuck at 2 weeks it still shows my sent coins on the 21st.

Any help would be great!

Thanks


have you resynced, fresh blockchain copy?
(delete the blockchain and sync from scratch)


I have done many resync but have not done a full delete. I always worry even with the passphrase.... But I can try that next. Just seems odd it always gets stuck on (Sun Nov 14 06:20:12 2021) with every resync? My concern was the being on wallet verion 0.9.0 never had any issues. Then have to update to 0.11.0 and the issues started. Now on 0.11.2 with on going issues.
legendary
Activity: 2898
Merit: 1017
My 6y old Bittrex verified account is restricted for 2 months, can't withdraw, can't trade.

They don't provide any answers, their legal team does not respond to emails.

Don't leave your funds on Bittrex, you have been warned.
sr. member
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
Hello All,

I have an issue I need some help with suddenly. On 11-21-21 I sent some PPC to an exchange. I was on Version 0.9.0 when I sent the coins. After a few days and still not seeing the coins I opened a ticket with the exchange. I was told about the hard fork. So I think what happened is my coins are on the old Fork. I thought be upgrading to this New version 0.11.2 might fix to where I could resend but the chain download is stuck at 2 weeks. I tried rescan but it keeps stopping at 2 weeks. The interesting part is even though I upgraded the wallet and its stuck at 2 weeks it still shows my sent coins on the 21st.

Any help would be great!

Thanks


have you resynced, fresh blockchain copy?
(delete the blockchain and sync from scratch)
newbie
Activity: 62
Merit: 0
Hello All,

I have an issue I need some help with suddenly. On 11-21-21 I sent some PPC to an exchange. I was on Version 0.9.0 when I sent the coins. After a few days and still not seeing the coins I opened a ticket with the exchange. I was told about the hard fork. So I think what happened is my coins are on the old Fork. I thought be upgrading to this New version 0.11.2 might fix to where I could resend but the chain download is stuck at 2 weeks. I tried rescan but it keeps stopping at 2 weeks. The interesting part is even though I upgraded the wallet and its stuck at 2 weeks it still shows my sent coins on the 21st.

Any help would be great!

Thanks
legendary
Activity: 2955
Merit: 1050


probably file corruption related, if you redownload the blockchain it might work, binary should be fine



the same with

Code:
peercoin-0.11.2/bin$ ./peercoin-qt
peercoin-qt: kernel.cpp:623: unsigned int GetStakeModifierChecksum(const CBlockIndex*):
Zusicherung »pindex->pprev || pindex->GetBlockHash() == Params().GetConsensus().hashGenesisBlock« nicht erfüllt.

I think will have to redownload all...


edit:

this seems ok so far...
 Wink Smiley
newbie
Activity: 8
Merit: 0
congratulations...Thanks keeping project alive. it mean lot to me as I am crying typing now...
sr. member
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol

Code:
./peercoin-qt
peercoin-qt: kernel.cpp:622: unsigned int GetStakeModifierChecksum(const CBlockIndex*):
Zusicherung »pindex->pprev || pindex->
GetBlockHash() == Params().GetConsensus().hashGenesisBlock« nicht erfüllt.

something goes wrong...
 Huh

probably file corruption related, if you redownload the blockchain it might work, binary should be fine
otherwise you could try compiling with cleaning, and make sure you use the correct bererkeley db

also the preferable way to install it on linux now is using flatpak
https://flathub.org/apps/details/net.peercoin.peercoin-qt
legendary
Activity: 2955
Merit: 1050

Code:
./peercoin-qt
peercoin-qt: kernel.cpp:622: unsigned int GetStakeModifierChecksum(const CBlockIndex*):
Zusicherung »pindex->pprev || pindex->
GetBlockHash() == Params().GetConsensus().hashGenesisBlock« nicht erfüllt.

something goes wrong...
 Huh
sr. member
Activity: 650
Merit: 318
REMINDER: Less than 1 week before Peercoin hard forks. Upgrade to v0.11 before Nov 1st to ensure you remain on the correct chain. Late upgrades will require resyncing the blockchain…

https://talk.peercoin.net/t/update-60-peercoin-v0-11-codename-tardigrade-released-hard-fork-is-nov-1st-2021/15567
sr. member
Activity: 650
Merit: 318
Peercoin v0.11 (Codename Tardigrade) is now RELEASED! Hard fork and deadline to upgrade are set for Nov 1st. Check full announcement details here: https://talk.peercoin.net/t/update-60-peercoin-v0-11-codename-tardigrade-released-hard-fork-is-nov-1st-2021/15567

sr. member
Activity: 1960
Merit: 393
English<->Pt-BR - Professional Translations(90+)
Peercoin-qt is now available through Flathub for Linux users. This will now be considered a default way to install on (desktop) Linux. More details: https://talk.peercoin.net/t/peercoin-qt-is-now-avaliable-through-flathub-for-linux-users/15493

That's great, Flatpak in my opinion is the most practical way to install any application on Linux, and it's also easy to keep them up to date. I've already installed it and I'll test it.
sr. member
Activity: 650
Merit: 318
Wrapmeister is now in public testing! This tool allows for pegged tokens on evm-chains (Ethereum, Matic, Binance Chain, etc...), allowing access to popular AMM contracts like Uniswap. Help test our Peercoin <--> Ethereum bridge here...

https://talk.peercoin.net/t/wrapmeister-gateway-public-test/15509
sr. member
Activity: 650
Merit: 318
Peercoin is 9 years old today, happy birthday! As part of Peercoin’s anniversary, we’ll be holding a meme contest. Entries are eligible to earn up to 100 PPC in rewards and there are multiple categories. Contest details here…

https://talk.peercoin.net/t/peercoin-9th-anniversary-image-meme-contest/15487
sr. member
Activity: 650
Merit: 318
Pages:
Jump to: