Closed cipig closed 5 years ago
Unable to reproduce, listunspent
in debug console is working for me on 0.14.0 build
@cipig What binary are you using? Are you building yourself or using one of the pre-built binaries? (If you built it, are you using any flags like --no-wallet
?) Which architecture are you using?
It will be easier to help if we have a bit more info.
i am always building it myself... from master branch... it worked in the past, but seems some changes in the last 1-2 weeks broke it... i am on Debian Linux and this is my config:
server=1
txindex=1
litemode=1
listen=0
listenonion=0
onion=127.0.0.1:9050
rpcuser=bla
rpcpassword=bla
Thanks for the info. It's working for me and others, and without answers to the other questions I asked, I'm not sure how much we will be able to help you.
We need to know exactly how you build it in order to reproduce your issue.
git clone https://github.com/dashpay/dash
cd dash
cd depends
make NO_QT=1 NO_UPNP=1 -j4
cd ..
./autogen.sh
./configure --prefix `pwd`/depends/x86_64-pc-linux-gnu --with-incompatible-bdb --with-gui=no --disable-tests --disable-bench --without-miniupnpc --disable-zmq
make -j4
sudo cp src/dash-cli src/dashd /usr/local/bin/
sudo strip /usr/local/bin/dash*
i suspect it is because of litemode=1
in the config... would be bad if that is the reason, because i don't need any special stuff, it would unnecessary bloat the whole thing
@cipig What's the output of dash-cli --version
is for you?
Dash Core RPC client version v0.14.0.1
I used your exact script and config to build and run on Debian 4.9 and listunspent
works just fine for me. Make sure there was no typo or anything like that.
damn, i found the error... i compiled dash wrong the last time... used the same compile options as on the electrum servers, instead of the compile options for a normal daemon... i am very sorry that i wasted your time
Heh, things happen :)
After updating dash to latest,
dash-cli listunspent
returns