Bitcoin Forum
May 02, 2024, 12:01:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 »  All
  Print  
Author Topic: [ANN] piWallet - Opensource Online Altcoin Wallet  (Read 29025 times)
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
April 10, 2017, 04:11:33 PM
 #61

Very nice project, thank you for your time and work.

Since I prefer my websites not to include any files from 3rd party sites I changed the QR Code encoding to this lib:
http://phpqrcode.sourceforge.net/





https://github.com/johnathanmartin/piWallet/commit/ad25f72c277fc8d10986f534a0b32ef42b1eed6a

I just added this in, do you mind testing it out?

Nice! Thank you very much, works perfectly fine. Two little issues/small typos:

  • Line13[view/wallet]: There is the opening bracket for br missing
  • Line96[view/wallet]: The link contains a typo: addrss instead of address

HTH


That's embarrassing.

https://github.com/johnathanmartin/piWallet/commit/2719f79f4bfef5aeaea4f332c7b8456aeaa95142

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714651269
Hero Member
*
Offline Offline

Posts: 1714651269

View Profile Personal Message (Offline)

Ignore
1714651269
Reply with quote  #2

1714651269
Report to moderator
1714651269
Hero Member
*
Offline Offline

Posts: 1714651269

View Profile Personal Message (Offline)

Ignore
1714651269
Reply with quote  #2

1714651269
Report to moderator
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
July 03, 2017, 08:06:19 PM
 #62

Just wanted to remind people that this still exists.

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
TheMiningPool.mine
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250


View Profile
July 21, 2017, 04:13:53 PM
 #63

Hi!
I'm trying to setup your PiWallet

Everything set up, but I see 0 Balance all the time..

Transactions are showing correctly, but balance not updating.
Also getting that Notice Warning about the fee


Last 10 transactions:

Notice: Undefined index: fee in /var/www/html/PiWallet/view/wallet.php on line 126
Notice: Undefined index: fee in /var/www/html/PiWallet/view/wallet.php on line 126

Date    Address    Type    Amount    Fee    Confs    Info
7/21/2017 04:41 pm    LVSVKxmGm6oPd8LjzfZxz9yUCjkkwNza5q    Received    1       15    Info
7/21/2017 04:46 pm    LVSVKxmGm6oPd8LjzfZxz9yUCjkkwNza5q    Received    1       10    Info

Any Idea?
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
July 28, 2017, 04:42:26 AM
 #64

Hi!
I'm trying to setup your PiWallet

Everything set up, but I see 0 Balance all the time..

Transactions are showing correctly, but balance not updating.
Also getting that Notice Warning about the fee


Last 10 transactions:

Notice: Undefined index: fee in /var/www/html/PiWallet/view/wallet.php on line 126
Notice: Undefined index: fee in /var/www/html/PiWallet/view/wallet.php on line 126

Date    Address    Type    Amount    Fee    Confs    Info
7/21/2017 04:41 pm    LVSVKxmGm6oPd8LjzfZxz9yUCjkkwNza5q    Received    1       15    Info
7/21/2017 04:46 pm    LVSVKxmGm6oPd8LjzfZxz9yUCjkkwNza5q    Received    1       10    Info

Any Idea?


Can you confirm that these transactions have confirmed? What's the minimum # of confirmations required for your coin?

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
July 29, 2017, 05:29:34 AM
 #65

I just put in a few hours of work and made a few changes, summarized below:

A helluva installation guide, It should be impossible to get lost with this. (but please do tell me if my instructions are accurate, I wrote these off memory)
https://github.com/johnathanmartin/piWallet/wiki/Installation

Fee Reserve:

Users were complaining about negative balances, well not anymore
https://github.com/johnathanmartin/piWallet/commit/d6e3bda6d6fda87aed6f2cc29848faa8e7973d54


And it annoyed me a little bit that the Language Translation button was flush to the right, so I added a little bit of padding
https://github.com/johnathanmartin/piWallet/commit/b0b1c2b94930341b79fe085cbfa4ba3d0a83f66b

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
TheMiningPool.mine
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250


View Profile
July 30, 2017, 05:59:09 PM
 #66

I just put in a few hours of work and made a few changes, summarized below:

A helluva installation guide, It should be impossible to get lost with this. (but please do tell me if my instructions are accurate, I wrote these off memory)
https://github.com/johnathanmartin/piWallet/wiki/Installation

Fee Reserve:

Users were complaining about negative balances, well not anymore
https://github.com/johnathanmartin/piWallet/commit/d6e3bda6d6fda87aed6f2cc29848faa8e7973d54


And it annoyed me a little bit that the Language Translation button was flush to the right, so I added a little bit of padding
https://github.com/johnathanmartin/piWallet/commit/b0b1c2b94930341b79fe085cbfa4ba3d0a83f66b

Thanks for the update, but I cant pass from here now:

