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

Pages: 1 2 3 [4] 5 6 7 8 9 10 11 ... 44
46
FUUUUUUUUUUUUUUUUUUUUUU....
it was working all along!
just the light wallet doesnt work with it
The online wallet is working

+5%

Would anyone of you mind writing this all together into a markdown/reStrucut tutorial so that I can put it into docs.bts.eu?
That would be awesome!
i will write one on beyondbitcoin.org
if you want, you can use it

EDIT: https://beyondbitcoin.org/how-to-graphene-websocket-over-ssl-with-nginx-ubuntu-14-04/

47
Here's how to use nginx as an SSL proxy server for wss connections. I found this, which is almost exactly what is needed:

I succesfully used this configuration for a reverse proxy to a selfmade wss chat.

both your configs work for me for https.
https://sync.cryptofeed.net
but i still cant connect the light wallet via wss://sync.cryptofeed.net

edit: are you guys testing with your light wallet or with the online wallet?

48
probably by creating a public key and sending funds to it just like with bts1.0.
but i might be wrong idk

EDIT:
http://docs.bitshares.eu/testnet/Private.html#creating-accounts

49
I will continue to use 0.9.3 for now.
0.9.3 uses the old dying blockchain everything you do on it is basicly useless

50
Please can you explain exactly how did you do it because when I'm supposed to send BitShares Wallet Backup.json file, I only get "BitShares Wallet Backup.json is an unrecognized format". Thanks.
1.) are you on windows, linux or mac?
2.) did you create your Backup.json via console or with the menu?

51
did you export your keys via the console?
if not.....do this http://blog.smartcoin.pw/2015/09/bitshares-how-to-prepare-your-wallet.html

Also RESTORE BACKUP is for bts 2.0 backups created with bts 2.0.
and IMPORT KEYS is for bts 1.0 exported keys (via console.)

52
here is a bach script that will start everything with admin rights.
Code: [Select]
@echo off

:: BatchGotAdmin
:-------------------------------------
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
    echo Requesting administrative privileges...
    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    set params = %*:"=""
    echo UAC.ShellExecute "cmd.exe", "/c %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    del "%temp%\getadmin.vbs"
    exit /B

:gotAdmin
    pushd "%CD%"
    CD /D "%~dp0"
:--------------------------------------


cd "C:\Program Files\BitShares 2\bin"
start witness_node.exe

cd "C:\Program Files (x86)\BitShares2-light"
start BitShares2-light.exe

exit

53
General Discussion / Re: I try to run a witness node ,
« on: October 16, 2015, 09:55:57 am »
Chain user are blocked by GFW,  I have a VPS in Hong Kang high speed to mainland,  so I try to run a witness node ,
I run my witness node using command line :/witness_node -s 104.200.28.117:61705 --rpc-endpoint 127.0.0.1:8090
but I can not connect to it using light wallet.
who can help me thanks
--rpc-endpoint 0.0.0.0:8090
in your light wallet ws://127.0.0.1:8090

EDIT: and i think it would better to use the config.ini ....at least thats how i run it

54
Technical Support / Re: Bitshares OS X Wallet not able to connect
« on: October 15, 2015, 10:22:09 pm »
the client needs to be connected to
Code: [Select]
wws://bitshares.openledger.info/ws
you mean wss://bitshares.openledger.info/ws

55
i am currently at 6 minutes and riverhead just nailed it prefectly

56
Thanks for the guide. I'm new to BTS but managed to get it working, as far as I can tell. Any way to check? And do I need to do anything but wait for a day to get added to the active witness list?

A helpful addition to the guide would be the way to open witness_node from the console. I  didn't know so did it through Windows by running the .exe as Administrator, it crashed with an access error otherwise.
Since you are new you probably dont know.

This is a guide on how to connect your light wallet to a witness node that connects to the bitshares network.
This will not make you a witness at all.


57
Technical Support / Re: Litewallet, White screen after clicking "Retry"
« on: October 15, 2015, 07:45:24 pm »
yes hitting retry always results in a white screen.
restarting the wallet should fix that.
if you are having problems with your connection to openledger you might want to try this:
https://beyondbitcoin.org/how-to-connect-your-light-wallet-to-your-own-witness-node-on-windows-64-bit/

and until its fixed....never hit retry.

58
Technical Support / Re: It shouldn't be this hard
« on: October 15, 2015, 07:13:49 pm »
Did you create a wallet with a password?

If i remember correctly u should be able to click on balance claims.
That brings you to a new screen where you can claim all your balances by checking all the checkboxes and choose an account where you want to send your balances.



59
I am not sure, whether this is good place to ask, but could you guys explain how this voting works? I guess you are doing that by the wallet? Could anyone explain to the community how things like this actually happen. Screenshots would be useful! :)
you vote for commitee members on your account page in the voting tab.
the commitee members make propsals to change stuff like fees etc... and vote on it.

60
Technical Support / Re: It shouldn't be this hard
« on: October 15, 2015, 06:42:58 pm »
with the menu. I would use the console but, how to establish the path? I am using UBUNTU 14.4
in the console:
Code: [Select]
wallet_export_keys /home/[your user name]/Desktop/keys.json
if you want it in your home folder
Code: [Select]
wallet_export_keys /home/keys.json

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