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

Pages: 1 2 [3] 4 5 6 7 8 9 10 ... 40
31
Stakeholder Proposals / Re: BitSuperLab please fix your feeds
« on: May 23, 2015, 08:11:10 pm »
I reported this issue here some days ago. Feed tool is no longer working after latest git pull
https://github.com/bitsuperlab/operation_tools/issues/6

Code: [Select]
Warning: unknown error, can't fetch price
Expecting value: line 1 column 1 (char 0)

32
General Discussion / Re: BitShares 0.9.0 Feedback
« on: April 24, 2015, 12:20:07 am »
Having troubles building 0.9.0

Code: [Select]
cmake .
...
CMake Error at libraries/fc/CMakeLists.txt:193 (add_subdirectory):
  The source directory

    /home/local/bitshares/libraries/fc/vendor/websocketpp

  does not contain a CMakeLists.txt file.

33
DAC PLAY / Re: make error : no makefile found
« on: April 20, 2015, 06:06:47 am »

If I had to guess (and that's what I am doing here all the time) .. then I'd say you need to run a
Code: [Select]
git submodule --init update --recursive

$ git submodule  update --init --recursive
fatal: reference is not a tree: 028f9409247be6d3d09a157e8eb347a173afc599
Unable to checkout '028f9409247be6d3d09a157e8eb347a173afc599' in submodule path 'libraries/leveldb'

34
DAC PLAY / Re: make error : no makefile found
« on: April 20, 2015, 01:57:33 am »
I also have this problem. Can't build.

Code: [Select]
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Found BerkeleyDB: /usr/include 
-- Enabling Bitcoin Core Wallet Imports
-- Found Curses: /usr/lib/x86_64-linux-gnu/libcurses.so 
-- Found Readline: /usr/include 
-- Configuring done
CMake Error at CMakeLists.txt:206 (add_library):
  Cannot find source file:

    /home/local/dac_play/libraries/leveldb/port/port_posix.cc

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


Any solutions?

35
General Discussion / Claiming sharedrops
« on: January 05, 2015, 10:40:29 pm »
Are there instructions anywhere on how we are to calculate and claim expected sharedrops from all the mergers and new BitShares clones? It is very confusing and I am yet to claim anything post merger in November. Clear instructions are needed.

36
General Discussion / Re: Having trouble importing DNS share
« on: December 20, 2014, 05:03:34 pm »
Stuck at the first stage. When i try to get public keys at the dns wallet - it keeps saying "unkonwn account name" (the account name is registered). When i type in wallet get name - it says "default" .... Version 0.0.4 - Can anyone help?

Try importing without account name,
wallet_import_private_key <key>

38
General Discussion / BitShares snappy app for Ubuntu Core
« on: December 17, 2014, 02:12:11 am »
http://www.ubuntu.com/cloud/tools/snappy

Ubuntu announced snappy Ubuntu Core

"A new, transactionally updated Ubuntu for the cloud."

How about creating a BitShares snappy app for Ubuntu Core to make deployment and management of delegate nodes an easier task.

39
http://blogs.wsj.com/moneybeat/2014/12/08/bitbeat-sec-fines-another-seller-of-unregistered-bitcoin-securities/

"The Securities Exchange and Commission said Monday that it had sanctioned an Oregon man for running unregistered trading venues for securities that used the virtual currencies bitcoin and litecoin."


40
I must have missed info on this.. can some one point me to information on pts returns and how to get them.

41
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 03, 2014, 03:26:22 am »
Code: [Select]
Warning: unknown error, can't fetch price
2014-12-02 19:23:54,204[ERROR]: 'result'
Traceback (most recent call last):
  File "./bts_feed_auto.py", line 197, in <module>
    fetch_price()
  File "./bts_feed_auto.py", line 100, in fetch_price
    price_depth["bts_usd"] = client.get_depth_in_range("USD","BTS", depth_change)
  File "/home/bitcoiners/dev/projects/operation_tools/btsfeed/bts.py", line 43, in get_depth_in_range
    price = self.get_price(quote,base)
  File "/home/bitcoiners/dev/projects/operation_tools/btsfeed/bts.py", line 233, in get_price
    order = response.json()["result"]
KeyError: 'result'


latest git pull

42
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 02, 2014, 03:41:00 pm »

Code: [Select]
$ tail  -f log-bts.txt
2014-12-02 07:38:04,754[ERROR]: Warning: unknown error, can't fetch price
2014-12-02 07:38:04,754[ERROR]: 'short_price_limit'
Traceback (most recent call last):
  File "./bts_feed_auto.py", line 197, in <module>
    fetch_price()
  File "./bts_feed_auto.py", line 100, in fetch_price
    price_depth["bts_usd"] = client.get_depth_in_range("USD","BTS", depth_change)
  File "/home/bitcoiners/dev/projects/operation_tools/btsfeed/bts.py", line 66, in get_depth_in_range
    price_limit = order["state"]["short_price_limit"]
KeyError: 'short_price_limit'



43
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 02, 2014, 01:20:47 am »
watch the log file for error message
log-bts.txt
After latest git pull
bts_feed_auto.py stopped working.
It now just waits infinitely..
Code: [Select]
$ ./bts_feed_auto.py USD

I have installed
Code: [Select]
python3
python3-requests
python3-numpy

on Ubuntu. Also copied and updated new config.json

Code: [Select]
{
  "asset_list_display": ["CNY", "USD", "BTC", "GOLD"],
  "delegate_list": ["bitcoiners"],
  "client": {
    "rpc_host": "localhost",
    "rpc_port": "9989",
    "rpc_user": "bitcoinerS",
    "rpc_password": "*"
  },
  "price_limit": {
    "common": "only update price feed when the change rate is between 5% ~ 100%",
    "change_min": 0.5,
    "change_max": 50,
    "common1": "set the frequency, how many seconds need to wait until next fetch",
    "sample_timer": 60,
    "common2": "update the feed price at least 23.5 hours a time",
    "max_update_hours": 2.5,
    "common3": "we use the median price, how many samples need to use",
    "median_length": 31
  },
  "market_weight": {
    "common": "weight depenth on (depth * scale)",
    "common1": "include depth between price*(1-depth_change) and price*(1+depth_change)",
    "depth_change": 0.03,
    "scale_bts_usd": 1,
    "scale_bts_cny": 1,
    "scale_btc38": 1,
    "scale_yunbi": 1,
    "scale_bter": 1
  },
  "log" : {
    "filename" : "log-bts.txt",
    "logMaxByte" : 1024000,
    "logBackupCnt" : 15
  }
}

Code: [Select]
$ cat log-bts.txt
2014-11-30 22:56:28,284[ERROR]: Warning: unknown error, can't fetch price
2014-11-30 22:57:49,674[ERROR]: Error fetching results from bter!
2014-11-30 22:57:49,675[ERROR]: Error get price from bter!
2014-11-30 22:57:51,969[ERROR]: Warning: unknown error, can't fetch price
2014-11-30 22:59:16,253[ERROR]: Warning: unknown error, can't fetch price
2014-11-30 23:00:24,598[ERROR]: Warning: unknown error, can't fetch price
2014-11-30 23:01:29,085[ERROR]: Warning: unknown error, can't fetch price
2014-11-30 23:02:38,847[ERROR]: Error fetching results from yunbi!
2014-11-30 23:02:38,847[ERROR]: Error get price from yunbi!
2014-11-30 23:02:38,905[ERROR]: Warning: unknown error, can't fetch price
2014-11-30 23:03:47,831[ERROR]: Warning: unknown error, can't fetch price
2014-11-30 23:04:55,646[ERROR]: Warning: unknown error, can't fetch price

44
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 01, 2014, 06:29:38 pm »
After latest git pull
bts_feed_auto.py stopped working.
It now just waits infinitely..
Code: [Select]
$ ./bts_feed_auto.py USD

I have installed
Code: [Select]
python3
python3-requests
python3-numpy

on Ubuntu. Also copied and updated new config.json

Code: [Select]
{
  "asset_list_display": ["CNY", "USD", "BTC", "GOLD"],
  "delegate_list": ["bitcoiners"],
  "client": {
    "rpc_host": "localhost",
    "rpc_port": "9989",
    "rpc_user": "bitcoinerS",
    "rpc_password": "*"
  },
  "price_limit": {
    "common": "only update price feed when the change rate is between 5% ~ 100%",
    "change_min": 0.5,
    "change_max": 50,
    "common1": "set the frequency, how many seconds need to wait until next fetch",
    "sample_timer": 60,
    "common2": "update the feed price at least 23.5 hours a time",
    "max_update_hours": 2.5,
    "common3": "we use the median price, how many samples need to use",
    "median_length": 31
  },
  "market_weight": {
    "common": "weight depenth on (depth * scale)",
    "common1": "include depth between price*(1-depth_change) and price*(1+depth_change)",
    "depth_change": 0.03,
    "scale_bts_usd": 1,
    "scale_bts_cny": 1,
    "scale_btc38": 1,
    "scale_yunbi": 1,
    "scale_bter": 1
  },
  "log" : {
    "filename" : "log-bts.txt",
    "logMaxByte" : 1024000,
    "logBackupCnt" : 15
  }
}

45
General Discussion / Re: We passed the 1 million block ! Exciting times !
« on: November 13, 2014, 10:21:14 pm »
 +5%

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