Author

Topic: EUROPECOIN [ERC] 🌟 FINANCECLOUD 🌟 CRYPTOCURRENY & FINANCE API + SMARTHUB 🌟 - page 105. (Read 543135 times)

legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API



I informed that I could do the installation of the wallet europecoin v3 on my dedicated server, but I have another question:

Someone could confirm: what is the algorithm that uses europecoin?

Thanks for your answers and attention

Please have a look at the blockexplorer:


https://chainz.cryptoid.info/erc/#!crypto

1GB AES Pattern Search (PoW) + Proof of Stake


Greetz
Steve



The erc algorithm is not hodl? I thought I read before it was hodl, so my question


thats right hodl IS "1GB AES Pattern Search (POW)"
so yes, we are having the same algorithm

hodl is a coin, not an algorithm

have fun
Matthias

.
hero member
Activity: 2114
Merit: 618



I informed that I could do the installation of the wallet europecoin v3 on my dedicated server, but I have another question:

Someone could confirm: what is the algorithm that uses europecoin?

Thanks for your answers and attention

Please have a look at the blockexplorer:


https://chainz.cryptoid.info/erc/#!crypto

1GB AES Pattern Search (PoW) + Proof of Stake


Greetz
Steve



The erc algorithm is not hodl? I thought I read before it was hodl, so my question
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API



I informed that I could do the installation of the wallet europecoin v3 on my dedicated server, but I have another question:

Someone could confirm: what is the algorithm that uses europecoin?

Thanks for your answers and attention

Please have a look at the blockexplorer:


https://chainz.cryptoid.info/erc/#!crypto

1GB AES Pattern Search (PoW) + Proof of Stake


Greetz
Steve

not proof of stake but rest is ok


have fun Matthias

.
legendary
Activity: 1106
Merit: 1004
No risk, no fun!



I informed that I could do the installation of the wallet europecoin v3 on my dedicated server, but I have another question:

Someone could confirm: what is the algorithm that uses europecoin?

Thanks for your answers and attention

Please have a look at the blockexplorer:


https://chainz.cryptoid.info/erc/#!crypto

1GB AES Pattern Search (PoW) + Proof of Stake


Greetz
Steve
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API
excuse me but what this topic is about ?

About Europecoin and about the activities around it

press here to learn more:



have fun
Matthias


.
member
Activity: 67
Merit: 10
excuse me but what this topic is about ?
hero member
Activity: 2114
Merit: 618
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.
Hello,
First, let's make sure we all are speaking about the same things. Please quote here the exact text of the error you encountered. I'm sure we can make it work.

I will show the steps that I followed and I think they are not very clear I followed them to the letter


1)
# get the source
user@machine:~$ git clone https://github.com/LIMXTEC/Europecoin-V3 Europecoin-V3src/
# actually go there Wink
user@machine:~$ cd Europecoin-V3src/


*In the first step is very clear, and I have done it without problems

Here it is not clear to me that it is done from step 1 to 2? Because in step 1 it says that I should use user @ machine: ~ $ cd Europecoin-V3src /
But in step 2 when you must give the permission and the rest you are here:
User @ machine: ~ $ and not here: user @ machine: ~ / Europecoin-V3src $ /
In which folder should it be located to give those permissions and update what was described in the step?



2)

# I needed to explicitly grant "execute" permission to all shell scripts in the source tree.
# I know, I'm lazy...
# YMMV.
user@machine:~$  chmod -Rc +x ./*.sh
user@machine:~$  chmod -Rc +x ./*/*.sh
user@machine:~$  chmod -Rc +x ./*/*/*.sh
user@machine:~$  chmod -Rc +x ./*/*/build_detect_platform

user@machine:~$ ./autogen.sh

user@machine:~$ ./configure

user@machine:~$ make


*In number 3 is also unclear on which folder should I place to do this
So it tells me that the files do not exist. If I do it here:
"User @ machine: ~ $" and not in: "user@machine:~/Europecoin-V3src:~/scr$"

3.
user@machine:~$ strip europecoind
user@machine:~$ strip europecoin-cli
user@machine:~$ strip europecoin-tx
user@machine:~$ strip qt/europecoin-qt
# just making sure it will run Wink
user@machine:~$ chmod +x qt/europecoin-qt

* What would be the command to execute the demon

I've tried this:
Cd Europecoin-V3src / src
./europecoind

When I do, I say this:

/home/pool/.europecoin/europecoin.conf
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=DPmgz5R8jwZzpEAaoGQNMFQhjS9aTnoCEkhNpeJdCeg7
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "EuropeCoin Alert" [email protected]


Looking at the path that tells me I see that the folder "europecoin" has a dot in front of the name: ".europecoin" which makes this hidden and inaccessible, how can I do from console that this folder has the name without the point? Because I do not know how to remove that point I resort to this:
I create the file with this command:
Sudo nano /home/pool/.europecoin/europecoin.CONF
I save it and run it again
Cd Europecoin-V3src / src
./europecoind
  And give me the same message that I create the file europecoin.conf


4)
# if you want the binaries copied to /usr/local/bin
user@machine:~$ make install

*This is also not clear to me, I am new to linux, I appreciate the help



I informed that I could do the installation of the wallet europecoin v3 on my dedicated server, but I have another question:

Someone could confirm: what is the algorithm that uses europecoin?

Thanks for your answers and attention
copper member
Activity: 2324
Merit: 1348
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.
Hello,
First, let's make sure we all are speaking about the same things. Please quote here the exact text of the error you encountered. I'm sure we can make it work.

I will show the steps that I followed and I think they are not very clear I followed them to the letter


1)
# get the source
user@machine:~$ git clone https://github.com/LIMXTEC/Europecoin-V3 Europecoin-V3src/
# actually go there Wink
user@machine:~$ cd Europecoin-V3src/


*In the first step is very clear, and I have done it without problems

Here it is not clear to me that it is done from step 1 to 2? Because in step 1 it says that I should use user @ machine: ~ $ cd Europecoin-V3src /
But in step 2 when you must give the permission and the rest you are here:
User @ machine: ~ $ and not here: user @ machine: ~ / Europecoin-V3src $ /
In which folder should it be located to give those permissions and update what was described in the step?



2)

# I needed to explicitly grant "execute" permission to all shell scripts in the source tree.
# I know, I'm lazy...
# YMMV.
user@machine:~$  chmod -Rc +x ./*.sh
user@machine:~$  chmod -Rc +x ./*/*.sh
user@machine:~$  chmod -Rc +x ./*/*/*.sh
user@machine:~$  chmod -Rc +x ./*/*/build_detect_platform

user@machine:~$ ./autogen.sh

user@machine:~$ ./configure

user@machine:~$ make


*In number 3 is also unclear on which folder should I place to do this
So it tells me that the files do not exist. If I do it here:
"User @ machine: ~ $" and not in: "user@machine:~/Europecoin-V3src:~/scr$"

3.
user@machine:~$ strip europecoind
user@machine:~$ strip europecoin-cli
user@machine:~$ strip europecoin-tx
user@machine:~$ strip qt/europecoin-qt
# just making sure it will run Wink
user@machine:~$ chmod +x qt/europecoin-qt

* What would be the command to execute the demon

I've tried this:
Cd Europecoin-V3src / src
./europecoind

When I do, I say this:

/home/pool/.europecoin/europecoin.conf
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=DPmgz5R8jwZzpEAaoGQNMFQhjS9aTnoCEkhNpeJdCeg7
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "EuropeCoin Alert" [email protected]


Looking at the path that tells me I see that the folder "europecoin" has a dot in front of the name: ".europecoin" which makes this hidden and inaccessible, how can I do from console that this folder has the name without the point? Because I do not know how to remove that point I resort to this:
I create the file with this command:
Sudo nano /home/pool/.europecoin/europecoin.CONF
I save it and run it again
Cd Europecoin-V3src / src
./europecoind
  And give me the same message that I create the file europecoin.conf


4)
# if you want the binaries copied to /usr/local/bin
user@machine:~$ make install

*This is also not clear to me, I am new to linux, I appreciate the help

I pay 200 ERC for a good explain.  Smiley
legendary
Activity: 1140
Merit: 1004
OK







PRESS THIS BANNER TO VISIT THE EUROPECOIN EXPLAINING MACHINE:

