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

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 23
76
General Discussion / Re: Request - Wallet API Access Using curl
« on: May 06, 2016, 01:12:23 pm »
My goal is to suggest_brain_key using curl. Help was an example that I expected would function similar. Thus far I've been issuing curl requests to the witness node socket. I've not thought to query the CLI wallet socket. Does each app have a distinct set of functions to return queries for? I have made the assumption that Help, Info, About and suggest_brain_key were supplied by the witness node.

77
General Discussion / Request - Wallet API Access Using curl
« on: May 06, 2016, 04:06:34 am »
May I request some assistance with the syntax to access the wallet-api using curl (not wscat)? I have reviewed the the following documentation:
http://docs.bitshares.eu/api/websocket.html#call-format
http://docs.bitshares.eu/api/wallet-api.html#wallet-calls

I am successful requesting get_dynamic_global_properties:
Code: [Select]
curl --data '{"jsonrpc": "2.0", "method": "call", "params": [0,"get_dynamic_global_properties",[]], "id": 2}' http://127.0.0.1:8090/rpc
But fail requesting for help:
Code: [Select]
curl --data '{"jsonrpc": "2.0", "method": "call", "params": [0,"help",[]], "id": 2}' http://127.0.0.1:8090/rpc
Thanks in advance for the assistance,
Fox

78
Done.
I also included the links and info to cryptofresh. Let's see what the big cheese says now, as usual I'll keep you guys filled in.
I can understand how demoralizing and time consuming this has been with Apple. Thanks for continuing to push it.

79
Yes, and those details are being released over the coming week.
Please direct me to the released content this week. I've continued to check the peerplays.com website as directed at launch but have yet to see any new content posted.

80
General Discussion / Re: !!!CAUTION!!! All public seed nodes down??
« on: May 05, 2016, 12:46:17 pm »
[...] I think it's safe to say if transactions weren't being processed the indication would be more obvious.
Please note: without any seed nodes accepting connections, the BitShares network is essentially invisible to new nodes attempting to connect, without manual and informed intervention. Obviously no transactions happening then.

Currently, it is conceivable to systematically DDOS individual witness nodes until none  (or is it only <11) remain to advance the chain state due to their inability to resync the blockchain following disconnect, given zero seed or known peer nodes which are actively synced and accepting connections.

@bytemaster, et al. devs: This is a series issue that needs to be resolved by analyzing the failed seed nodes (likely peer nodes are similarly impacted) identifying the root cause and issuing a patch or guidance on existing node re-configuration.   

Respectfully as always,
Fox

81
Technical Support / Re: Are even quicker blocks possible?
« on: May 05, 2016, 12:06:09 pm »
Limitation is latency in distributing and processing blocks to form consensus of chain state.

We ran a testnet at one second block times and found too many forks as network distribution scaled. NTP has been sited as a limitation if shorter than 3 second block interval is to be adopted.

82
Peer Plays is having a crowdfunding on Friday (announced last week). It's based on Graphene.

http://peerplays.com/ (SSL not functioning)

83
Technical Support / Re: 20160328cli-wallet Unable to sync up
« on: May 04, 2016, 10:48:46 am »
Damn the fat fingers. I'm glad to see this resolved.

84
Technical Support / Re: 20160328cli-wallet Unable to sync up
« on: May 03, 2016, 12:53:17 pm »
  • Built a new node from tag 2.0.160328 on Ubuntu 15.10
  • It builds fine, but does not sync the network
  • Used the two seed nodes provided by Xeroc above, but they fail to handshake:

