Pages:
Author

Topic: [PTA] Petrachor | PoS Ariel Protocol | Smart Contract Platform | BLS | BLS12-381 (Read 1103 times)

HrN
sr. member
Activity: 339
Merit: 250
I have invested 3 000$ today and i hope it will grow up ! Smiley
sr. member
Activity: 1050
Merit: 250
Revolutionizing Reward Points
i just know this project from coinmarketcap
because today this project listed on cmc and tradeable on hotbit
https://coinmarketcap.com/currencies/petrachor/markets/
newbie
Activity: 9
Merit: 0
https://youtu.be/fDr8OnO3a9g

Nice to see the development team working hard on the project. Keep it up.
copper member
Activity: 16
Merit: 0
newbie
Activity: 9
Merit: 0
I just made contribution to the auction. When do I receive payout?
copper member
Activity: 16
Merit: 0
I want to send PTA, I failed to send with this command.

curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"from": "0xf1714d1d16087b379a317b32019236337fa18661", "to": "0x7a9ee17c2221296adad0b4a1337d0d18b935f46c", "value": "100"}],"id":1}' 127.0.0.1:8545

The error message is as follows:curl: (7) Failed to connect to 127.0.0.1 port 8545: Connection refused


Please help me!

1. In order to broadcast your transaction, you must be running the Petrachor node, and it must be synced with the network. If your Petrachor node is not running, or you have not turned on the json RPC, then you cannot broadcast a transaction. Make sure your json RPC port is listening on the default port 8545 ./petrachor -j -v 8

2. Once your node is running and has imported all blocks, you can now broadcast a transaction. Make sure you do not close the terminal window that is running the Petrachor node, or else it will kill the program. One option for doing this is running the application "screen" (you can find instructions here). Another option is to open a second terminal window, so that you have the Petrachor node in one terminal and the command line in the second terminal. I would suggest using two terminal windows because if you are not mining, you will need to enter the master passphrase for your wallet, and your key passphrase if you created one, after you enter the sendTransaction command.

3. Make sure all values are in hexadecimal format. Your "value" must be converted to hexadecimal, so for sending 100 PTA you will use 0x56BC75E2D63100000

Your command should look like this:

curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"from": "0xf1714d1d16087b379a317b32019236337fa18661", "to": "0x7a9ee17c2221296adad0b4a1337d0d18b935f46c", "value": "0x56BC75E2D63100000"}],"id":1}' 127.0.0.1:8545
newbie
Activity: 22
Merit: 0
I want to send PTA, I failed to send with this command.

curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"from": "0xf1714d1d16087b379a317b32019236337fa18661", "to": "0x7a9ee17c2221296adad0b4a1337d0d18b935f46c", "value": "100"}],"id":1}' 127.0.0.1:8545

The error message is as follows:curl: (7) Failed to connect to 127.0.0.1 port 8545: Connection refused


Please help me!
copper member
Activity: 16
Merit: 0

Thank you very much for the detailed response.
The platform seems very promising. But one bottleneck that I'm seeing here is how you will get users on board?
Sure, you are making your blockchain light so more people can afford to have your app in their computers or phones, but you need long list of merchants to make your platform usable to them.
Otherwise, this is just another dormant app in their system.

We agree with you. Merchant adoption and payroll services are key to the integration of a currency, eliminating the need for an exchange.

We plan to use a series of proof of concepts, to demonstrate the benefits of Petra, utility tokens, and low transaction fees.

These free apps will help demonstrate many benefits of using Petra over fiat, while also providing an immediate benefit to those using the app.

By releasing proof of concepts, we hope to show off the advanced functionality and usability of Petrachor, and work with other app developers to help integrate the same payment system.
hero member
Activity: 2744
Merit: 588
I'm confused if this is just another PoS coin in the making.

Petrachor has been developed over the past 2 years, and the mainnet was launched on March 13. Everything in the description has been implemented.

Petrachor does use a Proof-of-Stake consensus, the Ariel Protocol. This works differently from other Proof-of-Stake smart contract platforms like EOS or TRON, because it does not use delegates. Every Petrachor node is an equal peer, and eligible to earn block rewards for contributing to the security of the network.

Bitcoin's Proof-of-Work consensus is similar to the Ariel Protocol. With Bitcoin, your hashrate determines your probability of finding a block, while with Petrachor your wallet balance determines this probability. The main innovation here is that computers are bad at creating randomness, but by using BLS cryptography, we are able to provide a secure truly random beacon to mimic the hashrate war that Proof-of-Work is famous for, but in an energy-efficient manner.

A blockchain protocol integrated to a fork of the ethereum source code, is that the reason why I'm seeing like eth addresses in your explorer?

Petrachor and Ethereum have identical address lengths and both are hexadecimal, but otherwise they are completely different. Ethereum uses ECDSA cryptography to generate a public and private key, while Petrachor uses BLS cryptography. The two are not compatible, so if you generate an Ethereum address, and send Petra to that address on the Petrachor blockchain, those coins are gone forever.

