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

Pages: [1] 2 3 4 5 6 7 8
1
General Discussion / BEOS - Alternative proposal for Bitshares 3.0
« on: October 24, 2017, 05:20:40 am »

In this post I described
BEOS - Alternative proposal for Bitshares 3.0
https://steemit.com/bitshares/@slavix/beos-bitshares-on-eos-alternative-proposal-for-bitshares-3-0

Basic idea is to upgrade Bitshares with latest in blockchain tech by cloning EOS and making BTS base token of the new blockchain. Current Bitshares functionality would need to be implemented as a native contract on BEOS.
Follow the link to read details of this proposal.


2
General Discussion / Bitshares as a platform for ICOs?
« on: June 22, 2017, 03:43:35 am »
Someone I know is planning an ICO for his offline company. He is considering launching an erc20 token on etherium which seems to be a popular option lately. Should he consider Bitshares for his ICO? Is Bitshares suitable, ready?

3
Technical Support / shorts and NOTEs missing after migration
« on: November 30, 2015, 10:32:10 pm »
After I migrated to Bitshares 2 my existing Bitshares Music NOTEs and active shorts did not migrate into new wallet. Anything I should do to get them imported? Thanks.

4
Code: [Select]
$ ./programs/witness_node/witness_node
..
921223ms th_a       application.cpp:233           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
921223ms th_a       application.cpp:438           startup              ] 13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:236 reset_websocket_server
921223ms th_a       application.cpp:984           startup              ] 13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:236 reset_websocket_server
rethrow
    {}
    th_a  application.cpp:438 startup
921223ms th_a       main.cpp:192                  main                 ] Exiting with error:
13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:236 reset_websocket_server
rethrow
    {}
    th_a  application.cpp:438 startup
921406ms th_a       thread.cpp:115                ~thread              ] calling quit() on p2p
921406ms th_a       thread.cpp:160                quit                 ] destroying boost thread 140527597115136
921406ms p2p        thread.cpp:246                exec                 ] thread canceled: 9 canceled_exception: Canceled

    {}
    p2p  thread_d.hpp:461 start_next_fiber

5
Technical Support / build error bitshares 2
« on: November 12, 2015, 10:45:51 pm »
New Ubuntu install. Failing to build latest bitshares.

Code: [Select]
...
[ 48%] Building CXX object libraries/fc/CMakeFiles/all_tests.dir/tests/utf8_test.cpp.o
make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libcurses.so', needed by 'libraries/fc/all_tests'.  Stop.
CMakeFiles/Makefile2:153: recipe for target 'libraries/fc/CMakeFiles/all_tests.dir/all' failed
make[1]: *** [libraries/fc/CMakeFiles/all_tests.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
~/local/bitshares-2((HEAD detached at v2.15.306)) $

6
Hi,
I imported my keys using cli commands and balances for my accounts show up in cli, but when I open gui and reload the page, it is still showing a spinning icon and says loading balance claims, no accounts show up in the gui.

7
Technical Support / cli command for transaction history
« on: October 22, 2015, 06:18:33 pm »
Hi,
How to I look up transaction history using a cli command? Thanks.

8
Technical Support / can't restart witness node after shut down - crashes
« on: October 19, 2015, 06:59:33 pm »
Code: [Select]
./programs/witness_node/witness_node
3408061ms th_a       witness.cpp:86                plugin_initialize    ] witness plugin:  plugin_initialize() begin
3408061ms th_a       witness.cpp:96                plugin_initialize    ] key_id_to_wif_pair: ["BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]
3408061ms th_a       witness.cpp:114               plugin_initialize    ] witness plugin:  plugin_initialize() end
3408061ms th_a       object_database.cpp:91        open                 ] Opening object database from /home/user/local/bitshares-2/witness_node_data_dir/blockchain ...
3411465ms th_a       object_database.cpp:97        open                 ] Done opening object database.
3411465ms th_a       db_management.cpp:125         open                 ] last_block->id(): 0002a8b4791ef4b8979d60df2a42f6a4f0b576db last_block->block_num(): 174260
3411465ms th_a       db_management.cpp:133         open                 ] 10 assert_exception: Assert Exception
head_block_num() == 0: last block ID does not match current chain state
    {}
    th_a  db_management.cpp:128 open
3411465ms th_a       db_management.cpp:133         open                 ] data_dir: /home/user/local/bitshares-2/witness_node_data_dir/blockchain
3411465ms th_a       application.cpp:400           startup              ] 10 assert_exception: Assert Exception
head_block_num() == 0: last block ID does not match current chain state
    {}
    th_a  db_management.cpp:128 open
rethrow
    {"data_dir":"/home/user/local/bitshares-2/witness_node_data_dir/blockchain"}
    th_a  db_management.cpp:133 open
3411465ms th_a       application.cpp:946           startup              ] 10 assert_exception: Assert Exception
head_block_num() == 0: last block ID does not match current chain state
    {}
    th_a  db_management.cpp:128 open
rethrow
    {"data_dir":"/home/user/local/bitshares-2/witness_node_data_dir/blockchain"}
    th_a  db_management.cpp:133 open
rethrow
    {}
    th_a  application.cpp:400 startup
3411465ms th_a       main.cpp:192                  main                 ] Exiting with error:
10 assert_exception: Assert Exception
head_block_num() == 0: last block ID does not match current chain state
    {}
    th_a  db_management.cpp:128 open
rethrow
    {"data_dir":"/home/user/local/bitshares-2/witness_node_data_dir/blockchain"}
    th_a  db_management.cpp:133 open
rethrow
    {}
    th_a  application.cpp:400 startup
3411465ms th_a       db_block.cpp:401              pop_block            ] head_id: 0002a8b57cf1832d33ebc4b1317bfc29c1708ecc head_block_num(): 174261
3411592ms th_a       db_block.cpp:401              pop_block            ] head_id: 0002a8b57cf1832d33ebc4b1317bfc29c1708ecc head_block_num(): 174261

9
Technical Support / Bitshares 2: stuck in loading balance claims..
« on: October 16, 2015, 08:50:27 am »
I am having troubles importing my Bitshares 1 wallet.
UI has been showing: loading balance claims for many hours and no balance or accounts show up...

10
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.

11
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.

12
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."


13
General Discussion / memory use went up after upgrade to 0.4.24
« on: November 12, 2014, 01:50:27 am »
Upgraded delegate node and memory use went up.


14
Delegate team - bitcoiners

Introduction
After a great deal of consideration, hours of discussion and several nights of ‘sleeping on it’, we have decided to relaunch KeyID as new BitShares DNS DAC. We recognize that our community has been through quite a whirlwind as of late, and we are mindful of not causing additional concerns. To that end we will make every effort to present a clear picture of what we hope to achieve and why.

The Vision
We feel that there’s a strong case to be made for a ‘stand alone’ BitShares DNS DAC, which in all reality, is not fully independent from the main DAC, but coexists with it in a symbiotic relationship.  We recognize the importance of the strategic decision to form the BitShares Super DAC at this time, and the benefits that will inevitably bring to BitShares community.  At the same time, we feel there is so much room for development within the DNS space itself and huge potential for symbiosis and co-evolution of independent blockchains.

BitShares DAC diversity can only strengthen BitShares community,providing another playground for experimentation in organizational structures, business plans,and governance models.  Multiple BitShares DACs sub-communities may take different approaches and learn from, and collaborate with one another. BitShares DNS DAC will aim to reach a complementary development path with BitShares, each working on features beneficial to the other, but focusing on different applications and user groups within this large field.

BitShares DNS DAC will position as a “web 2.0” DAC, and may have a different regulation and oversight profile from BitShares super DAC, potentially providing some extra insulation from external threats.

We foresee BitShares DNS DAC accepting some BitAssets from the main BitShares DAC, such as BitUSD as payment for offered services, adding liquidity to the main BitShares DAC.

Our primary allegiance being to the BitShares community and vision, we are compelled by the possibilities of keeping the BitShares DNS dream alive in it’s own right and seeking out areas of collaboration between the chains.

Immediate goals:

  • Seek broad consensus from the community based on the merits of this proposal.
  • Seek agreement on pushing out KeyID blockchain end-of-life a month or more into the future to allow adequate preparation for re-launch as BitShares DNS and to reduce disruption to existing participants.
  • To continue listing KeyID’s DNS tokens on exchanges past November 5, as “proto-shares” in the upcoming BitShares DNS until the new DAC is launched.
  • Give community members the opportunity to take a position and make a choice on whether they wish to participate in the project based on the new plan.
  • Discuss blockchain symbiosis.


Midterm goals:

  • Discuss organizational and funding considerations
  • Assemble team with all the necessary skills and expertise to preparate smooth and secure launch of the new DNS DAC.
  • Write new BitShares DNS White Paper


Come with us! Lets build the “Web 2.0” DAC!

15
KeyID / NEW BitShares DNS (third party): Dry Run 2
« on: October 30, 2014, 03:37:02 am »
New testnet
Dry Run 1
Dry Run 2  for NEW BitShares DNS is up and producing blocks!  :)

Quote
If you are upgrading from Dry Run 1 please start over by cloning repository again.

Code: [Select]
git clone https://github.com/bitcoiners/dns.git
cd dns
git checkout dns-dryrun-2
git submodule update --init
cmake .
make


Let me know if you want to host a seed node or some DNS to play with.

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