Bitcoin Forum
June 22, 2024, 08:36:23 PM *
News: Latest Bitcoin Core release: 27.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 »  All
  Print  
Author Topic: [ANN][WVS] WaveCoin - X11 | PoW + PoS | 1 MILLION POW COINS | ON BITTREX NOW!!!  (Read 43509 times)
kelvng105
Sr. Member
****
Offline Offline

Activity: 267
Merit: 250


View Profile
June 22, 2014, 05:47:34 PM
 #361

The fix is obvious. The value MAX_BLOCK_SIZE is too low. Why you have set it to 10K ?
The POS is not working as well because of this.
Code:
ERROR: AcceptBlock() : reject proof-of-stake at height 6489
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted
ERROR: CreateCoinStake : exceeded coinstake size limit

If the dev is still interested fixing his coin:
MAX_BLOCK_SIZE should be raised to
Code:
MAX_BLOCK_SIZE = 1000000
, but this will make an immediate fork, so you will need to synchronize the update, with the pools and the exchanges. Of course you can also make a delayed fork. Contact me if you need more info.

THIS


Is it main reason for hangup auto payment from dedicatedpool.com? Devs should release new wallet and fixed it soon if it belong to pool you fix it either.

Its the reason some payments can not be send .. this is not ANY pool fault, but a problem with the wallet. Dev if you need help, contact our admin !

Does that mean that we cannot withdraw from our wallet?

Bag Holding: BTC, VIA, XCH, SLG, VDO, SYS
BTC: 1MJSbm9r6tKUx3XGNeWyjue8AgCoYFhf6Z 
VIA: VrYnZm1Fk2dk3aSwByoro4kaV5gCcmPwva
VDO: VJzPMoyQ4NEXebn73t1ZGVPCCEtUGJjS8r
xfranz
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

xHash.net Pools


View Profile WWW
June 22, 2014, 06:12:04 PM
 #362

The fix is obvious. The value MAX_BLOCK_SIZE is too low. Why you have set it to 10K ?
The POS is not working as well because of this.
Code:
ERROR: AcceptBlock() : reject proof-of-stake at height 6489
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted
ERROR: CreateCoinStake : exceeded coinstake size limit

If the dev is still interested fixing his coin:
MAX_BLOCK_SIZE should be raised to
Code:
MAX_BLOCK_SIZE = 1000000
, but this will make an immediate fork, so you will need to synchronize the update, with the pools and the exchanges. Of course you can also make a delayed fork. Contact me if you need more info.

THIS


Is it main reason for hangup auto payment from dedicatedpool.com? Devs should release new wallet and fixed it soon if it belong to pool you fix it either.

Its the reason some payments can not be send .. this is not ANY pool fault, but a problem with the wallet. Dev if you need help, contact our admin !

@supernova
That doesn't mean there is no problem with the wallet, users reported trouble sending coins using the QT as well.
We know you have good knowledge of coins' code, so please be more constructive in your answer and comment on ljudoed's post.
Is your wallet staking ? Isn't MAX_BLOCK_SIZE too low ?
I don't know if we should bother while the dev vanished, but we don't like to disappoint our users.

@kelvng105
Most of the time it will work ...

kelvng105
Sr. Member
****
Offline Offline

Activity: 267
Merit: 250


View Profile
June 22, 2014, 11:02:23 PM
 #363

The fix is obvious. The value MAX_BLOCK_SIZE is too low. Why you have set it to 10K ?
The POS is not working as well because of this.
Code:
ERROR: AcceptBlock() : reject proof-of-stake at height 6489
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted
ERROR: CreateCoinStake : exceeded coinstake size limit

If the dev is still interested fixing his coin:
MAX_BLOCK_SIZE should be raised to
Code:
MAX_BLOCK_SIZE = 1000000
, but this will make an immediate fork, so you will need to synchronize the update, with the pools and the exchanges. Of course you can also make a delayed fork. Contact me if you need more info.

THIS


Is it main reason for hangup auto payment from dedicatedpool.com? Devs should release new wallet and fixed it soon if it belong to pool you fix it either.

Its the reason some payments can not be send .. this is not ANY pool fault, but a problem with the wallet. Dev if you need help, contact our admin !

@supernova
That doesn't mean there is no problem with the wallet, users reported trouble sending coins using the QT as well.
We know you have good knowledge of coins' code, so please be more constructive in your answer and comment on ljudoed's post.
Is your wallet staking ? Isn't MAX_BLOCK_SIZE too low ?
I don't know if we should bother while the dev vanished, but we don't like to disappoint our users.

@kelvng105
Most of the time it will work ...


I can't even open my wallet..

It saids "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." , then I have no choice buy to click OK which will terminate the application.

Tried restart and didn't help.

Please help


Bag Holding: BTC, VIA, XCH, SLG, VDO, SYS
BTC: 1MJSbm9r6tKUx3XGNeWyjue8AgCoYFhf6Z 
VIA: VrYnZm1Fk2dk3aSwByoro4kaV5gCcmPwva
VDO: VJzPMoyQ4NEXebn73t1ZGVPCCEtUGJjS8r
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 22, 2014, 11:05:15 PM
 #364

The fix is obvious. The value MAX_BLOCK_SIZE is too low. Why you have set it to 10K ?
The POS is not working as well because of this.
Code:
ERROR: AcceptBlock() : reject proof-of-stake at height 6489
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted
ERROR: CreateCoinStake : exceeded coinstake size limit

If the dev is still interested fixing his coin:
MAX_BLOCK_SIZE should be raised to
Code:
MAX_BLOCK_SIZE = 1000000
, but this will make an immediate fork, so you will need to synchronize the update, with the pools and the exchanges. Of course you can also make a delayed fork. Contact me if you need more info.

THIS


Is it main reason for hangup auto payment from dedicatedpool.com? Devs should release new wallet and fixed it soon if it belong to pool you fix it either.

Its the reason some payments can not be send .. this is not ANY pool fault, but a problem with the wallet. Dev if you need help, contact our admin !

@supernova
That doesn't mean there is no problem with the wallet, users reported trouble sending coins using the QT as well.
We know you have good knowledge of coins' code, so please be more constructive in your answer and comment on ljudoed's post.
Is your wallet staking ? Isn't MAX_BLOCK_SIZE too low ?
I don't know if we should bother while the dev vanished, but we don't like to disappoint our users.

@kelvng105
Most of the time it will work ...


As a pool wallet, i have turned off staking to prevent forking and other issues.

Max Block size looks indeed a bit lower than i Would expect and that could be the error Users See with Transactions, however, i Do not encounter any issues at the pool wallet(s)  currently

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

Activity: 1190
Merit: 1000

Kaspa


View Profile
June 22, 2014, 11:21:39 PM
 #365

still no word from wavcoin dev ? Sad

#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH 
WAVES
darkowenter
Full Member
***
Offline Offline

Activity: 207
Merit: 100


View Profile
June 23, 2014, 07:38:46 AM
 #366

sadly another shit coin, with dev who dump 1% premine. im out.

SCAM SCAM SCAM SCAM
ariliz
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
June 23, 2014, 07:56:09 AM
 #367

dedicatedpool.com

manual payments that do not work!

please answer why I can not withdraw coins with your pool!
sayunot
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
June 23, 2014, 10:40:09 AM
 #368

dedicatedpool.com

manual payments that do not work!

please answer why I can not withdraw coins with your pool!
+1. waiting for 2 days!!!
syberwolfen
Sr. Member
****
Offline Offline

Activity: 790
Merit: 261


View Profile
June 23, 2014, 11:22:27 AM
 #369

pool is not the problem
the wallet is try to send it directly to an exchange
my wallet stock and i cannot trade this Huh?? coin

Am I spamming? Report me!
tnfsmith
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
June 23, 2014, 11:48:12 AM
 #370

dedicatedpool.com

manual payments that do not work!

please answer why I can not withdraw coins with your pool!
+1. waiting for 2 days!!!
Now three day. Wtf
dearbesz
Sr. Member
****
Offline Offline

Activity: 375
Merit: 250


View Profile
June 23, 2014, 11:57:10 AM
 #371

meaning by mining this coins or not,..there's assurances that this coin will suceed,...,am i right??? Sad
dearbesz
Sr. Member
****
Offline Offline

Activity: 375
Merit: 250


View Profile
June 23, 2014, 12:00:11 PM
 #372

meaning by mining this coins or not,..there's assurances that this coin will suceed,...,am i right??? Sad

i mean there's no assurances that this coin will succeed,.. Huh
binaryclock
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile WWW
June 23, 2014, 02:21:24 PM
 #373

Hey guys Dedicatedpool here.

I made an awk script to divide all coins up that are over 100 coins and it sends them in multiple transfers.

I just pushed through a ton of coins right now, so check bittrex or your wallets!

PS - Any news from the dev yet? sigh...

Thanks,

http://dedicatedpool.com
Ryan, dedicatedpool.com support/admin
admin@dedicatedpool.com / IRC on freenode ##dedicatedpool

