Bitcoin Forum
June 20, 2024, 11:21:34 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
Author Topic: ECCoin (ECC) Takeover by Trusted-Cryptos Team [Griffith]  (Read 91207 times)
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 11, 2015, 12:02:52 AM
Last edit: January 11, 2015, 12:45:57 AM by Griffith
 #821

Hi

I can't build the 2.2.0 daemon on my ubuntu. I get following error:
Quote
obj/main.o: In function `std::map<uint256, double, std::less<uint256>, std::allocator<std::pair<uint256 const, double> > >::insert(std::pair<uint256 const, double> const&)':
/usr/include/c++/4.8/bits/stl_map.h:595: undefined reference to `ConfirmedBlocksWaitingOnDonate'
collect2: error: ld returned 1 exit status
make: *** [eccoind] Error 1

Thanks for the help

Athuros

you are building QT-gui or the daemon?

if it is the daemon then it is more than likely because i forgot to update the makefiles for those
athur0s
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
January 11, 2015, 03:14:53 AM
 #822

Hi

I can't build the 2.2.0 daemon on my ubuntu. I get following error:
Quote
obj/main.o: In function `std::map<uint256, double, std::less<uint256>, std::allocator<std::pair<uint256 const, double> > >::insert(std::pair<uint256 const, double> const&)':
/usr/include/c++/4.8/bits/stl_map.h:595: undefined reference to `ConfirmedBlocksWaitingOnDonate'
collect2: error: ld returned 1 exit status
make: *** [eccoind] Error 1

Thanks for the help

Athuros

you are building QT-gui or the daemon?

if it is the daemon then it is more than likely because i forgot to update the makefiles for those

I tried to build the daemon
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 11, 2015, 04:03:54 AM
 #823

Hi

I can't build the 2.2.0 daemon on my ubuntu. I get following error:
Quote
obj/main.o: In function `std::map<uint256, double, std::less<uint256>, std::allocator<std::pair<uint256 const, double> > >::insert(std::pair<uint256 const, double> const&)':
/usr/include/c++/4.8/bits/stl_map.h:595: undefined reference to `ConfirmedBlocksWaitingOnDonate'
collect2: error: ld returned 1 exit status
make: *** [eccoind] Error 1

Thanks for the help

Athuros

you are building QT-gui or the daemon?

if it is the daemon then it is more than likely because i forgot to update the makefiles for those

I tried to build the daemon

alright i will go and fix the makefiles. they are all missing the linking of donation.o in that list of object files
athur0s
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
January 13, 2015, 10:16:05 PM
 #824

Hi

I can't build the 2.2.0 daemon on my ubuntu. I get following error:
Quote
obj/main.o: In function `std::map<uint256, double, std::less<uint256>, std::allocator<std::pair<uint256 const, double> > >::insert(std::pair<uint256 const, double> const&)':
/usr/include/c++/4.8/bits/stl_map.h:595: undefined reference to `ConfirmedBlocksWaitingOnDonate'
collect2: error: ld returned 1 exit status
make: *** [eccoind] Error 1

Thanks for the help

Athuros

you are building QT-gui or the daemon?

if it is the daemon then it is more than likely because i forgot to update the makefiles for those

I tried to build the daemon

alright i will go and fix the makefiles. they are all missing the linking of donation.o in that list of object files

Thanks for your fix. There is still a little cosmetic bug. In the getinfo repsonse version is still v2.1.0.0

Athuros
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 16, 2015, 06:13:12 AM
 #825

ok guys. the starting coins available to mine are listed on

http://www.primetimepool.net/index.html

to be honest i suck at web design. sooo.... even making that was kinda of a challenge for me and i will have others look at it and clean it up over the next few days while we are in beta phase. if you want to help test the system connect your miners to etiher the scrypt or x11 ports (or a supported coin) and lets see if everything works the way it should. i would love if you all could at least look at the website and tell me what functionality you would like to see on the website and report anything that is unclear or misspelled or whatever.


PLEASE NOTE: due to the fact that we are doing beta testing on a system i wrote from pretty much scratch. i can guess that you will be paid, but i cannot guarantee it until after i say the system is out of beta. (probably 1 week from today). the whole point of the beta is to find blocks to see if they distribute correctly and evenly to the users who helped mine them. i cannot guarentee pay because this may not do what it was supposed to do.
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 16, 2015, 05:18:19 PM
 #826

Hi

I can't build the 2.2.0 daemon on my ubuntu. I get following error:
Quote
obj/main.o: In function `std::map<uint256, double, std::less<uint256>, std::allocator<std::pair<uint256 const, double> > >::insert(std::pair<uint256 const, double> const&)':
/usr/include/c++/4.8/bits/stl_map.h:595: undefined reference to `ConfirmedBlocksWaitingOnDonate'
collect2: error: ld returned 1 exit status
make: *** [eccoind] Error 1

