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

Pages: 1 ... 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 ... 78
166
General Discussion / Re: HOw do I short BITUSD?
« on: October 16, 2015, 12:20:18 am »
You press the "Borrow USD" button and specify how much you want to short, and with how much collateral.

In 2.0 you always short BitUSD to yourself first and then sell it onwards I think.

While youre at it, short some BitBTC!

167
Technical Support / Re: Importing Keys into Graphene
« on: October 15, 2015, 11:14:16 pm »
I am getting this when I try to start the cli_wallet:
Code: [Select]
Starting a new wallet with chain ID 4018d7844c78f6a6c41c6a552b898022310fc5dec06da467ee7905a8dad512c8 (from egenesis)
2219225ms th_a       main.cpp:160                  main                 ] wdata.ws_server: ws://localhost:8090
0 exception: unspecified
Underlying Transport Error
    {"message":"Underlying Transport Error"}
    asio  websocket.cpp:436 fc::http::detail::websocket_client_impl::{ctor}::<lambda_a9259faf4b61f0851fe6641174ca8528>::operator ()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:621 fc::http::websocket_client::connect

Is this something I am doing wrong?

Is your witness up and running (guess)?

I get this no matter what. with or without witness or light wallet open. may try wiping everything again and start with a fresh install of the cli tools

Did you run you witness_node with --rpc-server="127.0.0.1:8090" ?

yes, I have it run with the --rpc-server="127.0.0.1:8090" but still get the same error from the cli. the witness node is current to recent block from what it says

I setup my witness node's rpc-endpoint setting by editing config.ini:
http://docs.bitshares.eu/apps/Witness.html


168
Technical Support / Re: Importing Keys into Graphene
« on: October 15, 2015, 10:46:51 pm »
I am getting this when I try to start the cli_wallet:
Code: [Select]
Starting a new wallet with chain ID 4018d7844c78f6a6c41c6a552b898022310fc5dec06da467ee7905a8dad512c8 (from egenesis)
2219225ms th_a       main.cpp:160                  main                 ] wdata.ws_server: ws://localhost:8090
0 exception: unspecified
Underlying Transport Error
    {"message":"Underlying Transport Error"}
    asio  websocket.cpp:436 fc::http::detail::websocket_client_impl::{ctor}::<lambda_a9259faf4b61f0851fe6641174ca8528>::operator ()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:621 fc::http::websocket_client::connect

Is this something I am doing wrong?

Is your witness up and running (guess)?

169
Technical Support / Re: Importing Keys into Graphene
« on: October 15, 2015, 10:44:21 pm »
I guess I also need to know what T is.  Can post the full error?

Here you go (T = fc::stringstream::impl):

Code: [Select]
[ 22%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/sstream.cpp.o
In file included from home/me/source/bitshares/libraries/fc/src/io/sstream.cpp:2:0:
home/me/source/bitshares/libraries/fc/include/fc/fwd_impl.hpp: In instantiation of ‘void fc::check_size() [with long unsigned int RequiredSize = 392ul; long unsigned int ProvidedSize = 368ul]’:
home/me/source/bitshares/libraries/fc/include/fc/fwd_impl.hpp:63:43:   required from ‘fc::fwd<T, S, Align>::fwd(U&&) [with U = std::__cxx11::basic_string<char>&; T = fc::stringstream::impl; unsigned int S = 368u; Align = double]’
home/me/source/bitshares/libraries/fc/src/io/sstream.cpp:24:8:   required from here
home/me/source/bitshares/libraries/fc/include/fc/fwd_impl.hpp:58:25: error: static assertion failed: Failed to reserve enough space in fc::fwd<T,S>
     void check_size() { static_assert( (ProvidedSize >= RequiredSize), "Failed to reserve enough space in fc::fwd<T,S>" ); }
                         ^
libraries/fc/CMakeFiles/fc.dir/build.make:583: recipe for target 'libraries/fc/CMakeFiles/fc.dir/src/io/sstream.cpp.o' failed

Thanks BM!

170
Technical Support / Re: Importing Keys into Graphene
« on: October 15, 2015, 10:37:52 pm »
Im trying to compile tag bts/0.9.3d so that I can export my wallet backup to Graphene, but FC is failing to compile:

Code: [Select]
/home//source/bitshares/libraries/fc/include/fc/fwd_impl.hpp:58:25: error: static assertion failed: Failed to reserve enough space in fc::fwd<T,S>
     void check_size() { static_assert( (ProvidedSize >= RequiredSize), "Failed to reserve enough space in fc::fwd<T,S>" ); }

Any ideas?

Yeah, it looks like you are using a new version of GCC.   Try installing a slightly older version or using CLANG.     If you can tell me what the RequiredSize was (should be in the extended error message) then I can update FC to make it work for you.

Lol I upgraded my distro to compile Graphene :)

