Author

Topic: [ANN][CRW] CROWN (SHA256) | Platform | Governance | Systemnodes | Masternodes | - page 255. (Read 316958 times)

sr. member
Activity: 363
Merit: 250
holding 10% of the current supply. until i hear whats going on with merged mining i wont be selling any of it.

what is the current supply, where can i find this info? cheers

go to wallet -> help -> debug window

in the first tab, there is information.

Current number of blocks: 144833
Estimated total blocks: 144833

There are 10 coins in each block.. estimated about 1.5 million coins at the moment.. and if u know how many coins u have, u can calculate..

I don't think there is a rich list for this coin yet..

cheers man appreciate it
newbie
Activity: 56
Merit: 0
holding 10% of the current supply. until i hear whats going on with merged mining i wont be selling any of it.

what is the current supply, where can i find this info? cheers

go to wallet -> help -> debug window

in the first tab, there is information.

Current number of blocks: 144833
Estimated total blocks: 144833

There are 10 coins in each block.. estimated about 1.5 million coins at the moment.. and if u know how many coins u have, u can calculate..

I don't think there is a rich list for this coin yet..
sr. member
Activity: 363
Merit: 250
holding 10% of the current supply. until i hear whats going on with merged mining i wont be selling any of it.

what is the current supply, where can i find this info? cheers
legendary
Activity: 964
Merit: 1000
holding 10% of the current supply. until i hear whats going on with merged mining i wont be selling any of it.
full member
Activity: 218
Merit: 115
WTS 25K CRW = .1875 BTC.
hero member
Activity: 748
Merit: 500
I am interested in buying Crowncoins, PM with offers
legendary
Activity: 964
Merit: 1000
Where can I get info of my own hashrate/shares on the p2pool, concerning crown coin?

website is available here http://99.236.215.227:9343/static/ you can look under active miners or payout.
newbie
Activity: 2
Merit: 0
Offer

Buy 50k CRW for 0,25 BTC

CRW wallet

1By2F4wQSN7chSMYC98CJrrwpoK5Fjd3kJ
legendary
Activity: 1019
Merit: 1003
Senior Developer and founder of ViMeAv ICT
Where can I get info of my own hashrate/shares on the p2pool, concerning crown coin?
newbie
Activity: 56
Merit: 0
I've Solo Mined 3 Blocks and every time the 10 CRW pops up it disappears from Balance and deletes itself from the Transaction history.....wtf

It happened to me in first day.. i found 3 blocks and 2 of them disappeared (orphan i think).. now? my hashrate is already too low and i stopped digging:)
full member
Activity: 218
Merit: 115
WTS: 75K CRW = .375 BTC

Sold.
legendary
Activity: 964
Merit: 1000
I've Solo Mined 3 Blocks and every time the 10 CRW pops up it disappears from Balance and deletes itself from the Transaction history.....wtf

the blocks are going so quickly they arent orphaning just disapearing. should fix itself shortly if you have enough hashrate they will stay.

difficulty will be changing again in another 1000 blocks or so.
legendary
Activity: 1554
Merit: 1001
I've Solo Mined 3 Blocks and every time the 10 CRW pops up it disappears from Balance and deletes itself from the Transaction history.....wtf
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
I this the only error you get "Error initializing wallet database environment /root/.crowncoin!" , try with sudo crowncoind
hero member
Activity: 644
Merit: 500
says there is no makefile when i try to compile Huh

Go to crowncoin folder and run ./autogen.sh && ./configure && make
i get this error when i try that
configure: error: Found Berkeley DB other than 4.8


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
well i give up.never had this sort of trouble compiling a wallet


You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version
Code:
#define DB_VERSION_STRING       "Berkeley DB 5.3.28: (September  9, 2013)"
changed to Berkeley DB 5.3.28 still get same error


Damn i forget to tell you to use this command  ./configure --with-incompatible-bdb  my bad , sorry
cheers bro.that worked.thanks for help
got it to compile but when i try start crowncoind i get this error
 Error initializing wallet database environment /root/.crowncoin!


You still get that error?
yeah mate

Go to  /root/.crowncoin and delete all the files and try to start again the wallet , if you have any coins on wallet backup the wallet.dat file
i tried that mate.i googled the error an thats what it said to do but didnt work.
sr. member
Activity: 363
Merit: 250
anybody else getting a very low hash rate and high invalids?

You get high invalids because the blocks get found to fast

thanks, so does everyone have a lower than normal hashrate on CRW due to very fast block times?
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
says there is no makefile when i try to compile Huh

Go to crowncoin folder and run ./autogen.sh && ./configure && make
i get this error when i try that
configure: error: Found Berkeley DB other than 4.8


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
well i give up.never had this sort of trouble compiling a wallet


You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version
Code:
#define DB_VERSION_STRING       "Berkeley DB 5.3.28: (September  9, 2013)"
changed to Berkeley DB 5.3.28 still get same error


Damn i forget to tell you to use this command  ./configure --with-incompatible-bdb  my bad , sorry
cheers bro.that worked.thanks for help
got it to compile but when i try start crowncoind i get this error
 Error initializing wallet database environment /root/.crowncoin!


You still get that error?
yeah mate

Go to  /root/.crowncoin and delete all the files and try to start again the wallet , if you have any coins on wallet backup the wallet.dat file
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
anybody else getting a very low hash rate and high invalids?

You get high invalids because the blocks get found to fast
hero member
Activity: 644
Merit: 500
says there is no makefile when i try to compile Huh

Go to crowncoin folder and run ./autogen.sh && ./configure && make
i get this error when i try that
configure: error: Found Berkeley DB other than 4.8


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
well i give up.never had this sort of trouble compiling a wallet


You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version
Code:
#define DB_VERSION_STRING       "Berkeley DB 5.3.28: (September  9, 2013)"
changed to Berkeley DB 5.3.28 still get same error


Damn i forget to tell you to use this command  ./configure --with-incompatible-bdb  my bad , sorry
cheers bro.that worked.thanks for help
got it to compile but when i try start crowncoind i get this error
 Error initializing wallet database environment /root/.crowncoin!


You still get that error?
yeah mate
sr. member
Activity: 363
Merit: 250
anybody else getting a very low hash rate and high invalids?
Jump to: