szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 19, 2016, 12:09:30 PM |
|
you are moving that fast.... incredible!
...price will follow :-)
Though i am fine with that price, given other coins are having a hard time on current market situation, it looks for sure like pointing up  Thank you for your kind words, don't forget to list your (Europecoin and Altcoin of your choice accepting) projects and businesses at http://www.localcrypto.eu.orghave fun Matthias  .
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
|
szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 19, 2016, 07:42:29 PM |
|
hm what does it say, when you try to execute it? have fun Matthias .
|
|
|
|
teosanru
|
 |
December 19, 2016, 08:55:23 PM |
|
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?
|
|
|
|
szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 20, 2016, 01:33:39 AM |
|
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  .
|
|
|
|
szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 20, 2016, 02:56:55 AM |
|
|
|
|
|
rmd73
Sr. Member
  
Offline
Activity: 381
Merit: 252
Think with your brain. It is not illegal (yet).
|
 |
December 20, 2016, 05:30:31 AM |
|
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.
|
|
|
|
rmd73
Sr. Member
  
Offline
Activity: 381
Merit: 252
Think with your brain. It is not illegal (yet).
|
 |
December 20, 2016, 05:31:42 AM |
|
Impressive roadmap, as always.
|
|
|
|
cryptonit
Legendary
Offline
Activity: 1582
Merit: 1029
bit.diamonds | artis.eco
|
 |
December 20, 2016, 10:26:36 AM |
|
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! 
|
|
|
|
szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 20, 2016, 03:34:34 PM |
|
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 
.
|
|
|
|
szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 20, 2016, 03:39:10 PM |
|
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 .
|
|
|
|
teosanru
|
 |
December 20, 2016, 04:53:11 PM |
|
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 letter1) # get the source user@machine:~$ git clone https://github.com/LIMXTEC/Europecoin-V3 Europecoin-V3src/ # actually go there  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  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" admin@foo.com
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.conf4) # 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
|
|
|
|
OKtoshi
|
 |
December 20, 2016, 08:05:18 PM |
|
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. | . Congratulations on the great projects, initiative and platform, The OK community is happy to take part and support. Thanks Mat, Great work!
|
OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 1288
Merit: 1213
bitsend.info | bitcore.cc
|
 |
December 20, 2016, 09:36:30 PM |
|
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 letter1) # get the source user@machine:~$ git clone https://github.com/LIMXTEC/Europecoin-V3 Europecoin-V3src/ # actually go there  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  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" admin@foo.com
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.conf4) # 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. 
|
|
|
|
teosanru
|
 |
December 20, 2016, 09:39:45 PM |
|
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 letter1) # get the source user@machine:~$ git clone https://github.com/LIMXTEC/Europecoin-V3 Europecoin-V3src/ # actually go there  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  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" admin@foo.com
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.conf4) # 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
|
|
|
|
AltPacino
Member

Offline
Activity: 68
Merit: 10
|
 |
December 20, 2016, 09:40:11 PM |
|
excuse me but what this topic is about ?
|
█ Districts █ 3D Blockchain Platform █ ICO █ Bounty
|
|
|
szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 20, 2016, 09:59:40 PM |
|
excuse me but what this topic is about ?
About Europecoin and about the activities around it press here to learn more:  have fun Matthias .
|
|
|
|
metamorphin
Legendary
Offline
Activity: 1092
Merit: 1003
No risk, no fun!
|
 |
December 20, 2016, 10:20:36 PM |
|
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/#!crypto1GB AES Pattern Search (PoW) + Proof of Stake Greetz Steve
|
|
|
|
szenekonzept
Legendary
Offline
Activity: 1442
Merit: 1012
Europecoin Financecloud API
|
 |
December 20, 2016, 10:47:02 PM |
|
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/#!crypto1GB AES Pattern Search (PoW) + Proof of Stake Greetz Steve not proof of stake but rest is ok have fun Matthias .
|
|
|
|
teosanru
|
 |
December 20, 2016, 10:57:08 PM |
|
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/#!crypto1GB 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
|
|
|
|
|