BitShares Forum

Main => General Discussion => Topic started by: clayop on September 04, 2015, 03:39:54 am

Title: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: clayop on September 04, 2015, 03:39:54 am
All Graphene testers are welcome to join the spam and Graphene party tomorrow.

You can participate by just making as many as transactions on Graphene (BitShares 2.0) testnet, at 9/4 11AM EST, after BM's mumble session.

I hope we can reach 10k TPS  :P (This requires 500 participants)
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: puppies on September 04, 2015, 03:43:24 am
Yum.  Spam.  I'll be there.
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: sudo on September 04, 2015, 03:50:19 am
if we have  windows  version & onekey flood mode  ,500 users maybe reach
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: fuzzy on September 04, 2015, 05:45:05 am
if we have  windows  version & onekey flood mode  ,500 users maybe reach

This is a great idea clay.
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: puppies on September 04, 2015, 05:56:04 am
if we have  windows  version & onekey flood mode  ,500 users maybe reach

This is a great idea clay.
testz had it working on windows in a previous testnet.  I think he is our only chance of having a windows binary. 
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: betax on September 04, 2015, 06:36:30 am
if we have  windows  version & onekey flood mode  ,500 users maybe reach

I have changed the instructions to setup the witness in ubuntu, now the chainid, node and genesis  are for Test2b. This will make it easier to setup.

https://github.com/cryptonomex/graphene/wiki/How-to-setup-your-witness-for-test-net-(Ubuntu-14.04)

I will do one for the daily PPA later on
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: xeroc on September 04, 2015, 06:48:28 am
if we have  windows  version & onekey flood mode  ,500 users maybe reach

I have changed the instructions to setup the witness in ubuntu, now the chainid, node and genesis  are for Test2b. This will make it easier to setup.

https://github.com/cryptonomex/graphene/wiki/How-to-setup-your-witness-for-test-net-(Ubuntu-14.04)

I will do one for the daily PPA later on


Good job ..

I finally managed to interface with the cli_wallet api .. so I could write a flood script today ..
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: spartako on September 04, 2015, 07:50:00 am
Great idea!  +5%
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: bitcard on September 04, 2015, 09:52:45 am
how to join, is there a guide document? thanks.
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: cube on September 04, 2015, 10:21:34 am
how to join, is there a guide document? thanks.

Yes. There is a guide here : https://github.com/cryptonomex/graphene/wiki/Howto-become-an-active-witness-in-BitShares-2.0
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: Riverhead on September 04, 2015, 11:00:30 am

Is anyone using the compiled testing? I built the tests/performance/performance_test but haven't worked out all the parameters yet.

Code: [Select]
./performance_test
Random number generator seeded to 1441364445
Running 1 test case...
79324ms th_a       performance_tests.cpp:29      test_method          ] (100000.0*1000000.0) / elapsed.count(): 2954.72379227216242725
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: betax on September 04, 2015, 02:53:48 pm
To join the flood.. you use this instructions to setup in ubuntu
https://github.com/cryptonomex/graphene/wiki/How-to-setup-your-witness-for-test-net-(Ubuntu-14.04)

Once ready you can use xerocs python script for flooding.  Instructions:

Open screen
Code: [Select]
screen
Run cli wallet with -H 127.0.0.1:8092
Code: [Select]
./cli_wallet -w test_wallet  --chain-id ecbde738ba0b319cb4d266e613b200d010da8b37313c20aec03f9c8e2d9b35e3 -H 127.0.0.1:8092

unlock your wallet

Detach screen
Code: [Select]
Ctr A Ctr D
Install python dependencies
Code: [Select]
sudo apt-get install python3-setuptools
sudo easy_install3 pip   
sudo pip3 install autobahn 
sudo pip3 install requests   

Clone and build python graphene api
Code: [Select]
cd ~
git clone https://github.com/xeroc/python-graphenelib.git

cd python*

python3 setup.py install --user 


Edit the flood script to configure your user

Code: [Select]
cd examples

nano flood.py

edit client.transfer("putyouruserhere

exit save

Run the flood script
Code: [Select]
python3 flood.py
Title: Re: Join Spam and Graphene Party Tomorrow (11AM EST)
Post by: puppies on September 04, 2015, 03:22:51 pm
My home witness_node died.  Resyncing.