DEDICATEDPOOL.COM
tb-btc.com
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 23, 2014, 03:29:35 PM
 #374

Hey guys Dedicatedpool here.

I made an awk script to divide all coins up that are over 100 coins and it sends them in multiple transfers.

I just pushed through a ton of coins right now, so check bittrex or your wallets!

PS - Any news from the dev yet? sigh...

Thanks,

http://dedicatedpool.com
Ryan, dedicatedpool.com support/admin
admin@dedicatedpool.com / IRC on freenode ##dedicatedpool
https://i.imgur.com/7yIpdEv.png

I have 139.148 coin, but just recevice 39.148 just now?
MY address  WPpoHA11ohRvF4qkoGuDYVsn1ZURpQUMHh
ariliz
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
June 23, 2014, 03:30:24 PM
 #375

thank you got my money
kelvng105
Sr. Member
****
Offline Offline

Activity: 267
Merit: 250


View Profile
June 23, 2014, 08:35:55 PM
 #376

The fix is obvious. The value MAX_BLOCK_SIZE is too low. Why you have set it to 10K ?
The POS is not working as well because of this.
Code:
ERROR: AcceptBlock() : reject proof-of-stake at height 6489
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted
ERROR: CreateCoinStake : exceeded coinstake size limit

If the dev is still interested fixing his coin:
MAX_BLOCK_SIZE should be raised to
Code:
MAX_BLOCK_SIZE = 1000000
, but this will make an immediate fork, so you will need to synchronize the update, with the pools and the exchanges. Of course you can also make a delayed fork. Contact me if you need more info.

THIS


Is it main reason for hangup auto payment from dedicatedpool.com? Devs should release new wallet and fixed it soon if it belong to pool you fix it either.

Its the reason some payments can not be send .. this is not ANY pool fault, but a problem with the wallet. Dev if you need help, contact our admin !

@supernova
That doesn't mean there is no problem with the wallet, users reported trouble sending coins using the QT as well.
We know you have good knowledge of coins' code, so please be more constructive in your answer and comment on ljudoed's post.
Is your wallet staking ? Isn't MAX_BLOCK_SIZE too low ?
I don't know if we should bother while the dev vanished, but we don't like to disappoint our users.

@kelvng105
Most of the time it will work ...


I can't even open my wallet..

It saids "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." , then I have no choice buy to click OK which will terminate the application.

Tried restart and didn't help.

Please help



couple days now.. I cannot even load the wallet.... can anyone suggest something? Thank you in advanced

Bag Holding: BTC, VIA, XCH, SLG, VDO, SYS
BTC: 1MJSbm9r6tKUx3XGNeWyjue8AgCoYFhf6Z 
VIA: VrYnZm1Fk2dk3aSwByoro4kaV5gCcmPwva
VDO: VJzPMoyQ4NEXebn73t1ZGVPCCEtUGJjS8r
lionhead666
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
June 23, 2014, 08:46:38 PM
 #377

Quote

couple days now.. I cannot even load the wallet.... can anyone suggest something? Thank you in advanced

Not a couple of days ... but 2 to 3 days depending on the dev local time. Lets hope the dev is working on it.

The fix is obvious. The value MAX_BLOCK_SIZE is too low. Why you have set it to 10K ?
The POS is not working as well because of this.
Code:
ERROR: AcceptBlock() : reject proof-of-stake at height 6489
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted
ERROR: CreateCoinStake : exceeded coinstake size limit

If the dev is still interested fixing his coin:
MAX_BLOCK_SIZE should be raised to
Code:
MAX_BLOCK_SIZE = 1000000
, but this will make an immediate fork, so you will need to synchronize the update, with the pools and the exchanges. Of course you can also make a delayed fork. Contact me if you need more info.
manatwork
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 24, 2014, 09:36:27 AM
 #378

Another coin with dev vanished?
kelvng105
Sr. Member
****
Offline Offline

Activity: 267
Merit: 250


View Profile
June 24, 2014, 04:18:09 PM
 #379

Another coin with dev vanished?

I guess.. it has been days since I can open my wallet.

Bag Holding: BTC, VIA, XCH, SLG, VDO, SYS
BTC: 1MJSbm9r6tKUx3XGNeWyjue8AgCoYFhf6Z 
VIA: VrYnZm1Fk2dk3aSwByoro4kaV5gCcmPwva
VDO: VJzPMoyQ4NEXebn73t1ZGVPCCEtUGJjS8r
jdh015232
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
June 24, 2014, 09:30:15 PM
 #380

community takeover??? lets find a new dev!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 »  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!