Why did we replace the signature scheme with BLS?
Many reasons, but I won't go into all of them. One cool thing about BLS signatures is that you can aggregate an unlimited number of them into one single signature. This will allow us to compact the chain data, saving space, and opening up new possibilities for light-clients running on mobile and other storage restricted devices.

What is your main use case for Petrachor?

You can probably see by now that our main focus is minimizing hardware requirements, bandwidth, and energy, which enables more people to maintain a copy of the blockchain, and ultimately maximizes censorship resistance. With this in mind, we have also changed the target block time from 13 seconds (ETH) to 30 minutes. That may seem like a long time, but again this choice is to reduce storage requirements, in particular block headers, which over many years can cause a large amount of blockchain bloat. But don't fear, we will be adding a payment layer for instant and confidential transactions, so you can use Petrachor with the same speed, reliability, and privacy as cash.

Petrachor also has designs to replace the Ethereum Virtual Machine with a new smart contract platform that will simplify and improve our ability to run decentralized applications. We will let you know when the new upgrade has been deployed.

Thank you very much for the detailed response.
The platform seems very promising. But one bottleneck that I'm seeing here is how you will get users on board?
Sure, you are making your blockchain light so more people can afford to have your app in their computers or phones, but you need long list of merchants to make your platform usable to them.
Otherwise, this is just another dormant app in their system.
copper member
Activity: 16
Merit: 0
newbie
Activity: 4
Merit: 0
Wow, I can definitely see how Petrachor has fixed some of the major problems with Bitcoin and Ethereum. That's really cool!
copper member
Activity: 16
Merit: 0
I'm confused if this is just another PoS coin in the making.

Petrachor has been developed over the past 2 years, and the mainnet was launched on March 13. Everything in the description has been implemented.

Petrachor does use a Proof-of-Stake consensus, the Ariel Protocol. This works differently from other Proof-of-Stake smart contract platforms like EOS or TRON, because it does not use delegates. Every Petrachor node is an equal peer, and eligible to earn block rewards for contributing to the security of the network.

Bitcoin's Proof-of-Work consensus is similar to the Ariel Protocol. With Bitcoin, your hashrate determines your probability of finding a block, while with Petrachor your wallet balance determines this probability. The main innovation here is that computers are bad at creating randomness, but by using BLS cryptography, we are able to provide a secure truly random beacon to mimic the hashrate war that Proof-of-Work is famous for, but in an energy-efficient manner.

A blockchain protocol integrated to a fork of the ethereum source code, is that the reason why I'm seeing like eth addresses in your explorer?

Petrachor and Ethereum have identical address lengths and both are hexadecimal, but otherwise they are completely different. Ethereum uses ECDSA cryptography to generate a public and private key, while Petrachor uses BLS cryptography. The two are not compatible, so if you generate an Ethereum address, and send Petra to that address on the Petrachor blockchain, those coins are gone forever.

Why did we replace the signature scheme with BLS?
Many reasons, but I won't go into all of them. One cool thing about BLS signatures is that you can aggregate an unlimited number of them into one single signature. This will allow us to compact the chain data, saving space, and opening up new possibilities for light-clients running on mobile and other storage restricted devices.

What is your main use case for Petrachor?

You can probably see by now that our main focus is minimizing hardware requirements, bandwidth, and energy, which enables more people to maintain a copy of the blockchain, and ultimately maximizes censorship resistance. With this in mind, we have also changed the target block time from 13 seconds (ETH) to 30 minutes. That may seem like a long time, but again this choice is to reduce storage requirements, in particular block headers, which over many years can cause a large amount of blockchain bloat. But don't fear, we will be adding a payment layer for instant and confidential transactions, so you can use Petrachor with the same speed, reliability, and privacy as cash.

Petrachor also has designs to replace the Ethereum Virtual Machine with a new smart contract platform that will simplify and improve our ability to run decentralized applications. We will let you know when the new upgrade has been deployed.
hero member
Activity: 2744
Merit: 588
What is your main use case for Petrachor?
I'm confused if this is just another PoS coin in the making.
A blockchain protocol integrated to a fork of the ethereum source code, is that the reason why I'm seeing like eth addresses in your explorer?
What does it really do to your advantage? Can you explain it in layman's terms?
copper member
Activity: 16
Merit: 0
If you run into any problems compiling the source code and connecting to the Petrachor network, please reach out to us on our Telegram Group. We will be happy to answer any questions you may have.

https://t.me/petrachor
copper member
Activity: 16
Merit: 0
Will Petrachor have layer 2 scaling or masternodes?

Petrachor will not have masternodes.

The Petrachor team is working on layer 2 solutions that enable instant, low-fee transactions.
newbie
Activity: 9
Merit: 0
Will Petrachor have layer 2 scaling or masternodes?
copper member
Activity: 16
Merit: 0
The Petrachor Telegram group is now open for general discussion:

https://t.me/petrachor
copper member
Activity: 16
Merit: 0
Right now we have a small team of developers working full-time.

We are currently focused on designing and implementing upgrades to the core chain, so that we can more easily extend functionality and usability in the future.
newbie
Activity: 22
Merit: 0
Thank you very much!

Are you a full-time developer? Why can't you find your team?
Pages:
Jump to: