Bitcoin Forum
May 03, 2024, 07:29:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 [302] 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 ... 1628 »
  Print  
Author Topic: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos  (Read 1483641 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
June 09, 2014, 02:15:37 AM
 #6021


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"

ATCSECURE is always working hard, let him have some sleep, OK?
1714721383
Hero Member
*
Offline Offline

Posts: 1714721383

View Profile Personal Message (Offline)

Ignore
1714721383
Reply with quote  #2

1714721383
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714721383
Hero Member
*
Offline Offline

Posts: 1714721383

View Profile Personal Message (Offline)

Ignore
1714721383
Reply with quote  #2

1714721383
Report to moderator
IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
June 09, 2014, 02:17:32 AM
 #6022

So, now that we r talking about the xnode, any1 got an answer? ty!

http://forum.xctalk.com/index.php?/topic/40-running-an-xnode-why-should-you/


I am still confused by this as well.  Why would someone want to run an Xnode and what are the pros and cons of doing so?
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
June 09, 2014, 02:19:04 AM
 #6023

So, now that we r talking about the xnode, any1 got an answer? ty!

http://forum.xctalk.com/index.php?/topic/40-running-an-xnode-why-should-you/


I am still confused by this as well.  Why would someone want to run an Xnode and what are the pros and cons of doing so?

You will get some tips to be a xnode.  Wink
lawgicc
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile WWW
June 09, 2014, 02:19:26 AM
 #6024

So i downloaded the new wallet & this is the message i receive?HuhHuh are you joking?

https://i.imgur.com/tThONvq.png



Anyone know how to fix? all the other wallets ran perfectly fine w/ the xnode & staking...downloaded the new wallet and this is what i get.

mrBitcoinZ.com
@mrB1tc01n
atcsecure
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile WWW
June 09, 2014, 02:20:08 AM
 #6025

With this update, you need to create a wallet called MIXER and put the coins in that wallet

Join the revolution - XC - Decentralized Trustless Multi-Node Private Transactions
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
June 09, 2014, 02:22:15 AM
 #6026

I am running my client as a xnode, anybody want to try the anonymous transaction?

nzminer
Legendary
*
Offline Offline

Activity: 1918
Merit: 1001



View Profile
June 09, 2014, 02:23:06 AM
 #6027

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

thanks, it looks so easy!

NEM, THE SECURE, SCALABLE BLOCKCHAIN [NEM.IO] [T.ME/NEMRED]
bitcad4u
Sr. Member
****
Offline Offline

Activity: 602
Merit: 255


View Profile
June 09, 2014, 02:24:48 AM
 #6028

So, now that we r talking about the xnode, any1 got an answer? ty!

http://forum.xctalk.com/index.php?/topic/40-running-an-xnode-why-should-you/


I am still confused by this as well.  Why would someone want to run an Xnode and what are the pros and cons of doing so?

when u are a xnode u get fees for being pat of the mixing system : )
bitcad4u
Sr. Member
****
Offline Offline

Activity: 602
Merit: 255


View Profile
June 09, 2014, 02:26:11 AM
 #6029

I am running my client as a xnode, anybody want to try the anonymous transaction?



yes me!
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
June 09, 2014, 02:27:48 AM
 #6030

I am running my client as a xnode, anybody want to try the anonymous transaction?



yes me!

So try to use sendfrommixer command.
lawgicc
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile WWW
June 09, 2014, 02:29:22 AM
 #6031

Any reason my Wallet no longer works??

mrBitcoinZ.com
@mrB1tc01n
bitcad4u
Sr. Member
****
Offline Offline

Activity: 602
Merit: 255


View Profile
June 09, 2014, 02:29:39 AM
 #6032

I am running my client as a xnode, anybody want to try the anonymous transaction?



yes me!

So try to use sendfrommixer command.

give me ur address foo!
bitcad4u
Sr. Member
****
Offline Offline

Activity: 602
Merit: 255


View Profile
June 09, 2014, 02:30:12 AM
 #6033

Any reason my Wallet no longer works??
reinstall..mine works
BrewCrewFan
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
June 09, 2014, 02:31:37 AM
 #6034

:/

Create a wallet named mixer?

