yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 14, 2018, 09:01:33 PM Last edit: June 04, 2024, 07:31:16 PM by yadacoin.io |
|
YadaCoinCPU Minable - RandomX variantLinks: 🌐 Website💬 Discord🐦 Twitter📢 Reddit📄 Whitepaper💻 GitHub🚀 TelegramBlock Reward Distribution:90% Block Rewards fo Miners 10% for Masternodes Halving every 210,000 blocks Roadmap:Patent secret location and AI algorithm for wallet recovery. - Done Create startup for account and wallet recovery that accepts both YadaCoin and USD. - Done Ongoing marketing efforts.
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
September 14, 2018, 11:18:00 PM |
|
Instructions in the github repo don't work.
|
|
|
|
Krezz2017
|
|
September 14, 2018, 11:25:07 PM |
|
More social networks. Different. The network should not belong to anyone. Facebook is centrally managed. There, information is being diverted to various special services.
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 01:09:27 AM |
|
Instructions in the github repo don't work.
Please post the error you are receiving.
|
|
|
|
olkah
|
|
September 15, 2018, 01:29:11 AM |
|
|
|
|
|
TimeTeller
|
|
September 15, 2018, 02:04:18 AM |
|
From what I understood, right now, this is still a one-man team, right? Also, how many registered users you have so far in this app? You can give a value for this coin if you have real active users, and find them useful in their daily lives. If it's just an add-on while they are bored with their lives, then, increasing its value might be hard for this one.
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 02:21:51 AM Last edit: September 15, 2018, 07:56:24 AM by yadacoin.io |
|
You can give a value for this coin if you have real active users, and find them useful in their daily lives. If it's just an add-on while they are bored with their lives, then, increasing its value might be hard for this one.
Creating engaging experiences is exactly what YadaCoin enables for app developers. Using a coin with real-world value to create interesting social networking apps will be very valuable to users.
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 06:57:23 AM |
|
From what I understood, right now, this is still a one-man team, right? Also, how many registered users you have so far in this app?
Correct, a one-man team right now. The mainnet was just launched. We are looking for individuals to try out the ios app, android app, web app, and miner.
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
September 15, 2018, 10:49:13 AM |
|
In your terminal
python generate_config.py
copy that json object and paste it into a file named config.json
------------------------------------------------ /yadacoin/utils$ python generate_config.py Traceback (most recent call last): File "generate_config.py", line 3, in <module> from coincurve import PrivateKey, PublicKey ImportError: No module named coincurve
|
|
|
|
zefirk
Newbie
Offline
Activity: 77
Merit: 0
|
|
September 15, 2018, 10:54:09 AM |
|
This is the best project i have ever seen in my crypto life because it is growing day by day and the investors are happy to see the response of the people to this project.
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 01:57:14 PM |
|
In your terminal
python generate_config.py
copy that json object and paste it into a file named config.json
------------------------------------------------ /yadacoin/utils$ python generate_config.py Traceback (most recent call last): File "generate_config.py", line 3, in <module> from coincurve import PrivateKey, PublicKey ImportError: No module named coincurve
Ah, I'll update the documentation. You have to run: sudo pip install -r requirements.txt
|
|
|
|
tibicota
Newbie
Offline
Activity: 56
Merit: 0
|
|
September 15, 2018, 04:08:42 PM |
|
The creativity of the team has been showed in the mockups, the concept inspire trust in the people that want to follow new excellent projects, and now I saw that this set of great ideas called ANN it has a potential to grow exponentially in the near future. Congrats
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
September 15, 2018, 04:31:33 PM |
|
What version of python is required? Using 3.5 in venv, getting this error.
Downloading/unpacking bitarray==0.8.2 (from -r requirements.txt (line 6)) Could not find a version that satisfies the requirement bitarray==0.8.2 (from -r requirements.txt (line 6)) (from versions: 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2.1, 0.8.3) Cleaning up... No distributions matching the version for bitarray==0.8.2 (from -r requirements.txt (line 6))
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 06:03:19 PM Last edit: September 15, 2018, 06:56:25 PM by yadacoin.io |
|
What version of python is required? Using 3.5 in venv, getting this error.
Downloading/unpacking bitarray==0.8.2 (from -r requirements.txt (line 6)) Could not find a version that satisfies the requirement bitarray==0.8.2 (from -r requirements.txt (line 6)) (from versions: 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2.1, 0.8.3) Cleaning up... No distributions matching the version for bitarray==0.8.2 (from -r requirements.txt (line 6))
Thanks, I'm looking into this now. Will have it fixed shortly, I'll let you know.
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 06:56:47 PM |
|
What version of python is required? Using 3.5 in venv, getting this error.
Downloading/unpacking bitarray==0.8.2 (from -r requirements.txt (line 6)) Could not find a version that satisfies the requirement bitarray==0.8.2 (from -r requirements.txt (line 6)) (from versions: 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2.1, 0.8.3) Cleaning up... No distributions matching the version for bitarray==0.8.2 (from -r requirements.txt (line 6))
Fixed. Update your repo then run pip install -r requirements.txt again.
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
September 15, 2018, 08:15:13 PM |
|
Tried it. It installs the requirements, and after manually adding a whole bunch of missing things via 'pip install', the generate_config.py worked.
It is unclear where config.py and peers.py have to be, but I'm guessing in the 'config' folder. Starting the server or the concensus errors with:
File "p2p.py", line 14, in <module> from socketIO_client import SocketIO, BaseNamespace ImportError: No module named socketIO_client
I can't pip install this, because it gives this error:
Cannot uninstall 'urllib3'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 09:18:26 PM |
|
Tried it. It installs the requirements, and after manually adding a whole bunch of missing things via 'pip install', the generate_config.py worked.
It is unclear where config.py and peers.py have to be, but I'm guessing in the 'config' folder. Starting the server or the concensus errors with:
File "p2p.py", line 14, in <module> from socketIO_client import SocketIO, BaseNamespace ImportError: No module named socketIO_client
I can't pip install this, because it gives this error:
Cannot uninstall 'urllib3'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
When you do what do you get?
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
September 15, 2018, 11:03:46 PM Last edit: September 15, 2018, 11:27:50 PM by samspaces |
|
pip 18.0 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7) edit: Hm..."not for serious use" https://github.com/bradjasper/python-p2p
|
|
|
|
yadacoin.io (OP)
Newbie
Offline
Activity: 198
Merit: 0
|
|
September 15, 2018, 11:29:17 PM |
|
pip 18.0 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)
Try installing it into a virtualenv sudo pip install virtualenv pip install -r requirements.txt
|
|
|
|
foolishorient
Newbie
Offline
Activity: 86
Merit: 0
|
|
September 15, 2018, 11:49:25 PM |
|
how can we get tokens
|
|
|
|
|