xprv17

Results 11 issues of xprv17

Hello Ian, I was wondering if I can get a permission to build .apk and place an Android app on Google store of this app. It will be free, I...

Hello, im kinda new in bitcoin/menmonic/nodejs programming. I used your https://iancoleman.io/bip39/ and at the end i saw bc1... address created from specific derivation path. I created a code which gives...

So basically the name in the title... root@ubuntu:/ssd/ordinals# curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash -s install: error: Could not determine target from output of `uname -m`-`uname -s`, please...

Got my indexing stopped at 300.000 block with this error: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: TryFromIntError(())', /root/.cargo/registry/src/github.com-1285ae84e5963aae/redb-0.13.0/src/tree_store/page_store/mmap/unix.rs:14:52 note: run with `RUST_BACKTRACE=1` environment variable to display...

Heyoo, I cant start btc node without specify rpcuser and rpcpassword so my node is not generating .cookie file which is used from ord to connect to bitcoin core. Any...

Hello, just like title says. Can i install this in nodejs and when i create an app and export it to .apk it will change a navigationBarColor in Android? Is...

Hello Anderson, I got a question regarding this code: const mnemonic = 'blablablablabla' var root = new BIP84.fromMnemonic(mnemonic) var child0 = root.deriveAccount(0) var account0 = new BIP84.fromZPrv(child0) var addr =...

So application is crashing when main.js file renders function with Import ecpair (npm i ecpair). Tried all of the versions of that package but it always kills (exits) my app...

Hi guys, im new here. Few weeks ago started using this framework and i like it :). Since im new i really dont know how to send one variable from...

Im getting this error when I try to create a user: {"message":"Network Error","name":"Error","stack":"Error: Network Error\n at createError (webpack-internal:///./node_modules/axios/lib/core/createError.js:16:15)\n at XMLHttpRequest.handleError (webpack-internal:///./node_modules/axios/lib/adapters/xhr.js:83:14)","config":{"url":"http://127.0.0.1:7001/node/user/register","method":"post","data":"{\"userAccount\":\"aaa\",\"password\":\"aaa\",\"nickName\":\"aaa\"}","headers":{"Accept":"application/json, text/plain, */*","Content-Type":"application/json;charset=utf-8","Authorization":"Bearer null"},"transformRequest":[null],"transformResponse":[null],"timeout":8000,"withCredentials":true,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1}}