Coder Social home page Coder Social logo

pipe-wallet's People

Contributors

tracsystems avatar trevorsomething2 avatar yangmingming avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pipe-wallet's Issues

Set .cookie file path.

I installed Bitcoin Core on E: drive instead of the default C: drive. So the conf and .cookie files are located in the Bitcoin directory on E: drive. When I deployed Pipe-Wallet following the instructions, it could not find the cookie and conf files. I had to manually copy the two files from E: drive to the corresponding directory on C: drive. However, there is a problem: the two files are on E: drive and will be automatically updated with the Bitcoin Core. However, the two files that I manually copied to C: drive will not be automatically updated. I may need to regularly copy the two files to C: drive. I hope that a custom option for the cookie and conf paths can be added to the default.config file, so that we can set the right path of these two files.

Why not support more interfaces?

Hello, I found the following interfaces. Why are the mint and deploy functions in the original pipe.zip file not released? Thanks

sendtokens
sendsats
walletrestore
walletcreate
newaddress
getcollectible
getcollectiblemax
getdeployment
getbalance
getbalances

Feature Request: Add Support for BIP39 Passphrase as an Optional Input

Some users create their BIP39 mnemonic phrases with a passphrase for added security. However, the existing code in pipe-wallet does not provide an option to include a passphrase during the wallet creation process. This results in a limitation for users who want to import wallets created with a passphrase.

const passphrase = "";
const seedWithPassphrase = bip39.mnemonicToSeedSync(mnemonic, passphrase);
let root = bip32.fromSeed(seedWithPassphrase, networks[network]);

Decentralisation

Can the transactions and wallet generation be created and signed locally and broadcasted to the node at a later stage?

Imported address balance incorrect

I have imported an address by seed phrase which hold PIPE balance for sure.
But the pipe-wallet shown 0 balance.
I sure that the seed phrase is correct.
It's weird that if i import the address into another wallet such as sparrow or unisat. at least I can see the balance of sats.
But in pipe-wallet nodeJS, it is 0 balance.
I don't know what is wrong with this issue?

image
image

The issue with importing a wallet.

node pipe.mjs walletrestore ""
Why does using this command to import a wallet with a seed phrase result in addresses that are different from the P2TR addresses in the UNISAT wallet?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.