Bitcoin Forum
July 06, 2024, 07:21:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 12, 2017, 09:27:14 PM
As far as I know coinonatx.conf should be the same for windows, mac, and linux wallets:

Code:
rpcallowip=127.0.0.1
rpcuser=<random user name>
rpcpassword=<random password>
staking=0
server=1
listen=1
port=<random port you chose for masternode>
masternode=1
masternodeaddr=<your public IP>:<same random port you chose for masternode>
masternodeprivkey=<private key given when you created your masternode - see 'get config'>

EDIT:
Quote
Which also contains the wallet with 1000 coins?
Are you running a masternode with 5000 XCXT in the mn address and 1000 XCXT in another address for a total of 6000 XCXT in the wallet or just trying to run a regular wallet with 1000 XCXT in the main address?  

I used the coinonatxd getnewaddress 0 to obtain a wallet address on the server, then sent 1000 coins to it.

When I set up the masternode the block count was correct, now I have 0 connections and the block count doesn't increase.

I've restarted the server and I think I've just messed up the config.

A masternode needs exactly 5000 XCXT in the masternode address to work, someone mentioned it has to be sent in a single transaction. If you have 5000 xcxt in your mn address and the conf looks like the one above, I would expect it to work. Ensure you're not using a port already allocated to another service. After you restart your wallet, I'm pretty sure you use something like masternode start <wallet password> to start the masternode.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 12, 2017, 07:53:42 PM
What should the coinonatxd.config file look like on a Ubuntu server, which also contains the wallet with 1000 coins?

rpcallowip=xx.xx.xx.xx
rpcuser=xxx
rpcpassword=xxx
staking=0
server=1
listen=1
port=
masternode=1
masternodeaddr=
masternodeprivkey=

should it contain the externalip=xx.xx.xx.xx instead?



As far as I know coinonatx.conf should be the same for windows, mac, and linux wallets:

Code:
rpcallowip=127.0.0.1
rpcuser=<random user name>
rpcpassword=<random password>
staking=0
server=1
listen=1
port=<random port you chose for masternode>
masternode=1
masternodeaddr=<your public IP>:<same random port you chose for masternode>
masternodeprivkey=<private key given when you created your masternode - see 'get config'>

EDIT:
Quote
Which also contains the wallet with 1000 coins?
Are you running a masternode with 5000 XCXT in the mn address and 1000 XCXT in another address for a total of 6000 XCXT in the wallet or just trying to run a regular wallet with 1000 XCXT in the main address?  
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 12, 2017, 07:47:06 PM
Issue seems to be fixed, dashboard und transaction tab is showing the correct amounts.

Interesting. I re-downloaded the latest wallet and mining rewards are displaying correctly. I guess I was running an old version. Why don't we use version numbers for our wallets? or a change log? There doesn't seem to be a way to know if I'm running the latest version and what fixes were provided.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 12, 2017, 04:20:51 PM
Hello dev can I run multiple master nodes in qt-wallet without vps if ok how to do that ?
Shall I use multiples IP address and ports ?

Yes you can do that
you need only 1 IP but different ports

Your conf file will look like this if you keep copying the GET CONF data into the conf file:

rpcallowip=127.0.0.1
rpcuser=xxx
rpcpassword=xxx
staking=0
server=1
listen=1
port=9001
masternode=1
masternodeaddr=178.162.201.87:9001
masternodeprivkey=64VKi4xxxxxxxxxxxgrBqW278esdg
rpcallowip=127.0.0.1
rpcuser=xxx
rpcpassword=xxxxx
staking=0
server=1
listen=1
port=9002
masternode=1
masternodeaddr=178.162.201.87:9002
masternodeprivkey=642iEndBd1NgDZTxxxxxxxFYrvow6eXgWfECv
rpcallowip=127.0.0.1
rpcuser=xxx
rpcpassword=xxx
staking=0
server=1
listen=1
port=9003
masternode=1
masternodeaddr=178.162.201.87:9003
masternodeprivkey=63vSJQDSnTKiBxxxxxVguiz1pFBdgPAF

