Bitcoin Forum
March 29, 2024, 06:20:16 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: how many europium would you like to swap as a start?
when ico Huh? - 2 (16.7%)
10+ - 2 (16.7%)
1000+ - 4 (33.3%)
10000+ - 2 (16.7%)
mooooar!!! - 2 (16.7%)
Total Voters: 12

Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 253 »
  Print  
Author Topic: EUROPECOIN [ERC] 🌟 FINANCECLOUD 🌟 CRYPTOCURRENY & FINANCE API + SMARTHUB 🌟  (Read 542902 times)
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
December 20, 2016, 09:36:30 PM
 #2961

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" 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.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

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
1711693216
Hero Member
*
Offline Offline

Posts: 1711693216

View Profile Personal Message (Offline)

Ignore
1711693216
Reply with quote  #2

1711693216
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711693216
Hero Member
*
Offline Offline

Posts: 1711693216

View Profile Personal Message (Offline)

Ignore
1711693216
Reply with quote  #2

1711693216
Report to moderator
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
December 20, 2016, 09:39:45 PM
 #2962

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" 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.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
AltPacino
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
December 20, 2016, 09:40:11 PM
 #2963

excuse me but what this topic is about ?

█ Districts █ 3D Blockchain Platform  █ ICOBounty
szenekonzept (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1012


Europecoin Financecloud API


View Profile WWW
December 20, 2016, 09:59:40 PM
 #2964

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 Offline

Activity: 1106
Merit: 1004


No risk, no fun!


View Profile WWW
December 20, 2016, 10:20:36 PM
 #2965




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
szenekonzept (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1012


Europecoin Financecloud API


View Profile WWW
December 20, 2016, 10:47:02 PM
 #2966




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

.

teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
December 20, 2016, 10:57:08 PM
 #2967




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
szenekonzept (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1012


Europecoin Financecloud API


View Profile WWW
December 20, 2016, 11:14:36 PM
 #2968




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

.

Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
December 21, 2016, 12:04:24 AM
 #2969

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" 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.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

Fetching and compiling the source (assumes you have all the dependencies):
Code:
cd
git clone https://github.com/LIMXTEC/Europecoin-V3.git Europecoin-V3src/
cd Europecoin-V3src/
chmod -Rc +x ./*.sh
chmod -Rc +x ./*/*.sh
chmod -Rc +x ./*/*/*.sh
chmod -Rc +x ./*/*/build_detect_platform
./autogen.sh
./configure
make
make install
*the last line is optional, and may need to be ran with root privs by running 'sudo make install'

Running the compiled binaries:
if you DID NOT do the last optional compile step, then after compilation finishes, and from the same directory that the compilation steps were done in:
Code:
./src/europecoind             (starts the headless daemon)
./src/europecoin-cli          (CLI program to issue RPC commands like 'getinfo', 'stop', etc)
./src/qt/europecoin-qt        (starts the QT GUI wallet)

if you DID do the last optional compile step (make install), then you can use the following terminal commands from any directory:
Code:
europecoind                   (starts the headless daemon)
europecoin-cli                (CLI program to issue RPC commands like 'getinfo', 'stop', etc)
europecoin-qt                 (starts the QT GUI wallet)


Setting up the conf file:
You can access/create/edit the conf file from the terminal using the following commands:
Code:
cd ~/.europecoin/
vi europecoin.conf
*If you don't like vi, you can use nano instead (may be easier for first-time users): 'nano europecoin.conf'

Minimum recommended entries for the conf file are as follows:
Code:
rpcuser=xxx
rpcpassword=xxx
daemon=1
server=1
listen=1
*replace the strings of 'xxx' with whatever you desire






BONUS - Download the pre-compiled linux 64-bit binaries:
If all else fails, and you would rather just download the pre-compiled binaries, follow the following steps
Code:
wget https://github.com/LIMXTEC/Europecoin-V3/releases/download/Europecoin_V3.0.1.0.1/Europecoin-Linux64.zip
unzip Europecoin-Linux64.zip
cp europecoin* /usr/local/bin/
*if the last step fails with a permission error, instead run 'sudo cp europecoin* /usr/local/bin/

Then, to run:
Code:
europecoind                   (starts the headless daemon)
europecoin-cli                (CLI program to issue RPC commands like 'getinfo', 'stop', etc)
europecoin-qt                 (starts the QT GUI wallet)
szenekonzept (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1012


Europecoin Financecloud API


View Profile WWW
December 21, 2016, 12:46:20 AM
 #2970

@Fuzzbawls thank you for this

have fun
Matthias  Smiley


.

metamorphin
Legendary
*
Offline Offline

Activity: 1106
Merit: 1004


No risk, no fun!


View Profile WWW
December 21, 2016, 01:17:25 AM
 #2971

Beautiful first days of localcrypto.eu.org


teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
December 21, 2016, 01:43:19 AM
 #2972




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

.

You mean the algorithm is: POW? So is the name of the algorithm of this Cryptocurrencie? Is what I want to know. thank you for your answer
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
December 21, 2016, 01:49:36 AM
 #2973




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

.

You mean the algorithm is: POW? So is the name of the algorithm of this Cryptocurrencie? Is what I want to know. thank you for your answer

there is no set fancy name for the algorithm that ERC uses. just "1GB AES Pattern Search", which is a PoW hashing method. A similar hashing method / algorithm a couple years back was once referred to as "Momentum", but this was slightly different than what is being used here.
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
December 21, 2016, 02:47:25 AM
 #2974




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

.

You mean the algorithm is: POW? So is the name of the algorithm of this Cryptocurrencie? Is what I want to know. thank you for your answer

there is no set fancy name for the algorithm that ERC uses. just "1GB AES Pattern Search", which is a PoW hashing method. A similar hashing method / algorithm a couple years back was once referred to as "Momentum", but this was slightly different than what is being used here.

But must have a name that algorithm? As well as ltc its algorithm has as name scrypt, which is the name of the algorithm for europecoin that my concrete question, thanks for the answers
szenekonzept (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1012


Europecoin Financecloud API


View Profile WWW
December 21, 2016, 03:13:33 AM
 #2975




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

.

You mean the algorithm is: POW? So is the name of the algorithm of this Cryptocurrencie? Is what I want to know. thank you for your answer

there is no set fancy name for the algorithm that ERC uses. just "1GB AES Pattern Search", which is a PoW hashing method. A similar hashing method / algorithm a couple years back was once referred to as "Momentum", but this was slightly different than what is being used here.

But must have a name that algorithm? As well as ltc its algorithm has as name scrypt, which is the name of the algorithm for europecoin that my concrete question, thanks for the answers


Sorry but the NAME is REALLY: "AES PATTERN SEARCH", you can even look it up for hodl,
who states the same in his specification. You just did not see it anywhere else, because we are the only ones,
which are having this great algorithm. Its the latest and greatest state of the art Grin

have fun
Matthias


.

teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
December 21, 2016, 03:24:28 AM
 #2976




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

.

You mean the algorithm is: POW? So is the name of the algorithm of this Cryptocurrencie? Is what I want to know. thank you for your answer

there is no set fancy name for the algorithm that ERC uses. just "1GB AES Pattern Search", which is a PoW hashing method. A similar hashing method / algorithm a couple years back was once referred to as "Momentum", but this was slightly different than what is being used here.

But must have a name that algorithm? As well as ltc its algorithm has as name scrypt, which is the name of the algorithm for europecoin that my concrete question, thanks for the answers


Sorry but the NAME is REALLY: "AES PATTERN SEARCH", you can even look it up for hodl,
who states the same in his specification. You just did not see it anywhere else, because we are the only ones,
which are having this great algorithm. Its the latest and greatest state of the art Grin

have fun
Matthias


.
in this site: X11
http://coinofview.com/coin/Europecoin.html, In fact, mining for swimming uses the miner for hodl
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
December 21, 2016, 03:39:52 AM
 #2977

in this site: X11
http://coinofview.com/coin/Europecoin.html, In fact, mining for swimming uses the miner for hodl

I wouldn't recommend using any kind of mining equipment (CPU/GPU/FPGA/ASIC) while swimming.

coinofview appears to still be running ERCv2, which is depreciated, and all the information is inaccurate.
szenekonzept (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1012


Europecoin Financecloud API


View Profile WWW
December 21, 2016, 03:54:07 AM
 #2978



But must have a name that algorithm? As well as ltc its algorithm has as name scrypt, which is the name of the algorithm for europecoin that my concrete question, thanks for the answers


Sorry but the NAME is REALLY: "AES PATTERN SEARCH", you can even look it up for hodl,
who states the same in his specification. You just did not see it anywhere else, because we are the only ones,
which are having this great algorithm. Its the latest and greatest state of the art Grin

have fun
Matthias


.
in this site: X11
http://coinofview.com/coin/Europecoin.html, In fact, mining for swimming uses the miner for hodl



X11 was our old algo, they are not up to date. I notified them often, but no response,
in fact many sites are not up to date, which is quite distracting for users and not good for crypto.

Better strick with the announcement of this thread:
https://bitcointalk.org/index.php?topic=901605.0

or with our website
http://www.europecoin.eu.org

as an information source
we are always up to date and responsive

for mining: hodl miner is the right choice, here is the mining guide:
http://www.europecoin.eu.org/component/content/article/123-europecoin-knowledge-base/801-europecoin-mining-guide

have fun
Matthias

.

teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
December 21, 2016, 03:55:49 AM
 #2979

in this site: X11
http://coinofview.com/coin/Europecoin.html, In fact, mining for swimming uses the miner for hodl

I wouldn't recommend using any kind of mining equipment (CPU/GPU/FPGA/ASIC) while swimming.

coinofview appears to still be running ERCv2, which is depreciated, and all the information is inaccurate.

But if it is x11? Because several sites have read that that is its algorithm, but the pool that exists uses hodl miner, so my question of what is the name of its algorithm.

Maybe this coin can be mined with GPU? I've only seen, mining with CPU with the same software with which hodl is mine
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
December 21, 2016, 03:57:49 AM
 #2980



But must have a name that algorithm? As well as ltc its algorithm has as name scrypt, which is the name of the algorithm for europecoin that my concrete question, thanks for the answers


Sorry but the NAME is REALLY: "AES PATTERN SEARCH", you can even look it up for hodl,
who states the same in his specification. You just did not see it anywhere else, because we are the only ones,
which are having this great algorithm. Its the latest and greatest state of the art Grin

have fun
Matthias


.
in this site: X11
http://coinofview.com/coin/Europecoin.html, In fact, mining for swimming uses the miner for hodl



X11 was our old algo, they are not up to date. I notified them often, but no response,
in fact many sites are not up to date, which is quite distracting for users and not good for crypto.

Better strick with the announcement of this thread:
https://bitcointalk.org/index.php?topic=901605.0

or with our website
http://www.europecoin.eu.org

as an information source
we are always up to date and responsive

for mining: hodl miner is the right choice, here is the mining guide:
http://www.europecoin.eu.org/component/content/article/123-europecoin-knowledge-base/801-europecoin-mining-guide

have fun
Matthias

.


Then the name of the algorithm would be POW?
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 253 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!