Author

Topic: [ANN] [PASC] PascalCoin, true deletable blockchain - V3 Hardfork on block 210000 - page 123. (Read 990744 times)

newbie
Activity: 23
Merit: 0
Hello everybody.
Are any forecasts of pasc course for the near future?
full member
Activity: 286
Merit: 102

I've added a protocol enhancement request on github for an operation that takes in the private key.

My original intent with pascwallet.com was to create a web wallet, until I ran into this issue.

Modeled after something like this, https://www.myetherwallet.com/#view-wallet-info

It is possible to add a function to the api that loads the key pair to the wallet before the sendto operations. The users key pair can be encrypted and kept at your site or send via RPC JSON when needed. But the users have to trust that you handle and keep their keys safe from all kinds of hacking and misuse, because somewhere in the process they will be used decrypted.  Grin

Well, I think you are a nice guy but I don't think I will dare to trust you so much Smiley

But perhaps the Dev can come up with a better solution. It would be nice to have a secure web wallet.
sr. member
Activity: 1932
Merit: 288
Something wrong with the Pascal Coin Wallet 1.5.6.  While I restarted the client, an error occurred as below.
How can I fix it ?

If it happens again it is most likely to be an error in one of the data files BlockChainStream.blocks or Bank#.bank. Delete them and restart. It will then take a little time to recreate the blockchain.

I deleted BlockChainStream.blocks. It didn't show the error box anymore. But, it didn't synchronize block chain data also. It past several hours, no any block chain data was downloaded .  How can I fix it ?

if u got ur keys exported (i.e. full backup) then u may try full uninstall (including appdata C:\Users\UserName\AppData\Roaming\PascalCoin) and new clean installation.

be sure that wallet isn't blocked by antivirus/firewall.
legendary
Activity: 1364
Merit: 1000
On pascwallet.com, a full history of which account was bought for how much would be nice to see.

This will roll out with other minor enhancements in the next day or two.

Great Thx !!
member
Activity: 84
Merit: 10
Something wrong with the Pascal Coin Wallet 1.5.6.  While I restarted the client, an error occurred as below.
How can I fix it ?




If it happens again it is most likely to be an error in one of the data files BlockChainStream.blocks or Bank#.bank. Delete them and restart. It will then take a little time to recreate the blockchain.

I deleted BlockChainStream.blocks. It didn't show the error box anymore. But, it didn't synchronize block chain data also. It past several hours, no any block chain data was downloaded .  How can I fix it ?
full member
Activity: 148
Merit: 102
On pascwallet.com, a full history of which account was bought for how much would be nice to see.

This will roll out with other minor enhancements in the next day or two.
full member
Activity: 148
Merit: 102
i suggest there are 2 things left:

- inside wallet pasa market;
- mobile wallet.


I think there are two ways to make a mobile wallet:

1. Cross compile for Android or
2. some sort of web wallet

Do anybody here have experiences with cross compiling Lazarus?

A web wallet is quite easy to make but I think there will be some security issues because wallet operations will involve the private key.

I've added a protocol enhancement request on github for an operation that takes in the private key.

My original intent with pascwallet.com was to create a web wallet, until I ran into this issue.

Modeled after something like this, https://www.myetherwallet.com/#view-wallet-info
legendary
Activity: 1364
Merit: 1000
On pascwallet.com, a full history of which account was bought for how much would be nice to see.
legendary
Activity: 1330
Merit: 1000
i suggest there are 2 things left:

- inside wallet pasa market;
- mobile wallet.


I think there are two ways to make a mobile wallet:

1. Cross compile for Android or
2. some sort of web wallet

Do anybody here have experiences with cross compiling Lazarus?

A web wallet is quite easy to make but I think there will be some security issues because wallet operations will involve the private key.

i think someone is already working on mac/mobile . 
full member
Activity: 286
Merit: 102
i suggest there are 2 things left:

- inside wallet pasa market;
- mobile wallet.


I think there are two ways to make a mobile wallet:

1. Cross compile for Android or
2. some sort of web wallet