Code: [Select]
2016-05-03T12:33:43 p2p:thread invoke for method load_configuration   load_configuration ] generating new private key for this node                     node.cpp:4404
2016-05-03T12:33:43 p2p:thread invoke for method load_configuration trigger_p2p_network_ ] Triggering connect loop now                  node.cpp:988
2016-05-03T12:33:43 p2p:thread invoke for method add_node trigger_p2p_network_ ] Triggering connect loop now                    node.cpp:988
2016-05-03T12:33:43 p2p:thread invoke for method connect_to_endpoint  connect_to_endpoint ] node_impl::connect_to_endpoint(208.66.16.68:43192)                  node.cp$
2016-05-03T12:33:43 p2p:thread invoke for method add_node trigger_p2p_network_ ] Triggering connect loop now                    node.cpp:988
2016-05-03T12:33:43 p2p:thread invoke for method connect_to_endpoint  connect_to_endpoint ] node_impl::connect_to_endpoint(208.66.16.68:45967)                  node.cp$
2016-05-03T12:33:43 p2p:thread invoke for method add_node trigger_p2p_network_ ] Triggering connect loop now                    node.cpp:988
2016-05-03T12:33:43   p2p:connect_to_task           connect_to ] fatal: error connecting to peer 208.66.16.68:43192: 0 exception: unspecified
Connection refused
    {"message":"Connection refused"}
    asio  asio.cpp:60 error_handler                     peer_connection.cpp:260
2016-05-03T12:33:43   p2p:connect_to_task display_current_conn ] Currently have 1 of [20/200] connections                       node.cpp:1731
2016-05-03T12:33:43   p2p:connect_to_task display_current_conn ]    my id is e1101e7df032cd84410e8344c0114e7b588b064fe7068e6e553e70d0c3d7bd77b5                 node.cp$
2016-05-03T12:33:43   p2p:connect_to_task display_current_conn ]    handshaking: 208.66.16.68:45967 with 00000000000000000000000000000000000000000000000000000000000000$
2016-05-03T12:33:43   p2p:connect_to_task trigger_p2p_network_ ] Triggering connect loop now                    node.cpp:988
2016-05-03T12:33:43   p2p:connect_to_task schedule_peer_for_de ] scheduling peer for deletion: 208.66.16.68:43192 (this will not block)                 node.cpp:1640
2016-05-03T12:33:43   p2p:connect_to_task schedule_peer_for_de ] asyncing delayed_peer_deletion_task to delete 1 peers                  node.cpp:1645
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task delayed_peer_deletio ] beginning an iteration of delayed_peer_deletion_task with 1 in queue                  node.cp$
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task              destroy ] calling close_connection()                    peer_connection.cpp:127
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task              destroy ] close_connection completed normally                   peer_connection.cpp:129
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task              destroy ] canceling _send_queued_messages task                  peer_connection.cpp:142
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task              destroy ] cancel_and_wait completed normally                    peer_connection.cpp:144
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task              destroy ] canceling accept_or_connect_task                      peer_connection.cpp:157
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task              destroy ] Unexpected exception from peer_connection's accept_or_connect_task : {"code":0,"name":"except$
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task   destroy_connection ] in destroy_connection() for                   message_oriented_connection.cpp:286
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task   destroy_connection ] in destroy_connection() for                   message_oriented_connection.cpp:286
2016-05-03T12:33:43 p2p:delayed_peer_deletion_task delayed_peer_deletio ] leaving delayed_peer_deletion_task                    node.cpp:1607
2016-05-03T12:33:43   p2p:connect_to_task           connect_to ] fatal: error connecting to peer 208.66.16.68:45967: 0 exception: unspecified

I'm unsure how to troubleshoot further.

85
Technical Support / Re: 20160328cli-wallet Unable to sync up
« on: May 03, 2016, 11:21:34 am »
I just built a node using the Microsoft Azure BaaS template (from source) and it failed to make properly:

