Pages:
Author

Topic: *ANN*【QUARK】 BitCrystal Coin + 200 new commands + decenttralized exchange - page 10. (Read 70966 times)

legendary
Activity: 1190
Merit: 1000
Kaspa
developing the decentralized exchange is hard stuff... but as you can see on github... i  going to the end... i am in the test and debugging stage....
How you doing Crystal  Grin Just one question .Why I can't send from my wallet  to exchange more then 700 coins??? When I sending up to 700 coins is going smooth .But above 700 coins I'm getting message that amount is to large.Why??How I can send 200 millions coins??? Take me forever  sending 50,100 or 200 millions by 700 each block.If you can answer me I will be very appreciated.BTW I know that you working hard at this coin .It's a reason why I've spend some nice amount of BTC. I have four wallets like baloons and 9 rigs  ( 9 x 48 MH/s)

I just sent 100k to ttrex and it worked like a charm, sure you didn't click something tin the options or something?
sr. member
Activity: 308
Merit: 250
Millionaires Club 47
developing the decentralized exchange is hard stuff... but as you can see on github... i  going to the end... i am in the test and debugging stage....
How you doing Crystal  Grin Just one question .Why I can't send from my wallet  to exchange more then 700 coins??? When I sending up to 700 coins is going smooth .But above 700 coins I'm getting message that amount is to large.Why??How I can send 200 millions coins??? Take me forever  sending 50,100 or 200 millions by 700 each block.If you can answer me I will be very appreciated.BTW I know that you working hard at this coin .It's a reason why I've spend some nice amount of BTC. I have four wallets like baloons and 9 rigs  ( 9 x 48 MH/s)
sr. member
Activity: 419
Merit: 252
developing the decentralized exchange is hard stuff... but as you can see on github... i  going to the end... i am in the test and debugging stage....
legendary
Activity: 1190
Merit: 1000
Kaspa
so files updated for problems execute bitcrystal_bootstrap_update.bat this batch file and you have the current blocks


1. close your wallet

2. execute this file bitcrystal_bootstrap_update.bat


3. wait 3 minutes

4. done

I have block 41132 is that right?
yes its all right

 I thought so, wallet and chain seem to be working great. I've found quite a few blocks with the wallet/miner.

sr. member
Activity: 419
Merit: 252
so files updated for problems execute bitcrystal_bootstrap_update.bat this batch file and you have the current blocks


1. close your wallet

2. execute this file bitcrystal_bootstrap_update.bat


3. wait 3 minutes

4. done

I have block 41132 is that right?
yes its all right
legendary
Activity: 1190
Merit: 1000
Kaspa
so files updated for problems execute bitcrystal_bootstrap_update.bat this batch file and you have the current blocks


1. close your wallet

2. execute this file bitcrystal_bootstrap_update.bat


3. wait 3 minutes

4. done

I have block 41132 is that right?
sr. member
Activity: 419
Merit: 252
so files updated for problems execute bitcrystal_bootstrap_update.bat this batch file and you have the current blocks


1. close your wallet

2. execute this file bitcrystal_bootstrap_update.bat


3. wait 3 minutes

4. done
sr. member
Activity: 419
Merit: 252
i am updating the files so if you execute the bitcrystal_bootstrap_update.bat you get the current blocks...
legendary
Activity: 1400
Merit: 1000
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

I just don't understand what you are trying to say. Sorry.

Do you mean that:

Blocks 1-29,999 are 5 coins per block
Blocks 30,000-59,999 are 100 coins per block
Blocks 60,000-89,999 are 5 coins per block
and so on?


so

if blockheight divisible through 30000 without a remainder then is the block reward 100 bitcrystal in other words

if blockheight for example 40533 modulo 30000 == 0 then is the block reward 100 bitcrystal otherwise the current block reward of 5 bitcrystal...


is the block divisible through 30000?


block 50000/30000= 1 remainder 20000 and since the remainder is not 0 you get 5 Bitcrystal...

block 120000/30000 = 4 remainder 0 <-- remainder is 0 so you get 100 Bitcrystal...


the question is every is the block divisible through 30000 if yes the reward is 100 Bitcrystal otherwise the reward is 5 Bitcrystal...


i hope that everybody understood me if not here


(blockheight modulo 30000 equals 0) < -- block reward 100 Bitcrystal


(blockheight modulo 30000 not equals 0) < -- block reward 5 Bitcrystal

I was just using the wrong wallet when I was getting 100 coins per block so it is straightened out for me. Smiley
sr. member
Activity: 419
Merit: 252
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

I just don't understand what you are trying to say. Sorry.

Do you mean that:

Blocks 1-29,999 are 5 coins per block
Blocks 30,000-59,999 are 100 coins per block
Blocks 60,000-89,999 are 5 coins per block
and so on?


I think he means all blocks are now 5 except for every 30,000th block


yes allright

(blockheight modulo 30000 equals 0) < -- block reward 100 Bitcrystal


(blockheight modulo 30000 not equals 0) < -- block reward 5 Bitcrystal


Is the block divisible through 30000 without a remainder?

blockheight=120000
result=4
remainder=0

If yes you get 100 Bitcrystal because blockheight/30000=result (remainder equals 0)

blockheight=120001
result=4
remainder=1

If yes you get 5 Bitcrystal because blockheight/30000=result (remainder not equals 0)

sr. member
Activity: 419
Merit: 252
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

I just don't understand what you are trying to say. Sorry.

Do you mean that:

Blocks 1-29,999 are 5 coins per block
Blocks 30,000-59,999 are 100 coins per block
Blocks 60,000-89,999 are 5 coins per block
and so on?


so

if blockheight divisible through 30000 without a remainder then is the block reward 100 bitcrystal in other words

if blockheight for example 40533 modulo 30000 == 0 then is the block reward 100 bitcrystal otherwise the current block reward of 5 bitcrystal...


is the block divisible through 30000?


block 50000/30000= 1 remainder 20000 and since the remainder is not 0 you get 5 Bitcrystal...

block 120000/30000 = 4 remainder 0 <-- remainder is 0 so you get 100 Bitcrystal...


the question is every is the block divisible through 30000 if yes the reward is 100 Bitcrystal otherwise the reward is 5 Bitcrystal...


i hope that everybody understood me if not here


(blockheight modulo 30000 equals 0) < -- block reward 100 Bitcrystal


(blockheight modulo 30000 not equals 0) < -- block reward 5 Bitcrystal
legendary
Activity: 1400
Merit: 1000
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

I just don't understand what you are trying to say. Sorry.

Do you mean that:

Blocks 1-29,999 are 5 coins per block
Blocks 30,000-59,999 are 100 coins per block
Blocks 60,000-89,999 are 5 coins per block
and so on?


I think he means all blocks are now 5 except for every 30,000th block

I must have opened an old wallet and been on a forked block chain when I was getting the 100 coins per block.

I see the 5 coins per block now.
legendary
Activity: 1190
Merit: 1000
Kaspa
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

I just don't understand what you are trying to say. Sorry.

Do you mean that:

Blocks 1-29,999 are 5 coins per block
Blocks 30,000-59,999 are 100 coins per block
Blocks 60,000-89,999 are 5 coins per block
and so on?


I think he means all blocks are now 5 except for every 30,000th block
legendary
Activity: 2548
Merit: 1009
Leading Crypto Sports Betting & Casino Platform
so all websites from me are online... and i need a break from coding omg... so i am going on holiday for few days....



and many fun with trading the btcrystal....


i promise that the dex exchange is important to make done in the next time sorry please be patient. i do very my best... its many work and i think a lot of time to make this exchange not hacker friendly.



i will thanks all people the have supported me and anscientcoins.
I owe a lot of thanks. Without him I would not have come this far. Thx Ascientcoins and all others to make this possible very thanks


my coin is not a joke...

and my motto remains, everything for freedom.

When you back from holiday ??
I hope not long time Smiley

max 3 days okay

okay , i'm waiting you comeback for 3 days Smiley
legendary
Activity: 1400
Merit: 1000
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

I just don't understand what you are trying to say. Sorry.

Do you mean that:

Blocks 1-29,999 are 5 coins per block
Blocks 30,000-59,999 are 100 coins per block
Blocks 60,000-89,999 are 5 coins per block
and so on?
sr. member
Activity: 419
Merit: 252
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

oh WoW! lol I figured I must be interpreting it wrong

I haven't noticed any issues with your coin then... stays sync'd and I'm finding a block or 2 every hour  Cool
ok thanks

@bitcrystal

The block reward is broken.

"blocks" : 39193,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1.23945607,
"errors" : "",
"generate" : false,
"genproclimit" : 1,
"hashespersec" : 0,
"networkhashps" : 217214,
"pooledtx" : 0,
"testnet" : false

Only getting 100 coins per block.






I become only 5 Coins per Block
{
"blocks" : 39236,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1.23945607,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 138268,
"networkhashps" : 217398,
"pooledtx" : 0,
"testnet" : false
}


@bitcrystal

The block reward is broken.

"blocks" : 39193,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1.23945607,
"errors" : "",
"generate" : false,
"genproclimit" : 1,
"hashespersec" : 0,
"networkhashps" : 217214,
"pooledtx" : 0,
"testnet" : false

Only getting 100 coins per block.






I become only 5 Coins per Block
{
"blocks" : 39236,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1.23945607,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 138268,
"networkhashps" : 217398,
"pooledtx" : 0,
"testnet" : false
}



i think everybody who will have coins can start mining
Difficult and haschrate is low
i mine very fast  Grin Grin Grin
How you can mine very fast if miner got some bug???My miner got 1800 coins in 15 min and  after that   5600 in 12 hours.Also some already mined and accepte coins  after while disappeared from wallet.Something is wrong.In my opinion bug is hiding in wallet automatic configuration update  and sending coins to the pool or dev wallet instead to  my wallet .Because after I've deleted  automatic conf update everything  come back to normal.Just asking.
                                                                                                                                   

all is ok...


everything is ok. You know actually can take it because it must synchronize after. Thank you for your review. But unfortunately, you're the only one with these problems. If other problems have websprout describes. Please report

Thank You


At websprout ...

I a. have no aggressive personality.

b. I though I was going to take vacation time as there is a lot of work that you do not know to appreciate.

c. I have continued to write, the exchange bitcoin wallet lines added to the transactions some ...

The commands of the api ...

bitcrystal wallet etc adapted command with ....

and I'm broken ....


all a good night ...
legendary
Activity: 1190
Merit: 1000
Kaspa
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on

oh WoW! lol I figured I must be interpreting it wrong

I haven't noticed any issues with your coin then... stays sync'd and I'm finding a block or 2 every hour  Cool
sr. member
Activity: 419
Merit: 252
no 100 you get on every 30000 block that means 1-29999 5 coins


30000 block 100 coins


30000-59999 block 5 coins

60000 100 coins and so on
legendary
Activity: 1190
Merit: 1000
Kaspa
yeah that is weird, the OP says 100 coins per block but I've only ever received 5 ??
Pages:
Jump to: