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

Pages: [1] 2 3
1
General Discussion / Building Graphene on Windows
« on: February 14, 2016, 04:55:51 pm »
Just wanted to thank whomever put this windows build tutorial together.

https://neura-sx.gitbooks.io/graphene-book/content/book/builds/tutorial-windows-build.html

Finally able to successfully build witness node and cli wallet on Windows!

Does anyone know if there is similar tips and hacks for building the light-client on windows?



2
General Discussion / Re: BitShares 2.0.151101 released
« on: November 03, 2015, 09:29:15 pm »
Thanks!  I could only see that right panel when the window was maximized.

3
General Discussion / Re: BitShares 2.0.151101 released
« on: November 03, 2015, 08:48:20 pm »
In this release of the light client selecting the "Trade" tab keeps taking me to that last market viewed and not the market selection page. Even closing and reopening light client still returns me to last market viewed. Is there another way to get to the market selection screen?

Same behavior using openledger or local host api connection.

4
General Discussion / Re: BitShares 2.0.151101 released
« on: November 02, 2015, 08:29:44 pm »
witness checkraiser is updated

5
Muse/SoundDAC / Re: MUSE 1.0.151101 released
« on: November 02, 2015, 07:33:43 pm »
Can you publish the windows build of the muse witness?

Thank you!

6
Technical Support / Re: [Python] Price Feed Script for BitShares 2.0
« on: October 29, 2015, 11:05:36 pm »
Updated and working great. Thanks xeroc !

7
Technical Support / Re: [Python] Price Feed Script for BitShares 2.0
« on: October 25, 2015, 09:36:48 pm »
Thanks spartako, removing RUB and SEK worked for me

8
Stakeholder Proposals / Re: Running pricefeed scprits on Windows
« on: October 23, 2015, 07:42:50 pm »
Not at all

9
Stakeholder Proposals / Running pricefeed scprits on Windows
« on: October 23, 2015, 06:43:32 am »
If your setting up a witness node on Windows here are the steps I used to get xeroc pricefeed scripts publishing on Windows   

1. Download and Install Python 3.5.0 (32-bit) for Windows:
https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe

Do a Full install so pip gets included in the installation
Check - Add Python 3.5 to PATH

Optional: Change Pyhton's install directory to C:\Python 3.5

2. Install required python libs

Open Command Prompt and run:
pip install requests
pip install prettytable
pip install autobahn

NumPy is required but it has to be complied with Visual Stuido or mingw32.
If you have a complier configured with python:
pip install numpy

You can also download a precompiled verion here:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
Download - numpy‑1.10.1+mkl‑cp35‑none‑win32.whl
Move to this file to C:\

pip install c:\numpy-1.10.1+mkl-cp35-none-win32.whl

3. Download and install python-graphenelib from xeroc GitHub.
https://github.com/xeroc/python-graphenelib
Select download ZIP
Extract zip file to C:\

Open command prompt:
cd C:\python-graphenelib-master
python setup.py install --user

4. Configure Pricefeeds:
In the C:\python-graphenelib-master\scripts\pricefeeds folder
Rename config-example.py to config.py

Edit config.py with IDLE and change:
host = "127.0.0.1"
port = 8092
delegate_name = "your_witness"
enable_yunbi = False
maximum_short_squeeze_ratio  = 1100

5. Run CLI wallet 
Open Command Prompt or create .bat file

cd C:\Program Files\BitShares 2\bin\
cli_wallet --rpc-http-endpoint="127.0.0.1:8092" -s ws://127.0.0.1:8090

unlock your wallet.  Wallet must be unlocked to publish price feeds.

6. Run the pricefeeds scripts
Open Command Prompt
python "C:\python-graphenelib-master\scripts\pricefeeds\pricefeeds.py"

If everything worked correctly you should get a Y/N confirmation to publish feeds

7. Using Windows Scheduler to run the pricefeed scripts every 60 mins
If you don't what to have repeat step 6 every 60 mins create a task in Windows Scheduler.

Create a pricefeeds.bat file containing:
echo Y|C:\Python3.5\python.exe "C:\python-graphenelib-master\scripts\pricefeeds\pricefeeds.py "

(The echo Y| confirms the price feed update.)

Open Task Scheduler:
Control Panel - System and Security - Administrative Tools - Task Scheduler

Select Create Task...

On the General Tab
Name: pricefeeds
Select "Run whether user is logged on or not"

On the Triggers Tab
Select New
Begin the task On a schedule - One Time - Set Start Date at Time for your pricefeed update
Check the Repeat task every: 1 hour for a duration of Indefinitely
Check Enabled

On the Actions Tab
Select New
Action: Start a program
Browse to the pricefeed.bat file you created
OK

Your witness should now be publishing updated pricefeeds every 60 minutes. 

Thank you to all everyone that help get this working!

10
Byron - I appreciate your help and the services your company provides.  Not many windows user or instructions out there.

11
Technical Support / Re: [Python] Price Feed Script for BitShares 2.0
« on: October 21, 2015, 05:54:56 pm »
Any recommendation for setting the price feed script setup on Windows?

Does it need to be run in the C:\Program Files\BitShares 2\bin folder?


12
General Discussion / Re: Witness Communication Platform (Brownie Quest)
« on: October 18, 2015, 03:05:04 pm »
witness id - 1.6.44
witness name - checkraiser
bts talk id - checkraiser

How to get added to telegram group? 

telegram handle is @checkraiser

13
Technical Support / Re: windows witness node stuck on block 91074
« on: October 18, 2015, 02:59:16 pm »
I can confirm this build is working on windows 7. 

14
When I run your updated windows witness_node.exe I am getting a System Error - missing MSVCP120D.dll is missing from computer.   
 
In the bin folder I have msvcp120.dll and msvcpr120.dll.  Where can I find MSCVP120D.dll?

15
Technical Support / Re: windows witness node stuck on block 91074
« on: October 17, 2015, 01:42:20 am »
I have the same issue running witness node on windows 7.  Got the BitShares-2.15.286-win64-cli-tools.exe from https://github.com/bitshares/bitshares-2/releases/tag/v2.15.286

Pages: [1] 2 3