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 - jbutta2k13

Pages: [1]
1
General Discussion / Stop the dilution
« on: April 21, 2017, 02:10:51 am »
I have been one of the earliest followers of bitshares back from the days of keyotee and PTS. I have watched people come and go from Stan and his man Dan to several other very notable players. I am voicing my opinion after being a long time investor and observation get similarities between bitshares dilution and QE and the constant destruction of wealth. I honest can't take watching it amymore without saying something.

Bitshares has been injecting money supply just like QE from the "you name it" central banks. This is where the similarity ends. QE was initially done as a remedy to dollar shortages  worldwide. So why is bitshares injecting and printing money since there is not a liquidity problem? QE has continues at the expense of everyone and we are seeing the identify wealth destruction occur in bitshares? Who in there right mind was to be a long term investor when they know there wealth is purposely being destroyed?

Stop creating more supply. The only people that benefit from said system are the individuals that benefit from money printing.

Bitshares was supposed to be the antithesis to the dollar but over time has taken on much of the same mechanisms of the fiats that it wanted to replace.
I as well as many other will not invest more capital when the continuing theme is to devalue each and every bitshare. Printing money does not create value and you are kidding yourself and others if you think it does.



Sent from my iPhone using Tapatalk

2
General Discussion / Historical BTS trade data in CSV
« on: August 03, 2016, 12:52:15 pm »
Can someone tell me if there is a way to get historical trade data in CSV from the command line or into python for post-processing? thank you

3
Technical Support / help with 2 registered accounts
« on: August 22, 2014, 04:24:12 pm »
My computer crashed and I lost my wallets for 2 accounts.  I do have by public and private key.   How do i get my balances back?
Everything was transferred to the BTSX bockchain so I dont think importing the PTS keys will help.

thanks

4
General Discussion / TX fees question
« on: July 22, 2014, 06:01:28 pm »
Is there a way to break down fees from user & delegate registration fees paid to the network from actual send/receive volume?  i am tryiing to get a handle on the if we have only 29,366 blocks, which most are empty, how accumulated fees can be 271,000XTS.  Based on current .1BTSX fee. this would require roughly 100 txs per block.
It would help in understand the volume and where it is coming from.. If all this fee were delegates, that would mean there are 18,000 delegates or almost half the blocks signed are delegate registration?  Maybe I don't understand how its calculated,so if one could enlighten me, that would e great. thanks

 
{
  "blockchain_head_block_num": 29366,
  "blockchain_head_block_age": "55 seconds old",
  "blockchain_head_block_timestamp": "20140722T174550",
  "blockchain_average_delegate_participation": 90.178571428571431,
  "blockchain_delegate_pay_rate": 224297,
  "blockchain_blocks_left_in_round": 25,
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "271,310.85911 BTSX",
  "blockchain_share_supply": 199972868896012,
  "blockchain_random_seed": "fc3a3bed8154eb6e3b5d9e29a571b240096e0fad",
  "blockchain_database_version": 115,
  "blockchain_version": 109,
  "network_num_connections": 8,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "19 minutes in the future",
  "wallet_unlocked_until_timestamp": "20140722T180554",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 100
 

5
General Discussion / RPC help
« on: July 10, 2014, 07:43:17 pm »
I have the rpc server started but I cannot connect using python and requests....can someone tell me why I am getting this error.  I have no problems conneting python to http server..


ConnectionError: HTTPConnectionPool(host='localhost', port=18332): Max retries exceeded with url: / (Caused by <class 'socket.error'>: [Errno 10061] No connection could be made because the target machine actively refused it)

config.json rpc info

"rpc": {
    "enable": true,
    "rpc_user": "user",
    "rpc_password": "1234",
    "rpc_endpoint": "localhost:18832",
    "httpd_endpoint": "localhost:8801",
    "htdocs": "./htdocs"



python code snippet....

serverURL = 'http://' + rpc_user + ':' + rpc_password + '@localhost:' + str(rpcPort)
headers = {'content-type': 'application/json'}
payload = json.dumps({"method": 'get_info', "jsonrpc": "2.0"})
response = requests.get(serverURL, headers=headers, data=payload)
print(response.json()['result'])


6
MemoryCoin / Miner Build for Centos
« on: December 17, 2013, 06:47:25 pm »
Can anyone help with how to build the memorycoin mining on CentOS? thanks

Pages: [1]