Search content
Sort by

Showing 10 of 10 results by LZKTV520
Post
Topic
Board 中文 (Chinese)
Re: 本人是新手小白 请问有没有记录过去比特币行情的网站或者app 十分感谢
by
LZKTV520
on 12/12/2021, 01:35:45 UTC
Post
Topic
Board 中文 (Chinese)
Re: 求教bitcoin core客户端如何导出私钥!!
by
LZKTV520
on 02/02/2021, 16:43:41 UTC
按照网上搜索的教程

下载了bitcoin core 客户端   同步了好几天 可以用了

自己生成了一个钱包  加了密码

生成了一个地址  要导出私钥 第一步:walletpassphrase(空格)密码(空格)时间 

                                       第二步:dumpprivkey(空格) 钱包地址 

但是我怎么也导不出私钥。。。



有大神指导一下吗  多谢了

导出私钥不需要联网同步,你的密码要是带特殊符号,需要在两边加“”,
walletpassphrase(空格)“密码”(空格)时间
我前面也遇到你这个问题,国内网上没一个会的。
Post
Topic
Board 中文 (Chinese)
Topic OP
终于找到组织啦!中国的同胞币友大家好!
by
LZKTV520
on 02/02/2021, 15:04:10 UTC
16年就知道比特币,但是工作忙一直没有详细了解,今年才开始系统的了解,感觉错过几个亿,现在我准备做一个坚定的囤币党。有没有和我一样的囤币党前辈,拉我进群吧!
Post
Topic
Board Bitcoin Technical Support
Re: Please help me with the issue of unlocking bitcoin core wallet.
by
LZKTV520
on 01/02/2021, 19:54:04 UTC
Based from the hint above, do you somehow have a disablewallet=1 entry in your bitcoin.conf file or as an additional start parameter in your shortcut?
Because disabling the wallet will make 'wallet RPC commands' like walletpassphrase disabled.
After I downloaded the Bitcoin core wallet, no other operations have been performed. If I disable it, how can I find out?  Then how to unban it?  I'm a novice, please!
The most noticeable one is the GUI, there will be no wallet UI, just the 'Console', 'Information', 'Peer' and 'Network traffic' tabs.

To re-enable the wallet (if disablewallet is the culprit):
Check your Bitcoin data directory (location) if there's a "bitcoin.conf" file inside it, if there is, open it using a text editor and check if there's a disablewallet=1 line.
For a possible added start parameter, if you're on Windows and running using a shortcut, check its properties and look for -disablewallet at the end of the Target, if there is, remove it.


Thank you very much for your help, I have found the problem, and I will try my best to help others in the future!
Post
Topic
Board Bitcoin Technical Support
Re: Please help me with the issue of unlocking bitcoin core wallet.
by
LZKTV520
on 01/02/2021, 19:44:13 UTC
Thank you for your help. I have found a solution. No one knows on the Chinese website. I will tell Chinese netizens.
The solution is here:https://bitcoin.stackexchange.com/questions/59521/bitcoin-core-command-line-walletpassphrase-incorrect-but-works-for-the-main-syst
Post
Topic
Board Bitcoin Technical Support
Re: Please help me with the issue of unlocking bitcoin core wallet.
by
LZKTV520
on 01/02/2021, 12:13:43 UTC
This is how I do it, but it doesn't work!  I unlocked it without synchronizing the blockchain.
Those commands will work whether your node is synchronized, disconnected or not.

Based from the hint above, do you somehow have a disablewallet=1 entry in your bitcoin.conf file or as an additional start parameter in your shortcut?
Because disabling the wallet will make 'wallet RPC commands' like walletpassphrase disabled.

After I downloaded the Bitcoin core wallet, no other operations have been performed. If I disable it, how can I find out?  Then how to unban it?  I'm a novice, please!

If you are using the GUI, then open Bitcoin Core, go to the menu entry Window > Console, and in the command prompt that appears, type "help".

It will display output like this:

https://i.ibb.co/cxwr8JS/Capture.png

See if walletpassphrase is in the list (or if a ==Wallet== entry is listed).



Okay, I’ll go home and try, what if I don’t?  I downloaded it from the official website.
Post
Topic
Board Bitcoin Technical Support
Re: Please help me with the issue of unlocking bitcoin core wallet.
by
LZKTV520
on 01/02/2021, 10:55:59 UTC
This is how I do it, but it doesn't work!  I unlocked it without synchronizing the blockchain.
Those commands will work whether your node is synchronized, disconnected or not.

Based from the hint above, do you somehow have a disablewallet=1 entry in your bitcoin.conf file or as an additional start parameter in your shortcut?
Because disabling the wallet will make 'wallet RPC commands' like walletpassphrase disabled.

After I downloaded the Bitcoin core wallet, no other operations have been performed. If I disable it, how can I find out?  Then how to unban it?  I'm a novice, please!
Post
Topic
Board Bitcoin Technical Support
Re: Please help me with the issue of unlocking bitcoin core wallet.
by
LZKTV520
on 01/02/2021, 08:23:46 UTC
I created a new wallet file and set a password on a computer without internet access.  But when I want to unlock and extract the private key, it displays "Method not found (core-32601)".  I unlock it like this: walletpassphrase password unlock duration (seconds)
The format should be like this: walletpassphrase "PASSWORD" 600

Replace the PASSWORD with your own.

This is how I do it, but it doesn't work!  I unlocked it without synchronizing the blockchain.
Post
Topic
Board Bitcoin Technical Support
Re: Please help me with the issue of unlocking bitcoin core wallet.
by
LZKTV520
on 01/02/2021, 00:07:36 UTC
What is the exact error did you get?

Did you use this command bitcoin-cli getaddressesbyaccount ""
and you get this error below?

Code:
error code: -32601
error message:
Method not found

Does it seem the account API was removed since Bitcoin Core 0.18.0 version?
Just found the answer from https://bitcoin.stackexchange.com/questions/88916/bitcoin-core-getaddressesbyaccount-method-not-found-32601

I created a new wallet file and set a password on a computer without internet access.  But when I want to unlock and extract the private key, it displays "Method not found (core-32601)".  I unlock it like this: walletpassphrase password unlock duration (seconds)
Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Topic OP
Please help me with the issue of unlocking bitcoin core wallet.
by
LZKTV520
on 31/01/2021, 22:56:47 UTC
⭐ Merited by LoyceV (2)
Hello everyone, I am from China. When I created the bitcoin core disconnected wallet, the password could not be unlocked, and the prompt: method not found (code-32601). I am sure that the password and steps are correct, because I can unlock it normally on a wallet that is normally connected to the Internet. Because I want to deposit my BTC in an absolutely safe place, I am afraid that this happens now. Please help me, seniors!