Bitcoin Forum
April 18, 2024, 06:20:27 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 171 »
  Print  
Author Topic: [ANN][ECA] Electra ⚡ | POS 3.0e | Super Rewards Bonanza  (Read 144250 times)
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
June 23, 2017, 11:01:31 AM
 #441

probably not but, can we do something about 432 confirmation thing ? it is way too much

there is no 432 confirmations in the src. no idea where that came from.


💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
1713464427
Hero Member
*
Offline Offline

Posts: 1713464427

View Profile Personal Message (Offline)

Ignore
1713464427
Reply with quote  #2

1713464427
Report to moderator
1713464427
Hero Member
*
Offline Offline

Posts: 1713464427

View Profile Personal Message (Offline)

Ignore
1713464427
Reply with quote  #2

1713464427
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713464427
Hero Member
*
Offline Offline

Posts: 1713464427

View Profile Personal Message (Offline)

Ignore
1713464427
Reply with quote  #2

1713464427
Report to moderator
1713464427
Hero Member
*
Offline Offline

Posts: 1713464427

View Profile Personal Message (Offline)

Ignore
1713464427
Reply with quote  #2

1713464427
Report to moderator
1713464427
Hero Member
*
Offline Offline

Posts: 1713464427

View Profile Personal Message (Offline)

Ignore
1713464427
Reply with quote  #2

1713464427
Report to moderator
zeus1984
Full Member
***
Offline Offline

Activity: 189
Merit: 100



View Profile WWW
June 23, 2017, 11:05:18 AM
 #442

blockexplorer is dead Huh
coin is dead, unfortunately Sad
My 69 million coins have not been confirmed on the pool and now they simply do not exist.
Blockexplorer froze on 11816 block

marimbadude
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 23, 2017, 11:18:26 AM
 #443

blockexplorer is dead Huh

It probably operates using old data.
marimbadude
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 23, 2017, 11:20:43 AM
 #444

blockexplorer is dead Huh
coin is dead, unfortunately Sad
My 69 million coins have not been confirmed on the pool and now they simply do not exist.
Blockexplorer froze on 11816 block


Download the new wallet, we are currently at block 11936. Don't use the cryptobe at this moment, use this instead:https://eca.acc-pool.pw/index.php?page=statistics&action=blocks.
Coins still need confirmation.
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
June 23, 2017, 12:09:45 PM
 #445

so, if we update and coin received from pool
we wait nova update wallet, right !!
 Grin Grin Grin Grin Grin


reality drama..
 Grin Grin Grin
FulcruM
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 23, 2017, 12:53:10 PM
 #446

probably not but, can we do something about 432 confirmation thing ? it is way too much

there is no 432 confirmations in the src. no idea where that came from.




on line 811 of the main.cpp
Code:
int CMerkleTx::GetBlocksToMaturity() const
{
    if (!(IsCoinBase() || IsCoinStake()))
        return 0;
    return max(0, (nCoinbaseMaturity+422) - GetDepthInMainChain());
}

so at the beginning of main.cpp, nCoinbaseMaturity defined as 10, but then there is this + 422

check https://eca.acc-pool.pw/index.php?page=statistics&action=blocks

it says 432 confirmations needed. This was the whole problem why the coin got stuck in the first place imo. I might be wrong tho Tongue
zeus1984
Full Member
***
Offline Offline

Activity: 189
Merit: 100



View Profile WWW
June 23, 2017, 01:04:56 PM
 #447

blockexplorer is dead Huh
coin is dead, unfortunately Sad
My 69 million coins have not been confirmed on the pool and now they simply do not exist.
Blockexplorer froze on 11816 block


Download the new wallet, we are currently at block 11936. Don't use the cryptobe at this moment, use this instead:https://eca.acc-pool.pw/index.php?page=statistics&action=blocks.
Coins still need confirmation.
it's joke?
How i can update walet in pool?
I used pool.coin-miners.info, when i mined bonanza blocks.

marimbadude
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 23, 2017, 01:09:03 PM
 #448

blockexplorer is dead Huh
coin is dead, unfortunately Sad
My 69 million coins have not been confirmed on the pool and now they simply do not exist.
Blockexplorer froze on 11816 block


Download the new wallet, we are currently at block 11936. Don't use the cryptobe at this moment, use this instead:https://eca.acc-pool.pw/index.php?page=statistics&action=blocks.
Coins still need confirmation.
it's joke?
How i can update walet in pool?
I used pool.coin-miners.info, when i mined bonanza blocks.

Oh my bad, I didn't read the message in a right way!But well, download the new wallet anyways, chain is moving steadily.
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
June 23, 2017, 01:11:29 PM
 #449


on line 811 of the main.cpp
Code:
int CMerkleTx::GetBlocksToMaturity() const
{
    if (!(IsCoinBase() || IsCoinStake()))
        return 0;
    return max(0, (nCoinbaseMaturity+422) - GetDepthInMainChain());
}

so at the beginning of main.cpp, nCoinbaseMaturity defined as 10, but then there is this + 422

check https://eca.acc-pool.pw/index.php?page=statistics&action=blocks

it says 432 confirmations needed. This was the whole problem why the coin got stuck in the first place imo. I might be wrong tho Tongue

well there you go, 432 confirmations indeed .. very strange.
it certainly doesnt help with moving coins.

when i advised extending PoW i was not aware of it,
i mean i saw in thread the mention but could find no obvious trace of it ...  that adds nearly two days o_O

i will have to give that further consideration and liaise with dev.

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
tsik
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
June 23, 2017, 01:32:59 PM
 #450

Have the first bonanza blocks been confirmed yet?
Electra01 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 101

Latest wallet: v2.1.1/v2.1.3


View Profile
June 23, 2017, 01:55:20 PM
 #451

LATEST WALLET VERSION

https://github.com/bumbacoin/Electra/releases

If you’re using Windows download Electra-qt-win32-v1112.zip
If you’re using Linux wallet is in file titled Source Code
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
June 23, 2017, 02:06:02 PM
 #452

Okay

My first bonanza block has been confirmed, but cannot withdraw
error "You have exceeded the pools configured ECA warning threshold. Please initiate a transfer!" Pool - https://eca.acc-pool.pw

Any ideas?
maybe stake !!
 Grin Grin Grin Grin
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
June 23, 2017, 02:17:44 PM
 #453

hahaa,,
LOL...
long story
confirme but cant withdrawl,,
what next ?
withdrawl from pool but cant trade to nova, cause update wallet
 Grin Grin Grin Grin
zeus1984
Full Member
***
Offline Offline

Activity: 189
Merit: 100



View Profile WWW
June 23, 2017, 03:16:30 PM
 #454

LATEST WALLET VERSION

https://github.com/bumbacoin/Electra/releases

If you’re using Windows download Electra-qt-win32-v1112.zip
If you’re using Linux wallet is in file titled Source Code
Super! But who will return to me 0.3 bitcoin, which I spent on renting a hash for finding a bonabza block, that is now gone?

bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
June 23, 2017, 03:26:50 PM
 #455


both
Electra-qt-win32-v112 and
Electra-qt-OSX-v112 are now available

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
markus124
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 23, 2017, 03:41:34 PM
 #456

Looks like novaexchange is in the old chain. The pool probably is blocking the withdraw request to prevent people lost coins if u had an old address. Update your exchange and wallet address at the pool.
marimbadude
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 23, 2017, 04:07:07 PM
 #457

Looks like novaexchange is in the old chain. The pool probably is blocking the withdraw request to prevent people lost coins if u had an old address. Update your exchange and wallet address at the pool.

Hey, if I had a small amount of coins in my wallet before downloading the new wallet and I update the pool withdrawal address to the same that I had before, will I get my coins? I know that the question is weird, but I have such situation for the first time so I'm making sure that it's gonna be alright.
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
June 23, 2017, 04:12:27 PM
 #458

Looks like novaexchange is in the old chain. The pool probably is blocking the withdraw request to prevent people lost coins if u had an old address. Update your exchange and wallet address at the pool.

Hey, if I had a small amount of coins in my wallet before downloading the new wallet and I update the pool withdrawal address to the same that I had before, will I get my coins? I know that the question is weird, but I have such situation for the first time so I'm making sure that it's gonna be alright.
Probably yeah.

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
Jaerin
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 23, 2017, 04:19:57 PM
 #459

Super bonanza blocks have started to become fully confirmed and crediting the pool accounts with the coins.

I would make sure your payout wallet address is correct because it looks like it is doing autopayouts and there isn't an option on the pool to disable them entirely.  Even the high amount is only 250,000 so it will likely trigger.
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
June 23, 2017, 04:20:52 PM
 #460

Pool withdrawals are enabled.

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 171 »
  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!