Thanks for the help

Athuros

you are building QT-gui or the daemon?

if it is the daemon then it is more than likely because i forgot to update the makefiles for those

I tried to build the daemon

alright i will go and fix the makefiles. they are all missing the linking of donation.o in that list of object files

Thanks for your fix. There is still a little cosmetic bug. In the getinfo repsonse version is still v2.1.0.0

Athuros



to fix this. before recompiling make clean. so basically go back into your ECCoin src folder.

(assuming ur on linux)

make clean -f makefile.unix

then remake:

make -f makefile.unix



doing that will fix the version error
Sonatix
Member
**
Offline Offline

Activity: 118
Merit: 100


View Profile
January 16, 2015, 10:40:46 PM
 #827

Can you add mirror for Wallet? I think no one from CIS region can download from off. site.

WEX.NZ yкpaл y мeня нa 0.5 BTC
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 16, 2015, 11:26:34 PM
 #828

Can you add mirror for Wallet? I think no one from CIS region can download from off. site.


CIS region? where about in the world is that so that we can potentially fix the problem? and yes we can upload the wallets to another website as well. expect them to be up somewhere else within 24 hours.
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 17, 2015, 09:34:32 AM
 #829

There has been some recent events that could affect the security of POS coins.
Their is a group of individuals forming that plan to intentionally attack POS coins.
https://bitcointalk.org/index.php?topic=897493.0
And it looks like they have been successful in attacking Apexcoin with an attack.
https://chainz.cryptoid.info/apex/

Don't know if it would be a concern for ECC, but post it so you would know what they are up too.

 Cool
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 17, 2015, 03:08:58 PM
Last edit: January 17, 2015, 03:28:58 PM by Griffith
 #830

There has been some recent events that could affect the security of POS coins.
Their is a group of individuals forming that plan to intentionally attack POS coins.
https://bitcointalk.org/index.php?topic=897493.0
And it looks like they have been successful in attacking Apexcoin with an attack.
https://chainz.cryptoid.info/apex/

Don't know if it would be a concern for ECC, but post it so you would know what they are up too.

 Cool


i will be looking at this carefully. thank you.


Edit: holy shit this is great. thank you very much. this will help me a ton in many different ways. (i will also try to see if i can think of a fix for this PoS problem)
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 17, 2015, 08:52:00 PM
 #831

i will be looking at this carefully. thank you.


Edit: holy shit this is great. thank you very much. this will help me a ton in many different ways. (i will also try to see if i can think of a fix for this PoS problem)

Trying to get as many devs as possible to form defenses to protect POS coins.
Zeit Dev Rent_A_Ray has mentioned lower the nMaxClockDrift to 10 or 5 minutes. as one thing that needs to be done. You can reach him at zeit@zeit-coin.net, still waiting for a reply from mint programmer to see if he will join in the efforts.

 Cool


Auxi
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250



View Profile
January 17, 2015, 09:01:20 PM
 #832

Angry
swisscex has dropped ecc/ltc  trading  Sad  Huh

any news on any new trade sites
its time to get ecc back into the satoshi market

agree ?  Kiss

Agree!
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 17, 2015, 09:13:28 PM
 #833

Angry
swisscex has dropped ecc/ltc  trading  Sad  Huh

any news on any new trade sites
its time to get ecc back into the satoshi market

agree ?  Kiss

Agree!

You are still on Comkort.

 Cool
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 17, 2015, 09:22:24 PM
 #834

i will be looking at this carefully. thank you.


Edit: holy shit this is great. thank you very much. this will help me a ton in many different ways. (i will also try to see if i can think of a fix for this PoS problem)

Trying to get as many devs as possible to form defenses to protect POS coins.
Zeit Dev Rent_A_Ray has mentioned lower the nMaxClockDrift to 10 or 5 minutes. as one thing that needs to be done. You can reach him at zeit@zeit-coin.net, still waiting for a reply from mint programmer to see if he will join in the efforts.

 Cool




please keep me in the loop on this. if there is a communication medium set up like a skype group or something please let me know
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 19, 2015, 09:32:40 AM
 #835

please keep me in the loop on this. if there is a communication medium set up like a skype group or something please let me know

Everything is on hold for the moment , still waiting to see if the mint programmer has any input for any code changes. Will update you if anything changes. Nxt testnet wants him to attack them , so that might lead to some answers. I posed a question to the guy , but he did not respond.

This attack all stems from the 51% vulnerability for POS Coins, but turns out it is not 51% of the total # of coins needed, but only 51% of coins staking at a given time.

Think on this, and let me know what you think. Not a Programmer so bear with me.
What if there was a code added to the POS wallet , that if anyone staked at anytime with over 45% of the  ( total # of coins X current difficulty%), it either rejects that block or automatically causes that block to split without giving any interest back. (somehow blocking a 51% attack)
Therefore either the blocks are always rejected until the difficulty increase or the block strength is half and coin age starts over .

Basically we need some code that ends the danger of 51% attacks or we have to raise the difficulty above 51% and keep it there to be safe.

 Cool
sovie
Sr. Member
****
Offline Offline

Activity: 1274
Merit: 265



View Profile
January 23, 2015, 05:31:26 PM
 #836

ANNOUNCEMENT

It is with great pleasure that the trusted crypto team can announce our new PRIMETIME MULTIPOOL
for all of the trusted crypto stable of coins.

The pool is up and running after successfull beta testing.

You will find all the information you need at http://www.primetimepool.net/index.html

to get you started.

PLEASE NOTE:

x11 and scrypt ports are fully working

Peercoin is disbled becuause of some issue with their wallet

Darkcoin is disabled due to blockchain forking

The website will have its hash stats updated in the next 24 hrs or so.

Happy minting and mining  Wink

███████████████████████████
██████████▀▀▄▄▄▄▄ ▄▀▀██████
█████████▄██████ ████ ▀████
██████▀▀ ▄▄▄▄ ▀▀███▀▄██ ███
████▀   ██████   ▀██████ ██
███ ▄▄▄████████▄▄▄ ██▄▄▄ ██
██ █████▀    ▀█████ ████ ██
██  ▀██        ███▀ ███ ███
██   ▄██▄    ▄██▄   █▀▄████
███ ▄████████████▄ ████████
████▄▀███▀▀▀▀███▀▄█████████
██████▄▄      ▄▄███████████
███████████████████████████
█▀▀▀











█▄▄▄
.
7 BTC  WELCOME BONUS!
▀▀▀█











▄▄▄█
████
██
██
██
██
██
██
██
██
██
██
██
████
█████████████████████████████████████████████████████████████████████████████████


████████████████████████▄▄▄█████▄▄▄██████████████████████████████████████████████
████▄█████▄█▄███▄█▄██████████▄██▀▀▀██████████████████████████████████████████████
████████▀████▄████▀██████████████████████████▄█████▄██▄█████▄████▄████▄████▄██
███████████▐█████▌███████████▄█████▀███▀▀████████▀▀▀▀█████▀▀▀██████▀▀███▀▀█████
████████▄████▀████▄██████████████████▄▄▄▄▄███▄▄▄▄█████▄▄▄██████████████████
██████████▀█▀███▀█▀██████████▀███████▀█████████▀█████▀██▀█████▀█████████████████
████████████████████████▀▀▀██████████████████████████████████████████████████████



█████████████████████████████████████████████████████████████████████████████████
████
██
██
██
██
██
██
██
██
██
██
██
████
█▀▀▀











█▄▄▄
.
30+  ALTCOINS AVAILABLE
▀▀▀█











▄▄▄█
███████████████████████████
████████▀▀  ▐█▌  ▀▀████████
██████▄     ▐█▌     ▄██████
████ ▀██▄▄███████▄▄██▀ ████
███    ██▀▀  ▄  ▀▀██    ███
██    ██   ▄███▄   ██    ██
████████  ███████  ████████
██    ██  ▀▀ █ ▀▀  ██    ██
███    ██▄▄ ▀▀▀ ▄▄██    ███
████ ▄██▀▀██████▀▀▀██▄ ████
██████▀     ▐█▌     ▀██████
████████▄▄  ▐█▌  ▄▄████████
███████████████████████████
sovie
Sr. Member
****
Offline Offline

Activity: 1274
Merit: 265



View Profile
January 23, 2015, 05:37:38 PM
 #837

ANNOUNCEMENT

It is with great pleasure that the trusted crypto team can announce our new PRIMETIME MULTIPOOL
for all of the trusted crypto stable of coins.

The pool is up and running after successfull beta testing.

You will find all the information you need at http://www.primetimepool.net/index.html

to get you started.

PLEASE NOTE:

x11 and scrypt ports are fully working

Peercoin is disbled becuause of some issue with their wallet

Darkcoin is disabled due to blockchain forking

The website will have its hash stats updated in the next 24 hrs or so.

Happy minting and mining  Wink

HERE IS AN EXAMPLE FOR YOU ALL:

PAYOUTS

Payouts are done in whatever coin you choose to put in the username field (ecc/mwc/super).

Payouts are every 24 hours or when what you are mining equals greater than 0.01BTC.


HOW TO MINE

To connect to the pool, fill in the fields of your mining software in the following way:


PLEASE NOTE YOUR USERNAME MUST BE DONE IN THE FOLLOWING FORMAT OR YOU WILL NOT BE PAID!

The username is the address you want your mining efforts to be paid out to,
followed by a # followed by the Coin that the address belongs to (use capital letters)


PORT: Ports for indvidual Coins and Multipool ports are listed below.


USERNAME: YOUR CHOSEN COINS {PAYOUT ADDRESS} FOLLOWED BY A {#} FOLLWED BY THE COIN TYPE OF THE ADDRESS. eg MWC


PASSWORD: Can be anything for your workers.



HERE IS AN EXAMPLE OF A MINER CONNECTED TO THE SCRYPT MULTIPOOL:


port:             stratum+tcp://mine.primetimepool.net:4444

username:    ENBzFDCMSqZMYiscTYenZqPGAuLnrWBnyh#ECC

password:     x



HERE IS AN EXAMPLE OF A MINER CONNECTED TO THE X11 MULTIPOOL:


Port:             stratum+tcp://mine.primetimepool.net:5555

Username:    MVGV5DYZAi6zBmqxCVeSg51eQbGjmCUrh2#MWC

Password:     x



You will find all the pools here http://www.primetimepool.net/connect.html


I hope this helps you all out a little please remember that we are currently in beta so any help is welcome!

keep minting and mining Wink

███████████████████████████
██████████▀▀▄▄▄▄▄ ▄▀▀██████
█████████▄██████ ████ ▀████
██████▀▀ ▄▄▄▄ ▀▀███▀▄██ ███
████▀   ██████   ▀██████ ██
███ ▄▄▄████████▄▄▄ ██▄▄▄ ██
██ █████▀    ▀█████ ████ ██
██  ▀██        ███▀ ███ ███
██   ▄██▄    ▄██▄   █▀▄████
███ ▄████████████▄ ████████
████▄▀███▀▀▀▀███▀▄█████████
██████▄▄      ▄▄███████████
███████████████████████████
█▀▀▀











█▄▄▄
.
7 BTC  WELCOME BONUS!
▀▀▀█











▄▄▄█
████
██
██
██
██
██
██
██
██
██
██
██
████
█████████████████████████████████████████████████████████████████████████████████


████████████████████████▄▄▄█████▄▄▄██████████████████████████████████████████████
████▄█████▄█▄███▄█▄██████████▄██▀▀▀██████████████████████████████████████████████
████████▀████▄████▀██████████████████████████▄█████▄██▄█████▄████▄████▄████▄██
███████████▐█████▌███████████▄█████▀███▀▀████████▀▀▀▀█████▀▀▀██████▀▀███▀▀█████
████████▄████▀████▄██████████████████▄▄▄▄▄███▄▄▄▄█████▄▄▄██████████████████
██████████▀█▀███▀█▀██████████▀███████▀█████████▀█████▀██▀█████▀█████████████████
████████████████████████▀▀▀██████████████████████████████████████████████████████



█████████████████████████████████████████████████████████████████████████████████
████
██
██
██
██
██
██
██
██
██
██
██
████
█▀▀▀











█▄▄▄
.
30+  ALTCOINS AVAILABLE
▀▀▀█











▄▄▄█
███████████████████████████
████████▀▀  ▐█▌  ▀▀████████
██████▄     ▐█▌     ▄██████
████ ▀██▄▄███████▄▄██▀ ████
███    ██▀▀  ▄  ▀▀██    ███
██    ██   ▄███▄   ██    ██
████████  ███████  ████████
██    ██  ▀▀ █ ▀▀  ██    ██
███    ██▄▄ ▀▀▀ ▄▄██    ███
████ ▄██▀▀██████▀▀▀██▄ ████
██████▀     ▐█▌     ▀██████
████████▄▄  ▐█▌  ▄▄████████
███████████████████████████
xzh16888
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
January 29, 2015, 01:48:05 AM
 #838

I Withdrawal ECC is very fast from swisscex ! 10 minutes received

Bitnet. VjU9wvNgNe3PwfEgr6k5a7quWppzFvCrJj
ACQ
Member
**
Offline Offline

Activity: 89
Merit: 10

AKA- Drosanx 1Gi2qsybpbkCmxxVEENTVvEW57Jq5HGMTB


View Profile
January 31, 2015, 04:07:20 PM
 #839

Any news about the ECC that was on mintpal?

| S U P E R N E T 's BarterDEX | DECENTRALIZED CRYPTOCURRENCY EXCHANGE |
Developed to Unite Coin Communities | ✔ SECURE ✔ FREE ✔ VISIBILITY ✔ EASY INTEGRATION |
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
January 31, 2015, 05:05:32 PM
 #840

Any news about the ECC that was on mintpal?

mintpal stole all the coins on the exchange when the new company took over. those coins are gone.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 »
  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!