Bitcoin Forum
April 26, 2024, 02:37:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 »  All
  Print  
Author Topic: ▓ EqualCoin - EQUAL - X13 - ▓ AIRDROP COMING ▓  (Read 10588 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
neordicICE
Hero Member
*****
Offline Offline

Activity: 505
Merit: 500


View Profile
October 18, 2016, 09:31:03 PM
 #41

Quote
Init nodes:

45.42.189.24
216.31.12.99

Nodes not work dev.

works for me.... try
addnode=45.42.140.51
?
Thank you!
Sync. now
1714142250
Hero Member
*
Offline Offline

Posts: 1714142250

View Profile Personal Message (Offline)

Ignore
1714142250
Reply with quote  #2

1714142250
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
October 18, 2016, 09:31:37 PM
 #42

Quote
Init nodes:

45.42.189.24
216.31.12.99

Nodes not work dev.

works for me.... try
addnode=45.42.140.51
?
Thank you!
Sync. now

Doesn't work for me for some reason. Syncs until block #10 then disconnects.

Not your keys, not your coins!
valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
October 18, 2016, 09:35:26 PM
 #43

Quote
Init nodes:

45.42.189.24
216.31.12.99

Nodes not work dev.

works for me.... try
addnode=45.42.140.51
?
Thank you!
Sync. now

Doesn't work for me for some reason. Syncs until block #10 then disconnects.

hmmm weird...
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
October 18, 2016, 09:37:13 PM
 #44

ERROR: AcceptBlock() : missing bonus block reward tx
ERROR: ProcessBlock() : AcceptBlock FAILED
Misbehaving: 45.42.140.51:13787 (0 -> 100) DISCONNECTING


Apparently my wallet gets stuck because of the first bonus block. I presume you mined the first bonus block which is not getting through the network? I'm not sure.

Not your keys, not your coins!
operabit
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
October 18, 2016, 09:38:22 PM
 #45

Quote
Init nodes:

45.42.189.24
216.31.12.99

Nodes not work dev.

works for me.... try
addnode=45.42.140.51
?

Still does not work Sad
vonasek
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
October 18, 2016, 09:40:33 PM
 #46

Quote
Init nodes:

45.42.189.24
216.31.12.99

Nodes not work dev.

works for me.... try
addnode=45.42.140.51
?

Still does not work Sad

Stuck after 10 block for me
operabit
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
October 18, 2016, 09:42:34 PM
 #47



Stuck Huh
NorthPixel
Sr. Member
****
Offline Offline

Activity: 314
Merit: 250



View Profile
October 18, 2016, 09:44:21 PM
 #48

Please contact the operators of some pools, we need one for this coin. When airdropa details will be published?
coisoetal
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
October 18, 2016, 09:46:04 PM
 #49

building wallet... pool up in 5min
Smiley

██████████
██████████
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
October 18, 2016, 09:48:42 PM
 #50

Weird code here:

https://github.com/equalcoinproject/equalcoin/blob/master/src/main.cpp#L2272-L2298

Care to explain a bit ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
October 18, 2016, 09:52:27 PM
 #51

Sorry guys, a wrong version of windows client was uploaded. Here's the right one:

https://drive.google.com/file/d/0B39tky7c1ELeRWRHbUwyZnVsRzg/view?usp=sharing

the source is correct, if you build from source it should be fine.

If you use windows client, please download the new one here, client up the config dir which is typical at C:\Users\(yourname)\AppData\Roaming\EqualCoin before starting the new client.

addnode=216.31.12.99
addnode=45.42.140.51
OSMIUMCOIN
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1000


.


View Profile
October 18, 2016, 09:59:40 PM
 #52

Premine ?

version" : "v1.0.0.0: Experimental",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 295,
"timeoffset" : 0,
"moneysupply" : 100088200.00000000,
"connections" : 1,
"proxy" : "",

valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
October 18, 2016, 10:00:58 PM
 #53


Yes sure. This part of the code is to check the true random bonus block.

The true random bonus block is calculated by the random number generated from certain bytes in the current hash. The problem is that the current hash is not known before the block is generated (thus payout determined), so the current block payout is always the standard, but if the current hack hits the bonus, then the difference between the bonus block and normal block will be paid out in the next block to the same address that got the current block. This is to avoid the big mining power from determining the bonus block and grab it (before the previous block hash is used to calculate bonus - so if you have big mining power, after a block generated, you can pre-calculate if the next one will be a bonus).

The current mechanism makes it a complete random process for bonus blocks, so no one can cheat.
valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
October 18, 2016, 10:01:33 PM
 #54

Premine ?

version" : "v1.0.0.0: Experimental",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 295,
"timeoffset" : 0,
"moneysupply" : 100088200.00000000,
"connections" : 1,
"proxy" : "",

10% premine as stated, will be used for airdrop etc
vishtany
Member
**
Offline Offline

Activity: 88
Merit: 10

Founder/Blogger/Web Developer at BITVoxy


View Profile WWW
October 18, 2016, 10:04:19 PM
 #55

Cool Coin Grin , Will keep a very close eye on this.
Has a couple issues so far but heading in a good direction...

▀  ███       LEDGER  WALLET   PROTECT  YOUR  BITCOINS
▀  ▀▀▀       Smartcard security for your bitcoins        Decentralized,Open,Secure         Available now  []
▀  ▀  ▀       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀        ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀         ▀▀▀▀▀▀▀▀▀▀▀▀▀▀

BITPin. Micropayments|BITVoxy Network|Fennx|Fennx Faucet
Bitrated user: vishtany.
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
October 18, 2016, 10:08:30 PM
 #56

Premine ?

version" : "v1.0.0.0: Experimental",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 295,
"timeoffset" : 0,
"moneysupply" : 100088200.00000000,
"connections" : 1,
"proxy" : "",

10% premine as stated, will be used for airdrop etc

That is a massive premine. Can you shed some light on the exact distribution of how you're going to handle it?

Not your keys, not your coins!
maldini
Sr. Member
****
Offline Offline

Activity: 952
Merit: 308



View Profile
October 18, 2016, 10:09:25 PM
 #57

I like airdrop friendly
valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
October 18, 2016, 10:11:01 PM
 #58


That is a massive premine. Can you shed some light on the exact distribution of how you're going to handle it?

xXTechmanXx will answer this question, he's handling the distribution. Wait for him to jump in and clarify...

meantime, please make sure you use the correct client which is shown in message #52:
https://bitcointalk.org/index.php?topic=1653144.msg16608980#msg16608980

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
October 18, 2016, 10:12:02 PM
 #59


That is a massive premine. Can you shed some light on the exact distribution of how you're going to handle it?

xXTechmanXx will answer this question, he's handling the distribution. Wait for him to jump in and clarify...

meantime, please make sure you use the correct client which is shown in message #52:
https://bitcointalk.org/index.php?topic=1653144.msg16608980#msg16608980



Hmm, so you're "only the dev" but techman is the "community leader" - and project owner ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
October 18, 2016, 10:13:26 PM
 #60


That is a massive premine. Can you shed some light on the exact distribution of how you're going to handle it?

xXTechmanXx will answer this question, he's handling the distribution. Wait for him to jump in and clarify...

meantime, please make sure you use the correct client which is shown in message #52:
https://bitcointalk.org/index.php?topic=1653144.msg16608980#msg16608980



Hmm, so you're "only the dev" but techman is the "community leader" - and project owner ?

yes something like that, lol
Pages: « 1 2 [3] 4 5 6 7 8 »  All
  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!