OO this is making me seem stupid but how lol?

Free SIGNs giving everyday. Be part, do not miss!.
SqMe5ceYfdcGsRyVpgvpYb6bRLS9j8omvB

XChat : Addy : XYuZESQpeMtZ2wit8nVVnXKGytfiaTBCo6 PubKey : eteshLzeq8Bh54BRjGSunMTc6Ytxtk7HYaSmDYMQn61z
battbot
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
June 09, 2014, 02:31:59 AM
 #6035


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

What is the significant change/s of this updated wallet?  Why release a new wallet and not tell why it was updated?

bump....
the_game1224
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
June 09, 2014, 02:34:11 AM
 #6036

:/

Create a wallet named mixer?

OO this is making me seem stupid but how lol?

Im guessing just change the address label to mixer??
getmining.info
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
June 09, 2014, 02:37:21 AM
 #6037


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

What is the significant change/s of this updated wallet?  Why release a new wallet and not tell why it was updated?

bump....

What chaplin is doing is very basic. He is vetting the blockchain for the transaction amount -0.00001 transaction fee.
Just as an example:
So lets say an amount of 1 XC was sent on block 2135. It will be split and sent to 1 mixer address in multiple payments. What happens next is another mixer address sends 0.99999 to the intended address.
 What he does is then looks in future blocks for an address that received a total amount of 0.99999 and bam he gets it.

I have a system in mind that I can share with the atcsecure if he wants but it should rather be done in an irc page where we can have a flowing conversation.

Yes so in this release we are NOT splitting the output, the code will be in v1.37, v1.37 will split the outputs randomly as well to stop this type of analysis

this is an easy fix

Keep up, can't believe I had to find that for you, read yourself rather than bumping your own posts

EDIT: Oh right, now I see you've bolded it too

All views are my own, except those that I have subconsciously inherited from my parents and those that I have nicked from far cleverer people.
bitcad4u
Sr. Member
****
Offline Offline

Activity: 602
Merit: 255


View Profile
June 09, 2014, 02:37:53 AM
 #6038

:/

Create a wallet named mixer?

OO this is making me seem stupid but how lol?

jsut download it and run the .bat file "runxc-xnode-mainnet.bat"

then usethe console to send through the mixer.Either that or just leave wallet open with 550 XC in it to partake in being a xnode.  
battbot
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
June 09, 2014, 02:39:09 AM
 #6039


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

What is the significant change/s of this updated wallet?  Why release a new wallet and not tell why it was updated?

bump....

What chaplin is doing is very basic. He is vetting the blockchain for the transaction amount -0.00001 transaction fee.
Just as an example:
So lets say an amount of 1 XC was sent on block 2135. It will be split and sent to 1 mixer address in multiple payments. What happens next is another mixer address sends 0.99999 to the intended address.
 What he does is then looks in future blocks for an address that received a total amount of 0.99999 and bam he gets it.

I have a system in mind that I can share with the atcsecure if he wants but it should rather be done in an irc page where we can have a flowing conversation.

Yes so in this release we are NOT splitting the output, the code will be in v1.37, v1.37 will split the outputs randomly as well to stop this type of analysis

this is an easy fix

Keep up, can't believe I had to find that for you, read yourself rather than bumping your own posts

How hard would it have been for atcsecure to include that in his recent post?  He can't expect everyone to follow this thread religiously.  He needs to inform people what the changes are when he posts a new wallet.  That is announcement 101.  My god.

Seriously, atcsecure needs to learn how to market his wallet releases. AKA tell people why they are important.
BrewCrewFan
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
June 09, 2014, 02:39:18 AM
 #6040

:/

Create a wallet named mixer?

OO this is making me seem stupid but how lol?

Never mind needed to read instructions.

Free SIGNs giving everyday. Be part, do not miss!.
SqMe5ceYfdcGsRyVpgvpYb6bRLS9j8omvB

XChat : Addy : XYuZESQpeMtZ2wit8nVVnXKGytfiaTBCo6 PubKey : eteshLzeq8Bh54BRjGSunMTc6Ytxtk7HYaSmDYMQn61z
Pages: « 1 ... 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 [302] 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 ... 1628 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!