Bitcoin Forum
April 23, 2024, 02:21:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 [3]  All
  Print  
Author Topic: [ANN] xcs(XCS) Cryptocoin: Implementing Freelancers Platform and Exchange  (Read 725 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.
Cantaloup22
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 18, 2018, 02:51:11 PM
 #41

Hello, I am looking for new masternodes projects for investment, and I have registered on your website, and the verification process, I have tried to buy a complete Masternode, I got your ad in a social network, and I have downloaded the wallet that is published in the page but when I entered here, I realized that I would make a blockchain change, what can I do if at the time of making the purchase I have delivered the previous wallet? you can use that wallet to receive the coins my purchase transaction is to be confirmed in the bitcoin network

I want to know when the new wallets will be available, according to the announcement given by you they should have been published yesterday.

I wait for your answers. Thank you
1713882108
Hero Member
*
Offline Offline

Posts: 1713882108

View Profile Personal Message (Offline)

Ignore
1713882108
Reply with quote  #2

1713882108
Report to moderator
1713882108
Hero Member
*
Offline Offline

Posts: 1713882108

View Profile Personal Message (Offline)

Ignore
1713882108
Reply with quote  #2

1713882108
Report to moderator
1713882108
Hero Member
*
Offline Offline

Posts: 1713882108

View Profile Personal Message (Offline)

Ignore
1713882108
Reply with quote  #2

1713882108
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713882108
Hero Member
*
Offline Offline

Posts: 1713882108

View Profile Personal Message (Offline)

Ignore
1713882108
Reply with quote  #2

1713882108
Report to moderator
1713882108
Hero Member
*
Offline Offline

Posts: 1713882108

View Profile Personal Message (Offline)

Ignore
1713882108
Reply with quote  #2

1713882108
Report to moderator
1713882108
Hero Member
*
Offline Offline

Posts: 1713882108

View Profile Personal Message (Offline)

Ignore
1713882108
Reply with quote  #2

1713882108
Report to moderator
rrusell22 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 18, 2018, 03:56:32 PM
 #42

Hello, I am looking for new masternodes projects for investment, and I have registered on your website, and the verification process, I have tried to buy a complete Masternode, I got your ad in a social network, and I have downloaded the wallet that is published in the page but when I entered here, I realized that I would make a blockchain change, what can I do if at the time of making the purchase I have delivered the previous wallet? you can use that wallet to receive the coins my purchase transaction is to be confirmed in the bitcoin network

I want to know when the new wallets will be available, according to the announcement given by you they should have been published yesterday.

I wait for your answers. Thank you

Hello, we regret the delay in the release of the wallets, but if you wish to use the wallet.dat file of version 1.0.01 to receive your coins, you can do so by doing the following:

1. Go to the directory where the string blocks are stored, and delete the files except wallet.dat. the directory in windows must be: xcsCore, and in linux: .xcsCore (preceded by a point, I mean a hidden directory) to see it you should press ctrl + h.
2. Remove from your machine whether windows, linux or mac, the wallet version 1.0.0.1
3. After the new version of wallet 1.0.0.2 is released you must run xcs-qt in the case of having windows.


Regarding your questions the wallets we hope to release them today, please join a new telegram group that will be created so you can know the exact moment of liberacon, as soon as the wallets are released, your xcs will be sent to the address of wallet that you attached in the purchase form
desi_translator2018
Copper Member
Newbie
*
Offline Offline

Activity: 322
Merit: 0


View Profile
November 19, 2018, 12:30:45 PM
 #43

RESERVED for HINDI translation....

helloo admin.... can i translate ANN page / WHITE paper  to HINDI(INDIA) language ??

here is my portfolio.....
https://drive.google.com/drive/folders/1TTRWTdF-VC71_TgP4dcsy6wH4BoL9cxB

PM me if you need HINDI translation..... thank you....
rrusell22 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 20, 2018, 03:59:47 PM
 #44

The new wallets have been released, the pool is in operation and we will send the coins to the users who have purchased them.
must actaulizar to the new version, then a different chain, the blockexplorer will be functional later
rrusell22 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 20, 2018, 04:32:30 PM
 #45

The new wallets have been released, the pool is in operation and we will send the coins to the users who have purchased them.
must actaulizar to the new version, then a different chain, the blockexplorer will be functional later

if a user wants to list xcs, in his pool simply ask for the correct configuration, please do not insist on making bifurcations
rrusell22 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 20, 2018, 04:44:57 PM
Last edit: November 20, 2018, 05:18:05 PM by rrusell22
 #46

RESERVED for HINDI translation....

helloo admin.... can i translate ANN page / WHITE paper  to HINDI(INDIA) language ??

here is my portfolio.....
https://drive.google.com/drive/folders/1TTRWTdF-VC71_TgP4dcsy6wH4BoL9cxB

PM me if you need HINDI translation..... thank you....

the topics about translations we can discuss next week, we have not requested anybody any translation so we will observe your work.

if you want to mine xcs in yiimp, you should apply this pact in coinbase.cpp
below the LTCR configuration as shown below:
-------------------------------------------------- -------------------
else if (strcmp (coind-> symbol, "LTCR") == 0) {
if (coind-> charity_percent <= 0)
coind-> charity_percent = 10;
if (strlen (coind-> charity_address) == 0)
sprintf (coind-> charity_address, "XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT");
}
else if (strcmp (coind-> symbol, "XCS") == 0) {
char script_payee [1024];
if (coind-> charity_percent <= 0)
coind-> charity_percent = 25; // wrong coinbase 40 instead of 40 + 10 = 50

json_int_t charity_amount = (available * coind-> charity_percent) / 100;

if (strlen (coind-> charity_address) == 0)

sprintf (coind-> charity_address, "XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT");

strcat (templ-> coinb2, "06");
job_pack_tx (coind, templ-> coinb2, available, NULL);
base58_decode ("XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT", script_payee);
job_pack_tx (coind, templ-> coinb2, charity_amount, script_payee);

strcat (templ-> coinb2, "00000000"); // locktime


coind-> reward = (double) available / 100000000 * coind-> reward_mul;
}
-------------------------------------------------- -----------------------------
then in the currency settings in the yiimp panel you must add the following data in the settings tab:

charity address: XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT

Charity Percent: 25

This way you will be in the correct chain
Heno1974
Newbie
*
Offline Offline

Activity: 100
Merit: 0


View Profile
November 20, 2018, 06:46:57 PM
 #47

HY
wallet no started
http://www.kepfeltoltes.eu/view.php?filename=763K_pkiv_g_s.png
rrusell22 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 20, 2018, 06:48:49 PM
 #48

Hello, I am looking for new masternodes projects for investment, and I have registered on your website, and the verification process, I have tried to buy a complete Masternode, I got your ad in a social network, and I have downloaded the wallet that is published in the page but when I entered here, I realized that I would make a blockchain change, what can I do if at the time of making the purchase I have delivered the previous wallet? you can use that wallet to receive the coins my purchase transaction is to be confirmed in the bitcoin network

I want to know when the new wallets will be available, according to the announcement given by you they should have been published yesterday.

I wait for your answers. Thank you


We have made the sending of 2402 xcs so you can configure your full masternode we hope your positive evaluation. Thank you
we attach the link of the blockexplorer of the official pool, so that it verifies the transaction

https://pool.xcashes.com/explorer/XCS?txid=2bdfd69094a93faa249bcdc07109aa5e6d4447d91e57d62f025359f0b2d3a831

thank you can configure your masternode as soon as possible so that the network grows in security
Cantaloup22
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 20, 2018, 07:30:52 PM
 #49

Hello, I am looking for new masternodes projects for investment, and I have registered on your website, and the verification process, I have tried to buy a complete Masternode, I got your ad in a social network, and I have downloaded the wallet that is published in the page but when I entered here, I realized that I would make a blockchain change, what can I do if at the time of making the purchase I have delivered the previous wallet? you can use that wallet to receive the coins my purchase transaction is to be confirmed in the bitcoin network

I want to know when the new wallets will be available, according to the announcement given by you they should have been published yesterday.

I wait for your answers. Thank you


We have made the sending of 2402 xcs so you can configure your full masternode we hope your positive evaluation. Thank you
we attach the link of the blockexplorer of the official pool, so that it verifies the transaction

https://pool.xcashes.com/explorer/XCS?txid=2bdfd69094a93faa249bcdc07109aa5e6d4447d91e57d62f025359f0b2d3a831

thank you can configure your masternode as soon as possible so that the network grows in security

thanks, I confirm that I have received the purchased xcs
Pages: « 1 2 [3]  All
  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!