Bitcoin Forum
July 08, 2024, 05:48:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: April 14, 2017, 12:02:00 AM
Can anybody tell me why my nodes are automatically disconnected after I mine a block? Does it have to do with the wallet encryption? I really don't want to have to start a new wallet.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: April 12, 2017, 09:09:14 PM
Mark my words soon 1 EXCL = 5 usd soon

And setting a masternode is difficult job so yes problems can occur for sure

Setting up a masternode takes ~10 minutes. The hard part right now is getting the coins, supply is low and demand is high.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: April 11, 2017, 11:51:33 PM
Ok Exclusive dev(s), the price is pumped so time to sell some nodes and get to work because this project has serious potential.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 10, 2017, 04:54:13 PM
this is going to be a quick and slightly messy post Smiley i'm not going in depth to how you do each step, so hopefully you can work it out or someone else can expand it
it uses the exclusivecoind.exe which is the command line wallet, no gui, so you send it rpc calls to interact with it.

a basic method to address the seeming issue where running multiple masternode with a single exclusivecoin instance is problematic, they stop after a while.

i use a workaround in linux where i setup a cronjob to restart them every 15 minutes.
the basic format is

Code:
*/15 * * * * * exclusivecoind masternode start-many

to replicate this in windows you need a couple basic steps, not to mention setting up yr actual masternodes.

1) you need the exclusivecoind.exe available here https://github.com/exclfork/ExclusiveCoin/tree/master/releases
to run the coind the exclusivecoin.conf file will need
Code:
rpcuser=yourusername
rpcpassword=youruserpassword

2) a bat file to run.
in the bat file, will be a simple loop to send a command to the exclusivecoind.exe

1- download the file,
make sure you added rpcuser/rpcpassword to your .conf file
to run you will need a command prompt, cd to where file is located
Code:
start /b exclusivecoind.exe
using "start" means it will run in background so you can interface with it eg. "exclusivecoind.exe getinfo"
2- in a windows explorer navigate to where you want the bat file to run (mine is in same location as coind.exe),
right click > create new text file
rename to "whatever.bat"
right click file > edit
Code:
:loop
exclusivecoind.exe masternode start-many
timeout /t 900 /nobreak
goto :loop
open another command terminal, navigate to where the bat file is then start it.
Code:
whatever.bat

done.
now you can send rpc commands to the coind in the first command window while the second just loops until you close it.
if yr masternodes stop due to the "issue", then every 15 minutes (900 seconds) the command to start-many should kick them back into life.

NOTE.
you cannot run the qt-wallet and teh coind at the same time unless you use seperate datadirectories.

Yea I was having the same case issue with timing out. Followed your post and, voila! Now I'm mining blocks non-stop. Thanks!
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 07, 2017, 01:05:18 AM
I just got my first EXCL masternode running! Many thanks to bumbacoin who wrote an extremely helpful article on the process. http://bumbacoin.blogspot.com.au/2016/07/how-to-setup-exclusive-coin-master-node.html

I have read some people stating a proposed increase to the masternode minimum from 5000 to 7500 coins. I would gladly purchase more at this stage in development but as the demand increases, the high buyin will phase new investors out. With so many coins adopting the masternode system, it would be wise to keep the amount lower to be in the same space as say DASH for instance.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 06, 2017, 02:40:34 AM

Yes I went into File, Backup Wallet .., saved the .dat file and then replaced the current .dat file with a previous auto-saved.dat file. I received an error message about the client not being found and the wallet crashed. I restarted the wallet with a zero balance although the block chain was still synced. I cannot access the private keys now. I may have just burned a masternode.

why cant you acccess the private keys now?

have you tried different wallet backups?


Its because now I have a different wallet entirely it seems. if I request a dumpprivkey on the console, I get this message: Private key for address EaAi5DsnT7Qmo2NEWQP7nweNPowTqnZmmj is not known (code -4). but I didn't do that before replacing the .dat file before so I think I lost my old wallet with all the coins. Damn.

Question: In your guide you say to enter rpcallowip=127.*.*.*:* into the .conf file. Is that is supposed to be replaced with my specific ip address found through getpeerinfo?

oooo, does sound bad :p
there are 10 automatically created backups in my exclusivecoin/backups folder, do you have other ones to try? i assume that every time i start up it replaces the oldest one so make a backup of them all might be a good idea.


rpcallowip=127.*.*.*:*
is to allow local rpc connections such as miners for PoW, it is not actually necessary for the masternodes.


Yes that was a costly mistake and I will definitely be more cautious from now on. That's one way to create scarcity I guess. I have 5000 more coins so I am starting the node and just needed that clarification on the .config file instructions- thanks!
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 05, 2017, 04:11:02 PM

I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!

could you be more specific in what you've done please ?



Yes I went into File, Backup Wallet .., saved the .dat file and then replaced the current .dat file with a previous auto-saved.dat file. I received an error message about the client not being found and the wallet crashed. I restarted the wallet with a zero balance although the block chain was still synced. I cannot access the private keys now. I may have just burned a masternode.

why cant you acccess the private keys now?

have you tried different wallet backups?







Its because now I have a different wallet entirely it seems. if I request a dumpprivkey on the console, I get this message: Private key for address EaAi5DsnT7Qmo2NEWQP7nweNPowTqnZmmj is not known (code -4). but I didn't do that before replacing the .dat file before so I think I lost my old wallet with all the coins. Damn.

Question: In your guide you say to enter rpcallowip=127.*.*.*:* into the .conf file. Is that is supposed to be replaced with my specific ip address found through getpeerinfo?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 04, 2017, 08:38:05 AM

I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!

could you be more specific in what you've done please ?



Yes I went into File, Backup Wallet .., saved the .dat file and then replaced the current .dat file with a previous auto-saved.dat file. I received an error message about the client not being found and the wallet crashed. I restarted the wallet with a zero balance although the block chain was still synced. I cannot access the private keys now. I may have just burned a masternode.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 04, 2017, 06:13:49 AM
hey, made an EXCL subreddit Cool

www.reddit.com/r/EXCL

my wallet is trolling me and wont let me send founds out is anyone else having this problem?

go into debug console and type "repairwallet"

did that twice and got this then when i got to send it acts like everything is good and tells me coins already spent

05:19:17

    "wallet check passed" : true

05:19:21

repairwallet

05:19:21

    "wallet check passed" : true


05:28:03

repairwallet


05:28:04

    "mismatched spent coins" : 2,
    "amount affected by repair" : 5001.80000000

05:28:09

repairwallet

05:28:09
    "wallet check passed" : true

here transaction from 6 hours ago
Status: conflicted, has not been successfully broadcast yet
Date: 4/3/2017 05:22
To:  EHYY1xAy3RF9JYhZku9zmQuQtwn9xnD9SY
Debit: -5000.00 EXCL
Transaction fee: -0.0001 EXCL
Net amount: -5000.0001 EXCL
Transaction ID: 750a3b57a722667462258c65977b66ff5a2c5bd7ac604067be67852fc81ec2b2-000

and another one after i repaired wallet again

Status: 0/unconfirmed
Date: 4/2/2017 22:02
To:  EHYY1xAy3RF9JYhZku9zmQuQtwn9xnD9SY
Debit: -5000.00 EXCL
Transaction fee: -0.0001 EXCL
Net amount: -5000.0001 EXCL
Transaction ID: 4ef19d9fa54f6d94fd9df0c5dc03f6d79da5d4fab3c02a4d33ccb38bea12890e-000



maybe you could try one of your wallet backups,
they are automatically generated regularly inside your data directory/backups

just replace your current wallet.dat with one of the backups and try that.

,
another option is to dump your private keys,
remove your current wallet.dat from the data directory - the wallet will now generate an empty and new wallet on startup,
then import your private keys.

- when i'm messing around like this, i generally copy the entire data directory for a total backup,
this can then be used to replace anything i do.

back up wallet didn't work so were are the private keys so i can copy and dump?

I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!