Author Topic: BTS X is Live  (Read 53605 times)

0 Members and 1 Guest are viewing this topic.

Offline Ykw

  • Full Member
  • ***
  • Posts: 88
    • View Profile
Sorry guys if it's already answered somewhere..

I am running on work.. so less time to this.. but I wanted to ask:

- Where/how can we link the PTS -> BTSX conversion coins (besides Keyhotee) to the accounts from the BTSX toolkit.
- Did the coins suffer the same "multiplication" we see on Bter? When?
- Any quick/summary of BTSX so I can share this AWESOME STUFF!?

TO the best/complete answer I will donate 1 BTSX! =) and report back the experience.

Best regards folks!
- Info: bitshares-x.info and http://wiki.bitshares.org/index.php/Bitshares_X  - > That does not explain how I do link the coins.. I am looking for a customized (time expensive) answer. The "google it" thing.. i know how do to it quite well (no offence please). Again.. I am looking for valuable answer for BTSX Community. And therefore.. I tease your answer. =) I could do it my self.. But I am more interested in getting some other guy / girl ...
- Didnt suffer. Amount of coins doesnt affect market cap - > I know that.. that was not the question...
- dont know. -> OK. Thankyou anyway.

Thanks deludo.. 10% answered. Why.. check BOLD response above. But very welcome thanks anyway. Please don't take it personally, I am just trying to bring more value.

Offline santaclause102

  • Hero Member
  • *****
  • Posts: 2486
    • View Profile
Sorry guys if it's already answered somewhere..

I am running on work.. so less time to this.. but I wanted to ask:

- Where/how can we link the PTS -> BTSX conversion coins (besides Keyhotee) to the accounts from the BTSX toolkit.
- Did the coins suffer the same "multiplication" we see on Bter? When?
- Any quick/summary of BTSX so I can share this AWESOME STUFF!?

TO the best/complete answer I will donate 1 BTSX! =) and report back the experience.

Best regards folks!
- Info: bitshares-x.info and http://wiki.bitshares.org/index.php/Bitshares_X
- Didnt suffer. Amount of coins doesnt affect market cap
- dont know.

Offline Ykw

  • Full Member
  • ***
  • Posts: 88
    • View Profile
Sorry guys if it's already answered somewhere..

I am running on work.. so less time to this.. but I wanted to ask:

- Where/how can we link the PTS -> BTSX conversion coins (besides Keyhotee) to the accounts from the BTSX toolkit.
- Did the coins suffer the same "multiplication" we see on Bter? When?
- Any quick/summary of BTSX so I can share this AWESOME STUFF!?

TO the best/complete answer I will donate 1 BTSX! =) and report back the experience.

Best regards folks!

Offline santaclause102

  • Hero Member
  • *****
  • Posts: 2486
    • View Profile
just enter those after the command I quoted?
What did you mean by "secure it"?

follow instructions here:
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04

I made (compiled it). Thanks!
Now how do I start the client (webwallet? desktop wallet?)?
System: Ubuntu 14.04
« Last Edit: July 22, 2014, 12:17:21 pm by delulo »

Offline santaclause102

  • Hero Member
  • *****
  • Posts: 2486
    • View Profile
Is this one be proto DAC and the snapshot will become useless after this? I ask because otherwise the PTS trapped at Bter and BTC38 on snapshot day will need to be used again.

The windows installer from http://bitshares-x.info/ is the correct one? Can I import my private keys in there?
The link is correct.

Apart from BTS X your PTS on bter and bt38 (of these exchanges offer the same service again) can be used for other snapshots.... Is that what you meant?

sumantso

  • Guest
Is this one be proto DAC and the snapshot will become useless after this? I ask because otherwise the PTS trapped at Bter and BTC38 on snapshot day will need to be used again.

The windows installer from http://bitshares-x.info/ is the correct one? Can I import my private keys in there?
« Last Edit: July 22, 2014, 09:53:15 am by sumantso »

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
just enter those after the command I quoted?
What did you mean by "secure it"?

follow instructions here:
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline santaclause102

  • Hero Member
  • *****
  • Posts: 2486
    • View Profile
just enter those after the command I quoted?
What did you mean by "secure it"?

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
error at the "make" stage: not enough virtual memory. can not allocate memory (those were not the exact words but almost...). The VM has almost 2 gb. What is going wrong? I used the 0.2.1 Version on ubuntu 14.04....
can anyone think of a solution here? I tried it three times and the installation always stops at ~ 80 % because not enough memory could be allocated....

You can get past this by allocating more swap space: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
Thanks I will try it tomorrow. But isnt 2 gb ram for a VM far enough?

Our codebase has grown and without swap space, we've noticed that 2GB isn't enough for compilation anymore.
I have been trying to compile it a few times but it always says "virtual memory ehausted: Cannot allocate memory" at 82% of the "make" stage.
I have increased the swap file to 4 GB on my host as well as on my guest with "sudo fallocate -l 4G /swapfile"
What is wrong and what can I do?

"sudo fallocate -l 4G /swapfile"

you also need to actually make it a swapfile:

Code: [Select]
mkswap /swapfile
swapon /swapfile

probably should secure it too
Code: [Select]
chmod 600 /swapfile(sudos where appropriate)
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline santaclause102

  • Hero Member
  • *****
  • Posts: 2486
    • View Profile
error at the "make" stage: not enough virtual memory. can not allocate memory (those were not the exact words but almost...). The VM has almost 2 gb. What is going wrong? I used the 0.2.1 Version on ubuntu 14.04....
can anyone think of a solution here? I tried it three times and the installation always stops at ~ 80 % because not enough memory could be allocated....

You can get past this by allocating more swap space: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
Thanks I will try it tomorrow. But isnt 2 gb ram for a VM far enough?

Our codebase has grown and without swap space, we've noticed that 2GB isn't enough for compilation anymore.
I have been trying to compile it a few times but it always says "virtual memory ehausted: Cannot allocate memory" at 82% of the "make" stage.
I have increased the swap file to 4 GB on my host as well as on my guest with "sudo fallocate -l 4G /swapfile"
What is wrong and what can I do?

Offline raleit2014

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
I cannot get windows BitsharesX.exe 2.0 or 2.1 to run

im getting this error
"there is no disk in the drive please insert disk
/device/hardisk2/dr2"

what am i doing wrong?  Please help

Has this been answered? I have the same problem.
I am the original poster. On my work computer win7(64) it works fine. win7(32) @ home no go

Offline bytemaster

I cannot get windows BitsharesX.exe 2.0 or 2.1 to run

im getting this error
"there is no disk in the drive please insert disk
/device/hardisk2/dr2"

what am i doing wrong?  Please help

Has this been answered? I have the same problem.

It seems to be an issue with certain patched versions of windows. 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline onceuponatime

I cannot get windows BitsharesX.exe 2.0 or 2.1 to run

im getting this error
"there is no disk in the drive please insert disk
/device/hardisk2/dr2"

what am i doing wrong?  Please help

Has this been answered? I have the same problem.

Offline bytemaster

Yes, there is a bug in the supply calculation where the total accumulated transaction fees are not counted in the supply when they should be.   When a delegate gets paid out the total accumulated fees goes down and the supply goes up.   

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline Riverhead

BTSX supply from two consecutive blocks:


{
  "id": 0,
  "symbol": "BTSX",
  "name": "BitShares X",
  "description": "Decentralized Autonomous Exchange",
  "public_data": "",
  "issuer_account_id": 0,
  "precision": 100000,
  "current_share_supply": 199971295850023,
  "maximum_share_supply": 1000000000000000,
  "collected_fees": 30323882455,
  "registration_date": "20140719T000000",
  "minimum_xts_price": {
    "ratio": "0.",
    "quote_asset_id": 0,
    "base_asset_id": 0
  },
  "maximum_xts_price": {
    "ratio": "0.",
    "quote_asset_id": 0,
    "base_asset_id": 0
  }
}

{
  "id": 0,
  "symbol": "BTSX",
  "name": "BitShares X",
  "description": "Decentralized Autonomous Exchange",
  "public_data": "",
  "issuer_account_id": 0,
  "precision": 100000,
  "current_share_supply": 199971296304563,
  "maximum_share_supply": 1000000000000000,