Giter Club home page Giter Club logo

Comments (12)

mr-pandabear avatar mr-pandabear commented on September 15, 2024 1

To see your wallet balance on mainnet go here:
http://ec2-34-218-176-84.us-west-2.compute.amazonaws.com/wallet?host=http://ec2-54-189-82-240.us-west-2.compute.amazonaws.com:3000

You can paste in your wallet address into the search box and see it. The wallet address can be found by opening the keys.json file in a text editor and is printed when you start up the miner.

from pandanite.

mr-pandabear avatar mr-pandabear commented on September 15, 2024

Do the following and tell me what happens

rm -rf data
mkdir data
chmod +rw data
./bin/server --testnet

from pandanite.

Volk-khan avatar Volk-khan commented on September 15, 2024

at what stage is the project? testnet or mainnet?

from pandanite.

Volk-khan avatar Volk-khan commented on September 15, 2024

how i can see my balance at wallet?

from pandanite.

Volk-khan avatar Volk-khan commented on September 15, 2024

image

from pandanite.

mr-pandabear avatar mr-pandabear commented on September 15, 2024

This means you don't have levelDB installed. Are you running Ubuntu or CentOS? You might want to look at the install scripts for each:
https://github.com/mr-pandabear/panda-utils/blob/master/test-node-centos.sh
https://github.com/mr-pandabear/panda-utils/blob/master/test-node-ubuntu.sh
If running ubuntu:
sudo apt-get -y install libleveldb-dev

If running centos you'd want to run:

wget https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/l/leveldb-1.22-1.el8.x86_64.rpm
sudo yum localinstall -y leveldb-1.22-1.el8.x86_64.rpm
wget https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/l/leveldb-devel-1.22-1.el8.x86_64.rpm
sudo yum localinstall -y leveldb-devel-1.22-1.el8.x86_64.rpm
sudo mkdir /usr/lib/x86_64-linux-gnu
sudo cp /usr/lib64/libleveldb.so.1.22.0 /usr/lib/x86_64-linux-gnu/libleveldb.so

from pandanite.

Volk-khan avatar Volk-khan commented on September 15, 2024

image
image

from pandanite.

Volk-khan avatar Volk-khan commented on September 15, 2024

is this algoritm ASIC frendly?

from pandanite.

Volk-khan avatar Volk-khan commented on September 15, 2024

whats algo?

from pandanite.

mr-pandabear avatar mr-pandabear commented on September 15, 2024

Okay nice... so it's building. You need to make a directory called "data", make sure you run with --testnet as the mainnet is not compatible with the master branch right now.

Algorithm is a custom one based on SHA256, it is not ASIC resistant, though there are no GPU or ASIC implementations at the moment.

from pandanite.

mr-pandabear avatar mr-pandabear commented on September 15, 2024

Please use discord or telegram for build help!

from pandanite.

Volk-khan avatar Volk-khan commented on September 15, 2024

image
Awesome!

from pandanite.

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.