exactly in this format, no changes, just change privkey, rpcuser and rpcpassword

-support team

Thank you. I suggest you add this to the tutorial on the first page.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 12, 2017, 04:16:04 PM
There is also a displaying error: +10.xxx is the correct amount but on the transaction list above you can see 19068.xxx



The incorrect display of mined rewards on the dashboard was noted last week by a couple people. Someone suggested the decimal placement was wrong. But when I added them up and corrected for decimal placement the total wasn't equal to the coins being generated. Based on your screenshot it would seem that the wallet dashboard and transaction tab is showing the amount of XCXT handled in the mined transaction and not the reward the masternode receives, which is shown in the transaction details. Something to fix for sure.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 11, 2017, 10:48:38 PM
I have a strange behaviour of the wallet on windows 10. About every 30 sec the wallet freezes for about 5 sec and is then back up working. I already deleted the whole folder in appdata/roaming and reinstalled, but still the same issue. That happens at three different windows 10 machines. Anyone else experiencing the same?
Masternode isn't working too. Wallet says "masternode started" but I can't fine myself in the masternodes list. EDIT: Correction...I'm in the list, but address is "[::]:0"
Config done as described in 2nd posting. Port is forwarded, static IP available, 5000 coins in one single address within one single TX.
One the same machine a Masternodecoin masternode is working without any issues.
Sad

Code:
port=REPLACEMEWITHYOURPORT
Masternode or RPC port?
The wallet does this in my windows 7 VM as well. Every 30 seconds it pauses for 2-4 seconds. I haven't investigated but I assumed it was wallet consuming CPU every time it updates the local blockchain.

Enter the masternode port you chose.  I see several [::] in the masternode this. I could be wrong but I'm pretty sure the [::] in the masternode list is IPV6 address which don't show properly in the wallet.

Quote
Port is forwarded, static IP available, 5000 coins in one single address within one single TX.

