Hello, anyone so kind to me as you can tell I can spend my coins the wallet again, to put the wallet, coins appear to me in conflict and the balance to 0 btx
See if anyone knows how to solve this problem
Thank You
I recommend you PM me your email address so I can invite you to our slack. We have a support channel that will help you
Please check your PMs AltTrader; Have sent Slack invite request.
I'm also stumped with my wallet telling me I need to set masternode=1 in the configuration file even though that's exactly what I already have. If anyone can explain why it's doing this and how to get around it I'd appreciate it.
Righto. I've progressed things along a bit. Here's what I did to get things working:
1. I assumed that given the directory that the new wallet creates for the data and wallet.dat to be stored is \users\(username)\AppData\Roaming\BTX the configuration file would need to be BTX.conf. WRONG!! It still needs to be called BitcoinTX.conf as upon changing it to that I was able to start my masternode without getting the 'set masternode=1 in the config file' error message.
2. I also assumed (dangerous business this "assuming" but when you're using a guide from another unrelated coin and trying to cross reference there are many "guesses" one needs to make) that the IP address to put into the .conf would need to be the external address of my DSL router as (surely) this is what the masternode network would need to be seeing? Wrong again! One needs to put their internal NATed address into the config file. So in my case 192.168.1.3. Maybe this is incorrect but it's allowed my masternode to start.
So having achieved one wallet running as a masternode I thought I'd try to get a second one running. To do that I made a completely new data directory for BTX (so in addition to \users\(username)\AppData\Roaming\BTX I created a directory C:\BTX and copied everything from the AppData\Roaming directory to it). Then used the command bitcointx-qt.exe -datadir=C:\btx to run a second wallet instance, but referencing C:\btx. I was then able to go through the same process of doing a masternode genkey, getaccountaddress 0 and sending another 250K BTX to the new wallet's address from my existing wallet.dat and (after waiting for 15 confirmations) was able to start a second masternode!
Whether the network is properly seeing my two nodes though I don't know.
Here is the masternode network tab on the first one
And here is the masternode network tab on the second one:
I'd be interested in comments on whether what I've done means I have two masternodes or is the network just seeing one because they're on the same IP address?
Furthermore can someone explain what happens now? Should I be seeing staking/masternode payments coming through soon?