Pages:
Author

Topic: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport - page 10. (Read 18209 times)

jr. member
Activity: 114
Merit: 2
Is there a way to get address information through the API?
Like I supply an address like this one qaBPJGEEkaw7Mq8bYUEXsWuTzc18UUtGH and it returns it's balance.
jr. member
Activity: 114
Merit: 2
Thank you. I registered the domain http://ubic.network the block explorer will be available on this address once I am done.
jr. member
Activity: 81
Merit: 1
@Fonneda I added information regarding the emission rate in the announcement.
jr. member
Activity: 81
Merit: 1
@Fonneda do you mean the total supply?
There is no total supply, it is uncapped.
member
Activity: 161
Merit: 10
Hello! and I have a question to ask you. What the amount of your coin? Gratitude.
jr. member
Activity: 81
Merit: 1
jr. member
Activity: 81
Merit: 1
For every API call you need to send the "apiKey" as header parameter.
The API calls are handled in REST/ApiServer.cpp with the method std::string ApiServer::route(std::vector urlParts, std::string jsonPost)
I'll add some documentation soon.
jr. member
Activity: 114
Merit: 2
Thank you,
I want to develop a block explorer, what are the available API endpoints?
jr. member
Activity: 81
Merit: 1
@uboid when I sent you the transaction I found an issue with the nonce counter.
I'll try to fix it ASAP and give you new instructions then on what to do with your nodes.
Sorry for this.
jr. member
Activity: 114
Merit: 2
Here please: qaBPJGEEkaw7Mq8bYUEXsWuTzc18UUtGH  Cheesy
jr. member
Activity: 81
Merit: 1
@uboid thank you, if you post one of your addresses I will make you a donation for this.
jr. member
Activity: 114
Merit: 2
jr. member
Activity: 81
Merit: 1
In order to update your node regarding the previous statement delete old UBIC files:
Quote
/etc/init.d/ubic stop
sudo rm -rf /var/ubic
sudo rm -rf /usr/local/src/core

Then run the installation again:
Quote
cd /usr/local/src
sudo git clone https://github.com/UBIC-repo/core.git
sudo chmod 777 -R core
cd core
cmake CMakeLists.txt
make
sudo make install
jr. member
Activity: 81
Merit: 1
Sadly I found a serious error in the code and because very few people seem to use UBIC as of today I will stop minting and restart with a new genesis block in the next days.

Update: Luckily the problem was fixed without the need of starting again from the genesis.
jr. member
Activity: 114
Merit: 2
If nobody else volunteers I will do an installation video.
newbie
Activity: 2
Merit: 0
Could we possibly get a YouTube video for installing and running a node? - Also what doing those things mean.
jr. member
Activity: 114
Merit: 2
The IP address is: 198.245.61.118
jr. member
Activity: 81
Merit: 1
There are still no nodes.
Do you intend to run a node? If so you can publish your IP address and I will add to the node list.
You will then start receiving blocks.
jr. member
Activity: 114
Merit: 2
There is nothing happening, I am still at block 0...  Huh
My peer list is also empty.
jr. member
Activity: 114
Merit: 2
I found the solution:

sudo cp /usr/local/lib/libcrypto.so.1.1 /usr/lib
sudo cp /usr/local/lib/libssl.so.1.1 /usr/lib

this solved it in my case, and everything is running now.  Cheesy
Pages:
Jump to: