radixdlt / babylon-node

The Radix node, updated for Babylon. Embeds the Radix engine which lives at https://github.com/radixdlt/radixdlt-scrypto.
Other
26 stars 16 forks source link

Cannot register validator easy via Android Tablet. #973

Open SkybuckFlying opened 3 weeks ago

SkybuckFlying commented 3 weeks ago
  1. Have to Scan QR Code ?! Why such nonsense and complexities ?!

  2. It also requires a special webbrowser: chrome/edge for the connector.

Apperently now also mobile phone required and also very difficult setup with all kinds of codes.

Way too difficult. But I will keep trying.

I just spent a few hours to configure the wi-fi modem to make these crap tablets/phones work... bleh...

Now I need to find a QR code scanner for Windows 11.

Retards are impressed by complexity, do you think you qualify ? ;)

SkybuckFlying commented 3 weeks ago

FORTUNATELY GOT CAMERA WORKING ON ANDROID DEVICE. IMPLEMENT SET CODE TO AVOID CAMERA COMPLEXITY.

https://www.youtube.com/watch?v=Q_DBAP57Xcg&t=12s

WEBSITE NOT CLEAR WHAT TO DO, NEED VIDEO ABOVE.

https://wallet.radixdlt.com/

MUST CLICK GEAR IN MOBILE WALLET AND THERE SCAN QR CODE.

SkybuckFlying commented 3 weeks ago

LINKING CONNECTOR FROM ACCOUNT WOULD BE MORE NATURAL THEN LINKING IT FROM MAIN WINDOW...

SkybuckFlying commented 3 weeks ago

CAMERA BLOCKED BY MOBILE WRAPPER, FORTUNATELY UNWRAPPED IT BY FLIPPING SOMETHING.

SkybuckFlying commented 3 weeks ago

WILL CONNECTORS WORK AFTER ALL WAS DELETED ???

SkybuckFlying commented 3 weeks ago

EXTRA COMPLEXITY: MUST CREATE PERSONA ON MOBILE DEVICE AND LOGIN WITH IT.

SkybuckFlying commented 3 weeks ago

MOBILE DEVICES RUN OUT OF POWER, MAY ALL YOUR COINS BE LOST, LOL.

SkybuckFlying commented 3 weeks ago

NOW I NEED TO FIND NOTEPAD++ OFFICIAL SITE, SO I DON'T GET HACKED, TRYING TO PARSE YOUR NODE CRAP:

{"public_key_hex": ETC

i like notepad ++ I was wondering how long I can do without it. NOT LONG.

Now it's installed from official site, I hope your other users don't fall for scams... hehehehehe.

SkybuckFlying commented 3 weeks ago

FORGET ABOUT NOTEPAD++ PLUGIN FOLDERS, EASIER WAY BELOW.

SkybuckFlying commented 3 weeks ago

NOTEPAD++ PLUGIN AUTO DOWNLOAD JSON PARSER/TOOLS.

SkybuckFlying commented 3 weeks ago

START YOUR TUTORIALS WITH JSON PARSER PRETTY PRINTING, FORMATTING.

SkybuckFlying commented 3 weeks ago

STUPID TICKER: XRD

I CAN NEVER REMEMBER IT... WHY NOT RDX ?!

SCAMMER HEAVEN

TYPO HEAVEN

SkybuckFlying commented 3 weeks ago

THIS STEP FAILED:

  1. Create your validator component

INVALID TRANSACTION.

NOT YET SURE WHY.

NO FURTHER ERROR MESSAGES.

MAYBE NOT ENOUGH XRD TO REGISTER ???

SkybuckFlying commented 3 weeks ago

https://github.com/fpieper/fpstaking/blob/main/docs/validator_guide.md huh ?

Registering as a validator First of all we make sure that our node is running in validator mode to register the correct node key.

switch-mode validator

how to do this from cmd.exe ?

SkybuckFlying commented 3 weeks ago

I removed the comments, still not working for privacy:


CALL_METHOD
    Address("<snip>")
    "withdraw"
    Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd")
    Decimal("2000");
TAKE_FROM_WORKTOP
    Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd")
    Decimal("2000")
    Bucket("validator_creation_fee");
CREATE_VALIDATOR
    Bytes("<snip>")
    Decimal("0.0098")
    Bucket("validator_creation_fee");
CALL_METHOD
    Address("<snip>")
    "try_deposit_batch_or_abort"
    Expression("ENTIRE_WORKTOP")
    None;

```What is wrong ?