Bitcoin Forum
May 01, 2024, 02:58:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 »  All
  Print  
Author Topic: [ANN][YDA][CPU MINING][MASTERNODES] YadaCoin - 🔵 yadacoin.io LIVE!  (Read 26345 times)
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
September 15, 2018, 11:50:31 PM
 #21

Managed to install the requirements by manually removing some python libs.

This: python p2p.py serve config.json peers.json
doesn't work, it doesn't recognize the parameters. The scripts do seem to work, but it looks like it hangs.

./start_serve.sh
/usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/constant_time.py:26: CryptographyDeprecationWarning: Support for your Python version is deprecated. The next version of cryptography will remove support. Please upgrade to a 2.7.x release that supports hmac.compare_digest as soon as possible.
  utils.DeprecatedIn23,

(11461) wsgi starting up on http://127.0.0.1:8000

is there a log somewhere?
1714575510
Hero Member
*
Offline Offline

Posts: 1714575510

View Profile Personal Message (Offline)

Ignore
1714575510
Reply with quote  #2

1714575510
Report to moderator
1714575510
Hero Member
*
Offline Offline

Posts: 1714575510

View Profile Personal Message (Offline)

Ignore
1714575510
Reply with quote  #2

1714575510
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 16, 2018, 12:39:56 AM
 #22

how can we get tokens

You can get tokens by downloading the source and running the miner from terminal.

https://github.com/pdxwebdev/yadacoin

Open competitive mining is the only way to acquire coins until YadaCoin is listed on an exchange which will hopefully be happening soon.
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 16, 2018, 02:11:37 AM
 #23

Managed to install the requirements by manually removing some python libs.

This: python p2p.py serve config.json peers.json
doesn't work, it doesn't recognize the parameters. The scripts do seem to work, but it looks like it hangs.

./start_serve.sh
/usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/constant_time.py:26: CryptographyDeprecationWarning: Support for your Python version is deprecated. The next version of cryptography will remove support. Please upgrade to a 2.7.x release that supports hmac.compare_digest as soon as possible.
  utils.DeprecatedIn23,

(11461) wsgi starting up on http://127.0.0.1:8000

is there a log somewhere?

I've revised the docs for the command to read:
Code:
python p2p.py serve config.json

You can get faster responses on discord if that's an option for you. Here's an invite link: https://discord.gg/JEDJaFS
cabbage55
Member
**
Offline Offline

Activity: 177
Merit: 10


View Profile
September 16, 2018, 02:56:29 AM
 #24

What are your requirements for becoming a part of the development team of Yada Coin? Thanks in advance.
mixelalex
Member
**
Offline Offline

Activity: 193
Merit: 10


View Profile
September 16, 2018, 02:57:43 AM
 #25

Do you need a French translation? I can help you with this. Write to me, please, if interested. Thanks.
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 16, 2018, 03:18:34 AM
 #26

What are your requirements for becoming a part of the development team of Yada Coin? Thanks in advance.

Knowledge of Python 2 and MongoDB. There's some diffie-hellman stuff but nothing crazy. I use alot of bitcoin libraries so any bitcoin development experience definitely helps!


Let's chat on discord. https://discord.gg/JEDJaFS
ruplikminer
Jr. Member
*
Offline Offline

Activity: 504
Merit: 3


View Profile
September 19, 2018, 11:25:46 PM
Last edit: September 19, 2018, 11:37:45 PM by ruplikminer
 #27

Guys here is the guide on how to mine this coin STEP BY STEP.

HOW TO MINE GUIDE
OPEN PORT 8000 tcp/udp in your sever

sudo mkdir /data/db -p
sudo chmod 777 /data/db
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

sudo echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list

sudo apt update
sudo apt install -y mongodb-org
sudo systemctl enable mongod.service
sudo systemctl start mongod.service
sudo apt install libxml2-dev libxmlsec1-dev
cd ~
git clone https://github.com/pdxwebdev/yadacoin.git
cd yadacoin
sudo apt install python-pip
sudo pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

COPY THE PRIVATE KEY AND PUBLIIC KEY and address

python utils/generate_config.py > config/config.json


now CLOSE the actual instance and open THREE NEW ones

in the first one write this:

cd ~/yadacoin
source venv/bin/activate
./scripts/start_mine.sh


In the second write this

cd ~/yadacoin
source venv/bin/activate
./scripts/start_consensus.sh


In the third this

cd ~/yadacoin
source venv/bin/activate
./scripts/start_serve.sh

You are mining now.

If you want to run the 3 instances in abckground and also have them auto start when the system boot then follow this other add-on guide:

Open a new ssh

cd ~/yadacoin
source venv/bin/activate
git pull origin master
python utils/generate_services.py
sudo cp services/* /lib/systemd/system/.

sudo systemctl daemon-reload
sudo systemctl enable yadacoin-serve
sudo systemctl enable yadacoin-mine
sudo systemctl enable yadacoin-consensus
sudo service yadacoin-mine start
sudo service yadacoin-consensus start
sudo service yadacoin-serve start
hankrules
Hero Member
*****
Offline Offline

Activity: 673
Merit: 500


View Profile
September 21, 2018, 09:10:58 PM
 #28

Which hashing algorithm does this coin use for mining?

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 22, 2018, 02:40:12 AM
 #29

Which hashing algorithm does this coin use for mining?

sha256
gerbas
Sr. Member
****
Offline Offline

Activity: 582
Merit: 250


View Profile
September 22, 2018, 03:35:49 AM
 #30

I've been checking on the application of YadaCoin in playstore, but why do the UI of the application is just look like that.
In my opinion, you will hardly get any user to download the app cause the UI is (sorry to say) it's not interesting at all.
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 22, 2018, 08:11:35 AM
 #31

I've been checking on the application of YadaCoin in playstore, but why do the UI of the application is just look like that.
In my opinion, you will hardly get any user to download the app cause the UI is (sorry to say) it's not interesting at all.

Understood, this is very early software but also, YadaCoin is a protocol for developers to build social media applications that share content, users, and user relationships. This app is more like a mobile wallet and a demo of the fundamental features of YadaCoin. We want developers to make exciting apps using YadaCoin. We don't want to be the next Facebook. We want to come together to provide a better user experience than Facebook.
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
September 22, 2018, 08:36:52 AM
 #32

POOL  Huh Huh Huh Huh
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 23, 2018, 02:42:29 PM
 #33

POOL  Huh Huh Huh Huh

Soon!
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
September 23, 2018, 02:44:46 PM
 #34

this is impossible because no one knows how to do it !!!!!!!!!!!!!!!!!!!!!!!!!!!!.
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 24, 2018, 10:33:11 PM
 #35

Video tutorials now available for Ubuntu and Widnows! I'm happy to answer any questions!

Windows tutorial:
https://youtu.be/8zPOujPRcdU

Ubuntu tutorial:
https://youtu.be/vaJPSJhLjOY
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
September 24, 2018, 10:39:29 PM
 #36

Video tutorials now available for Ubuntu and Widnows! I'm happy to answer any questions!

Windows tutorial:
https://youtu.be/8zPOujPRcdU

Ubuntu tutorial:
https://youtu.be/vaJPSJhLjOY

A simple wallet that does not create you ?
or is it very difficult for you Huh?
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 25, 2018, 03:53:04 PM
 #37

Video tutorials now available for Ubuntu and Widnows! I'm happy to answer any questions!

Windows tutorial:
https://youtu.be/8zPOujPRcdU

Ubuntu tutorial:
https://youtu.be/vaJPSJhLjOY

A simple wallet that does not create you ?
or is it very difficult for you Huh?

It does create a wallet for you and it is very simple.
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
September 25, 2018, 04:00:50 PM
 #38

Video tutorials now available for Ubuntu and Widnows! I'm happy to answer any questions!

Windows tutorial:
https://youtu.be/8zPOujPRcdU

Ubuntu tutorial:
https://youtu.be/vaJPSJhLjOY

A simple wallet that does not create you ?
or is it very difficult for you Huh?

It does create a wallet for you and it is very simple.
No No No No !!!!!!!!!!!!!
yadacoin.io (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 25, 2018, 09:03:09 PM
 #39

Video tutorials now available for Ubuntu and Widnows! I'm happy to answer any questions!

Windows tutorial:
https://youtu.be/8zPOujPRcdU

Ubuntu tutorial:
https://youtu.be/vaJPSJhLjOY

A simple wallet that does not create you ?
or is it very difficult for you Huh?

It does create a wallet for you and it is very simple.
No No No No !!!!!!!!!!!!!

Please do explain, I'd be happy to help or fix any issue you may be having.  Smiley
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
September 26, 2018, 12:08:00 AM
 #40

Video tutorials now available for Ubuntu and Widnows! I'm happy to answer any questions!

Windows tutorial:
https://youtu.be/8zPOujPRcdU

Ubuntu tutorial:
https://youtu.be/vaJPSJhLjOY

A simple wallet that does not create you ?
or is it very difficult for you Huh?

It does create a wallet for you and it is very simple.
No No No No !!!!!!!!!!!!!

Please do explain, I'd be happy to help or fix any issue you may be having.  Smiley

we need a normal normal wallet written in C++ and also a source written in C++
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!