Bitcoin Forum
May 12, 2024, 08:23:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is Bitcoind Network Synchronization Required for Using a Web Wallet in PHP ??  (Read 356 times)
chegmarco (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 10


View Profile
June 06, 2017, 09:24:07 AM
 #1

Hello all.

I think, it's been nearly a week now that I dig up what is causing the Bug that makes the PiWallet script (https://github.com/johnathanmartin/piWallet) still installed locally, can not generate new addresses. When you click on "Get a new Address", you should automatically see the Generated Address but I see that a problem still arises because no New Address is generated automatically but we see that even display the Message To Success (A new Adress was added to your wallet) but we do not see this address generated.



This is also the case in the List of 10 Last Transactions (Date, Address, Type, Amount, Fee, Confs, Info) which is not displayed when a Transaction has been made.

So I wonder what is the basis of this problem. This is why I add to this message the Two (2) Files that contain the Generation of Addresses and Transactions so that you can see with me and help me correct this so that the Addresses and the Transaction List are displayed correctly As it should be.

Do you think that this error that causes the generated addresses not to appear are due to the fact that the Bitcoind Server has not yet fully synchronized?

As explained on the site of Bitcoin of the Developer (https://en.bitcoin.it/wiki/PHP_developer_intro), it is necessary to completely leave the Bitcoind Server to download and synchronize. So do you think this is what is the basis of this error ?
1715545390
Hero Member
*
Offline Offline

Posts: 1715545390

View Profile Personal Message (Offline)

Ignore
1715545390
Reply with quote  #2

1715545390
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715545390
Hero Member
*
Offline Offline

Posts: 1715545390

View Profile Personal Message (Offline)

Ignore
1715545390
Reply with quote  #2

1715545390
Report to moderator
1715545390
Hero Member
*
Offline Offline

Posts: 1715545390

View Profile Personal Message (Offline)

Ignore
1715545390
Reply with quote  #2

1715545390
Report to moderator
cr1776
Legendary
*
Offline Offline

Activity: 4032
Merit: 1301


View Profile
June 06, 2017, 09:55:05 AM
Merited by ABCbits (1)
 #2

1. You mention  "Bitcoind Server" but - "piWallet is a secure opensource online altcoin wallet".  I don't know if the documentation is right or not but it says altcoin, not bitcoin. So perhaps the issue was s it only works with altcoins? 

2. "Setup coin daemons, mySQL & phpmyadmin on the server" - it says you have to have the daemons running, so depending on the coin that could make a difference.  Certainly for a transaction list, you'd need to be synced.

Since the developer says "altcoin", it seems like this belongs in the altcoin section, not the bitcoin section here.






*
1. https://github.com/johnathanmartin/piWallet and https://bitcointalk.org/index.php?topic=911212
2. https://github.com/johnathanmartin/piWallet/wiki
chegmarco (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 10


View Profile
June 06, 2017, 10:06:04 AM
 #3

1. You mention  "Bitcoind Server" but - "piWallet is a secure opensource online altcoin wallet".  I don't know if the documentation is right or not but it says altcoin, not bitcoin. So perhaps the issue was s it only works with altcoins?  

2. "Setup coin daemons, mySQL & phpmyadmin on the server" - it says you have to have the daemons running, so depending on the coin that could make a difference.  Certainly for a transaction list, you'd need to be synced.

Since the developer says "altcoin", it seems like this belongs in the altcoin section, not the bitcoin section here.

*
1. https://github.com/johnathanmartin/piWallet and https://bitcointalk.org/index.php?topic=911212
2. https://github.com/johnathanmartin/piWallet/wiki

Thank you for your reply.

1- But if it is Altcoin, how to configure a Daemon Coin for this kind of ALTCOIN Script ?
2- Also does PiWallet really have no connection with the Bitcoind Server ?
 Otherwise, why, we notice on the page common.php (https://github.com/johnathanmartin/piWallet/blob/master/common.php), the informations:

$fullname = "Bitcoin"; //Website Title (Do Not include 'wallet') ?
$short = "BTC"; //Coin Short (BTC) ?
$blockchain_url = "http://blockchain.info/tx/"; //Blockchain Url  ?

Please clarify for me.
Pages: [1]
  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!