Warning: fopen(http://...@127.0.0.1:10510/): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /var/www/html/LtcuWallet/jsonRPCClient.php on line 133

Port is setup correctly, and the fopen its ok in php.ini...

Dunno what I am missing.
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
July 31, 2017, 07:12:20 PM
 #67

I just put in a few hours of work and made a few changes, summarized below:

A helluva installation guide, It should be impossible to get lost with this. (but please do tell me if my instructions are accurate, I wrote these off memory)
https://github.com/johnathanmartin/piWallet/wiki/Installation

Fee Reserve:

Users were complaining about negative balances, well not anymore
https://github.com/johnathanmartin/piWallet/commit/d6e3bda6d6fda87aed6f2cc29848faa8e7973d54


And it annoyed me a little bit that the Language Translation button was flush to the right, so I added a little bit of padding
https://github.com/johnathanmartin/piWallet/commit/b0b1c2b94930341b79fe085cbfa4ba3d0a83f66b

Thanks for the update, but I cant pass from here now:

Warning: fopen(http://...@127.0.0.1:10510/): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /var/www/html/LtcuWallet/jsonRPCClient.php on line 133

Port is setup correctly, and the fopen its ok in php.ini...

Dunno what I am missing.



Share your coin config please.

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
sojournagain
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 07, 2017, 10:41:19 PM
 #68

I followed the setup completely to the best of my knowledge, however when I access the server via web browser it doesn't look like the daemon is talking to piwallet.

Sojourn: reward points that work for you! Travel with the cryptocurrency of your choice. http://www.sojournbooking.net/ Now trading on Nova Exchange!
ranman09
Full Member
***
Offline Offline

Activity: 756
Merit: 112


View Profile
August 07, 2017, 10:46:53 PM
 #69

What are those coins supported by this wallet?
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
August 08, 2017, 01:48:40 AM
 #70

What are those coins supported by this wallet?

Fully supported are Scrypt and Sha256, but it works with many many more than that.

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
August 08, 2017, 01:49:12 AM
 #71

I followed the setup completely to the best of my knowledge, however when I access the server via web browser it doesn't look like the daemon is talking to piwallet.

Share your common.php and coin.conf file with me please.

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
sojournagain
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 08, 2017, 02:31:52 AM
 #72

I followed the setup completely to the best of my knowledge, however when I access the server via web browser it doesn't look like the daemon is talking to piwallet.

Share your common.php and coin.conf file with me please.
I sent you a pm with the info so I don't spam up your thread. Thanks!

Sojourn: reward points that work for you! Travel with the cryptocurrency of your choice. http://www.sojournbooking.net/ Now trading on Nova Exchange!
sojournagain
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 08, 2017, 03:37:02 AM
 #73

This guy just spent 30 minutes helping my idiot self through some setup via chat. Awesome dude, may look into using his services.

Sojourn: reward points that work for you! Travel with the cryptocurrency of your choice. http://www.sojournbooking.net/ Now trading on Nova Exchange!
xronos
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
August 22, 2017, 07:07:42 PM
 #74

Hi,

I just set this up in my test environment, and I am able to send, receive, create users. This is a great piece of work. I run an instance of my altcoin's wallet on my pc, piWallet code runs on Apache on the same server (WAMP).

However, I noticed that for every new user I create, the balance remains the same. So if I create a new user now, the new user's balance is the same as the admin's. I am sure I am doing something wrong, somewhere.

Is this something you are familiar with? Can you point me in the the right direction if possible, please?

Many thanks!
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
August 30, 2017, 04:12:25 PM
 #75

Hi,

I just set this up in my test environment, and I am able to send, receive, create users. This is a great piece of work. I run an instance of my altcoin's wallet on my pc, piWallet code runs on Apache on the same server (WAMP).

However, I noticed that for every new user I create, the balance remains the same. So if I create a new user now, the new user's balance is the same as the admin's. I am sure I am doing something wrong, somewhere.

Is this something you are familiar with? Can you point me in the the right direction if possible, please?

Many thanks!

This might be a flaw in the altcoin's daemon itself, also I recommend running it on a LAMP stack instead, as that is what it was developed for. Which coin are you're running it with? Do you have enableaccounts=1 set in the coin.conf file?

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
October 12, 2017, 03:16:17 AM
 #76

piWallet is still going strong!

We now offer installation services that you can view at http://fitbobcat.com/cryptocurrency

and android wallets starting at $150/yr

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
ranman09
Full Member
***
Offline Offline

Activity: 756
Merit: 112


View Profile
October 12, 2017, 09:44:50 AM
 #77

What are those coins supported by this wallet?

Fully supported are Scrypt and Sha256, but it works with many many more than that.

Sorry, can you name a coin? Im not that technical you know haha can it have ethereum and tokens? Doge?
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
October 14, 2017, 08:12:41 AM
 #78

I think etherum and tokens are a joke, so I really don't know. DOGE, of course, would work fine.

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
bet101
Full Member
***
Offline Offline

Activity: 266
Merit: 100


View Profile
October 14, 2017, 04:52:20 PM
 #79

piWallet is still going strong!

We now offer installation services that you can view at http://fitbobcat.com/cryptocurrency

and android wallets starting at $150/yr

Tried to install and boom page of death.... This should not happen>....
fitbobcat (OP)
Full Member
***
Offline Offline

Activity: 218
Merit: 101


View Profile
October 15, 2017, 06:31:33 PM
 #80

piWallet is still going strong!

We now offer installation services that you can view at http://fitbobcat.com/cryptocurrency

and android wallets starting at $150/yr

Tried to install and boom page of death.... This should not happen>....

You're right, incorrectly installing it, however, will return the WSOD. If you need additional assistance please review the given advice in this form, the installation guide, or a managed service.

16XxqtX2AcfRt8J4KGWLxQbs8CQVA1HaDW
Pages: « 1 2 3 [4] 5 6 7 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!