Pages:
Author

Topic: [ANN] AsicCoin (ASC) | SHA256 - The coin for ASIC Mining! | No Premine - page 34. (Read 138811 times)

sr. member
Activity: 588
Merit: 250
I like see it traded in cryptsy too.

At the same time it trades well in CoinEx.pw. Price fluctuate and down a bit lately. With pretty active mining this is a great coin to mine and own. Smiley
newbie
Activity: 31
Merit: 0
AsicCoin has been in steady and high network hash, and big miners interest. I am sure cryptsy will consider it as a very favorable candidate Wink
member
Activity: 65
Merit: 10
Any word on Cryptsy?


This is a good one to be traded in cryptsy. I emailed cryptsy requesting it be added.
member
Activity: 61
Merit: 10
Any word on Cryptsy?
sr. member
Activity: 771
Merit: 258
Trident Protocol | Simple «buy-hold-earn» system!

Coinchoose profitibility creeping up..
member
Activity: 69
Merit: 10
The pool http://asc.sonicrules.org stuck? Haven't received payment for a few hours...
hero member
Activity: 766
Merit: 621
Own ONION
network hashrate steadily above 500Gh/s, very strong Smiley
full member
Activity: 140
Merit: 100
hero member
Activity: 766
Merit: 621
Own ONION
So AsicCoin block reward halves around Christmas time. Is is possible to tell the exact time this will happen?
Hard to say. It depends on hash power. Reward halves every 259,200 blocks. So you need to check current block at specific time and then calculate how many bloch are remaining before having will happen.

depends on the network hashrate, which causes the block time to fluctuate, so it is not possible to determine precisely the time when block will be halved.
member
Activity: 122
Merit: 10
So AsicCoin block reward halves around Christmas time. Is is possible to tell the exact time this will happen?
Hard to say. It depends on hash power. Reward halves every 259,200 blocks. So you need to check current block at specific time and then calculate how many bloch are remaining before having will happen.
sr. member
Activity: 771
Merit: 258
Trident Protocol | Simple «buy-hold-earn» system!
So AsicCoin block reward halves around Christmas time. Is is possible to tell the exact time this will happen?
newbie
Activity: 23
Merit: 0
i am exploring the problem
seems like it is about boost version - uniform_int_distribution.hpp header was added in boost 1.47. Before that there's only uniform_int.hpp
so to fix it i made:

Code:

sudo apt-get install libboost1.48-all-dev


now it is compiled ok in qt creator from asiccoin-qt.pro file

with some notice, but not errors:

/home/.../asiccoin/src/main.cpp:-1: In function 'bool SetBestChain(CValidationState&, CBlockIndex*)':
/home/.../asiccoin/src/main.cpp:2102: пpeдyпpeждeниe: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'int64 {aka long long int}' [-Wformat]

So if you cant compile it on Linux just update your libboost!

Donation ASC adress AFLmAMDSGeKQnbJ5wgFgbkbsY8WDPmS8Ud
sr. member
Activity: 456
Merit: 250
hm after that
apt-get install libboost-random-dev

it was installed correctly

i get

/home/.../asiccoin/src/main.cpp:20: Fatal Error: boost/random/uniform_int_distribution.hpp: No such file or directory



That's weird. Does the file /usr/include/boost/random/uniform_int_distribution.hpp exist on your machine?
newbie
Activity: 23
Merit: 0
hm after that
apt-get install libboost-random-dev

it was installed correctly

i get

/home/.../asiccoin/src/main.cpp:20: Fatal Error: boost/random/uniform_int_distribution.hpp: No such file or directory

sr. member
Activity: 456
Merit: 250
still can`t compile it under ubuntu 12.04:

In QT - creator:
/home/.../asiccoin/src/util.cpp:-1: In function 'long int hex2long(const char*)':
/home/.../asiccoin/src/util.cpp:495: warning: array subscript has type 'char' [-Wchar-subscripts]

/home/.../asiccoin/src/main.cpp:20: error: boost/random/uniform_int_distribution.hpp: No such file or directory


If i make qmake -> make:

src/main.cpp:20:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory

No such file or directory Error 1




Sounds like you're missing the Boost random library. Not 100% sure on this, but try:

Code:
apt-get install libboost-random-dev
newbie
Activity: 23
Merit: 0
still can`t compile it under ubuntu 12.04:

In QT - creator:
/home/.../asiccoin/src/util.cpp:-1: In function 'long int hex2long(const char*)':
/home/.../asiccoin/src/util.cpp:495: warning: array subscript has type 'char' [-Wchar-subscripts]

/home/.../asiccoin/src/main.cpp:20: error: boost/random/uniform_int_distribution.hpp: No such file or directory


If i make qmake -> make:

src/main.cpp:20:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory

No such file or directory Error 1


sr. member
Activity: 251
Merit: 250
adresses in my asiccoin.conf
Code:
addnode=14.161.68.183
addnode=71.33.22.241
addnode=75.156.209.173
addnode=81.190.222.66
addnode=98.214.94.227
addnode=99.189.84.118
addnode=108.177.181.30
addnode=115.76.22.109
addnode=121.73.171.43
addnode=173.71.201.121
addnode=173.72.100.9
addnode=192.3.79.186
addnode=198.90.110.248
addnode=209.188.16.220
addnode=217.58.175.208
newbie
Activity: 31
Merit: 0
Anyone any luck or do have tips how to make/compile the Qt-wallet for Ubuntu (13.04) ?? Without the Qt running I can't solo mine. Cry
Same problem!

Now ASC is on CoinWarz!
nice,
http://www.coinwarz.com/cryptocurrency/coins/asiccoin

to be added to OP.


You now have a devtome article!
http://devtome.com/doku.php?id=asiccoin
Looks good, thanks smeagol.
sr. member
Activity: 456
Merit: 250
Anyone any luck or do have tips how to make/compile the Qt-wallet for Ubuntu (13.04) ?? Without the Qt running I can't solo mine. Cry
Same problem!

Now ASC is on CoinWarz!
what's the compiling errors?
I did the following:

sudo su

apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

no errors, every thing runned fine. Than:

cd src
make -f makefile.unix

Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/aaaa/asiccoin-master/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/aaaa/asiccoin-master/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2



From the top-level directory, try:

Code:
chmod 755 src/leveldb/build_detect_platform
hero member
Activity: 615
Merit: 500
if you want the qt wallet to install I think you have to have qt creator installed? I might be wrong on that. then you do:

qmake

followed by

make

check out this for qt creator https://community.freescale.com/docs/DOC-94252
Pages:
Jump to: