Pages:
Author

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

1ad
newbie
Activity: 64
Merit: 0
member
Activity: 746
Merit: 26
'The latest version is v0.12.3. Are you running that or some version before it?'

Am running V0.12.3. Usually have it open and running if I am online.
sr. member
Activity: 649
Merit: 318
is this normal? since 2023-03-29 no minting
before every few days was an income...

Which version are you running? There was an issue when v0.12 was first released that prevented certain people from minting, though it was fixed when v0.12.2 came out. See here...

https://twitter.com/PeercoinPPC/status/1633805517771382790?s=20

The latest version is v0.12.3. Are you running that or some version before it?
legendary
Activity: 2955
Merit: 1049
Peercoin v0.12.3 has been released and adopts a change to help combat the potential of ordinal inscriptions on Peercoin.

is this normal? since 2023-03-29 no minting
before every few days was an income...

sr. member
Activity: 649
Merit: 318
Peercoin v0.12.3 has been released and adopts a change to help combat the potential of ordinal inscriptions on Peercoin. Witness data size for each input will now be limited to 100kb, mitigating against excessive data usage within transactions.

https://github.com/peercoin/peercoin/releases/tag/v0.12.3ppc

Reminder for those who haven't upgraded from v0.11 yet, April 17th is quickly approaching.
sr. member
Activity: 649
Merit: 318
Is there a bootstrap somewhere?

No, the chain is small, so there isn't any need for this. It should download pretty quickly for you.
full member
Activity: 398
Merit: 110
Is there a bootstrap somewhere?

No. Sites are down resource links are dead. The thread was launched before I joined. I need this or Fathercoin to be revived, put on binance and pumped with billions. To wipe scorn off laymens face when this little knee sucker gets up to shine in a fully new role of a resurrected crypto killer. I am pledging with folks whose family I kidnapped for a six zeros sum, a capital for investments in something like this.
sr. member
Activity: 649
Merit: 318
REMINDER: Only 2 weeks now remain before the Peercoin network can hard fork, so be sure to upgrade to v0.12 before April 17th. If you are minting on an older wallet, it will take the network longer to reach the 90% support required to fork.

Announcement: https://talk.peercoin.net/t/peercoin-v0-12-codename-ladybug-released-upgrade-by-april-17-2023/15969

Fork Percentage: https://fork.ppc.lol/

Retweet: https://twitter.com/peercoinppc/status/1642913288441700355
hero member
Activity: 2730
Merit: 552
Is there a bootstrap somewhere?

Note: it syncd really quickly, like less than 4 hours.
newbie
Activity: 7
Merit: 0
New Peercoin Staking Tutorial - Learn how to install the core wallet and earn 3-5% on your PPC!

https://www.youtube.com/watch?v=e1yWCBtYHpQ

#proofofstake #peercoin #bitcoin #altcoin #APY #crypto
hero member
Activity: 2730
Merit: 552
Is there a bootstrap somewhere?
hero member
Activity: 2730
Merit: 552
It is recommended that you upgrade to v0.12.2, as it fixes an issue that can prevent your wallet from minting new blocks.

https://github.com/peercoin/peercoin/releases/tag/v0.12.2ppc

Just curious why are some files unsigned?
sr. member
Activity: 649
Merit: 318
Peercoin has been listed on Xeggex. New markets include PPC/BTC, PPC/USDT, and PPC/ETH. (Note: PPC/USDT was added after the announcement linked below)

https://xeggex.com/post/new_listing_peercoin_ppc

Retweet: https://twitter.com/PeercoinPPC/status/1640030289039695875
sr. member
Activity: 649
Merit: 318
It is recommended that you upgrade to v0.12.2, as it fixes an issue that can prevent your wallet from minting new blocks.

https://github.com/peercoin/peercoin/releases/tag/v0.12.2ppc
sr. member
Activity: 649
Merit: 318
Please remember to upgrade. v0.12 fork adoption currently at 43.1% and needs to hit 90%.
sr. member
Activity: 649
Merit: 318
What's the staking % for Peercoin?  Is there a team/future for it to keep it on exchanges?

It's 3% for occasional minters and around 5% for continuous minters. Here is a good article on Peercoin minting...

https://www.peercoin.net/blog/minters-get-richer/

Is there a team/future for it to keep it on exchanges?

Hopefully the post above will answer this question.
sr. member
Activity: 649
Merit: 318
Peercoin v0.12 (Codename Ladybug) Released, Upgrade Today!

Announcement Link: https://talk.peercoin.net/t/peercoin-v0-12-codename-ladybug-released/15969



Peercoin v0.12 Released!

We are proud to announce the release of Peercoin v0.12 (Codename Ladybug). This is a mandatory upgrade. Please upgrade by April 17th, 2023.

A hard fork will occur once the following conditions are met:

  • April 17th, 2023, 12:00 UTC has passed.
  • 90% of the last 1,000 blocks are from a v0.12 wallet.

You can keep track of the current adoption percentage here:

https://fork.ppc.lol/

Changelog:

Peercoin release v0.9.0

  • Rebase to bitcoin-core 0.23.
  • RFC-0005 - Prunes zero value outputs from UTXO set.
  • RFC-0020 - Reduces PoW difficulty on new PoS blocks if PoW block is overdue.
  • Client caches coinstake input transactions to reduce disk access and improve responsiveness.
  • QT wallet minting probability default is set to 30 days.
  • Various bug fixes and improvements.

Summary:

This release rebases on bitcoin-core 0.23 in order to adopt the latest developments in the bitcoin ecosystem, namely Schnorr signatures and Taproot.

Schnorr signatures offer several advantages over currently used ECDSA signatures in terms of computational efficiency, storage, and privacy. It makes transactions smaller, and verification quicker and easier.

Taproot will enable sending to and spending from Schnorr public keys. In order to achieve this, a new type of ScriptPubKey called Pay-to-Taproot (P2TR) has been defined.

Schnorr signatures will make Peercoin transactions far more flexible. If you want to learn more about Schnorr signatures and Taproot, materials are readily available on the internet.

RFC-0005 - Unspendable Zero Outputs

Quote
Peercoin requires outputs to have a value of at least 0.01 PPC. However, there is one exception to this rule, 0 PPC outputs are allowed. Such zero-value outputs can have some useful applications laid out below, but an unfortunate side-effect is that they take up memory in the node’s UTXO table forever, increasing its memory usage. This RFC proposes a solution that fixes this memory leak without changing the rules for output values.

RFC-0020 - PoW Difficulty on PoS Blocks

Quote
Peercoin shares a mining algorithm with Bitcoin, so it is assumed that the total potential hashpower in existence greatly exceeds the hashpower targeting the Peercoin chain. As a result, miners will turn to Peercoin when profit is high, drive up the PoW difficulty, then move on to other chains. This causes a difficulty bomb in which the difficulty remains high until the next PoW block is found. Once that next block is found at the high difficulty, the difficulty immediately drops and the next several PoW blocks are easily found until the difficulty is driven up again. This boom-and-bust behavior causes long strings of PoW blocks that have low chainweight and can be orphaned by a single PoS block. By adjusting the PoW difficulty on PoS blocks found during these long periods, the difficulty bomb is diffused and PoW blocks can be found at more regular intervals.

What Comes Next?

Now that Peercoin is caught up with upstream Bitcoin, we will begin to focus on supporting technologies that will make it easier for Peercoiners to interact with layer 2 networks.

We’re delighted to have recently recruited a qualified developer to port btcd. Btcd is an alternative implementation of a full node written in Go (golang). It is a required prerequisite for a number of technologies like Coinbase Rosetta and LND (lightning network daemon).

Work on the btcd port started this week. Work will be done in 3 phases. The first milestone is the ability to sync, without validation. The second is PoS validation, and the final milestone is everything the reference node can do, except minting. Minting functionality is not necessary for the port.

A previous Peercoin update made viable multisig minting, whereby an address with multiple signatures can participate in the minting process. The Foundation has made use of this new feature by generating blocks and rewards from its multisig donation address. Continued research into ease of use will make such features accessible to all Peercoin users and may usher in a new age of advanced multisig minting paradigms to address diverse user needs.

Upgrading

You only need to upgrade if you’re using the core reference wallet. This is the one listed at the top of the wallets page.

If your peercoins are being used with any of the following apps, services, or devices, then there is nothing you need to do. These services will carry out the upgrade for you.

  • Android Mobile Wallet (Flutter)
  • iOS Mobile Wallet (Flutter)
  • Web Wallet (Flutter)
  • Hardware Wallet (Ledger)
  • Exchange (Centralized)
  • Bridge.peercoin.net (Wrapped Peercoin)

Quote
Before installation, make sure to backup your wallet from the main menu.

For users of the core reference wallet, v0.12 is a standard upgrade. However, if you don’t upgrade before the blockchain forks on or after April 17th, you will be required to resync the blockchain, so it is best not to delay. The v0.12 wallet can be downloaded from the wallets page. Instructions for upgrading are provided below the download links. More download options can be found on GitHub. If you need help with installation, visit the forum/Telegram/Discord, all linked below.

Contributors

Big thanks to volunteers who have made this release possible:

  • backpacker69 - Core Development
  • peerchemist - Project Management
  • Buckkets - Splash Screen
  • ihavenoface - automated builds
  • sandakersmann - various fixes and polish
  • lateminer - code cleanup and fixes

Donate

Remember that these developments are sponsored by the Peercoin Foundation, which in turn is sponsored by generous community donations. PPC, BTC, and Fiat donations can be made at peercoin.net/foundation.

Support

To stay informed, you can follow the latest Peercoin news on our forum, our Twitter, or Reddit. If you want to come chat or need help, come say hi to our team and community on Telegram/Discord.

Retweet Announcement

https://twitter.com/peercoinppc/status/1620872995475689472?s=46&t=_V0g_jnBD9ZOvSKOHHfXEA
hero member
Activity: 2730
Merit: 552
Christmas-Day-Price Comp


Peercoin is 34.8 cents

Selfwithin $0.30
Ngalim: $0.47
Belovachap $0.50
Jordgubbar $0.54
Dirkmirk $0.28
Backpacker $0.40
MattLM $0.50
Powerhouse $1
Francesco $0.38
Lynx: $0.95
Cybnate $0.42


Looks like the winner is Francesco.

What are these?  Staking coins?

What's the staking % for Peercoin?  Is there a team/future for it to keep it on exchanges?
member
Activity: 746
Merit: 26
Happy New Year to Peercoiners and all crypto geeks.

IndiaMikeZulu
member
Activity: 746
Merit: 26
Christmas-Day-Price Comp


Peercoin is 34.8 cents

Selfwithin $0.30
Ngalim: $0.47
Belovachap $0.50
Jordgubbar $0.54
Dirkmirk $0.28
Backpacker $0.40
MattLM $0.50
Powerhouse $1
Francesco $0.38
Lynx: $0.95
Cybnate $0.42


Looks like the winner is Francesco.
Pages:
Jump to: