Windows - C:\Users\YourUserName\Appdata\Roaming(name of the coin) Linux - Root/(coin) Mac OS Root/Library/Application Support/(coin)
in windows you can put in quick access bar %APPDATA%
NOTE NEVER DELETE WALLET.DAT (Make a backup)
What kind of files are the files in the new wallet for raspberry ¿They are a complete operating system with the wallet? I want to upgrade my raspberry wallet, but I can get the executables for raspberry. Also I have tried to compile but this version don't compile well with openssl 1.1. Thanks.
Ok. So this explains why the wallet is "Not responding" every minute. Please fix the blockexplorer for transparency to minimize FUD -> http://193.70.109.114:5003
This explorer stopped working properly since August 29.
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.
If you want, I can send you a wallet compiled for debian stable.
I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
Code:
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory makefile.unix:224: recipe for target 'coinonatxd' failed make: *** [coinonatxd] Error 1
To solve this, you have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case:
OK. I make coinonatxd. How i can make CoinonatX-qt? I need this for debian8. How i can run masternode use only coinonatxd?
Coinonatx-qt:
Code:
cd /home/coinonatx/CoinonatX qmake make
You can run the masternode only with coinonatxd (I'm doing it), you don't need the qt to run the masternode, BUT, you need the QT to send the profits of the masternode to another account without stop the masternode.
Code:
qmake Project MESSAGE: Building with UPNP support Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with DBUS (Freedesktop notifications) supportRemoved plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized.
How i can run masternode use only coinonatxd? I don't have coinonatxd-cli.
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.
If you want, I can send you a wallet compiled for debian stable.
I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
Code:
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory makefile.unix:224: recipe for target 'coinonatxd' failed make: *** [coinonatxd] Error 1
To solve this, you have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case:
OK. I make coinonatxd. How i can make CoinonatX-qt? I need this for debian8. How i can run masternode use only coinonatxd?
Coinonatx-qt:
Code:
cd /home/coinonatx/CoinonatX qmake make
You can run the masternode only with coinonatxd (I'm doing it), you don't need the qt to run the masternode, BUT, you need the QT to send the profits of the masternode to another account without stop the masternode.
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.
If you want, I can send you a wallet compiled for debian stable.
I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
Code:
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory makefile.unix:224: recipe for target 'coinonatxd' failed make: *** [coinonatxd] Error 1
To solve this, you have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case:
I have libboost1.55, last stable for debian8. How i can start masternode, use command line?
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.
If you want, I can send you a wallet compiled for debian stable.
I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
In a masternode configured without remote wallet (method A), Is it possible to use the reward address functionality? I mean, to receive the reward in another address?
I've had a look through the source code to see if I could spot the setting being loaded out of the main config file but it doesn't appear to be a supported feature. Happy to be proven wrong by someone with more knowledge
I have not found it either in the code :-(
Maybe CoolerRSA can help us. Thanks for your answer.
Post
Topic
BoardAnnouncements (Altcoins)
Re: CRAVE: Revival
by
dsutil
on 16/08/2017, 10:19:21 UTC
In a masternode configured without remote wallet (method A), Is it possible to use the reward address functionality? I mean, to receive the reward in another address?
New wallet for testing purposes. https://mega.nz/#!gzInGJwJ!Z5_YlEIxTnD0VfoiTI85kNltalNpvu4cni0ZUBY1wgw Don't forget to backup your data folder before.
That are great news, thanks for your efforts!
Do you have a github source? I'd like to compile this version on linux.
Hoping due to the change to QT5 the memory consumption will be lower.