Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
tm2013
on 14/05/2015, 06:27:57 UTC
Quick question: If I or someone were to port the counterparty bootle interface for darkpoold, would anyone use it? To elaborate, it would be a web interface to darkpoold so the cli would be 'bypassed'.
edited* my comment answered what would need to be done. not if someone would use it if it worked...

I think if it was compiled and people could just run it theres plenty of people who had the community burn blur for them who would be interested in running a web wallet. its easier than CLI, people can verify their balances and well end up doing the same commands you would from CLI. I havent noticed much happen in the blur world since burning stopped

2015-05-08-T00:18:25Eastern Daylight Time Broadcast: tm2013's burning service ends at block 60150 = -1.0 from CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3 at 2015-05-08T00:17:05-04:00 with a fee of 0.0% (eb954ec35ae4721591cb3365b6f8e6209c7ee55b0f0e4624da83afde2e997c0a) [valid]

2015-05-07-T23:27:46Eastern Daylight Time Broadcast: JasemoneyBurnServiceEnds = 1.0 from C33gb4w2cKGZdtqgZ6MYMzqdBXdEzYxM7X at 2015-05-07T23:24:49-04:00 with a fee of 0.0% (30350efba1e23f6d00cee53dedd8ef12c22782604f4af12ef3cfc8adf7e3fbd6) [valid]

no BLUR transactions have been recorded since before burn period ended.


FYI here is what can be done with BLUR through the CLI darkpoold or any future webwallets/services the main functions available are listed below:
Code:
positional arguments:
  {server,send,order,cravepay,issuance,broadcast,bet,dividend,burn,cancel,callba
ck,rps,rpsresolve,publish,balances,asset,wallet,pending,reparse,rollback,market}

                        the action to be taken
    server              run the server (WARNING: not thread-safe)
    send                create and broadcast a *send* message
    order               create and broadcast an *order* message
    cravepay            create and broadcast a *CRAVEpay* message, to settle
                        an Order Match for which you owe CRAVE
    issuance            issue a new asset, issue more of an existing asset or
                        transfer the ownership of an asset
    broadcast           broadcast textual and numerical information to the
                        network
    bet                 offer to make a bet on the value of a feed
    dividend            pay dividends to the holders of an asset (in
                        proportion to their stake in it)
N/A  burn               destroy {} to earn BLUR, during an initial period of
                        time
    cancel              cancel an open order or bet you created
    callback            callback a fraction of an asset
    rps                 open a rock-paper-scissors like game
    rpsresolve          resolve a rock-paper-scissors like game
    publish             publish arbitrary data in the blockchain
    balances            display the balances of a BLUR address
    asset               display the basic properties of a BLUR asset
    wallet              list the addresses in your backend wallet along with
                        their balances in all BLUR assets
    pending             list pending order matches awaiting CRAVEpayment from
                        you
    reparse             reparse all transactions in the database (WARNING: not
                        thread-safe)
    rollback            rollback database (WARNING: not thread-safe)
    market              fill the screen with an always up-to-date summary of
                        the BLUR market
I've had bootle done for a while, it just had one bug that needed to be worked out..  Tongue