(http://www.europecoin.eu.org/tellme/)





       When LocalBitcoins got banned in Germany, we had an Idea, how to solve the legal issue.
We decided to fill that niche and successfully launched our german version for Bitcoin and Europecoin (http://bitcoin-treff.de)

The new, international portal, has been further developed,
to provide additional altcoin markets and a business / merchant support center for our payment solutions,
WWW.LOCALCRYPTO.EU.ORG gives crypto minded people the ability to find out about the crypto economy around them
and to get in touch with each other, trade and to find/recrute crypto accepting merchants.

When launching our point-of-sales hardware collection (ETA three month)
(see: http://www.bitcoinsulting.eu/portfolio-bitcoinsulting-crypto-currency-decentralized-encrypted-payment),
we will start enabling everybody, to build his own business, by contsulting merchants in his area.
We will support him with an ever growing set of tools·to facilitate new adoption and to build an economy, that adapts to his region.
We are working for a long time towards these goal and are welcoming you to take part on our journey.


 

url:http://www.localcrypto.eu.org

MORE LINKS
http://europecoin.eu.org
http://bitcoinsulting.eu
http://federatedblockchains.eu.org
http://localcrypto.eu.org



PRESS RELEASE

http://bitcoingarden.tk/regionalism-ancient-form-decentralization/


If you have any questions, ideas, suggestions, feel free to contact me.
I am monitoring Bitcointalk (name: szenekonzept)
and Twitter @europecoineuorg

You can also get in touch with me directly you will find all my details here:
http://www.szenekonzept.de/kontakt-matthias-klees

thank you for your time
Matthias and the Bitcoinsulting team  Grin


.




Congratulations on the great projects, initiative and platform, The OK community is happy to take part and support.

Thanks Mat, Great work!
hero member
Activity: 2114
Merit: 618
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.
Hello,
First, let's make sure we all are speaking about the same things. Please quote here the exact text of the error you encountered. I'm sure we can make it work.

I will show the steps that I followed and I think they are not very clear I followed them to the letter


1)
# get the source
user@machine:~$ git clone https://github.com/LIMXTEC/Europecoin-V3 Europecoin-V3src/
# actually go there Wink
user@machine:~$ cd Europecoin-V3src/


*In the first step is very clear, and I have done it without problems

Here it is not clear to me that it is done from step 1 to 2? Because in step 1 it says that I should use user @ machine: ~ $ cd Europecoin-V3src /
But in step 2 when you must give the permission and the rest you are here:
User @ machine: ~ $ and not here: user @ machine: ~ / Europecoin-V3src $ /
In which folder should it be located to give those permissions and update what was described in the step?



2)

# I needed to explicitly grant "execute" permission to all shell scripts in the source tree.
# I know, I'm lazy...
# YMMV.
user@machine:~$  chmod -Rc +x ./*.sh
user@machine:~$  chmod -Rc +x ./*/*.sh
user@machine:~$  chmod -Rc +x ./*/*/*.sh
user@machine:~$  chmod -Rc +x ./*/*/build_detect_platform

user@machine:~$ ./autogen.sh

user@machine:~$ ./configure

user@machine:~$ make


*In number 3 is also unclear on which folder should I place to do this
So it tells me that the files do not exist. If I do it here:
"User @ machine: ~ $" and not in: "user@machine:~/Europecoin-V3src:~/scr$"

3.
user@machine:~$ strip europecoind
user@machine:~$ strip europecoin-cli
user@machine:~$ strip europecoin-tx
user@machine:~$ strip qt/europecoin-qt
# just making sure it will run Wink
user@machine:~$ chmod +x qt/europecoin-qt

* What would be the command to execute the demon

I've tried this:
Cd Europecoin-V3src / src
./europecoind

When I do, I say this:

/home/pool/.europecoin/europecoin.conf
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=DPmgz5R8jwZzpEAaoGQNMFQhjS9aTnoCEkhNpeJdCeg7
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "EuropeCoin Alert" [email protected]


Looking at the path that tells me I see that the folder "europecoin" has a dot in front of the name: ".europecoin" which makes this hidden and inaccessible, how can I do from console that this folder has the name without the point? Because I do not know how to remove that point I resort to this:
I create the file with this command:
Sudo nano /home/pool/.europecoin/europecoin.CONF
I save it and run it again
Cd Europecoin-V3src / src
./europecoind
  And give me the same message that I create the file europecoin.conf


4)
# if you want the binaries copied to /usr/local/bin
user@machine:~$ make install

*This is also not clear to me, I am new to linux, I appreciate the help
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.
Hello,
First, let's make sure we all are speaking about the same things. Please quote here the exact text of the error you encountered. I'm sure we can make it work.

I am delighted to see  more and more engagement here, thank you,
we are all on the right path

just got started
have fun
Matthias

.
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API
great roadmap matthias!
all our support goes to you
europecoin deserve as spearhead coin a incredible successstory
but all other early adopter blockchain federation coins will also recieve a major push in public awareness

this whole project could be a bridge over the gap between crypto nerds and mainstream

we are ready to walk over it!



Yes first coin teams are positioning them by showing engagement. These teams, who are following our news,
are actively finding out, how to contribute and are following our call to action requests,
are those, to go with and to get stronger and stronger. I am happy, i have chosen to let this sort out in a self-organizing and natural way.
because those teams will me the most sustainable and active partners. They are the the "stakeholders" who will get the most of this movement.
As a part of step three, I will add administration rights to those, who have been going with us and start decentralizing the decission process.
It was a process of announcing, collecting, watching, inviting, by outlining our vision and by giving everybody a chance.
In terms of partnerships we are staying on that path, but at the same time, our release of LOCALCRYPTO,
is meant as a final heads-up call, that we are serious with our goals and we just finished our loose planning stage.
Willing teams will have to act fast, because its increasingly difficult to enter a moving ship.
Stating to be in, may be a nice short term marketing joke, but will be not enough. Federated Blockchain will be open to anyone.
Knowing and understanding, what you can accomplish with it will be, like in bitcoin, a domain of some first movers.
We are now having a path to go, ship is starting another journey, LETS GO!

it will be fun
Matthias  Cheesy

.
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
great roadmap matthias!
all our support goes to you
europecoin deserve as spearhead coin a incredible successstory
but all other early adopter blockchain federation coins will also recieve a major push in public awareness

this whole project could be a bridge over the gap between crypto nerds and mainstream

we are ready to walk over it!
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
Impressive roadmap, as always.
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.
Hello,
First, let's make sure we all are speaking about the same things. Please quote here the exact text of the error you encountered. I'm sure we can make it work.
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API


Does everybody already understand what  http://localcrypto.eu.org is build for
and what it does for Europecoin?

here is the plan:


Any payment company in crypto lags the possibility of reaching out to the people.
So this portal will now build a geolocated list of local business minded people.
When our POINT-of-SALES Bitcoin / Europecoin Hardware Solution will be ready in three/four month,
we will have a database of people to recruit as consultant for their region, to go directly to every merchant.
this is a good read: http://www.localcrypto.eu.org/how-it-works/





Whats next:
1) during the next four weeks: Add business and convenience features to the portal, to keep momentum
    and do plenty of explaining and marketing to fill it, Also optimizing OP and our motherwebsite (cleanups, better infomation flow and so on)
2) in a month: buld an paymentgateway (already in progress with gopay) which connects to  Europecoin and enables cryptopaymemts via our merchants directory
3) in two mpnth: build and connect a software based POINT-OF-SALE System for PDA and Tablet (already in progress) and connect to the ERC/BTC Gateway and our portal
4) in three month: alphatest federated blockchains starts
    (depends a bit on the Development Teams progress but they are great, fast and focused)
5) in four/five month, first hardware prototypes should be ready and we will need another month to connect them to the FEDERATED BLOCKCHAINS ALPHANET
6) in six month: recruted consultants start spreading payment to the merchants across Europe and are able to earn affiliates






always moving
Matthias  Grin


.
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.


hm what does it say, when you try to execute it?
have fun
Matthias


.


Says the file does not exist, I wonder if I should upload to the folder:
Pool @ pool2: ~ / Europecoin-V3src $ the three files of this link: https: //github.com/LIMXTEC/Europecoin-V3/releases
Is that the guide is not very clear, I am new to linux
What commands should I run to install the erc wallet? can you help me?


I will look into it and do my research, asking Chris tomorrow and then will head back to youl

have fun
Matthias Smiley

.
hero member
Activity: 2114
Merit: 618
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.


hm what does it say, when you try to execute it?
have fun
Matthias


.


Says the file does not exist, I wonder if I should upload to the folder:
Pool @ pool2: ~ / Europecoin-V3src $ the three files of this link: https: //github.com/LIMXTEC/Europecoin-V3/releases
Is that the guide is not very clear, I am new to linux
What commands should I run to install the erc wallet? can you help me?
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.


hm what does it say, when you try to execute it?
have fun
Matthias


.
hero member
Activity: 2114
Merit: 618
Hi, can anyone guide me how to install Europecoin_V3.0.1.1 on ubuntu server?
I've done all the steps in this guide:
http://Https://github.com/LIMXTEC/Europecoin-V3/blob/master/doc/build-XUbuntu-14.04-amd64
But has not worked will not let me execute: "./europecoind" nor also europecoin-qt

For what I was reading and I saw in this link: https://github.com/LIMXTEC/Europecoin-V3/releases
I want to run the wallet as a server.
Jump to: