Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: makihicho on February 12, 2020, 05:58:27 AM



Title: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 12, 2020, 05:58:27 AM
Eleccoin(ECC)

ECC, the innovative payment network and a new kind of money.

Official Site: eleccoin.org (https://www.eleccoin.org)

Official GPU Mining pool online (beta)!pool.eleccoin.org (https://pool.eleccoin.org/)

Exchange erex.io (https://erex.io/exchange/ECC/BTC/)

Mining Eleccoin with CPU Easily, NOW !

3rd GPU mining pool is welcome !

:: Spec ::
Block Time 6 min.
Block reward 50 coin and reduce 20% in annual.
Total supply is 22,000,000 coins after 80 years.
Mining Algorism X16rv2
Difficult Algorism DGW v3
Features Segwit, No pre-mine

TCP Port main  9833 test 19833 reg  19844
RPC Port main  9832 test 19832 reg  19843

Because of ECC team is decentralized.  If you have any concerns about scam or fraud, please PM the member of OFFICIAL group at DISCORD or mail to service@eleccoin.org, you can got 100% credibility information.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: Bowtiesarecool on February 12, 2020, 08:48:38 AM
Where is every shitcoin these days the new form of money? Are all these the alts of the same OP or these guys are just so dense they don't even know the definition and characteristics of money? Or maybe it's just easy to sell scams that way when you call it the new money. Everybody likes new mints


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: julerz12 on February 12, 2020, 11:01:19 PM
Website: Fail. Not much on it, basically just small talks, promising P2P and low processing fee?
Team: None. Probably created by a single person who knows a bit of coding but lacks brilliant ideas.
Where exactly does "Elec" on Eleccoin comes from? Who's Elec? You? LMAO
You can't even post this thread in the proper section. This is an altcoin, right? You're in the wrong section bud.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 15, 2020, 08:16:21 AM
OSX wallet v1.0.0 released.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: saltpool on February 15, 2020, 09:13:08 AM
Where is the source code? No github link?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 15, 2020, 11:14:00 AM
Where is the source code? No github link?

Road map :

[Sapling]

Next stage ~

Open source code,

Linux, OSX official build,

Mining pool,

Marketing,

... more


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 16, 2020, 08:02:51 AM
Eleccoin Explorer v1.0.1 online. Improve for mobile.  ;)

Github link will release with first linux binary.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: ~Trololoh~ on February 16, 2020, 11:18:39 AM
Eleccoin Explorer v1.0.1 online. Improve for mobile.  ;)

Github link will release with first linux binary.
Can you only mine using 1 thread max ?

Code:
generatetoaddress 999999999 "3HAXXXXXXXXXXXXXXXX"
Do users really have to manualy paste this in the console to keep on mining ?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 16, 2020, 01:34:30 PM
Eleccoin Explorer v1.0.1 online. Improve for mobile.  ;)

Github link will release with first linux binary.
Can you only mine using 1 thread max ?

Code:
generatetoaddress 999999999 "3HAXXXXXXXXXXXXXXXX"
Do users really have to manualy paste this in the console to keep on mining ?


Why not try to use the .bat + RPC that call eleccoin-cli.exe automatically ?  ;D


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: ~Trololoh~ on February 16, 2020, 03:59:16 PM
Eleccoin Explorer v1.0.1 online. Improve for mobile.  ;)

Github link will release with first linux binary.
Can you only mine using 1 thread max ?

Code:
generatetoaddress 999999999 "3HAXXXXXXXXXXXXXXXX"
Do users really have to manualy paste this in the console to keep on mining ?


Why not try to use the .bat + RPC that call eleccoin-cli.exe automatically ?  ;D
I know but what about other users and why not helping them ?
Dev should have said so and posted needed bat for RPC.
If you are the dev help the little man.  8)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 17, 2020, 01:17:47 AM
Eleccoin Explorer v1.0.1 online. Improve for mobile.  ;)

Github link will release with first linux binary.
Can you only mine using 1 thread max ?

Code:
generatetoaddress 999999999 "3HAXXXXXXXXXXXXXXXX"
Do users really have to manualy paste this in the console to keep on mining ?


Why not try to use the .bat + RPC that call eleccoin-cli.exe automatically ?  ;D
I know but what about other users and why not helping them ?
Dev should have said so and posted needed bat for RPC.
If you are the dev help the little man.  8)

Sorry, I am just one of community marketing.

Write a short .bat file on Windows is such easy no need advance IT skill. There are massive example on google.

Try such command work fine in the windows console.

Code:
"C:\Program Files\Eleccoin\daemon\eleccoin-cli.exe" getbalance

Copy example to the .bat file. It will send mining command each 30 seconds.
Don't send command too fast that can not mine fast but let command buffer overflow.

Code:
cls
:start
echo auto mining
"C:\Program Files\Eleccoin\daemon\eleccoin-cli.exe" generatetoaddress 99999999 ec1q4z7r7dxjs8x4qy2jn7dmm6tw5dx8xln9q8rd66
@ping 127.0.0.1 -n 30 -w 1000 > nul
goto start



Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: NODEPOW on February 17, 2020, 02:49:53 AM

Pool reservation


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: xuzicheng1001 on February 17, 2020, 02:54:14 AM
Eleccoin Explorer v1.0.1 online. Improve for mobile.  ;)

Github link will release with first linux binary.
Can you only mine using 1 thread max ?

Code:
generatetoaddress 999999999 "3HAXXXXXXXXXXXXXXXX"
Do users really have to manualy paste this in the console to keep on mining ?


Why not try to use the .bat + RPC that call eleccoin-cli.exe automatically ?  ;D
I know but what about other users and why not helping them ?
Dev should have said so and posted needed bat for RPC.
If you are the dev help the little man.  8)

Sorry, I am just one of community marketing.

Write a short .bat file on Windows is such easy no need advance IT skill. There are massive example on google.

Try such command work fine in the windows console.

Code:
"C:\Program Files\Eleccoin\daemon\eleccoin-cli.exe" getbalance

Copy example to the .bat file. It will send mining command each 30 seconds.
Don't send command too fast that can not mine fast but let command buffer overflow.

Code:
cls
:start
echo auto mining
"C:\Program Files\Eleccoin\daemon\eleccoin-cli.exe" generatetoaddress 99999999 ec1q4z7r7dxjs8x4qy2jn7dmm6tw5dx8xln9q8rd66
@ping 127.0.0.1 -n 30 -w 1000 > nul
goto start

eleccoin.conf  How to set?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: iHodler on February 17, 2020, 07:17:31 AM
If you didn't know, there is already an established coin with ECC name and ticker.

A quick search on CMC would have been enough to see this.

https://coinmarketcap.com/currencies/eccoin/

Just saying..


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 20, 2020, 12:22:43 AM
The Eleccoin official site 1.0 online.

 ;D


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 21, 2020, 02:41:43 PM

Eleccoin Core 1.0.1 released  ;)

Linux version  is on the market.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: digitalica on February 21, 2020, 04:16:37 PM
when listing


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 22, 2020, 04:22:54 AM
when listing

It is said that recently.

There are already had snapshots of the exchange testing in DISCORD.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: cash0268888 on February 22, 2020, 05:31:36 AM
CAUTION! One of the team members of this project is a scammer! This team member spreads false information about projects and asks for money to stop writing lies. Network Name - Black-Net or CryptoPro.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 22, 2020, 08:21:13 AM
CAUTION! One of the team members of this project is a scammer! This team member spreads false information about projects and asks for money to stop writing lies. Network Name - Black-Net or CryptoPro.

 :o I will report this to project admin. Do you have anymore information ?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 22, 2020, 09:03:47 AM
CAUTION! One of the team members of this project is a scammer! This team member spreads false information about projects and asks for money to stop writing lies. Network Name - Black-Net or CryptoPro.

 :o I will report this to project admin. Do you have anymore information ?

Project admin had been upgrade safety. The new group "OFFICIAL" is real official team member passed strict credit verification.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: log0530 on February 22, 2020, 10:42:22 AM
POOL ready


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 23, 2020, 01:04:05 AM
POOL ready

Is mining pool is ready ?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 23, 2020, 11:09:19 AM
The Network rise to 10M -> 300M/s in 1 day. If you make a mining pool please share to us.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: dinhvinhson on February 23, 2020, 01:13:24 PM
How to own ECC?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 23, 2020, 01:24:48 PM
How to own ECC?

Mining or contact us.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: ~Trololoh~ on February 23, 2020, 03:07:22 PM
How to own ECC?
OTC trading and support, Discord :

https://discord.gg/mcvHhHV


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: map_ua on February 23, 2020, 11:27:43 PM
why there is release of wallet and no source ?

DO NOT RUN CLOSED SOURCED WALLETS POSSIBLE LOOSE OF OTHER ASSETS


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 24, 2020, 02:51:28 AM
why there is release of wallet and no source ?

DO NOT RUN CLOSED SOURCED WALLETS POSSIBLE LOOSE OF OTHER ASSETS

Hi, eleccoin had been open source.

  ;)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: map_ua on February 24, 2020, 12:14:03 PM
why there is release of wallet and no source ?

DO NOT RUN CLOSED SOURCED WALLETS POSSIBLE LOOSE OF OTHER ASSETS

Hi, eleccoin had been open source.

  ;)

link to github ?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 24, 2020, 12:37:40 PM
why there is release of wallet and no source ?

DO NOT RUN CLOSED SOURCED WALLETS POSSIBLE LOOSE OF OTHER ASSETS

Hi, eleccoin had been open source.

  ;)

link to github ?

Please visit official website.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 25, 2020, 11:07:48 AM
It's coming !

Official GPU Mining pool online (beta)!

https://pool.eleccoin.org/ (https://pool.eleccoin.org/)

Try and feedback.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: ~Trololoh~ on February 25, 2020, 01:13:34 PM
It's coming !

Official GPU Mining pool online (beta)!

https://pool.eleccoin.org/ (https://pool.eleccoin.org/)

Try and feedback.
And another coin for the happy few.
Next...


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 27, 2020, 08:10:11 AM
Offer the OTC and VIP service with official group at DISCORD.  ;)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 27, 2020, 11:31:21 PM
The explorer 1.1 online .  :D


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: dinhvinhson on February 28, 2020, 11:04:09 AM

Can I exploit it on Windows 10? Can you show me how to exploit ECC.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 29, 2020, 02:14:13 PM
The Eleccoin listed on https://erex.io/exchange/ECC/BTC/ (https://erex.io/exchange/ECC/BTC/)  :o


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: ~Trololoh~ on February 29, 2020, 07:35:51 PM
The Eleccoin listed on https://erex.io/exchange/ECC/BTC/ (https://erex.io/exchange/ECC/BTC/)  :o
Be very carefull !
New and unknown with 0 volume.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on March 10, 2020, 03:34:21 AM
The new seeder node online. ECC-Network more faster now!


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on March 22, 2020, 01:02:03 PM
Ecc price rise up 900% at EREX.io.  ;)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: bebuchi00 on March 25, 2020, 07:35:32 PM
Hello I need some help. I am currently mining Eleccoin in official mining pool but I would like to set up my own wallet and mine solo. Please any help on how. It will be highly appreciated.  

PS: Using GPU For Solo Mining


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on March 26, 2020, 03:17:59 AM
Hello I need some help. I am currently mining Eleccoin in official mining pool but I would like to set up my own wallet and mine solo. Please any help on how. It will be highly appreciated.  

PS: Using GPU For Solo Mining

Eleccoin not support solo GPU mining. You must mining with pool.

Solo mining must using CPU.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: bebuchi00 on March 26, 2020, 04:18:23 PM
Thanks for the prompt answer Makihicho. How about a solo mining cpu guide. How can I set it up?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: bebuchi00 on March 26, 2020, 06:04:35 PM
Thanks for the prompt answer Makihicho. How about a solo mining cpu guide. How can I set it up?



I just figured it out. Thanks 🙏 😊


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on March 28, 2020, 03:12:14 AM
Thanks for the prompt answer Makihicho. How about a solo mining cpu guide. How can I set it up?

