BitShares Forum

Main => Technical Support => Topic started by: ByronP on October 07, 2015, 11:39:11 am

Title: Full Windows Client
Post by: ByronP on October 07, 2015, 11:39:11 am
Anyone have a full windows client or instructions on building from src?

Thank You :-)
Title: Re: Full Windows Client
Post by: liondani on October 07, 2015, 11:44:32 am
https://github.com/cryptonomex/graphene/releases/download/test6/GrapheneOct5-light-wallet_0.0.1.exe

edit:
sorry I just saw you want a "full" client
Title: Re: Full Windows Client
Post by: fav on October 07, 2015, 11:44:54 am
https://github.com/cryptonomex/graphene/releases/download/test6/GrapheneOct5-light-wallet_0.0.1.exe

that's the light wallet
Title: Re: Full Windows Client
Post by: monsterer on October 08, 2015, 10:04:07 am
Bump - this would be very useful
Title: Re: Full Windows Client
Post by: maqifrnswa on October 08, 2015, 04:03:46 pm
Hint is here:
https://github.com/cryptonomex/graphene/blob/master/programs/CMakeLists.txt
-DBUILD_WEB_NODE=ON

I haven't tried it yet though
Title: Re: Full Windows Client
Post by: bytemaster on October 08, 2015, 10:10:10 pm
On the windows platform there is a known issue that prevents things from syncing beyond a block 63390.    We have tracked down the cause and should resolve it tomorrow.
Title: Re: Full Windows Client
Post by: ByronP on October 09, 2015, 11:27:37 am
awesome  :D
Title: Re: Full Windows Client
Post by: ByronP on October 10, 2015, 05:40:37 pm
any luck?
Title: Re: Full Windows Client
Post by: sudo on October 11, 2015, 03:38:25 pm
any update?
Title: Re: Full Windows Client
Post by: monsterer on October 18, 2015, 04:54:14 pm
bump - this would really help us :)
Title: Re: Full Windows Client
Post by: lovely89 on October 24, 2015, 06:40:03 am
I don't know much about bitshares but it is damn hard to find the full client for windows. Any ideas?
Title: Re: Full Windows Client
Post by: clayop on October 24, 2015, 07:44:59 am
You can download BitShares-2.15.294-x64-cli-tools.exe and run the witness node (edit the config.ini, rpc endpoint: 127.0.0.1:8090)
Then run your light client and change the wallet server to 127.0.0.1:8090.

Now you have the full windows client.
Title: Re: Full Windows Client
Post by: lovely89 on October 24, 2015, 01:16:59 pm
You can download BitShares-2.15.294-x64-cli-tools.exe and run the witness node (edit the config.ini, rpc endpoint: 127.0.0.1:8090)
Then run your light client and change the wallet server to 127.0.0.1:8090.

Now you have the full windows client.

There is no config.ini file. Just cli_Wallet, delayed_node, msvcp120.dll, msvcr120.dll and witness_node. Where is the config.ini file suppose to be?

I've installed qora, nxt, nem and eMunie today. This is by far the most frustrating.
Title: Re: Full Windows Client
Post by: valzav on October 24, 2015, 01:46:12 pm
You can download BitShares-2.15.294-x64-cli-tools.exe and run the witness node (edit the config.ini, rpc endpoint: 127.0.0.1:8090)
Then run your light client and change the wallet server to 127.0.0.1:8090.

Now you have the full windows client.

There is no config.ini file. Just cli_Wallet, delayed_node, msvcp120.dll, msvcr120.dll and witness_node. Where is the config.ini file suppose to be?

I've installed qora, nxt, nem and eMunie today. This is by far the most frustrating.

Config file will be created in your data dir after your start witness_node, you would need to restart after you change config file.
For the best user experience I recommend to use light wallet.