aib
Member
Offline
Activity: 135
Merit: 11
Advance Integrated Blockchains (AIB)
|
|
May 07, 2015, 11:08:39 PM |
|
good job. keep going. is it this wallet still alive? I remember there will be a bug for the daemon in which able to send out the balance large then you have. have you restrict this issue?
|
|
|
|
Erkallys
Legendary
Offline
Activity: 1120
Merit: 1004
|
|
May 08, 2015, 07:40:25 PM |
|
Is it working ? Seems just perfect !
|
|
|
|
fitbobcat (OP)
|
|
May 14, 2015, 10:41:31 PM |
|
Moved repo to my personal github account for transparency
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
Houndirno
|
|
June 08, 2015, 07:37:43 PM |
|
Hye, can you tell me how to set up the rpc bit? im really confused whats suppose to go in there
|
|
|
|
fitbobcat (OP)
|
|
June 20, 2015, 09:47:35 AM |
|
Hye, can you tell me how to set up the rpc bit? im really confused whats suppose to go in there
The username and password in the configuration file of your coin daemon.
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
fitbobcat (OP)
|
|
June 20, 2015, 09:50:14 AM |
|
The password recovery function is something that I haven't thought about until now. This would be a fairly easy process, however, it means that we would need to collect user email addresses. However I will take this into consideration. For 2factor, All the Authenticators just confuse me so much. It is still a planned feature though. I think it is necessary to have password recovery because people lose their pass very often. You can use something like this https://github.com/panique/php-login-advanced out of box framework with login system with all options. http://online.freshcoin.net is based on that framework if you want to check. I recently commited a branch to github that allows "Support Keys", You write down your support key and you can contact support at any time and they will verify that key belongs to you. Your support key automatically changes with every password change.
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
fitbobcat (OP)
|
|
July 04, 2015, 07:31:44 AM |
|
https://github.com/johnathanmartin/piWallet2Factor support has been added and committed, however git started acting up and I ended up merging and committing every file again. Must be a little tired from working on this project tonight. If there are any issues please report in the github issue tracker. Thank You!
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
fitbobcat (OP)
|
|
December 03, 2015, 08:28:31 AM |
|
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
coinmaster222
|
|
December 09, 2015, 04:29:16 PM |
|
Did you ever get around to doing a 2FA on the wallet
|
|
|
|
bhokor
Legendary
Offline
Activity: 966
Merit: 1000
|
|
December 11, 2015, 06:52:35 PM |
|
Hi Dev, thanks for your job it is fantastic, but i am havin some issue because when i send all the coins the balance seems to be negative, some idea why it happens?
thanks
|
|
|
|
fitbobcat (OP)
|
|
December 17, 2015, 11:23:49 PM |
|
Did you ever get around to doing a 2FA on the wallet
Yes, Two Factor has been added. Commit: a3b8f6cd199b23100be42abd63b29b228d86c680
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
fitbobcat (OP)
|
|
December 17, 2015, 11:26:39 PM |
|
Hi Dev, thanks for your job it is fantastic, but i am havin some issue because when i send all the coins the balance seems to be negative, some idea why it happens?
thanks
https://github.com/johnathanmartin/piWallet/issues/5Yes, It is a known bug. I'm still working on a fix for it but it is a relatively non-urgent matter and it may take a little while. This happens because all the coins are being sent and then it charges a transaction fee (specified in the coin daemon). I am hoping on adding a fee reservoir to prevent from overspending.
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
|
supercanada1
|
|
April 30, 2016, 11:33:58 PM |
|
will piwallet working for x11 coins?
|
|
|
|
Christian1998
|
|
May 04, 2016, 10:26:45 AM |
|
will piwallet working for x11 coins?
If there exists a daemon yes, X11 is just the mining algorithm Best regards Christian
|
|
|
|
cryptcollector
|
|
May 05, 2016, 01:59:09 PM |
|
Nice work!
I'm going to set up a web-wallet for Argentum, but I'm wondering, can this be used for multiple coins?
Just one other question can the 2fa Google Authenticator be changed to reflect anything else other than Wallet in the App?
Crypt
|
|
|
|
PatrickMacH
|
|
June 30, 2016, 01:15:23 AM |
|
piWallet
piWallet is a fully open source secure online altcoin wallet that works with practically any crypto-coin. piWallet only takes 15 minutes to setup. piWallet is a premium online wallet for free!
Thanks jonathan for sharing and maintainting your great project. Do you have an idea how to change the default url of .../index.php to anything else or just / using mod_rewrite or an equivalent? I've setup piWallet for 611 (SixEleven) coin: wallet.611.to611 coin offers a free anonymous domain name system. You are welcome to use it for your project(s), too.
|
|
|
|
PeKaO
|
|
July 09, 2016, 02:36:54 PM |
|
Fantastic project - the dev has done an amazing job! piWallet is definitely going to be the official online wallet of Bon PeKaO. The integration is currently under test and without a doubt I'm going to contribute!
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
July 19, 2016, 04:03:52 PM |
|
very nice script...
but i got an issue
i setted up everything..everything is fine...web wallet shows but after i want to login or register , there is a clean white website and i´m not able to get the page back
|
|
|
|
fitbobcat (OP)
|
|
July 31, 2016, 04:24:36 PM |
|
very nice script...
but I got an issue
I set up everything..everything is fine. web wallet shows but after I want to login or register, there is a clean white website, and I'm not able to get the page back
You are running into PHP errors (White Screen of Death) as you have not setup the coin daemon correctly. Please recheck your config file or send me a PM and I'd be willing to help out at a reasonable rate.
|
16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
|
|
|
|