robelneo
Legendary
Offline
Activity: 3416
Merit: 1226
|
|
February 26, 2020, 02:50:55 PM |
|
This is very strange I have no peers to connect I close my wallet open the Idena folder but I cannot delete the Idenachain db now my wallet is offline for thirty minutes already, I've been running my wallet for three weeks now and this is the first time it happens, very strange.
|
|
|
|
shatcs
Newbie
Offline
Activity: 25
Merit: 0
|
|
February 26, 2020, 03:36:29 PM Last edit: February 26, 2020, 04:56:56 PM by shatcs |
|
Hello, i trying to run idena node on raspberry pi 3b+ with raspbian installed, but after while of synchronizing i get this error "invalid block roots". Please, can someone explain how to fix it. I build from source with golang go1.13.8.linux-armv6l.tar.gz Here is cut of output.log: INFO [02-25|17:47:04.941] Peer connected id=QmTs6nceajfFxHVhMvJJsJGjp1aBdceNbPwosyxoLmUF7C inbound=false INFO [02-25|17:47:05.237] Peer connected id=QmTHDLnNMAp6K8txLmJW6EHUbwoHTGhkEUBCp4gAtpNqKY inbound=false INFO [02-25|17:47:08.145] Snapshot has been loaded component=downloader height=939160 INFO [02-25|17:47:16.506] Full sync will be used component=downloader INFO [02-25|17:47:16.506] All blocks were requested. Wait for applying of blocks component=downloader INFO [02-25|17:47:16.506] Short session timer has been created time=2020-03-02T16:30:00+0300 INFO [02-25|17:47:16.507] Start process batch component=downloader from=939161 to=939208 INFO [02-25|17:47:23.543] peer has been banned id=QmTs6nceajfFxHVhMvJJsJGjp1aBdceNbPwosyxoLmUF7C reason="invalid block roots. Expected=3dd7127a091d5a7a2e01cde47d261ee84d00f3f93d17be632cd2f19f0bf458a8 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61, actual=15cd2f54a47c62833bdb4a962ed14df2982b6435c703f43372a3f081b245e5b1 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61" WARN [02-25|17:47:23.544] Block 939161 is invalid: invalid block roots. Expected=3dd7127a091d5a7a2e01cde47d261ee84d00f3f93d17be632cd2f19f0bf458a8 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61, actual=15cd2f54a47c62833bdb4a962ed14df2982b6435c703f43372a3f081b245e5b1 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61 component=downloader INFO [02-25|17:47:23.544] Peer disconnected id=QmTs6nceajfFxHVhMvJJsJGjp1aBdceNbPwosyxoLmUF7C
Edit: Tried to run node on Ubuntu_server18.04amd64 on Virtualbox and it is builded and work great so, im suspecting that it is ARM issue and maybe needed to properly builded with specific options?
|
|
|
|
lemonandfriesonetwo
Member
Offline
Activity: 670
Merit: 11
|
|
February 26, 2020, 05:07:15 PM |
|
..........
Edit: Tried to run node on Ubuntu_server18.04amd64 on Virtualbox and it is builded and work great so, im suspecting that it is ARM issue and maybe needed to properly builded with specific options?
You need to use a 64-bit version. There is 64-bit OS for RPi 3, they are experimental but will run on the RPi 3.
|
|
|
|
shatcs
Newbie
Offline
Activity: 25
Merit: 0
|
|
February 26, 2020, 05:22:11 PM |
|
..........
Edit: Tried to run node on Ubuntu_server18.04amd64 on Virtualbox and it is builded and work great so, im suspecting that it is ARM issue and maybe needed to properly builded with specific options?
You need to use a 64-bit version. There is 64-bit OS for RPi 3, they are experimental but will run on the RPi 3. Hi, if you mean this version, http://cdimage.ubuntu.com/releases/18.04.4/release/ubuntu-18.04.4-preinstalled-server-arm64+raspi3.img.xz then i tried it two days ago and result is same because it is arm64 too.
|
|
|
|
|
shatcs
Newbie
Offline
Activity: 25
Merit: 0
|
|
February 26, 2020, 07:35:00 PM |
|
..........
Edit: Tried to run node on Ubuntu_server18.04amd64 on Virtualbox and it is builded and work great so, im suspecting that it is ARM issue and maybe needed to properly builded with specific options?
You need to use a 64-bit version. There is 64-bit OS for RPi 3, they are experimental but will run on the RPi 3. Hi, if you mean this version, http://cdimage.ubuntu.com/releases/18.04.4/release/ubuntu-18.04.4-preinstalled-server-arm64+raspi3.img.xz then i tried it two days ago and result is same because it is arm64 too. That one doesn't work. Try a Gentoo Distro. Here is one that works on RPi 3: https://github.com/sakaki-/gentoo-on-rpi-64bit/Gentoo is similar to Linux but there is variance in the commands. You will also have to install the dependencies to build the Idena node on Gentoo. Thank for reply, but I doubt that was will help, because this is arm64 not amd64 which is not supported on rpi and i will get the same error. If the issue with ARM, than it must resolved with any os with same arch. What the dependencies i must install? On ubuntu_server64amd im doing the same, as in raspbian and its worked fine, unlike on rpi.
|
|
|
|
lemonandfriesonetwo
Member
Offline
Activity: 670
Merit: 11
|
|
February 26, 2020, 08:26:49 PM |
|
Thank for reply, but I doubt that was will help, because this is arm64 not amd64 which is not supported on rpi and i will get the same error. If the issue with ARM, than it must resolved with any os with same arch. What the dependencies i must install? On ubuntu_server64amd im doing the same, as in raspbian and its worked fine, unlike on rpi.
Look again. The version of Gentoo I'm recommending will definitely work. My friend runs RPi 3 with it and it works fine. You would just have to build and install Golang on Gentoo.
|
|
|
|
shatcs
Newbie
Offline
Activity: 25
Merit: 0
|
|
February 26, 2020, 09:00:00 PM |
|
Thank for reply, but I doubt that was will help, because this is arm64 not amd64 which is not supported on rpi and i will get the same error. If the issue with ARM, than it must resolved with any os with same arch. What the dependencies i must install? On ubuntu_server64amd im doing the same, as in raspbian and its worked fine, unlike on rpi.
Look again. The version of Gentoo I'm recommending will definitely work. My friend runs RPi 3 with it and it works fine. You would just have to build and install Golang on Gentoo. Ok, let me clear. This version of gentoo that your friend run's will work with idena node or itself OS? Because im don't feel any problem with OS besides the node.
|
|
|
|
TakeItEasy
Sr. Member
Offline
Activity: 1622
Merit: 270
Undeads.com - P2E Runner Game
|
|
February 26, 2020, 09:58:11 PM |
|
Who are these "early investors"? As far as I understood, there were no ICO, IPO and other garbage. DNA coins could be obtained only through mining, purchases through the OTC Discord, and the last way - buying on Qtrade. Without any "early investments".
Nobody knows? It turns out there were some sort of private sale at an unknown price? Why is this information hidden? What is an interesting way these early investors bought 7 mln coins?
|
|
|
|
lemonandfriesonetwo
Member
Offline
Activity: 670
Merit: 11
|
|
February 26, 2020, 11:25:45 PM |
|
Thank for reply, but I doubt that was will help, because this is arm64 not amd64 which is not supported on rpi and i will get the same error. If the issue with ARM, than it must resolved with any os with same arch. What the dependencies i must install? On ubuntu_server64amd im doing the same, as in raspbian and its worked fine, unlike on rpi.
Look again. The version of Gentoo I'm recommending will definitely work. My friend runs RPi 3 with it and it works fine. You would just have to build and install Golang on Gentoo. Ok, let me clear. This version of gentoo that your friend run's will work with idena node or itself OS? Because im don't feel any problem with OS besides the node. Yes it works and he has Idena node running on it but once you install it you have to make it headless. Gentoo will turn Rpi 3 into a VPS if you run it headless. You will have to build the node on your RPi 3 via Gentoo.
|
|
|
|
fonship
Full Member
Offline
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
|
|
February 27, 2020, 03:17:05 AM |
|
the more i read the more i love, running its node and so far loved everything. great job for thinking so much detail around the whole system and ecomonics design
|
selling sushistake.com, send offers
|
|
|
Crypt0-B
Jr. Member
Offline
Activity: 33
Merit: 1
|
|
February 27, 2020, 03:26:59 AM |
|
Who are these "early investors"? As far as I understood, there were no ICO, IPO and other garbage. DNA coins could be obtained only through mining, purchases through the OTC Discord, and the last way - buying on Qtrade. Without any "early investments".
Nobody knows? It turns out there were some sort of private sale at an unknown price? Why is this information hidden? What is an interesting way these early investors bought 7 mln coins? What ?!?!?! ooooooooooooooooooooooo HA ha HA ha HA 1- 36 milion premine. (82% of all coins in hands of team now) 2- 12K coins from invitations 3- 5% of all new emitted coins goes to the team ~ 13k coins each epoch
12k+13k=25k coins each epoch goes to the team. Thats ~10%
Early investors allocation: 7,065,000 DNA Hidden private presales are one of the main signs of scam. All trades must always be announced publicly! scam scam scam
|
|
|
|
Crypt0-B
Jr. Member
Offline
Activity: 33
Merit: 1
|
|
February 27, 2020, 04:53:49 AM |
|
36 million premine to 0.1$ price at this moment(i asked to buy from team and they offer me DNA to 0.1$) means 3,6 million . I think is too much for a project like this. So it is a sign of scam for me. DYOR!
Everything becomes clear... and now very ez math for everyone not 36, but 7 7,000,000*0.1 = 700,000 $ These IDENA scammers secretly sold coins worth 700k $ not bad...not bad...
|
|
|
|
shatcs
Newbie
Offline
Activity: 25
Merit: 0
|
|
February 27, 2020, 05:18:10 AM |
|
Thank for reply, but I doubt that was will help, because this is arm64 not amd64 which is not supported on rpi and i will get the same error. If the issue with ARM, than it must resolved with any os with same arch. What the dependencies i must install? On ubuntu_server64amd im doing the same, as in raspbian and its worked fine, unlike on rpi.
Look again. The version of Gentoo I'm recommending will definitely work. My friend runs RPi 3 with it and it works fine. You would just have to build and install Golang on Gentoo. Ok, let me clear. This version of gentoo that your friend run's will work with idena node or itself OS? Because im don't feel any problem with OS besides the node. Yes it works and he has Idena node running on it but once you install it you have to make it headless. Gentoo will turn Rpi 3 into a VPS if you run it headless. You will have to build the node on your RPi 3 via Gentoo. Ok, will try. Thank you.
|
|
|
|
Crypt0-B
Jr. Member
Offline
Activity: 33
Merit: 1
|
|
February 27, 2020, 08:54:31 AM Last edit: February 27, 2020, 09:12:15 AM by Crypt0-B |
|
yep, "stupid beach" Mateusz, it's call hidden... What is written on Whitepaper is what is supposed to be done. But where is the public announcement of the start of pre-sales? Nowhere. Where is the publicly announced pre-sale price? Nowhere. Presale was hidden, but was supposed to be public. scam scam scam
|
|
|
|
Railai
Member
Offline
Activity: 182
Merit: 19
Born Hater!
|
|
February 27, 2020, 09:45:14 AM |
|
I saw a lot of users quoting my posts and sending me PM's that they agree with me that IDENA is a scam crypto.
I never said any similar to that nor was my intention. I love the idea of IDENA and how the development goes, but when the team has already 36M coins and they are still having a bigger number of invites than regular users, they can afford just to give them away even if the user won't register/do the flips and now they change the system in such a way that verified members can stop giving invites because they receive a reward, it doesn't look good.
Of course, there was a sell and even if it was sold at 1$ each, investors sale or whatever; what they created so far is fantastic and the work it is being done all the time has to be in our appreciation.
So far, crypto world is not anymore about tech, and it is only about funding. I get the part that is still testnet and things are changing, but don't destroy the circulating supply, give also to others better opportunities to become members of the network
|
|
|
|
TakeItEasy
Sr. Member
Offline
Activity: 1622
Merit: 270
Undeads.com - P2E Runner Game
|
|
February 27, 2020, 10:03:14 AM |
|
To be honest, I have been watching this project from the very beginning of creating a topic on this forum, because I also liked the idea. But I had to admit, I didn't see a single word about the fact that coins can be bought somewhere, besides OTC discord, because there really were no public announcements about 7kk coins presale, price, etc.
|
|
|
|
Railai
Member
Offline
Activity: 182
Merit: 19
Born Hater!
|
|
February 27, 2020, 10:56:37 AM |
|
To be honest, I have been watching this project from the very beginning of creating a topic on this forum, because I also liked the idea. But I had to admit, I didn't see a single word about the fact that coins can be bought somewhere, besides OTC discord, because there really were no public announcements about 7kk coins presale, price, etc.
Why it has to be public? Maybe someone with tons of money came to them and gave a too good offer...Why they should have at least the headache of having a public sale where everyone comes to them and ask 1mil questions..
|
|
|
|
TakeItEasy
Sr. Member
Offline
Activity: 1622
Merit: 270
Undeads.com - P2E Runner Game
|
|
February 27, 2020, 11:16:56 AM |
|
To be honest, I have been watching this project from the very beginning of creating a topic on this forum, because I also liked the idea. But I had to admit, I didn't see a single word about the fact that coins can be bought somewhere, besides OTC discord, because there really were no public announcements about 7kk coins presale, price, etc.
Why it has to be public? Maybe someone with tons of money came to them and gave a too good offer...Why they should have at least the headache of having a public sale where everyone comes to them and ask 1mil questions.. Why should pre-sale be public?) So that everyone had equal rights to purchase. So that everyone knows what price the developers were getting. What for ? In order to know if they want to take part in the mining of this coin, in support of this coin, whether they will buy this coin in the future on the Exchange, etc. They could set a minimum purchase threshold to avoid a million offers. That's all. Assume a minimum purchase amount of 50k/100k/25k DNA. Many ICOs do this. And no problem.
|
|
|
|
othell_rogue
|
|
February 27, 2020, 07:37:23 PM |
|
First I am not a FUDer, and I am also part of the project nodes but asking for Donations to pay the Translations is not looking good to me. With a "Total premint size: 36,000,000 DNA" and "5% Foundation wallet (DAO)"- extracted from medium is a shame to ask for donations imo.
|
|
|
|
|