Author Topic: Test Net for Advanced Users  (Read 267032 times)

0 Members and 1 Guest are viewing this topic.

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
What I've noticed is that the GUI becomes totally unresponsive when these transaction spamming events happen.
Especially this page:
https://graphene.bitshares.org/#/explorer/blocks

It referrers to both Firefox and Chrome (on Windows 7).
Has anyone noticed similar effect?

Yes me too (chrome on mac)
wallet_account_set_approval spartako

jakub

  • Guest
What I've noticed is that the GUI becomes totally unresponsive when these transaction spamming events happen.
Especially this page:
https://graphene.bitshares.org/#/explorer/blocks

It referrers to both Firefox and Chrome (on Windows 7).
Has anyone noticed similar effect?

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

missed the top with my screenshot .. was > 12 :)

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Spamming now.... but curious why only part of transactions are accepted.
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline Riverhead


Changes to graphene-ui work great :)



Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
I got the default witness to run and the cli wallet runs too, and I created a password.. however, I'm not able to create/register an account.

Can you please give instructions how to register an account on the blockchain to get the 1000 CORE in the cli wallet?

Type suggest_brain_key in the wallet, give me your public key: GPH...
I will try to register for you and I will send you 1000 CORE

Edit: also the account name
wallet_account_set_approval spartako

Offline mindphlux

  • Sr. Member
  • ****
  • Posts: 232
    • View Profile
I got the default witness to run and the cli wallet runs too, and I created a password.. however, I'm not able to create/register an account.

Can you please give instructions how to register an account on the blockchain to get the 1000 CORE in the cli wallet?
Please consider voting for my witness mindphlux.witness and my committee user mindphlux. I will not vote for changes that affect witness pay.

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile

Can it be expanded to do a transaction mix? Maybe transfer, market order, order cancel, etc?

Sure, I finish the api binding and I will be able to do that.
You can see in the code I started spamming using create account because cost less but it is slower.
wallet_account_set_approval spartako

Offline Riverhead


I am already at the second one  :P
Tell me if you are able to spam

Works great!!
+5%

Can it be expanded to do a transaction mix? Maybe transfer, market order, order cancel, etc?

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
wallet_account_set_approval spartako

Offline Riverhead


I am already at the second one  :P
Tell me if you are able to spam

Works great!!

« Last Edit: September 23, 2015, 10:54:14 am by Riverhead »

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
You have to point to the wallet-url and not the witness url.

/facepalm of course. Still on my first cup of coffee :P.

I am already at the second one  :P
Tell me if you are able to spam
wallet_account_set_approval spartako

Offline Riverhead

You have to point to the wallet-url and not the witness url.

/facepalm of course. Still on my first cup of coffee :P.

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile

Nice to see these scripts surfacing :).

I'm getting the following error. I can correct on my side but was wondering if perhaps a commit is missing?

Code: [Select]
node bin/flood.js riverhead james ws://192.168.1.11:8090 10

ERROR 10 assert_exception: Assert Exception
itr != _by_name.end(): no method with name 'transfer'

You have to point to the wallet-url and not the witness url.
You can do that in this way for example:
Code: [Select]
./cli_wallet -w wallet.json --chain-id 0f8b631d7a9dfebf16d6776fab96b629a14429762bf9c3eb95db1e4e4af637a4  -s ws://192.168.1.11:8090 -r 192.168.1.11:8099

Then unlock the wallet and use in this way

Code: [Select]
node bin/flood.js riverhead james ws://192.168.1.11:8099 10
wallet_account_set_approval spartako

Offline Riverhead


Nice to see these scripts surfacing :).

I'm getting the following error. I can correct on my side but was wondering if perhaps a commit is missing?

Code: [Select]
node bin/flood.js riverhead james ws://192.168.1.11:8090 10

ERROR 10 assert_exception: Assert Exception
itr != _by_name.end(): no method with name 'transfer'