Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - spartako

Pages: 1 ... 19 20 21 22 23 24 25 [26] 27
376
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 01:59:57 pm »
Here is my blockchain head info:

  "blockchain_head_block_num": 6416,
  "blockchain_head_block_time": "20140612T073600",

I think you are in an old fork, this is my state:
Quote
"blockchain_head_block_num": 1431,
"blockchain_head_block_time": "20140613T135645",

Try to recompile, erase your data-dir and relunch

377
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 01:27:07 pm »
can i get some test funds.

Code: [Select]
xeldal-del                         XTS8M923ocWMSb1UF3iA883tYcjCBfWdFK9cJH1YjNNpWJdARy9G4           NO                    0
init-delegate-42 *                 XTS5iNWht2kEmdWNDf6cRz6HiVEs2zk3X61GpQvrQT1wQf66xucit           2014-06-01T00:00:00   0

Thanks.

I sent you 1 XTS
Code: [Select]
1405.0    2014-06-13T13:26:15 spartako            xeldal-del                                                     1.000000 XTS        0.010000 XTS        3e6c9b30

378
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 01:22:34 pm »
Can you vote me and send me some love :P

NAME             BALANCE         KEY                                                                                                        REGISTERED            TRUST LEVEL
networker     0.000000 XTS    XTS5ebwAWhckHqACuZjxTUFP6oXmrAUXhcZLaGwAssBTVrmMx3sKV           NO                    0

I sent you some XTS for register your name and some LOVE.

Quote
1400.0    2014-06-13T13:20:45 spartako            networker                                                     10.000000 XTS        0.010000 XTS        0865528f
   1400.1    2014-06-13T13:20:45 spartako            networker                                                   100.000000 LOVE        0.010000 XTS        526193c9

When you will become delegate I am able to vote for you.

379
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 12:53:27 pm »
I created some LOVE and voted all delegated not-init :)

Code: [Select]
wallet_set_delegate_trust_level bitcoiners 5
wallet_set_delegate_trust_level cgafeng 5
wallet_set_delegate_trust_level puppies 5
wallet_set_delegate_trust_level bts101 5

Quote
1363.1    2014-06-13T12:51:15 spartako            bts101              some love and votes                     100.000000 LOVE        0.010000 XTS        099ce495
   1363.0    2014-06-13T12:51:15 spartako            bitcoiners          some love and votes                     100.000000 LOVE        0.010000 XTS        05565fb6
   1363.2    2014-06-13T12:51:15 spartako            cgafeng             some love and votes                     100.000000 LOVE        0.010000 XTS        5dc0461f
   1363.3    2014-06-13T12:51:15 spartako            puppies             some love and votes                     100.000000 LOVE        0.010000 XTS        9b4a97ba

Please vote for spartako :)

380
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 07:58:08 am »
init-delegate-21,init-delegate-22,init-delegate-23,init-delegate-24 are working.

I have also created a new delegate spartako, and tried to vote for other non-init delegates (bitcoiners and bts101) but I see only bitcoiners with some votes and bts101 remains at zero votes.

381
General Discussion / Re: Delegates, start your engines!
« on: June 10, 2014, 08:46:53 am »
I have all my delegates working (init-delegate-21,init-delegate-22,init-delegate-23,init-delegate-24) and it seems they are producing blocks correctly, but the commands wallet_get_account and blockchain_get_account_record returns different results:

Code: [Select]
default (unlocked) >>> wallet_get_account init-delegate-24
{
  "index": 9,
  "id": 24,
  "name": "init-delegate-24",
  "public_data": null,
  "owner_key": "XTS6o9KsYFpuPLQy9HCZGJrsxhnSFrv4DN4C3XNmb3kknFXikBBPP",
  "active_key_history": [[
      "19700101T000000",
      "XTS6o9KsYFpuPLQy9HCZGJrsxhnSFrv4DN4C3XNmb3kknFXikBBPP"
    ]
  ],
  "delegate_info": {
    "votes_for": 117356745667,
    "votes_against": 0,
    "blocks_produced": 20,
    "blocks_missed": 15,
    "pay_balance": 223970,
    "next_secret_hash": "df60b5410b574fb0cde0e23d81122bdd28807db4",
    "last_block_num_produced": 1088
  },
  "registration_date": "20140601T000000",
  "last_update": "20140601T000000",
  "meta_data": null,
  "account_address": "XTSBCsSS9k3gX7mAPcPQM6Qg2Rpnisr4KWRi",
  "trust_level": 0,
  "private_data": null
}

Code: [Select]
default (unlocked) >>> blockchain_get_account_record init-delegate-24
{
  "id": 24,
  "name": "init-delegate-24",
  "public_data": null,
  "owner_key": "XTS6o9KsYFpuPLQy9HCZGJrsxhnSFrv4DN4C3XNmb3kknFXikBBPP",
  "active_key_history": [[
      "19700101T000000",
      "XTS6o9KsYFpuPLQy9HCZGJrsxhnSFrv4DN4C3XNmb3kknFXikBBPP"
    ]
  ],
  "delegate_info": {
    "votes_for": 117357876741,
    "votes_against": 0,
    "blocks_produced": 59,
    "blocks_missed": 15,
    "pay_balance": 1355044,
    "next_secret_hash": "bfbadf92bacf4846725b81e31f8b45123f4c6246",
    "last_block_num_produced": 2708
  },
  "registration_date": "20140601T000000",
  "last_update": "20140601T000000",
  "meta_data": null
}


I think the blockchain_get_account_record is the correct one.

382
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 01:44:14 pm »
Code: [Select]
root@rrz:~/bitshares_toolkit# cmake .
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
  CMake 2.8.12 or higher is required.  You are running version 2.8.7


-- Configuring incomplete, errors occurred!

how to solve this problem?

and how to generate public key? I'm lost, just want to join the test.

You need to install a more recent version of cmake >=  2.8.12

383
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 02:24:14 am »
Node specs:
* Server located in Germany.
* 32G RAM
* 4 core Intel Xeon E3-1230v2
* 256 GB SSD
* 2 TB SATA
* Ubuntu 12.04 LTS

Keys:
spartako-delegate-1: XTS6DDBA3URydxP2EPPtTwJ6JcSV28ut7ukN2HCVgrDuH4UCxF9Jv
spartako-delegate-2: XTS8LLDp6tZzh4bt5mBJXrigaff76xJCHzU1uqJrEryJpiZFcW3Ac
spartako-delegate-3: XTS7CGASnpNRTnfcqMhTTGAgbmpstVS3U3mWfHoAmwAXQaer7BvUD
spartako-delegate-4: XTS6o9KsYFpuPLQy9HCZGJrsxhnSFrv4DN4C3XNmb3kknFXikBBPP
spartako-delegate-5: XTS7xP4je99nWGnbNC2bKxNpTK5661iX4oLnj8Qije6KgxAWb5H5k

 