Code: [Select]
...
[ 96%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/operation_tests                                                                                        2.cpp.o
[ 97%] Building CXX object tests/CMakeFiles/chain_test.dir/common/database_fixtu                                                                                        re.cpp.o
/usr/local/bitshares-2/tests/common/database_fixture.cpp: In constructor ‘graphe                                                                                        ne::chain::database_fixture::database_fixture()’:
/usr/local/bitshares-2/tests/common/database_fixture.cpp:83:22: warning: compari                                                                                        son between signed and unsigned integer expressions [-Wsign-compare]
    for( int i = 0; i < genesis_state.initial_active_witnesses; ++i )
                      ^
Linking CXX executable chain_test
CMakeFiles/chain_test.dir/tests/basic_tests.cpp.o: file not recognized: File tru                                                                                        ncated
collect2: error: ld returned 1 exit status
tests/CMakeFiles/chain_test.dir/build.make:397: recipe for target 'tests/chain_t                                                                                        est' failed
make[2]: *** [tests/chain_test] Error 1
CMakeFiles/Makefile2:2443: recipe for target 'tests/CMakeFiles/chain_test.dir/al                                                                                        l' failed
make[1]: *** [tests/CMakeFiles/chain_test.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2

The complete build script can be found in the build_bitshares.sh file:
https://github.com/Azure/azure-quickstart-templates/tree/master/bitshares-ubuntu-vm

86
Technical Support / Re: 20160328cli-wallet Unable to sync up
« on: May 03, 2016, 08:34:19 am »
Please check your connectivity or change the API server in the settings to another one
o,sorry,20160328witness_node unable to sync up
Is this a new build of the witness_node or one that was previously synced to the network? 

If previously synced, you may add --replay-blockchain to the command line sting. Further, if the database became corrupt, you may add --resync-blockchain and this will download from peers starting at block 0.

87
[...]
Apple finally called me today, I kept them on the phone for nearly 30 minutes, but alas I could not convince them that the name Bitshares was just a token on a blockchain like Bitcoin, Litecoin, etc. They are standing firm that Bitshares is "not an approved currency", so, I said since we are not able to change the name of our token to anything else and the blockchain cannot be modified, I have asked to speak with the manager of the department so that our tokens can "be approved" by Apple.
[...]

I'll offer the following guidance for your upcoming conversation with with the Apple manager: BitShares is the name of the Blockchain that the app connects to. The native token of BitShares is BTS. There are many bitcoin wallets on offer in the App Store. This offering is not any different.

I'm not sure how you are naming the app, but you may consider a product name with the description BitShares wallet: "Foo - BitShares Wallet"

Best,
Fox

88
Anybody signed an agreement? Do we gave to MS any BTS  rights to let us get on Azure?  :o

As the community member that submitted the initial pull request to Microsoft for the BitShares Template, I can resolve this question with a definitive "No, BitShares is not granted to Microsoft."  Further, it is not the intention of Microsoft to 'own' any of these blockchain submissions, rather sell compute time on their Azure platform.  Please note, as an individual I signed a contribution clause with Microsoft prior to submitting the template that basically said I would not knowingly upload anything malicious.  Cass would have signed the same statement when he corrected the spelling in the Readme file a few hours after my original submission.

Please review the Contribution Guide Microsoft provide for BaaS submissions for further details of the requirements:
https://github.com/Azure/azure-quickstart-templates/tree/master/1-CONTRIBUTION-GUIDE

BitShares running on Azure remains bound to the same MIT license contained within the source repository.

Respectfully,
Fox

89
im having trouble spinning one up...
The template deployment 'Microsoft.Template' is not valid according to the validation procedure. The tracking id is '_____________'. See inner errors for details. Please see http://aka.ms/arm-deploy for usage details.

does anyone know what this might mean?

Odd. The template is unchanged since launch. I will look at it in the near future. Currently in meetings.

90
General Discussion / Re: Let's try to get @bitshares on twitter
« on: March 18, 2016, 02:58:05 am »
I have purchased these twitter and fb handles for the community because it needed to be done.
[...]
I think a worker proposal is the best way to collect the funds for this but am not competent enough with CLI client to create one myself.

Brilliant work here JonnyBitcoin  +5% very much appreciate the proactive efforts.  I'll reach out to @roadscape about authoring the worker proposal on your behalf. 

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 23