Post
Topic
Board Hardware wallets
Re: REWARD $50: Funds not visible after using XPub to receive money in my store
by
0xwork
on 12/07/2022, 22:29:22 UTC
Thanks for everyone trying to help me.

but I try everything

Code:
m/44'/0'/0'/489'/0
m/44'/0'/0'/489'/0'
m/44'/0'/0'/489/0
m/44'/489'/0'
m/49'/0'/489'
m/489
m/489/0
..
..



and nothing works

.
I try my seed on   https://iancoleman.io/bip39/ but I can not find my addresses.



I make a test wallet for everyone who wants to help .

BIP39 Mnemonic :
Code:
smile oven assist forward parade horror limb mango journey glass grant deer inquiry leave menu


xpub :
Code:
xpub6CVSgdHRncHHCh2EoXPo6VS8Q1JrhrhfaYfELjD94tkfskKDbxZF9vHQ5x8t17yvYcBAPycTRjsAnq11cURoQb6UBGYEzqvnDaDAdjxSqz7

i use this xpub to generate this address from my php code:
Code:
1B4G662QFKQNsj3EwqP1PWi8HUUDHrVmn7

the php code i use to generate this address  :

Code:
<?php
require_once('./HD.php');

$xpub 'xpub6CVSgdHRncHHCh2EoXPo6VS8Q1JrhrhfaYfELjD94tkfskKDbxZF9vHQ5x8t17yvYcBAPycTRjsAnq11cURoQb6UBGYEzqvnDaDAdjxSqz7';
$path '5/0'// 1st receiving address


$hd = new HD();
$hd->set_xpub($xpub);
$address $hd->address_from_master_pub($path);

echo 
$address;



now how i can show this address in https://iancoleman.io/bip39/


and i make the REWARD  200$




i think i find my addresses When i use iancoleman and edit The
External / Internal  to 5
i see the address i search for

i will try on my real seed and back