Ref
https://eleccoin.org/res/tutorial-mining-eleccoin-with-cpu-easily.pdf (https://eleccoin.org/res/tutorial-mining-eleccoin-with-cpu-easily.pdf)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on April 01, 2020, 12:48:15 AM
Eleccoin Core wallet 1.1.0 released.  :D


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: ~Trololoh~ on April 05, 2020, 11:31:29 PM
Eleccoin Core wallet 1.1.0 released.  :D
So what ?
As you can see nobody cares.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: xiaolin123 on April 18, 2020, 12:15:37 PM

PoolMine.xyz Add Eleccoin(ECC)
https://165.22.66.181/images/Logo.png

Pool https://poolmine.xyz/

Low fee only 0.25%

Payouts every hour

Miner command line:
EU Stratum
Code:
-a x16rv2 -o stratum+tcp://eu.poolmine.xyz:36372 -u WALLET_ADDRESS.RigName -p c=ECC

Asia Stratum
Code:
-a x16rv2 -o stratum+tcp://asia.poolmine.xyz:36372 -u WALLET_ADDRESS.RigName -p c=ECC

North Ameriga Stratum
Code:
-a x16rv2 -o stratum+tcp://na.poolmine.xyz:36372 -u WALLET_ADDRESS.RigName -p c=ECC

Discord: https://discord.gg/Hcqkeb6


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on April 22, 2020, 12:20:43 AM

PoolMine.xyz Add Eleccoin(ECC)
https://165.22.66.181/images/Logo.png

Pool https://poolmine.xyz/

Low fee only 0.25%

Payouts every hour

Miner command line:
EU Stratum
Code:
-a x16rv2 -o stratum+tcp://eu.poolmine.xyz:36372 -u WALLET_ADDRESS.RigName -p c=ECC

Asia Stratum
Code:
-a x16rv2 -o stratum+tcp://asia.poolmine.xyz:36372 -u WALLET_ADDRESS.RigName -p c=ECC

North Ameriga Stratum
Code:
-a x16rv2 -o stratum+tcp://na.poolmine.xyz:36372 -u WALLET_ADDRESS.RigName -p c=ECC

Discord: https://discord.gg/Hcqkeb6


Thanks for join.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on April 25, 2020, 02:26:35 PM
ECC add to Mining Pool Stats  ;)


https://miningpoolstats.stream/eleccoin (https://miningpoolstats.stream/eleccoin)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on April 29, 2020, 03:36:30 PM
AEXT focus on provide convenient and safe cloud service for storage and exchange of assets. Eleccoin and AEXT will be strategic partners for the future.  ;)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: yaopool on April 29, 2020, 03:46:40 PM
shit coin,shit team ,oh there is no team ,just one developer who deve the DISL ,but DISL was dead,and the developer was run away,he sells so much DISL,
垃圾项目,项目方之前发行的DISL,边让矿工挖,变出货,后面无耻的,作废,还说只有有用老的DISL,才可以用ETH买DISL 2.0版本的,后面干脆全部不能用
现在不合群看到最后的消息是 用DISL兑换ECC,大家留点心


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on May 01, 2020, 03:39:54 AM
Rumoring someone else's project will not make your project better. Good lock to you.  ;)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: gaogang98 on May 25, 2020, 12:54:36 PM
Who can send the invitation to the disc channel of the ECC project?

 Is there any progress in this project?


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on June 26, 2020, 08:16:29 AM
Eleccoin Core Wallet 1.2.0 released  ;)

The big update! Update as soon as possible.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: zanead08 on July 14, 2020, 12:04:27 PM
Hello. Any news about elec, roadmap or new exchange ? Long time havent any update


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: SistaFista on July 16, 2020, 04:44:30 AM
Eleccoin Core Wallet 1.2.0 released  ;)

The big update! Update as soon as possible.

When will the big update be announced ? If we see https://miningpoolstats.stream/eleccoin, the coin have 0 total hashrate on the pools.
I think the dev should support the coin hashrate so other miners will join to mining the coin as well.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on August 24, 2020, 05:33:16 AM
Eleccoin Core Wallet 1.2.1 released  ;)

Support Multi-language.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: MaPeX on October 30, 2020, 10:38:11 PM
Hello miners,
Eleccoin added to BestMiner.eu

To mine and get paid ECC

Code:
-a x16rv2 -o stratum+tcp://bestminer.eu:3637 -u youwalletaddress -p c=ECC

Pool address: https://bestminer.eu (https://bestminer.eu)

Discord (https://discord.gg/UqFKaX6)


Multicoin mining pool with low fees.


Happy mining ;-)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on February 13, 2021, 10:48:57 AM
Eleccoin Core Wallet 1.3.0 released   ;)

New official site online.

Happy new year, a little late.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: cryptomaxsun on September 22, 2021, 12:30:36 PM
How are things going with the development?
How can you please us.
What are the advantages of your coin over others?
I would like to hear the answers.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: whitefish on September 23, 2021, 03:00:55 AM
In case you need a Graphic Designer just dm me .. I worked a lot of crypto project before as a Graphic Designer. You may checkout my work: https://www.behance.net/whitefish (https://www.behance.net/whitefish)
 ;)


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: logictense on September 23, 2021, 09:18:55 PM
How are things going with the development?
How can you please us.
What are the advantages of your coin over others?
I would like to hear the answers.

White fish posted here to offer graphics design and more. Just this fact alone is worthy to be an indication of high angle degree liftoff. Things are sprucing up. Everything is looking up and this is considering that ECC has been through hardships and bad years while rivals have been only gaining. Advantages are not present. There are none. I wanna blow chunks looking at what my eyes see going on in the industry.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: makihicho on January 06, 2022, 05:21:04 AM
Eleccoin Core Wallet 4.0 released   ;)

A lot of updates, update as soon as possible.
Support latest blockchain technology.

Happy new year.


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: patrinz37 on January 07, 2022, 10:04:41 AM
when coinpaprika or...
when exchange??


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: lordnitro on February 07, 2022, 11:11:26 PM
Hi! right now, I try to add youre coin to my yiimp pool.

I get the error:
20:54:38: ERROR: rpc_do_call: 127.0.0.1:10150 500
20:54:38: ERROR Eleccoin Block decode failed
20:54:38: *** REJECTED 😦 Eleccoin block 170410 1 txs
2022-02-07 20:54:38: REJECTED ECC block 170410


I tried hard, could it be a coinbase issue? Do you heard about that error before? A lot of other pool owners failed at that point and gave up...

P.S I am in youre discord as nitrocon



Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: murkapool on March 05, 2022, 07:40:08 PM
Eleccoin now available on:

MurkaPool.it

Website:
https://www.murkapool.it/

Stratum:
stratum+tcp://murkapool.it:3639

Miner Command Line:
-a x16rv2 -o stratum+tcp://murkapool.it:3639 -u <walletaddress> -p c=ECC

Fees:
0.3 % - Shared Mining
0.3 % - Solo Mining

Payout:
Min. 0.1 ECC every 30 minutes

Peers list:
addnode=78.141.203.23:9833
addnode=[2001:19f0:7401:8662:5400:2ff:fe82:906c]:9833
addnode=168.138.211.71:9833
addnode=158.101.143.170:9833
addnode=172.105.222.93:9833
addnode=[2400:8902::f03c:92ff:fe35:c13e]:9833
addnode=1.200.141.48:3680
addnode=122.117.139.92:37324
addnode=122.117.139.92:63885
addnode=122.117.139.92:14011
addnode=78.141.203.23:9833
addnode=168.138.211.71:9833
addnode=172.105.222.93:9833
addnode=158.101.143.170:9833
addnode=[2001:19f0:7401:8662:5400:2ff:fe82:906c]:9833
addnode=122.117.139.92:48732


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: neguinho1 on May 18, 2022, 02:10:49 PM
discord???


Title: Re: [ANN][x16rv2]Eleccoin(ECC)
Post by: chpendi on April 18, 2023, 03:19:07 AM


https://github.com/eleccoin/eleccoin

https://pool.phalanxmine.com/