384
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 06, 2014, 12:50:46 pm »
Quote
Great shit:
Code: [Select]
61   2712.0    2014-06-06T12:41:00 xeroc-1             spartako-1          Some LOVE!                        10,001 LOVE          10,000 XTS           N/A  e686dfc47bcc926b726d469a5f3c8b08f35fb60d
 62   2714.2    2014-06-06T12:42:30 xeroc-1             mauritso            Some LOVE!                           100 LOVE          10,000 XTS           N/A  7a791c1245bd970decf531b7d14fc81e48221526
 63   2714.3    2014-06-06T12:42:30 xeroc-1             zhangweis           Some LOVE!                           100 LOVE          10,000 XTS           N/A  f8fb7d8b08db251f41994779a387d2676466760d
 64   2714.1    2014-06-06T12:42:30 xeroc-1             svk                 Some LOVE!                           100 LOVE          10,000 XTS           N/A  3fe3fd88c1efbce470f73f1e743d620cba44b8c0
 65   2714.0    2014-06-06T12:42:30 xeroc-1             taotao1             Some LOVE!                           100 LOVE          10,000 XTS           N/A  1a2231bccefa69ce379ab5f561a4c40ef8dc223b
 66   2715.1    2014-06-06T12:43:00 xeroc-1             bts101              Some LOVE!                           100 LOVE          10,000 XTS           N/A  97044540b4dc69dc7791e177e772f38b4a15125a
 67   2715.0    2014-06-06T12:43:00 xeroc-1             coolspeed           Some LOVE!                           100 LOVE          10,000 XTS           N/A  74455a97f4d15dfbab00ad7c4053e3cbeb30a2b9
 68   pending   2014-06-06T12:43:11 xeroc-1             alt                 Some LOVE!                           100 LOVE          10,000 XTS           N/A  dbb75a9d72db4d21253b088d66d1bfa4d44558e4
 69   pending   2014-06-06T12:43:18 xeroc-1             betax               Some LOVE!                           100 LOVE          10,000 XTS           N/A  068a013372a40def6fcc5c5b7017f0e367052fe1

Thanks, I received your LOVE :), I sent some FREEDOM ;)

Code: [Select]
19   2704.0    2014-06-06T12:34:00 spartako-1          xeroc1              Some freedom                    1,000 FREEDOM          10,000 XTS           N/A  37c031f765c19126005231615094ba9d53cee379
21   2718.0    2014-06-06T12:46:30 spartako-1          mauritso            Some freedom!                     100 FREEDOM          10,000 XTS           N/A  11f1641c3702e70d54022a70d4a69b79e27252d7
 22   2718.3    2014-06-06T12:46:30 spartako-1          alt                 Some freedom!                     100 FREEDOM          10,000 XTS           N/A  6de26d4975aa74dca39f1a021da430559740a450
 23   2718.1    2014-06-06T12:46:30 spartako-1          zhangweis           Some freedom!                     100 FREEDOM          10,000 XTS           N/A  59730721c8b68434c78cc3df8b0ea94fdccd77bb
 24   2718.7    2014-06-06T12:46:30 spartako-1          betax               Some freedom!                     100 FREEDOM          10,000 XTS           N/A  fd6aba833a60a0d2af8ba42fbb3552cd8455334d
 25   2718.2    2014-06-06T12:46:30 spartako-1          svk                 Some freedom!                     100 FREEDOM          10,000 XTS           N/A  64a03f4f32f00cd5a12d8756c093fa60aecab34e
 26   2718.5    2014-06-06T12:46:30 spartako-1          taotao1             Some freedom!                     100 FREEDOM          10,000 XTS           N/A  9c1410b8539c9bca7d99730fb591b17cd14709f1
 27   2718.6    2014-06-06T12:46:30 spartako-1          bts101              Some freedom!                     100 FREEDOM          10,000 XTS           N/A  a2d86534b5cabd290d7b696d899293992da27bd4
 28   2718.4    2014-06-06T12:46:30 spartako-1          coolspeed           Some freedom!                     100 FREEDOM          10,000 XTS           N/A  768b22ffe38ab8bd5da72201ceeae0d7264b1ac9

385
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 06, 2014, 12:36:06 pm »
FYI:

Code: [Select]
wallet_asset_create <symbol> <asset_name> <issuer_name> [description] [data] [maximum_share_supply]   Creates a new user issued asset
Creates a new user issued asset

Parameters:
  symbol (asset_symbol, required): the ticker symbol for the new asset
  asset_name (std::string, required): the name of the asset
  issuer_name (std::string, required): the name of the issuer of the asset
  description (std::string, optional, defaults to ""): a description of the asset
  data (json_variant, optional, defaults to null): arbitrary data attached to the asset
  maximum_share_supply (int64_t, optional, defaults to 1000000000000000): the maximum number of shares of the asset

Returns:
  signed_transaction

Code: [Select]
default (unlocked) >>> blockchain_list_registered_assets
[{
    "id": 1,
    "symbol": "LOVE",
    "name": "LOVE",
    "description": "Buy and Send some LOVE!",
    "public_data": null,
    "issuer_account_id": 359,
    "current_share_supply": 9000,
    "maximum_share_supply": 1000000000000000,
    "collected_fees": 0,
    "registration_date": "20140606T114130"
  },{

Issuing love to my self was successful. Issuing for an other user was not :-(
Code: [Select]
wallet_asset_issue 1000 LOVE alt  "Some Love for you!"
Afterwards:
Code: [Select]
44   2643.0    2014-06-06T11:43:00 voting              xeroc1              First Kiss!                        1,000 LOVE               0 XTS           N/A  5ec68072abae1a6a4d61e53b90aa9e8143424fee
 45   2644.2    2014-06-06T11:45:00 unknown             unknown                                                     0 XTS               0 XTS           N/A  835545b2be4567bb0284e7189015e5e816e8c50d
 46   2644.3    2014-06-06T11:45:00 unknown             unknown                                                     0 XTS               0 XTS           N/A  986873fc702bb450cd560aa76acab99d9a503bb4
 47   2644.0    2014-06-06T11:45:00 unknown             unknown                                                     0 XTS               0 XTS           N/A  06fc83c424ea153da67922c9a4c0026515f20fae
 48   2644.4    2014-06-06T11:45:00 unknown             unknown                                                     0 XTS               0 XTS           N/A  d6675ff9b0fdb025bad40a912cccd699c439e664
 49   2646.1    2014-06-06T11:46:00 unknown             unknown                                                     0 XTS               0 XTS           N/A  abd38a74bfd73dd07d57bf6b47e953869fcf9b75
 50   2646.0    2014-06-06T11:46:00 unknown             unknown                                                     0 XTS               0 XTS           N/A  223a25576a86d675511183f11e27782396ad025b
 51   2647.1    2014-06-06T11:46:30 unknown             unknown                                                     0 XTS               0 XTS           N/A  eabfb9d6de6073fa956cda6d9bc928ce2e08e953
 52   2647.0    2014-06-06T11:46:30 unknown             unknown                                                     0 XTS               0 XTS           N/A  05926f9a89a34b6ef3d99682058e12b4dc92f3e6

Also wallet_transfer seems to not work with that asset:
Code: [Select]
default (unlocked) >>> wallet_transfer 100000 LOV xeroc1 alt "Sent you some LOVE"
assert
asset_id == o.asset_id:
    {}
    th_a  asset.cpp:51 operator-=

    {"amount_to_transfer":100000,"amount_to_transfer_symbol":"LOV","from_account_name":"xeroc1","to_account_name":"alt","memo_message":"Sent you some LOVE"}
    th_a  wallet.cpp:1091 transfer

    {}
    th_a  common_api_client.cpp:332 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:570 execute_command


I was able to create the FREEDOM asset and send you 1000. It seems it works.

 #    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                   AMOUNT                 FEE          VOTE                                        ID
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19   2704.0    2014-06-06T12:34:00 spartako-1          xeroc1              Some freedom                    1,000 FREEDOM          10,000 XTS           N/A  37c031f765c19126005231615094ba9d53cee379


386
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 03:09:36 pm »
How can I vote against a delegate?

I tried to set the trust_level less then zero to delegate-4

Code: [Select]
wallet_set_delegate_trust_level delegate-4 -5

and make the transfer command
Code: [Select]
wallet_transfer 100000 XTS spartako-1 spartako-1

but I obtain this error:
Code: [Select]
amount_to_transfer: 100000
asset_symbol: XTS
from_account_name: spartako-1
to_account_name: spartako-1
assert
!error_code: Error evaluating transaction BTS_INVALID_NAME_ID
    {"error_code":"BTS_INVALID_NAME_ID","data":{"amount":5225880,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS88r6kmv39RirUR6nnohAgG9Xx9hA7WaTcTQxqdGXkK
Rg2g6uJL","encrypted_memo_data":"c6391ece215179633793b85b6e6fb52c898d7973797eb9bf8c013b40e5aaad89554ac99fdf57b27afd62c0db764ff1aec26c8718a21d621e6ee9eb159dc544cd","owner":"XTSATTi7pFCzMxeh71hTuPcK9o2aN3rCsJTP"}}
}}
    th_a  transaction.cpp:427 fail

    {"op":{"amount":5225880,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS88r6kmv39RirUR6nnohAgG9Xx9hA7WaTcTQxqdGXkKRg2g6uJL","encrypted_memo_data":"c639
1ece215179633793b85b6e6fb52c898d7973797eb9bf8c013b40e5aaad89554ac99fdf57b27afd62c0db764ff1aec26c8718a21d621e6ee9eb159dc544cd","owner":"XTSATTi7pFCzMxeh71hTuPcK9o2aN3rCsJTP"}}}}
    th_a  transaction.cpp:455 evaluate_deposit

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTS3dZr8LJUBhJiCmPG71ZgAQdZKiaSBdexr","amount":5335880,"claim_input_data":""}},{"type":"deposit_op_
type","data":{"amount":5225880,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS88r6kmv39RirUR6nnohAgG9Xx9hA7WaTcTQxqdGXkKRg2g6uJL","encrypted_memo_data":"c
6391ece215179633793b85b6e6fb52c898d7973797eb9bf8c013b40e5aaad89554ac99fdf57b27afd62c0db764ff1aec26c8718a21d621e6ee9eb159dc544cd","owner":"XTSATTi7pFCzMxeh71hTuPcK9o2aN3rCsJTP"}}}},{"type":"deposit_op_type","data
":{"amount":100000,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS51BP5SVVLicVqxKmc1hUdVvyq3kmy3z78UWXsibuf2rRftV4FG","encrypted_memo_data":"93407eb874629
c8425ddbb8533fc32d9c17032a59868d429e12ad51b48f07ebe1e2645121c45c8468a878796ede412893d0644bf1cdb34e11e47f31ce1b5ea5b","owner":"XTS6JUUB2RbDXyvQDtZoXiQdWEu27VC12i2T"}}}}],"signatures":["1f130332387d6565dc2abea4ff2
97bcbd2d3832fed4d971c28e78c32990e81941e3e512cc77faa3f8a0f73c1995737a9a14266839602a2b4546ec73f85dac2f04c"]}}
    th_a  transaction.cpp:89 evaluate

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTS3dZr8LJUBhJiCmPG71ZgAQdZKiaSBdexr","amount":5335880,"claim_input_data":""}},{"type":"deposit_op_
type","data":{"amount":5225880,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS88r6kmv39RirUR6nnohAgG9Xx9hA7WaTcTQxqdGXkKRg2g6uJL","encrypted_memo_data":"c
6391ece215179633793b85b6e6fb52c898d7973797eb9bf8c013b40e5aaad89554ac99fdf57b27afd62c0db764ff1aec26c8718a21d621e6ee9eb159dc544cd","owner":"XTSATTi7pFCzMxeh71hTuPcK9o2aN3rCsJTP"}}}},{"type":"deposit_op_type","data
":{"amount":100000,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS51BP5SVVLicVqxKmc1hUdVvyq3kmy3z78UWXsibuf2rRftV4FG","encrypted_memo_data":"93407eb874629
c8425ddbb8533fc32d9c17032a59868d429e12ad51b48f07ebe1e2645121c45c8468a878796ede412893d0644bf1cdb34e11e47f31ce1b5ea5b","owner":"XTS6JUUB2RbDXyvQDtZoXiQdWEu27VC12i2T"}}}}],"signatures":["1f130332387d6565dc2abea4ff2
97bcbd2d3832fed4d971c28e78c32990e81941e3e512cc77faa3f8a0f73c1995737a9a14266839602a2b4546ec73f85dac2f04c"]}}
    th_a  chain_database.cpp:872 evaluate_transaction

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTS3dZr8LJUBhJiCmPG71ZgAQdZKiaSBdexr","amount":5335880,"claim_input_data":""}},{"type":"deposit_op_
type","data":{"amount":5225880,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS88r6kmv39RirUR6nnohAgG9Xx9hA7WaTcTQxqdGXkKRg2g6uJL","encrypted_memo_data":"c
6391ece215179633793b85b6e6fb52c898d7973797eb9bf8c013b40e5aaad89554ac99fdf57b27afd62c0db764ff1aec26c8718a21d621e6ee9eb159dc544cd","owner":"XTSATTi7pFCzMxeh71hTuPcK9o2aN3rCsJTP"}}}},{"type":"deposit_op_type","data
":{"amount":100000,"condition":{"asset_id":0,"delegate_id":-5,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS51BP5SVVLicVqxKmc1hUdVvyq3kmy3z78UWXsibuf2rRftV4FG","encrypted_memo_data":"93407eb874629
c8425ddbb8533fc32d9c17032a59868d429e12ad51b48f07ebe1e2645121c45c8468a878796ede412893d0644bf1cdb34e11e47f31ce1b5ea5b","owner":"XTS6JUUB2RbDXyvQDtZoXiQdWEu27VC12i2T"}}}}],"signatures":["1f130332387d6565dc2abea4ff2
97bcbd2d3832fed4d971c28e78c32990e81941e3e512cc77faa3f8a0f73c1995737a9a14266839602a2b4546ec73f85dac2f04c"]}}
    th_a  chain_database.cpp:1141 store_pending_transaction

    {}
    th_a  common_api_client.cpp:332 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:570 execute_command

and I have this transaction pending:

Code: [Select]
#    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                   AMOUNT                 FEE          VOTE                                        ID
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8   pending   2014-06-05T14:46:59 spartako-1          spartako-1          vote against                     -100,000 XTS          10,000 XTS           N/A  58190998e6cfb4375f383450f90143fd158b106c

If I restore the trust level to 0 for delegate-4 I am able again to make transactions without errors.

387
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 09:04:53 am »
Sofar .. everthings works fine for me ..
+ registered accounts
+ sent funds from facuet to me
+ sent more funds
+ registered account on the blockchain
+ registered as delegate
+ voted for delegate coolspeed
+ sent funds to an other account

Only thing that I wondered: When a transactions is unconfimred/pending, the balances is already substracted
from what 'wallet_list_receive_accounts' shows. That should be changed

And, where can I check that my delegation-vote is broadcasted? After voring for coolspeed I couldn't find him anymore via 'blockchain_get_delegates'

Vote for me as delegate. (I voted for coolspeed)
Code: [Select]
wallet_set_delegate_trust_level xeroc1 5

Me too I was able to perform the same list of actions successfully.
I voted for you as delegate, please someone vote for me :)
Code: [Select]
wallet_set_delegate_trust_level spartako-1 5

388
General Discussion / Re: [ACTIVE] New testnet iteration
« on: June 04, 2014, 08:09:54 am »
XTS5xM2Rzf2dvajVKT8kWgZubZFxhRstnNRwdMiZiQpvTya75MBjr

Please send me some funds, thanks!

389
General Discussion / Re: TITAN Test Net for XTS Open for Savvy Users
« on: June 03, 2014, 09:12:41 am »
XTS63axQwFHiSMvAc4gd69gFt6jiDEH6THbJivaNBDFud7FvvG5GF

Please send some founds, thanks

390
Stakeholder Proposals / Re: Candidate Billboards
« on: June 02, 2014, 07:08:23 pm »
**************Reserved *************


Pages: 1 ... 19 20 21 22 23 24 25 [26] 27