Code Monkey home page Code Monkey logo

Comments (11)

lo00l avatar lo00l commented on July 17, 2024 1

@dinihou I solved this problem by running git checkout tags/v0.8.1 in /neo-python directory. Then I ran /neo-python/claim_neo_and_gas_fixedwallet.py again and got test NEO in the wallet. Unfortunately, I couldn't get GAS because there still was an error, but I don't need GAS.

@nunojusto Thank you for reply! This really helped me!

from neo-privatenet-docker.

dinihou avatar dinihou commented on July 17, 2024 1

I successfully claim gas by using
signature -> broadcast method
Here :http://docs.neo.org/en-US/network/private-chain.html
It not big deal

from neo-privatenet-docker.

EliEladElrom avatar EliEladElrom commented on July 17, 2024 1

@dinihou I can confirm that I was able to claim both NEO & GAS with the latest code. Thank you!

from neo-privatenet-docker.

nunojusto avatar nunojusto commented on July 17, 2024

The problem is here

tx = construct_and_send(None, self.wallet, ["neo", address, "100000000"], prompt_password=False)

And here
tx = construct_and_send(None, self.wallet, ["neo", address, "100000000"], prompt_password=False)

This is because neo-python changed the send to add sendmany feature
In this PR
CityOfZion/neo-python#610

from neo-privatenet-docker.

dinihou avatar dinihou commented on July 17, 2024

so what we need to do ??

from neo-privatenet-docker.

nunojusto avatar nunojusto commented on July 17, 2024

@lo00l That was only a workaround for now. This should be fixed soon.
And you can use the neo-faucet to claim some GAS (go for http://localhost:4002)

from neo-privatenet-docker.

EliEladElrom avatar EliEladElrom commented on July 17, 2024

@dinihou looks like the URL is now broken; https://docs.neo.org/en-US/network/private-chain.md
Can you plz explain what you have done to claim gas?

from neo-privatenet-docker.

nunojusto avatar nunojusto commented on July 17, 2024

@dinihou looks like the URL is now broken; https://docs.neo.org/en-US/network/private-chain.md
Can you plz explain what you have done to claim gas?

You can follow the backup page.
https://web.archive.org/web/20180418220522/https://docs.neo.org/en-us/node/private-chain.html
The needed part is the step 5.

  • You will need neo-gui installed. And point it to the privatenet
  • Then need to open one of the wallets of the nodes that are producting blocks.
  • That wallet will need 3 of the 4 signatures (available inside protocol.json)
  • Then after owning the 'master' wallet, you can transfer to you wallet (create one first)
  • After all, you can claim some GAS with a menu option

You can also use neo-local project that has a neo-faucet easy to use and claim both NEO and GAS.

from neo-privatenet-docker.

EliEladElrom avatar EliEladElrom commented on July 17, 2024

thnx @dinihou I am on a Mac, which neo-gui is not supported, any other ways you know about to solve this issue. Any PR where claim_neo_and_gas_fixedwallet.py is fixed?

from neo-privatenet-docker.

nunojusto avatar nunojusto commented on July 17, 2024

Yes, there's a PR waiting to be merged
#63
Let me try to get an approver/merger...

from neo-privatenet-docker.

nunojusto avatar nunojusto commented on July 17, 2024

thnx @dinihou I am on a Mac, which neo-gui is not supported, any other ways you know about to solve this issue. Any PR where claim_neo_and_gas_fixedwallet.py is fixed?

So... it's now merged. Enjoy

from neo-privatenet-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.