|
Nightz
|
|
November 27, 2015, 11:37:58 AM |
|
lol such compile errors. at least you've fixed some of the git :p i'll pull my copy of the .pro when i gits it to work. this error is curious though. i'm not sure how you misplaced the comma, or what effect it has. ../src/main.cpp:1660:23: warning: if statement has empty body [-Wempty-body] if (pindex->pprev); ^ ../src/main.cpp:1660:23: note: put the semicolon on a separate line to silence this warning // Update block index on disk without changing it in memory. // The memory index structure will be changed after the db commits. if (pindex->pprev); { CDiskBlockIndex blockindexPrev(pindex->pprev); blockindexPrev.hashNext = pindex->GetBlockHash(); if (!txdb.WriteBlockIndex(blockindexPrev)) return error("ConnectBlock() : WriteBlockIndex failed"); } https://github.com/evoshiun/Evotion/blob/master/src/main.cpp#L1658 see that's what me talking about people getting involved. Awesome news. don't think that code would effect the chain either (i could be wrong but that's just a note from the compiler as i see not an actual error
|
|
|
|
Nightz
|
|
November 27, 2015, 11:48:38 AM |
|
Added wallet to my quote ANN post (still thinking we should set up a ANN easier for people to see things then etc.) That's good about the changes i too have seen the rebranded code shall we call it on github Yep git confuses me too lol will those pull request effect it in any way as you have managed to build wallet. Also see chain and pos still going great and some people still selling very cheap
|
|
|
|
ALIVEcoin
Newbie
Offline
Activity: 20
Merit: 0
|
|
November 27, 2015, 11:57:55 AM |
|
Added wallet to my quote ANN post (still thinking we should set up a ANN easier for people to see things then etc.) That's good about the changes i too have seen the rebranded code shall we call it on github Yep git confuses me too lol will those pull request effect it in any way as you have managed to build wallet. Also see chain and pos still going great and some people still selling very cheap are you the dev ? the newbie OP poster ?
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
November 27, 2015, 12:04:20 PM |
|
lol such compile errors. at least you've fixed some of the git :p i'll pull my copy of the .pro when i gits it to work. this error is curious though. i'm not sure how you misplaced the comma, or what effect it has. ../src/main.cpp:1660:23: warning: if statement has empty body [-Wempty-body] if (pindex->pprev); ^ ../src/main.cpp:1660:23: note: put the semicolon on a separate line to silence this warning // Update block index on disk without changing it in memory. // The memory index structure will be changed after the db commits. if (pindex->pprev); { CDiskBlockIndex blockindexPrev(pindex->pprev); blockindexPrev.hashNext = pindex->GetBlockHash(); if (!txdb.WriteBlockIndex(blockindexPrev)) return error("ConnectBlock() : WriteBlockIndex failed"); } https://github.com/evoshiun/Evotion/blob/master/src/main.cpp#L1658 see that's what me talking about people getting involved. Awesome news. don't think that code would effect the chain either (i could be wrong but that's just a note from the compiler as i see not an actual error "if statement has empty body" what does that do to the following code ?
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
Nightz
|
|
November 27, 2015, 12:15:12 PM |
|
Added wallet to my quote ANN post (still thinking we should set up a ANN easier for people to see things then etc.) That's good about the changes i too have seen the rebranded code shall we call it on github Yep git confuses me too lol will those pull request effect it in any way as you have managed to build wallet. Also see chain and pos still going great and some people still selling very cheap are you the dev ? the newbie OP poster ? Not the DEV nor am i a NOOB poster. I will help out anyway i can as i own some evotion myself "if statement has empty body" what does that do to the following code ?
The solution is 1 of these It could just be a macro that expands to nothing when you compile it. or we just remove the ; so it's like if (pindex->pprev) Both very simple and easy to do
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
November 27, 2015, 12:40:13 PM |
|
i actually compiled the mac wallet by removing the ;
it looks client specific, so i figured it wouldnt hurt . and it is obviously a mistake.
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
Nightz
|
|
November 27, 2015, 12:41:48 PM |
|
i actually compiled the mac wallet by removing the ;
it looks client specific, so i figured it wouldnt hurt . and it is obviously a mistake.
hmmm i compiled my win wallet with ; in it as i did not pay any attention so never noticed. Everything works all good for me. EDIT so seems nothing major
|
|
|
|
Nightz
|
|
November 27, 2015, 01:14:05 PM |
|
Can somebody tell me the Mining price for Evo ? is it below 500 sats as these sells are beyond me EDIT: we got EVO on https://yobit.net/en/freecoins/
|
|
|
|
Demo2004
Newbie
Offline
Activity: 36
Merit: 0
|
|
November 27, 2015, 02:04:06 PM |
|
I setup a pool for Evotion Please add to the OP. http://evo.thefrenchpool.fr- stratum+tcp://89.38.149.94:3040 vardiff - Fee 1.5 % - Payout auto 1 to 32500 Evo You are all welcome
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
November 27, 2015, 10:08:10 PM |
|
POS is kicking in nicely, at "blocks" : 3752,"moneysupply" : 88058.02698894, from possible 120064.00 POW Coins, good job.
|
|
|
|
robertiv2
|
|
November 27, 2015, 10:11:15 PM |
|
Good luck man
|
ETH : 0x8653709B51162bE8f20C5f503A9f86E28edaF56a - LTC : MRmut26CQTi1cBD5N7wRUiuPFMCDPB8kik - BTC : 37TxbDLUiE8CG7FdsTa1MFHMTUTtAvLesg - BCH : qpeph2sypawqhp630td6p93y2eujfu478ysf2298pn
|
|
|
crunck
Legendary
Offline
Activity: 1176
Merit: 1005
crunck
|
|
November 28, 2015, 12:31:12 PM |
|
|
|
|
|
Nightz
|
|
November 28, 2015, 12:58:39 PM |
|
What theeeee i sure as hell never expected that. that's awesome Adding to quote Ann EDIT: if original OP not updated by tommorow i Will make a Thread and ask for this one to be closed (if it can)
|
|
|
|
Nightz
|
|
November 28, 2015, 02:12:10 PM |
|
LMAO at these low sells especially since Evo is moving along now and has Community Members helping. Will they regret it and FUD ? only time will tell
|
|
|
|
Splatters
Legendary
Offline
Activity: 1232
Merit: 1000
★YoBit.Net★ 1400+ Coins Exchange
|
|
November 28, 2015, 02:14:37 PM |
|
rival of bitcoin made by a new account, it sounds like legit
|
I know why your pray will never be answered!
|
|
|
SushiNoTomato
|
|
November 28, 2015, 03:31:13 PM |
|
The coin is going well & PoS works fine too Any ideas for marketing from the community ?
|
|
|
|
Nightz
|
|
November 28, 2015, 04:33:16 PM |
|
The coin is going well & PoS works fine too Any ideas for marketing from the community ? Maybe work on the source code or start some twitter stuff. Block 4749 105,467 Evo out of what could of been 151,968 Evo
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
November 29, 2015, 01:02:34 AM |
|
do we have a blockexplorer for EVO?
|
|
|
|
k0er
Legendary
Offline
Activity: 1134
Merit: 1068
|
|
November 29, 2015, 04:01:27 AM |
|
do we have a blockexplorer for EVO?
so far, only the wallet has Block Browser
|
|
|
|
|