Here is the extended error message with the RequiredSize:
Code: [Select]
/home/source/bitshares/libraries/fc/include/fc/fwd_impl.hpp: In instantiation of ‘void fc::check_size() [with long unsigned int RequiredSize = 392ul; long unsigned int ProvidedSize = 368ul]’:

171
Technical Support / Re: Privacy warning
« on: October 15, 2015, 10:33:21 pm »
Thanks for bringing this up.

Does this apply to the old account type that used stealth addresses in BTS 0.9x ?

Are stealth address account types still supported?

172
Technical Support / Re: Importing Keys into Graphene
« on: October 15, 2015, 10:30:46 pm »
Im trying to compile tag bts/0.9.3d so that I can export my wallet backup to Graphene, but FC is failing to compile:

Code: [Select]
/home//source/bitshares/libraries/fc/include/fc/fwd_impl.hpp:58:25: error: static assertion failed: Failed to reserve enough space in fc::fwd<T,S>
     void check_size() { static_assert( (ProvidedSize >= RequiredSize), "Failed to reserve enough space in fc::fwd<T,S>" ); }

Any ideas?

173
General Discussion / Re: 328,028 BTS Reduction in Supply since 2.0
« on: October 15, 2015, 10:17:49 pm »
Now up to:  590,226  reduction in supply.

This really isnt sustainable is it? Its just new users registering names & memberships etc. Its not a level of revenue that is sustained from trading.

174
Technical Support / Re: !!! Stupid Questions Thread !!!
« on: October 15, 2015, 10:14:50 pm »
Im currently compiling my BTS-1 wallet to 0.9.3 so that I can create a new backup that can be imported into the the 2.0 web wallet - jesus this is complicated.

Is the cli_wallet just for exchanges etc? Most general users would want to run the web wallet (sometimes a local one), so is it true they would never need the cli_wallet? Are the any differences in security between the running your own web wallet and the cli_wallet?

175
Technical Support / Re: where do i get the new bitshares 2.0
« on: October 13, 2015, 07:44:19 pm »
Anyone know the differences between the full and light wallets?

Light wallets get the blockchain status informed by a server, just like Electrum does for Bitcoin. Full wallets download the full blockchain themselves and syncs with it.

176
Technical Support / Re: Cant compile on latest Ubuntu
« on: October 13, 2015, 07:42:38 pm »
Building nicely on 15.10...

177
General Discussion / Re: Open Ledger is Now Operational
« on: October 13, 2015, 07:32:08 pm »
Very interesting how all the witnesses have a very narrow range of 78-81 million votes :P

178
Technical Support / Re: where do i get the new bitshares 2.0
« on: October 13, 2015, 05:33:15 pm »
Im sure they will post links to windows and mac binaries soon. People on the network now are building from source.

179
General Discussion / Re: The Final Countdown!
« on: October 13, 2015, 04:32:18 pm »
Is https://graphene.bitshares.org going to switch to the real 2.0 blockchain, or do we have to wait for Openledger to see a webwallet?

180
Technical Support / Re: Cant compile on latest Ubuntu
« on: October 13, 2015, 04:16:53 pm »
Thanks, but I can upgrade to 15.10 now, that will probably have 1.57.

Bleeding edge as usual.

Pages: 1 ... 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 ... 78