Double check firewall isn't blocking. Static IP you use should be public IP not lan ip. 5000 XCXT must be in the masternode address generated when you created the masternode. 
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SOCC]: SocialCoin *** FORK COMPLETE *** on: September 11, 2017, 04:33:15 PM
We had a big push to get the coin on Nova, which everybody claimed was better than Yobit (and note that I didn't actually list it myself on Yobit, somebody else did) but the coin has not done very much on Nova. Their devs are helpful and engage though (they were fab during the fork) but it just seems to me that the traders like the low confirms and cavalier approach of Yobit.

I'm focusssing on the mobile wallets for the moment and unfortunately this also means that funds are tied up. We've been talking to a gaming platform who seem keen to engage but we need to get the wallets out there first. As for masternodes, I've decided that if interest follows the mob wallets launch then we will have to do them. I'm also reading up on algo changes as I'm not clear on on-going amendments to the blockchain.

Without a doubt Novaexhange is way better than Yobit. If you manage to engage with gaming platform, it would be fantastic. I like that you focus on a single main objective at a time.
Not too sure if you can change the algo... something more GPU (or even CPU) friendly would be great.

I second this. Novaexchange is far superior to yobit. I think legitimate traders would prefer exchanges other than yobit. SOCC was listed on yobit when the blockchain was moving so miners sold there and built a bit of volume. But the blockchain hasn't moved consistently since socc was listed on nova which traps all the SOCC on yobit and makes nova volume tiny. I imagine if the blockchain was moving consistently people would move to nova.

At this point, it seems we all agree the stopped blockchain is the biggest issue. I'm glad to see dev recognizes this and is reviewing various solutions. To get the blockchain moving again in the meantime, perhaps dev can motivate people by providing a bounty for mining? I'm willing to rent some asic time in exchange for a fair amount of SOCC on top of the mining reward. I can't be the only one.

Also, I'm interested in contributing to this project. Unfortunately I'm not a mobile developer or c programmer. But I do know frontend development and python among other things. Perhaps I can be of service?
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 11, 2017, 04:06:21 AM
Should the mined coins from a masternode  be put in a separate address i.e. does having more coins in the masternode address, building up, mess up the optimization process of working with a 5k masternode?

It is not an issue if you keep the extra coins in the same wallet as long as you avoid keeping staking=1 in wallet and running masternode too.

You can join our slack chat https://join.slack.com/t/coinonatxproject/shared_invite/MjI5MDUyNDgxMjUwLTE1MDMyMTY5NzMtM2FkMzdmYjY1Mg
-support team


As a mac user I can only look at the 'get config' file within the coinonatx wallet i.e. It's non-alterable. It's showing that the staking=0. I had to go into the application data folder, to find the coinonatx folder, which contains the coinonatx.conf file, to alter things here for setting up the masternode. This application data/coinonatx/coinonatx.conf file however does not have anything showing "staking=". I figure that from the coinonatx wallet this "staking=0" means that I'm okay?

Thanks for invite

As I previously mentioned, no version of the wallet can edit the conf file through the wallet gui. The instructions are the same for windows, mac, and linux wallets. The only thing that differs is the coinonatx.conf file location. After you create the masternode in the wallet gui, transfer exactly 5000 XCXT to the masternode address, go back to your masternode setup tab and click 'get cofig', copy and paste that into the coinonatx.conf file, make the required edits, and save. Restart wallet, unlock for staking only, go to masternode tab and start your masternode. Since you were supposed to have copy and pasted the content of the 'get info' to your coinonatx.conf file it certainly should contain 'staking=0'. The wallet uses the configuration specified in the conf file, not the config you see in 'get config.'

Also, regarding having more than 5000 coins in your wallet, each masternode address must have exactly 5000 XCXT to work, no more or less. The total number of coins in the wallet itself has no affect on functionality or rate of return. It's totally fine to leave coins not being used by masternodes in other addresses in the wallet. However, since you can't stake coins in a masternode wallet, it's smarter to transfer the ones not being used for masternodes to another wallet that has staking active so they actively earn something.
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 09, 2017, 04:21:39 PM
What is Masternodes?  I'm new Grin Grin

https://www.google.com/search?q=What+is+Masternodes

Most articles regard dash because it was one of the first to have masternodes but the concepts are the same.
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 09, 2017, 03:59:18 PM
Thanks again Kydub,

I'm still waiting for cryptopia to release my other Masternode to apply your instructions for a 2nd MN. I am wondering about the coins that are given and which then go over the 5,000 coins. Should these coins be put in a separate address i.e. does having more coins in the masternode address, building up, mess up the optimization process of working with a 5k masternode?

When you create a new masternode in the wallet, a new address is automatically created for it. You can find it in the receive tab. A masternode address must have exactly 5000 xcxt. So once you have at least 10000 xcxt in your wallet, transfer 5000 xctc to the second mn address.


When i download wallet, PC antivirus says that the file is infected. What happens?

As long as you downloaded from the original link on the first post it should be a false positive like so many other wallets have. There are several posts regarding this in the old xcxt thread if you feel like searching. Never download wallets through non-official links.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SOCC]: SocialCoin *** FORK COMPLETE *** on: September 07, 2017, 04:20:35 PM
How can people still even read this topic. This coin has 0 future and is a scam, their website is not even secure. lol not https W T F??

They launched the coin with a bot on yobit to simulate activity buying and sellin and scammed whoever then could into buying. No dev, no team, no future, bullshit coin. This topic should be deleted lol Cheesy

If you're criteria for a legit coin is a flashy website with ssl then you're a fool. Just look at Linda and coinonat. The dev is active more than many coins and actually responds on this thread which is more than many others. The coin actually has a stated purpose that is useful unlike so many shit coins that people buy into which simply exist with no real purpose. There's also not a huge premine like so many other scam coins. There's even a bio with picture of dev which again is more than many other coins where the dev hides identity. If this is a scam its a shitty one.

Bots work on every coin on yobit. It's a crap exchange and scammers paradise. I watched a bit work digibyte last week. Is that a scam too? The chat box on yobit is enough to give you cancer.

Right now the issues I see is the algorithm isn't GPU friendly, the difficulty is high, and the coin lacks mainstream adoption.  These issues prevent the blockchain from working consistently which leads to lack of confidence which leads to even less interest. Dev needs to start thinking about how to hype this coin and get people interested. All it would take is integration with one website and this would probably take off.

Edit: just want to add, getting socc on a decent exchange would probably do wonders to improve image. So, better exchange, consistent block movement, real world functionality, and some decent marketing would make this coin a winner.
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 07, 2017, 02:46:12 PM
Thanks Kydub for your help.

I started again with the original instructions plus your input. Got the 'whatsmyip' address and put in a Port number of 39991, put the 5K exact in. My problem is the wall that I have previously faced  i.e. Point 8 & 9 of coinonatx instructions at:

https://bitcointalk.org/index.php?topic=2147025

When I click on my address and then the 'get config' button, I get the box coming up, but while I can select and highlight the following, it won't allow me to "replace" these 3 fields:

rpcuser=REPLACEME
rpcpassword=REPLACEME

port=REPLACEMEWITHYOURPORT

I gave the MN the name of 'MasterNode 01' and am hoping that something like a space between the letters and numbers is something not silly enough to cause me not being able to change these fields?

Point 10 of the instructions: I did a search for the CoinonatX.conf file on my mac and it in a folder labelled 'CoinonatX' in the 'Application Support" folder. I was able to change the Username, password and port number here. I did see the note from this forum to not have the same username and password as the coinonatx wallet, so created a new one for this masternode CoinonatX.conf file. I next clicked on 'START' in the masternode section and got the message box coming up and saying "Adrenaline Node at xxx.xxx.xx.xx:39991 started". A good sign, but what of those fields mentioned above not being able to be altered within the software? i.e "replaceme" inputs ?

Point 12 states to "leave it for a few hours to sync with the network and start receiving masternode reward.", so I'll check it again in the morning to see if there's something positive going on. It's a bummer that I can't change the "replaceme" fields, as I'm hoping that this does not affect the reward outputs of having the master node? I've spelt these issues out for others to glean from to help others also and help with this coin doing well.  I await any help that can be offered. Thanks.

You can't edit the information from 'get config' directly in the wallet. That's why the guide says to copy paste into coinonatx.conf and make the changes there. Sounds like you did everything right. So you should expect some rewards soon. Smart to not use the wallet password in your conf file. Always best to avoid storing wallet passwords in files on a computer. For big wallets it's recommended to write them on a piece of paper and put in a safe. Smiley

EDIT: I don't think spaces in the node name matter. It's just an alias for reference in the wallet.
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 07, 2017, 02:36:37 PM
Is there a max supply? Must have missed it.

I like this project though, but what separates you from any other number of masternode coins already in existence with x11 algo? Namely MUE.
48252000 max supply with 20% premine supposedly for swap but I doubt 9650400 coins were swapped.
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 07, 2017, 02:26:08 PM
Thank you and how about the coinonatx.conf file changes, i cannot see the right informations in app data/roming folder, do in eed to copy the informations from wallet and have to assign username/password and port number before start the wallet


if the coinonatx.conf file doesn't exist in the %appdata%\CoinonatX then just create a new one and paste the info from the 'get config' on the masternode tab in the wallet. Follow the steps in the windows mn guide: https://bitcointalk.org/index.php?topic=2147025.msg21481670#msg21481670 Pay attention to:

Quote
9. Copy the details and replace the ‘USERNAME’ and ‘PASSWORD’With what you desired and can remember, replace the space for port with only your port number.
10. Head over to your Appdata folder and locate CoinonatX folder, click the folder and locate CoinonatX.conf .
11. Open the  CoinonatX.conf with either notepad or other  text editors , replace thecontent of the CoinonatX.conf with your masternode details,click save.
12. Head back to you’re your and click start button under your Masternode page. Your masternode will be instantly activated. Leave it for few hours to sync with the network and start receiving masternode reward.

The username and password in the conf are only used to mine to the wallet. The password shouldn't be the same as your wallet password. Just set something long. The port number and public ip are in the conf should be what you specified when creating the mn. conf should look something like this:

Code:
rpcallowip=127.0.0.1
rpcuser=<random string>
rpcpassword=<random string at least 32 characters>
staking=0
server=1
listen=1
port=<port you chose for mn>
masternode=1
masternodeaddr=<public ip>:<port you chose for mn>
masternodeprivkey=<private key generated when creating node>

EDIT: Just want to correct, previosuly I posted %appdata%\roaming\CoinonatX it should be %appdata%\CoinonatX since %appdata% is the roaming folder. If you didn't already know you can paste %appdata%\CoinonatX into windows explorer bar.
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 07, 2017, 02:02:34 PM
Hi Guys,

Anyone have a running masternodes of Coinonatx in Linux.

A tutorial would be nice

There's a lot of information about linux at the end of the old thread. Here's a video tutorial for ubuntu vps: https://bitcointalk.org/index.php?topic=2068761.msg21351660#msg21351660 If this tutorial isn't good then report back here so I know not to keep posting it.


Hello Dev,

When i setup the MN in windows 10 , i cound not find the correct config files, even if i try to make a new config file i am unable to start the master node it gives the below error

Error: could not allocate vin for collateral address

Please guide me to finsh my MN.

You need to unlock your wallet. Options->unlock wallet leave 'for staking only' checked unless you need to send coins or make new addresses.


That CPU power is used just to note down the outcome of all the mined blocks till now. This can take 1 hour normally, on some VPS it can run for 2 days in high CPU usage mode.
After that, the CPU is not used much
-support team[/color]
Do you mean the initial sync? That finished two days ago. It seems to do nothing right now, except eating a ton of CPU power.

Yes, there is a lot of cpu power used to build the blockchain when syncing. If the wallet is done syncing then something is wrong. My masternode only uses 0-3% CPU in windows 7. Maybe backup wallet.dat and coinonatx.conf in %appdata%/roaming/coinonatx, delete the rest of the files and restart the wallet so it rebuilds everything. DON'T DELETE wallet.dat! or you will lose your coins.
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 07, 2017, 04:24:08 AM
I want to invest in this coin
How much now brings one MN of income per day?
Are there any prospects for a rise in the value of the coin?

I only receive an average of 45 coins per day. Others have claimed up to 500 per day but I don't know if that's a long term average or a one time thing. It's going to vary randomly based on the transactions that get sent to you. It's probably a good idea to read through the CXT thread https://bitcointalk.org/index.php?topic=1835672.0 and the old XCXT thread https://bitcointalk.org/index.php?topic=2068761.0 before you decide to invest.


Hi Guys,

Anyone have a running masternodes of Coinonatx in Linux.

There's a lot of information about linux at the end of the old thread. Here's a video tutorial for ubuntu vps: https://bitcointalk.org/index.php?topic=2068761.msg21351660#msg21351660


Been trying to work out how to set up 2 masternodes on my mac for hours now. I need more info than what I've read from Coinonatx's info to set up 2 masternodes. From what I've gathered, I need an IP address with 2 separate Port addresses for each of the 2 nodes.

1) Do I use the internal IP address which I get from my mac's system preferences > Network > IP address (which I believe is IPv4 ?) or do I get it from 'whatismyipaddress.com '  for an external Dynamic IP ? Also do I need a static IP address and is this the internal address?

2) For these 2 Masternodes do I need to set up 'port forwarding' via my modems software? If so, my modems software asks me for the software for  a "port mapping application" ? It also asks for a external, as well as internal port number. It won't allow blank or zero values for internal port number ? Next it asks for protocol i.e. TCP or UDP or both?

3) Can you use the IPv6 address given in the 'network' preferences just listed in my 2nd question?

It would be great if someone can set up a page with clear, step by step instructions inclusive of screen shots?

Thanks.

Mac and windows wallets and masternode setup is basically the same. I'm pretty sure the only difference is where the conf files are stored. I'd start with setting up one masternode first.

1) Use your public ipv4 address provided by your ISP.  You can get it from whatsmyip or just look for the wan address in the router status. A masternode handles transactions from the outside world. Other masternodes need to know where to find yours. Most ISPs provide public ip address via dhcp so they aren't static and can change anytime. In my experience my IP only changes every few months but it varies. This can be a pain because when your public ip changes then your masternode is no longer at the old address so you'll have to update the conf file with the new ip address. Each masternode needs it's own port number. Just pick a random port between 1024 and 65535 not already being used. I started with 44579 since the wallet already uses 44577 and 44578.

2) You may have to setup port forwarding depending on your router setup. It wasn't necessary for me. I'd try running the MN first and see if you have issues connecting. I'm pretty sure if the wallet shows connections then you won't need to configure port forwarding. If you experience connection issues I'd disable any firewall on your computer first to test and add an exception if need be. If you want to test with port forward I suggest you google how to configure port forwarding on your router. It's pretty much the same on every router and there are tons of tutorials.

3) IPv4 only as far as I know.

When you're ready to add a second MN follow the same steps for the first to create the second masternode and address. Transfer your 5000 XCXT to the second MN address. Select the new MN and click get config. The bottom 3 lines should be something like:

masternode=1
masternodeaddr=<your public ip>:<port>
masternodeprivkey=<mn private key>

copy paste those 3 lines into the bottom of your coinonatx.conf file then change the masternode=1 you just pasted to masternode=2. Restart wallet, make sure it's unlocked for staking, and start your masternodes. After 10-15 minutes verify they're working by looking for your ip address in the masternode list.


Dev, qt wallet don't make.
coinonatxd don't work.
Code:
 ./coinonatxd walletpassphrase "mypass" 60000
And I wite long time. Very long. This don't work.
Work only
Code:
 ./coinonatxd help
wtf?

As mentioned above, there's a lot of information about linux at the end of the old thread. Here's a video tutorial for ubuntu vps: https://bitcointalk.org/index.php?topic=2068761.msg21351660#msg21351660

EDIT: I incorrectly assumed masternode=1 corresponded to the masternode ID. I now believe it's simply a boolean letting the wallet know that it should run as a masternode so there is no need to change it from masternode=1.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 05, 2017, 08:07:25 PM
Yeah i think something may have been wrong with my wallet.  it wouldnt send to an outside address either.  I am reinstalling and hoping that my wallet.dat file has my coins backed up in it lol

Well got the wallet backed up and shows my balance but still unable to send coins to an inside or outside address.  Not for certain whats up.  It's like they are just stuck there


You should remember the correct passphrase in order to send coins out

-support team


The correct passphrase is important. Unfortunately, your coins are locked if you don't have it. Are you sure the wallet is unlocked? It needs to be completely unlocked to transfer coins. In the wallet->settings->unlock wallet. Make sure 'for staking only' is not checked so it unlocks completely. Send your coins, lock again, then unlock but leave 'for staking only' checked. Start node.
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 05, 2017, 06:10:53 PM
for some reason when i go to send 5000 coins to the created address nothing happens.  It asks for my password, i enter, then no transactions happen.  Anyone else have this?
When I transferred the 5000 coins to the masternode address in the same wallet the transaction listed under transactions tab is 'payment to yourself' '-0.000001' The 5000 coins I sent are still reflected in the wallet dashboard as part of the spendable balance. But once the node is started everything works fine. Try starting the node and see what happens. You'll have to leave the wallet unlocked for staking to run the node.
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) on: August 31, 2017, 03:17:12 PM
The blockchain explorers don't work.

The explorer ONE doesn't work when searching for an address and the explorer TWO doesn't update since 08.29.

Any serious problem here ? Explorers doesnt work, no rewards, no activity since 29/8

I'm not sure what's wrong with the block explorer but the most recent transaction in my masternode was 8/31/2017 06:45. So if you're not getting rewards I suggest you check your masternode is still running.

I can't get into my coinonatX wallet for last 2 weeks.
When i want to open the wallet i get the following message "ERROR LOADING BLOCK DATABASE" and wallet shuts down???
What can i do to get my wallet opening again and get to my XCXT coins?

Thnx in advance.

Sounds like your database is corrupt. Close the wallet, go to coinonatx data folder and make a backup, on windows it's %appdata%\Roaming\CoinonatX. Delete everything in the folder EXCEPT DO NOT DELETE: wallet.dat, coinonatx.conf, smsg.ini Restart wallet. If everything works, delete backup you made.

I was wondering why do we have such mixed responses from the crowd? Some call this a scam coin, some say the MN doesn't work right off the bat and some say this coin has no real use in the market hence sooner or later it will die. Some also complain about the fact that dev doesn't respond and they aren't sure what's going on. On one of the thread i even read that this is a pyramid scam coin. I am really confused as why a coin which isn't that old has so much of negative review.

The old coin, I believe CXT, holders of this coin are not happy with the way Dev handled this project of swap. So, honestly, after reading all of this, I am not sure where this is going.

If someone, with good insight can comment on this project, perhaps it will help me and other to better understand the nuts and gear of this project.

Thanks and have a nice day.

Unless you already have XCXT or CXT I'd avoid both. There are better places to invest. When the shit hit the fan, as a CXT holder I could only dump and lose everything or ride this out and hope. Call me a pessimist but the hope lessens every day.  

150/200 coins at week usign 5000 for massternode is this right?
Approximately such quantity also leaves. At the most, he received 500 coins a day from the masternode. Yesterday there were 100 of each.
I still do not know how to run more 1 per one QT, so no one answered.

I don't get it... if u run 1 masternode you get paid daily or weekly? And 100 coins day? Can you be more precise thanks

All XCXT masternodes should have 5000 XCXT. 5000 is an arbitrary quantity set by the dev. My understanding is that the masternode quantity requirement is used to limit masternodes to people who have 'significantly' invested in a coin which prevents an excessive number of nodes and high turnover rates. There is no advantage to having more than 5000 XCXT in the masternode. This is why people with 10k coins run 2 masternodes, 15k 3 masternodes, etc.

Masternodes payout as the transactions are processed and the payout varies by transaction. On my node, transactions generally come every couple hours, but some times less than an hour apart or even some times more than 4 hours apart. In the last 8 days my node received 360 XCXT total which is an average of 45 XCXT per day. If this person is receiving 500 XCXT/node/day or even 100/node/day then I am clearly doing something wrong.
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) on: August 30, 2017, 06:13:10 PM
Quote

sorry i was reading many threads and i didnt see. thanks

you know how much is the profit of this masternode? i dont see informations around internet.

Understandable. This place is mess with info scattered across 45 pages. Regarding resource, cpu usage and hdd space is minimal. GPU isn't used at all from what I can tell. I run mine with several other masternodes in a windows 7 vm with 4 cores and 8gb of ram. Never an issue. I don't have numbers in front of me but I think I've been bringing in around 150-200/week/wallet.


150/200 coins at week usign 5000 for massternode is this right?

How much time is needed to receive the first reward of masternode
I think I received first payment in under 4 hours. Yes, 150/week for one master node with 5000 in it. I'll double check the numbers but I'm pretty sure that's right. Keep in mind payments for master nodes may not be the same for  everyone. The way the payments work, statistically most will be in the middle, some will be more and some will be less.
Pages: « 1 [2] 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!