Do anybody here have experiences with cross compiling Lazarus?

A web wallet is quite easy to make but I think there will be some security issues because wallet operations will involve the private key.
member
Activity: 83
Merit: 10
Would you need to buy an account for a light wallet as Android? Is there some way to remove the accounts system and still have the safebox system functional?
sr. member
Activity: 1932
Merit: 288
Piece of cake. I will roll this out with some minor enhancements in the next day or 2.

Great!!!!

Apart from that I think you have done a good work :-) Congrat!

i suggest there are 2 things left:

- inside wallet pasa market;
- mobile wallet.
full member
Activity: 286
Merit: 102
Piece of cake. I will roll this out with some minor enhancements in the next day or 2.

Great!!!!

Apart from that I think you have done a good work :-) Congrat!
full member
Activity: 148
Merit: 102
It is very nice to have a market for PASA.

But I think that the owner of pascwallet.com should rewrite some of his code for this web site. As it is now all user data including the username and password are send in clear text in the URL using the GET method. It is not safe.

Let me quote w3schools.com:
Quote
GET requests can be cached
GET requests remain in the browser history
GET requests can be bookmarked
GET requests should never be used when dealing with sensitive data
GET requests should be used only to retrieve data

It is much more safe to use POST method.

Until this is changed users of this market should be a little careful. The password you use at pascwallet.com should not be used for anything else.


Piece of cake. I will roll this out with some minor enhancements in the next day or 2.
full member
Activity: 286
Merit: 102
Something wrong with the Pascal Coin Wallet 1.5.6.  While I restarted the client, an error occurred as below.
How can I fix it ?




If it happens again it is most likely to be an error in one of the data files BlockChainStream.blocks or Bank#.bank. Delete them and restart. It will then take a little time to recreate the blockchain.
member
Activity: 84
Merit: 10
Something wrong with the Pascal Coin Wallet 1.5.6.  While I restarted the client, an error occurred as below.
How can I fix it ?


legendary
Activity: 1246
Merit: 1024
Anyone else mining PASC on Nano pool having issue payments have been pending over 12 hours and not being sent?

i confirm the same thing.

but it's not so long and probably should soon be fixed.

They paid the payment after it but there is a payment stuck for everyone. Been pending over 18 hours now. Payment earlier today came through as normal. Weird they skipped one. I think the transaction did not get broadcoast? I sent them an email. Yes, hopefully it is fixed soon.
sr. member
Activity: 1932
Merit: 288
Anyone else mining PASC on Nano pool having issue payments have been pending over 12 hours and not being sent?

i confirm the same thing.

but it's not so long and probably should soon be fixed.
legendary
Activity: 1246
Merit: 1024
It is very nice to have a market for PASA.

But I think that the owner of pascwallet.com should rewrite some of his code for this web site. As it is now all user data including the username and password are send in clear text in the URL using the GET method. It is not safe.

Let me quote w3schools.com:
Quote
GET requests can be cached
GET requests remain in the browser history
GET requests can be bookmarked
GET requests should never be used when dealing with sensitive data
GET requests should be used only to retrieve data

It is much more safe to use POST method.

Until this is changed users of this market should be a little careful. The password you use at pascwallet.com should not be used for anything else.


Good advice but everyone should have a system for using a different password at every website. I have a system which I can remember but the password at every website is different. Using the same password at more than one website is asking to be hacked. You never know which admins you can trust.
full member
Activity: 286
Merit: 102
It is very nice to have a market for PASA.

But I think that the owner of pascwallet.com should rewrite some of his code for this web site. As it is now all user data including the username and password are send in clear text in the URL using the GET method. It is not safe.

Let me quote w3schools.com:
Quote
GET requests can be cached
GET requests remain in the browser history
GET requests can be bookmarked
GET requests should never be used when dealing with sensitive data
GET requests should be used only to retrieve data

It is much more safe to use POST method.

Until this is changed users of this market should be a little careful. The password you use at pascwallet.com should not be used for anything else.
Jump to: