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.


Topics - monsterer

Pages: 1 [2] 3 4 5 6 7 8 9 ... 13
16
Muse/SoundDAC / Muse witness not syncing
« on: November 20, 2015, 10:42:40 am »
I've compiled and run the witness_node, but it just sits there stuck at 0 blocks, not syncing with the network... I have a bitshares witness on the same machine which is ok, any ideas what might be going wrong? Are they conflicting maybe?

17
Technical Support / When will we get a new build of the lite wallet?
« on: November 19, 2015, 07:54:44 pm »
Last build was a while back, and I'd love to see the new metaexchange integration hit the lite wallet :)

18
General Discussion / Idea: make the blockchain a bond market lender
« on: November 11, 2015, 10:12:49 am »
In this new bond market, I propose that the blockchain be a BTS lender. It can print BTS to lend out to potential longs/shorts with 0 risk and pretty much guaranteed profit, which would be burnt, thereby reducing supply.

This would bootstrap liquidity, and make the blockchain as a whole more profitable.

Thoughts?

19
General Discussion / METAFEES owners discussion
« on: November 08, 2015, 12:51:39 pm »
Hi guys,

I just wanted to start this thread to give METAFEES owners a place to discuss any topics related to the asset, or to metaexchange itself. We'd love to hear what you think and any ideas you have about the site or project in general!

Cheers, Paul.

20
General Discussion / Can someone explain the fee pool?
« on: November 06, 2015, 09:58:52 pm »
I have no idea what it is, or why it needs to be funded.

Apparently, the fee pool for METAFEES is somehow empty, which means no one can do anything with it. How does this work? Do we have to pay into the fee pool so anyone can transfer METAFEES? Isn't this going to be very expensive to keep up, if we need to constantly refill it?

21
Technical Support / Building lite wallet
« on: November 06, 2015, 03:01:13 pm »
Are there any instructions about how to compile / build the lite wallet?

I want to make a pull request to add metaexchange to the wallet, but to do that, I need to be able to test my changes :)

22
General Discussion / Metatrader 4 and Bitshares
« on: November 06, 2015, 02:36:09 pm »
Metatrader4 is the defacto forex consumer trading platform http://www.metatrader4.com/en

The key feature of MT4 is the ability to buy, create and run your own trading bots - this is a massive source of liquidity and trading volume and there are vast libraries of such bots available on the metatrader marketplace https://www.mql5.com/en/market/mt4

There has been some discussion about how to integrate metatrader 4 with bitshares, and I have good experience of both platforms so I know what it will take. I've created this thread to open the discussion about how this might be achieved.

There are a few things to know about MT4 first:

1. This is a margin trading platform. You go long/short with your base currency as collateral in your desired market, and you always close your order with one of the opposite type, so if you buy, you must sell to close your position. This means you always end up back in the same currency you started out with.
2. There is typically leverage available, the amount varies depending on your broker
3. I *think* the available markets are hard coded into the platform, so you have to offer markets like EUR/USD, JPY/USD etc
4. The is no orderbook available to traders (this is a big negative point)
5. The spreads are typically denoted in Pips, which are fractions of a dollar (this is a bit of a sticking point for integration)
6. The metatrader 4 client side app communicates with the broker via a custom protocol - there would need to be a bitshares bridge server
7. Placing and cancelling limit orders is free
8. There are order types bitshares doesn't support right now, buy stop and sell stop which are resting orders which do not activate until the price reaches them (opposite way to regular limit orders)
9. Metatrader the corporation would almost certainly be opposed to this integration, so this would need to be done with no central point of failure in terms of legal ramifications

I propose something radical to address point 7, which is a huge point for existing MT4 users who would never accept having to pay for that: require a Proof of Work for placement and cancel orders, but have 0 transaction fee. That would prevent spam while costing no currency.

Point 8 could easily be addressed by adding these order types into the DEX.

In summary, I think it would be possible to integrate IF bitshares supported margin trading in a compatible way.

Cheers, Paul.

23
General Discussion / [ANN] Trade Ether,Nxt and Bitcoin inside Bitshares!
« on: November 06, 2015, 02:19:50 pm »
Hi everyone,

We're pleased to announce the launch of metaexchange's IOU assets representing Ether, Nxt and Bitcoin! You can now trade these currencies inside the Bitshares decentralised exchange!

For the first time ever, you can now trade Ether and Nxt tokens in bitshares!

https://metaexchange.info/markets/METAEX.BTC/BTC
https://metaexchange.info/markets/METAEX.ETH/ETH
https://metaexchange.info/markets/METAEX.NXT/NXT

Example usage:

1. Go here https://metaexchange.info/markets/METAEX.BTC/BTC
2. Enter your bitshares account name
3. Send bitcoins to the generated deposit address
4. Your METAEX.BTC tokens will be credited to your bitshares account after 1 bitcoin confirmation!

Our standard 0.3% fee applies, and there is no miners fee.

The next step will be to get these added to the lite and online wallets.

Let me know if you have trouble, or have questions :)

Cheers, Paul.

24
Technical Support / 1000 BTS fee to update an asset?!
« on: November 05, 2015, 09:27:12 am »
That is crazy high. Especially since it costs 5000 just to create a cheap one.

25
Technical Support / Latest lite wallet asset creation bugs
« on: November 05, 2015, 09:02:42 am »
1. The maximum supply has a HTML max field, but this does not correspond to GRAPHENE_MAX_SHARE_SUPPLY, and I get an error when creating the asset.
2. Setting the optional market fee percent to something does not enable bit 0 of flags. which means no fees will be collected
3. If you enter a max market fee which is too large, a msg appears but then you are prevented from correcting your mistake (you have to close the entire app and re-open)
4. The flags listed in the asset explorer bare no relation to the flags field on the asset

edit: 3 occurred due to changing the asset precision to 18 during editing, and even 1 is too high a fee in that case

26
Technical Support / Unable to create sub-assets
« on: October 31, 2015, 05:12:53 pm »
I get this error:

Code: [Select]
asset_symbol_itr != asset_indx.end(): Asset METAEX.BTC may only be created by issuer of METAEX, but METAEX has not been registered
Yet, METAEX exists.

Code: [Select]
get_asset METAEX
{
  "id": "1.3.586",
  "symbol": "METAEX",
  "precision": 8,
  "issuer": "1.2.30966",
  "options": {
    "max_supply": 21000000,
    "market_fee_percent": 0,
    "max_market_fee": 0,
    "issuer_permissions": 79,
    "flags": 0,
    "core_exchange_rate": {
      "base": {
        "amount": 1,
        "asset_id": "1.3.0"
      },
      "quote": {
        "amount": 1,
        "asset_id": "1.3.586"
      }
    },
    "whitelist_authorities": [],
    "blacklist_authorities": [],
    "whitelist_markets": [],
    "blacklist_markets": [],
    "description": "metaexchange IOU root",
    "extensions": []
  },
  "dynamic_asset_data_id": "2.3.586"
}

27
General Discussion / [ANN] BTS returns to metaexchange - finally!
« on: October 30, 2015, 12:32:26 pm »
Hi guys,

I've finally completed the bitshares2.0 chain integration on metaexchange, so you can now buy/sell BTS again!

https://metaexchange.info/markets/BTS/BTC

Also, METAFEES asset has been made available to buy with BTC/ETH/NXT - read more about our fee sharing here:

https://bitsharestalk.org/index.php/topic,19523.0.html

Cheers, Paul.

28
There is no way to reduce the supply of a UIA in 2.0! The equivalent to burn, reserve_asset doesn't work at all.

Please can a core member put a high priority tag on this issue:

https://github.com/cryptonomex/graphene/issues/398

29
If you manage to work around the incorrect documentation for reserve_asset and get it to run, it will attempt to reduce your BTS balance instead of the UIA you pass to it!

Code: [Select]
unlocked >>> reserve_asset gatewaytest ABCDEF 100000000 true
reserve_asset gatewaytest ABCDEF 100000000 true
1452531ms th_a       wallet.cpp:1851               sign_transaction     ] Caught exception while broadcasting tx 5993cdf3fa64f85fbbb
2faa7d7ed14f52a9e8869:  0 exception: unspecified
10 assert_exception: Assert Exception
itr->get_balance() >= -delta: Insufficient Balance: gatewaytest's balance of 744.55657 BTS is less than required 100000000 BTS

If I had 100,000,000 BTS, I would have just lost it!!

https://github.com/cryptonomex/graphene/issues/398

30
It was quite handy to have a url to enable easy transaction sending via the wallet in 1.0, I could do this:

bts:gatewaytest/transfer/amount/10/memo/BTS_BTC-0-0.00001345-0.080-3778279794/from/monsterer/asset/"BTS"

and it would automatically fire up the client and set all the fields correctly. Can we do this in 2.0?

Pages: 1 [2] 3 4 5 6 7 8 9 ... 13