Code Monkey home page Code Monkey logo

Comments (8)

nathanielhourt avatar nathanielhourt commented on July 22, 2024 1

Nvm bytemaster, I thought recent meant less than two weeks ago and completely missed the commit date. xP

Yeah, this one's on my plate, it's in 55a8470

from eos.

jcalfee avatar jcalfee commented on July 22, 2024
egrep "(producer-id|private-key)" data-dir/config.ini 
producer-id = {"_id":0}
producer-id = {"_id":1}
producer-id = {"_id":2}
producer-id = {"_id":3}
producer-id = {"_id":4}
producer-id = {"_id":5}
producer-id = {"_id":6}
producer-id = {"_id":7}
producer-id = {"_id":8}
producer-id = {"_id":9}
producer-id = {"_id":10}
private-key = ["EOS6MRyAjQ...","5KQ..."]

from eos.

jcalfee avatar jcalfee commented on July 22, 2024

And, being docker I could start up the previous version.. So, the prior version still works so it is really looking like some recent change.

worked as of:

commit 0c2140adf33214230d89e8ed83121336e97639fc (HEAD -> master, origin/master, origin/HEAD)
Author: Daniel Larimer <[email protected]>
Date:   Tue Jun 6 13:01:56 2017 -0400

    Adding binaryen

from eos.

nathanielhourt avatar nathanielhourt commented on July 22, 2024

Ping @bytemaster

from eos.

nathanielhourt avatar nathanielhourt commented on July 22, 2024

@jcalfee OK, rebuild, check the new README and update your config.ini. Everything should work, but I did change it to a full round of 21 producers, and they are now referenced by account name rather than ID. Does that fix it?

from eos.

educatedwarrior avatar educatedwarrior commented on July 22, 2024

Hey @jcalfee I'm testing the build as well and would like to help. Are you using the docker manifest from this repo, or you using your own?

from eos.

jcalfee avatar jcalfee commented on July 22, 2024

@educatedwarrior yes, i'm using the docker from this repo
@nathanhourt it works

from eos.

jcalfee avatar jcalfee commented on July 22, 2024

@educatedwarrior I use variations of these commands in the root eos folder:

# Update Docker
git pull
git submodule update --init
docker build -t eos0619 Docker

# Inneractive Shell
docker run -p 8888:8888 -v /home/jcalfee/eosio/eos/data-dir:/work/data-dir -i -t eos0619 bash

# In Docker
./eos/programs/eosd/eosd

# External Test
# config.ini => plugin = eos::chain_api_plugin
curl http://127.0.0.1:8888/v1/chain/get_info
echo '{"block_num_or_id": 2}' | curl http://127.0.0.1:8888/v1/chain/get_block -d @-

from eos.

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.