Pages:
Author

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

legendary
Activity: 2955
Merit: 1049

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: 648
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: 648
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: 1923
Merit: 321
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: 648
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: 648
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: 648
Merit: 318
sr. member
Activity: 648
Merit: 318
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
sr. member
Activity: 648
Merit: 318
The Peercoin mobile app is now available through the Fdroid repository. This is an Android repo for free and open source software, for people who wish to stay independent of Google.
sr. member
Activity: 648
Merit: 318
We are happy to announce the public release of Peercoin’s new mobile wallet app for iOS and Android devices! Check the announcement here for full details...

https://talk.peercoin.net/t/update-59-peercoin-mobile-wallet-now-publicly-released-for-ios-and-android-devices/15480

sr. member
Activity: 648
Merit: 318
sr. member
Activity: 648
Merit: 318
Peercoin v0.10.3 is now released. This is likely to be the last point release in the 0.10 branch as work on v0.11 has already been started. Download here…

https://github.com/peercoin/peercoin/releases/tag/v0.10.3ppc
sr. member
Activity: 648
Merit: 318
The iOS version of the Peercoin mobile wallet is now available for public testing on the Apple App Store...

https://testflight.apple.com/join/iilc4SvQ
sr. member
Activity: 648
Merit: 318
Peercoin now available for purchase with credit/debit card on Changelly...

https://twitter.com/peercoinppc/status/1397527647182364673?s=21
sr. member
Activity: 648
Merit: 318
The Peercoin Foundation partners with Indacoin to support direct purchases of PPC with Visa & Mastercard! Use buy.peercoin.net to purchase with USD/EUR and other major fiat currencies. More info here...

https://talk.peercoin.net/t/update-57-indacoin-now-supports-purchases-of-peercoin-with-visa-mastercard/15399
sr. member
Activity: 648
Merit: 318
i got my coins back after doing the abandon command line , thanks so much.
I am using client 0.9 .

Have you tried upgrading to v0.10 which was just released?
newbie
Activity: 51
Merit: 0
How do i get back my coins ?
Try the following in the qt client in Help -> Debug window -> Console:

Code:
abandontransaction TXID

with the TXID being the transaction ID of the transaction which didn't went through (according to your post, "2c6211006e683f5efc63f4f77e46ee96c68b0ac34e0479831ad5a8f069a2222c").

If your coins still are not back, try:

Code:
rescanblockchain

and once it is finished, restart the client.

Don't worry about the red warning in the window, these commands do nothing that allows me to steal your coins Cheesy Rescanblockchain only updates your wallet database (without touching your keys) so the unconfirmed transaction is deleted.

Or on the command line:

Code:
peercoin-cli abandontransaction TXID
Code:
peercoin-cli rescanblockchain

Make sure your client is updated to a reasonably new version (0.9+). If it's older it may be the case that the transaction format is wrong. In this case, backup your wallet.dat and download 0.9 or the brand new 0.10.

i got my coins back after doing the abandon command line , thanks so much.
I am using client 0.9 .
newbie
Activity: 13
Merit: 0
Peercoin - PPC is now listed at https://cointostake.com/ (POS list, staking statistics, live data, monitoring, POS staking calculator, staking rewards)

legendary
Activity: 3892
Merit: 6012
Decentralization Maximalist
How do i get back my coins ?
Try the following in the qt client in Help -> Debug window -> Console:

Code:
abandontransaction TXID

with the TXID being the transaction ID of the transaction which didn't went through (according to your post, "2c6211006e683f5efc63f4f77e46ee96c68b0ac34e0479831ad5a8f069a2222c").

If your coins still are not back, try:

Code:
rescanblockchain

and once it is finished, restart the client.

Don't worry about the red warning in the window, these commands do nothing that allows me to steal your coins Cheesy Rescanblockchain only updates your wallet database (without touching your keys) so the unconfirmed transaction is deleted.

Or on the command line:

Code:
peercoin-cli abandontransaction TXID
Code:
peercoin-cli rescanblockchain

Make sure your client is updated to a reasonably new version (0.9+). If it's older it may be the case that the transaction format is wrong. In this case, backup your wallet.dat and download 0.9 or the brand new 0.10.
legendary
Activity: 2898
Merit: 1017
There is something seriously wrong with this coin.
I sent 521 PPC to a exchange , the peer coin wallet creates a transaction that doesnt even exist.

You mean there is something wrong with your wallet.
Pages:
Jump to: