Bitcoin Forum
May 06, 2024, 04:17:33 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][XC][OFFICIAL] X11/PoS/Privacy on: June 09, 2014, 02:09:32 AM

v1.37 Windows Wallet

http://xc-official.com/release/wallets/

I will update user guides tomorrow morning, with the correct details


Also there are 3 core nodes - DNS seeding will be implemented shortly as well, the run-xc.bat batch also disables IRC via the "-irc" option, so make sure you have nodes listed in your X11Coin.conf if you use the batch file


east01.xcnode.xc-official.com
west01.xcnode.xc-official.com
west02.xcnode.xc-official.com

ATCSECURE
IS THIS INFORMATION BELOW STILL THE BEST WAY TO IMPLEMENT, I BELIEVE IT IS, CORRECT IF WRONT ATCSECURE.

Here are the directions to create a batch file that will make a new data directory, a default configuration file and run the xnode with the new data directory and wallet.
One caveat, you can't run this on the same computer when another XC wallet is currently running becuase it uses the same ports.
But, this should make the xnode startup easier for some.
Copy/paste this into a new .bat file in the wallet directory and run it.
 
It is a modified version of the run-xc-node-mainnet.bat file.  Create a new file called something like xnode-new-wallet.bat and run it.
 
It will create a new data directory at AppData\Roaming\XC\xnode.  The current wallet release uses X11Coin for the data dir.  I hope this is changed in the future release.
It will check for an existing xnode.conf file and create it if not found.  The RCP username and password are generated as random numbers.  So if you want to change that just open the created file at AppData\Roaming\XC\xnode\xnode.conf and change it.
The last command starts the xnode using the new datadir containing the xnode wallet and xnode.conf
@echo off
echo ************************************************************
echo ************************************************************
echo ************************************************************
echo ******                                            **********
echo ****** THIS RELEASE IS FOR TESTING ONLY           **********
echo ******                                            **********
echo ************************************************************
echo ************************************************************
echo .
echo .
echo Press Enter to continue and test
echo .
pause
IF NOT EXIST "%APPDATA%\XC\xnode" mkdir "%APPDATA%\XC\xnode"
IF EXIST "%APPDATA%\XC\xnode\xnode.conf" GOTO STARTUP
echo rpcuser=%random%%random%%random%%random%%random%%random%%random% > "%APPDATA%\XC\xnode\xnode.conf"
echo rpcpassword=%random%%random%%random%%random%%random%%random%%random% >> "%APPDATA%\XC\xnode\xnode.conf"
echo rpcallowip=127.0.0.1 >> "%APPDATA%\XC\xnode\xnode.conf"
echo rpcport=32347 >> "%APPDATA%\XC\xnode\xnode.conf"
echo port= >> "%APPDATA%\XC\xnode\xnode.conf"
echo gen=0 >> "%APPDATA%\XC\xnode\xnode.conf"
echo server=1 >> "%APPDATA%\XC\xnode\xnode.conf"
echo addnode=west01.xcnode.xc-official.com >> "%APPDATA%\XC\xnode\xnode.conf"
echo addnode=east01.xcnode.xc-official.com >> "%APPDATA%\XC\xnode\xnode.conf"
echo reservebalance=20 >> "%APPDATA%\XC\xnode\xnode.conf"

:STARTUP
x11coin-qt.exe -xmixer -listen -server -datadir="%APPDATA%\XC\xnode" -conf="%APPDATA%\XC\xnode\xnode.conf"
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 09, 2014, 01:48:20 AM
Good job Dan and the whole XC team i know we have a brilliant future ahead

I cant wait for the new wallet, i managed to secure 200 XC´s so keep the option for running xnodes for less than 1000 coins as there are a lot of people like me that have been here since the beginning (POW phase) and dont have a lot of coins.

Maybe do it in a way that you can run a xnode starting at 100 coins and as you level up the trust of your xnode you can keep building up to 1000 coins wish should give more profit as you can handle more transactions.

Tks


Man I dont like that, I have almost 2k XC and I paid heavilly for them, right now you can get an Xnode for 1btc, in the future here shortly I think it will be 10Btc+ to get 1k XC for an Xnode, buy now or hurt.

Where can i find the information on creating an Xnode?
Do i need a linux box, or will the windows qt wallet do the trick?

Here you go, the user guide on how to be a xnode.

http://xc-official.com/XCPlatform/user_guides/Running-an_XNode.pdf


This is the BEST directions I have found for running an XNODE even DEV instructions LACK, I believe he is just so literate he expects too much of the general public this early in Crypto.


http://forum.xctalk.com/index.php?/topic/28-how-to-run-an-xnode/?p=292
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 07, 2014, 03:52:31 AM
 Urgent help needed, upgraded wallet after backing up wallet.dat, nothing syncs, deleted appdata roaming folder and remaining wallet folder, reinstalled, no sync what so ever.


I have done everything possible short of windows rollback, this is freaking absurd.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 07, 2014, 12:39:00 AM


Updated Windows Wallet released

http://xc-official.com/release/wallets/


v1.36 - this is only for users wishing to test xnode, it is not a "required" update unless you want to use the xnode feature


User Guides

http://xc-official.com/XCPlatform/user_guides/



Would you be able to specify whether or not a wallet needs to be unlocked, and whether or not the just for staking checkbox should be checked or unchecked?

The user guide does layout that answer, basically the xnode wallet should be a fresh wallet, not locked, deposit 20 coins...

you can't stake coins on the xnode, you must set reserved balance so that the coins never stake



So I have done everything possible, and cannot get an Xnode running, is there any chance of it just working in the wallet anytime soon? I have done everything to the x11coin.conf file, and I cannot get past the PASSWORD required prompts.....
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] >> Mandatory Wallet Update (01/06) - The first POS ANON on: June 03, 2014, 04:44:51 AM
This entire process needs to be fixed, as quickly as possible, Xnode Implementation should NOT take any Conf. file editing, It needs to be as simple as opening up the STANDARD wallet, Period, End of Story. Anything short of this is a Macgyver Patchwork of things NO MAINSTREAM ANYONE will ever do, I am as competent as they come, and this is starting to piss me off.


6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] >> Mandatory Wallet Update - The first POS ANON on: June 02, 2014, 12:37:14 AM
Dev&team after successful wallet xnode release: Cool

https://www.youtube.com/watch?v=A-y1N29vH2Y


The fact you know Meshuggah Face of Wall Street, makes me happy, here is another one to brighten your days.....

https://www.youtube.com/watch?v=CrfRp04omOU
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DISTROCOIN X11 / POW + POS / 15% INTEREST / BITTREX OPEN / WHITEPAPER on: May 27, 2014, 09:44:18 AM
is it too late to Implement an "anon" feature in the Wallet for the Hypesters, they will eat this coin up if so? Bounty for it? I got 5k on it.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DISTROCOIN X11 / POW + POS / 15% INTEREST / BITTREX OPEN / WHITEPAPER on: May 26, 2014, 07:42:41 AM
I know I am "new" on the board so to speak, lurk forever, This coin needs to have half the coins destroyed or removed, 50 million or less is MUCH more valuable in the world of alt-coins, The developers need to step it up and be a bit more vocal here and elsewhere.

First and foremost I believe the wallet needs Two-Factor logins as well as Withdrawls.


Second it needs to get on Poloniex, like yesterday, Mintpal will follow after that.

9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][LTCX]LiteCoinX on: May 25, 2014, 12:59:56 PM
Where Can I get some, IPO?
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Electric] scrypt - Electric Updated! *UPDATED 1/24/2014* *EXCHANGE ONLINE* on: February 08, 2014, 12:09:41 PM
I would love some coins from a poor non miner!


QfMZSqEb97fytL6QGYntmjJK6fEV869cHC
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!