Bitcoin Forum
June 17, 2024, 11:57:26 AM *
News: Voting for pizza day contest
 
   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 »
  Print  
Author Topic: [ANN] AsicCoin (ASC) | SHA256 - The coin for ASIC Mining! | No Premine  (Read 138809 times)
cshelswell
Hero Member
*****
Offline Offline

Activity: 615
Merit: 500


View Profile WWW
September 19, 2013, 09:07:41 PM
 #161

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

maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
September 19, 2013, 09:44:15 PM
 #162

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

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
asicuser (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0



View Profile
September 20, 2013, 07:08:30 AM
 #163

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.
platti
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250



View Profile WWW
September 20, 2013, 09:34:15 AM
 #164

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

MichaelFX
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 20, 2013, 10:51:30 AM
 #165

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


maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
September 20, 2013, 01:38:20 PM
 #166

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

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
MichaelFX
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 20, 2013, 02:18:54 PM
 #167

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

maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
September 20, 2013, 02:38:49 PM
 #168

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?

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
MichaelFX
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 20, 2013, 02:44:23 PM
 #169

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
pgbit
Sr. Member
****
Offline Offline

Activity: 771
Merit: 258


Trident Protocol | Simple «buy-hold-earn» system!


View Profile
September 20, 2013, 03:32:28 PM
 #170

So AsicCoin block reward halves around Christmas time. Is is possible to tell the exact time this will happen?

██▄     ▄▄░
▀██▄ ▄██▀
▄▄███████████████████▄▄
▄█████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█████▄
████▀                   ▀████
████       ▄▄█████▄▄  ▀▄   ████
████      ▄██████████▄▀    ████
████      ████████▀▀       ████
████  ▄▀ ▄██▀▀▀   ▄██      ████
████   ▀▀     ▄▄███▀       ████
████▄                   ▄████
▀█████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█████▀
▀▀███████████████████▀▀
.
SECONDLIVE
.
CHOOSE LIFE      CHOOSE SPACE      CHOOSE FRIENDS
.
|    Twitter    |  Telegram  |   Medium   |  YouTube  |   Discord   |    TikTok    |    GitHub    |
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
   S T A K E   L I T T L E   W I N   B I G   
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
        ▄▄███████▄▄▄
    ▄▄████████████████▄▄
   ████████████████████▄
  ███████▀▀▀█████████████
 ██████▌     ▀████████████
███████▀ ▀▀▄▄██▀▀▀█████████
██████             ▀███████
██████▄             ███████
 ███████▄▄        ▄███████
  ███████████▄▄▄▄█████████
   ▀███████████████████▀
     ▀████████████████▀▀
   ██████████████████████
zamot
Member
**
Offline Offline

Activity: 122
Merit: 10



View Profile
September 20, 2013, 05:11:02 PM
 #171

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.

monocolor
Hero Member
*****
Offline Offline

Activity: 766
Merit: 621


Own ONION


View Profile WWW
September 20, 2013, 06:22:57 PM
 #172

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.

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.....DeepVault.....
....Blockchain File Signatures....
...deeponion.org...
Datto
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
September 20, 2013, 07:20:34 PM
 #173

will try it !
monocolor
Hero Member
*****
Offline Offline

Activity: 766
Merit: 621


Own ONION


View Profile WWW
September 21, 2013, 07:03:51 AM
 #174

network hashrate steadily above 500Gh/s, very strong Smiley

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.....DeepVault.....
....Blockchain File Signatures....
...deeponion.org...
sacramento
Member
**
Offline Offline

Activity: 69
Merit: 10



View Profile
September 21, 2013, 07:19:08 AM
 #175

The pool http://asc.sonicrules.org stuck? Haven't received payment for a few hours...
pgbit
Sr. Member
****
Offline Offline

Activity: 771
Merit: 258


Trident Protocol | Simple «buy-hold-earn» system!


View Profile
September 21, 2013, 02:55:25 PM
 #176


Coinchoose profitibility creeping up..

██▄     ▄▄░
▀██▄ ▄██▀
▄▄███████████████████▄▄
▄█████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█████▄
████▀                   ▀████
████       ▄▄█████▄▄  ▀▄   ████
████      ▄██████████▄▀    ████
████      ████████▀▀       ████
████  ▄▀ ▄██▀▀▀   ▄██      ████
████   ▀▀     ▄▄███▀       ████
████▄                   ▄████
▀█████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█████▀
▀▀███████████████████▀▀
.
SECONDLIVE
.
CHOOSE LIFE      CHOOSE SPACE      CHOOSE FRIENDS
.
|    Twitter    |  Telegram  |   Medium   |  YouTube  |   Discord   |    TikTok    |    GitHub    |
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
   S T A K E   L I T T L E   W I N   B I G   
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
        ▄▄███████▄▄▄
    ▄▄████████████████▄▄
   ████████████████████▄
  ███████▀▀▀█████████████
 ██████▌     ▀████████████
███████▀ ▀▀▄▄██▀▀▀█████████
██████             ▀███████
██████▄             ███████
 ███████▄▄        ▄███████
  ███████████▄▄▄▄█████████
   ▀███████████████████▀
     ▀████████████████▀▀
   ██████████████████████
rumak
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 21, 2013, 04:25:00 PM
 #177

Any word on Cryptsy?
johntawaki
Member
**
Offline Offline

Activity: 65
Merit: 10



View Profile
September 21, 2013, 07:16:49 PM
 #178

Any word on Cryptsy?


This is a good one to be traded in cryptsy. I emailed cryptsy requesting it be added.

★ ★ ★ ★ ★   DeepOnion  ✔  Anonymous and Untraceable Cryptocurrency  ✔  TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️    ★    ✔ VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
asicuser (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0



View Profile
September 22, 2013, 03:45:43 PM
 #179

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
flyingcat
Sr. Member
****
Offline Offline

Activity: 588
Merit: 250


View Profile
September 22, 2013, 06:26:10 PM
 #180

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


░░░░░░░░░░░░░░░░░░░░▄▄
░░░░░░░░░░░░░░░░░░░░████▄▄
░░░░░░░░░▄▄░░░░░░░░░████████
░░░░░▄▄██████▄▄░░░░░███████████▄▄
░▄▄██████████████▄▄███████████████▄
░▀▀██████████████▀▀░░░▀▀████████████
██▄▄▀▀██████▀▀░░░░░░░░░░░▀▀████████
██████▄▄▀▀░░░░░░░░░░░░░░░░░░▀███████
████████░░░░░░░░░▄▄▄░░░░░░░░░░░▀▀███
████████░░░░░▄▄███████▄▄░░░░░███▄▄░░▀
████████░░░███████████████░░░███████▄
░░▀▀████░░░░░▀▀███████▀▀░░░░░████████
██▄▄░░▀▀░░░░░░░░░▀▀▀░░░░░░░░░████████
██████▄▄░░░░░░░░░░░░░░░░░▄▄░░▀███████
████████░░░░░░░░░░░░░▄▄██████▄▄▀▀███
██████████▄▄░░░░▄▄██████████████▄▄
██████████████▄▄▀▀██████████████▀▀
░░▀▀████████████░░░░▀▀██████▀▀
░░░░░░▀▀████████░░░░░░░░▀▀
░░░░░░░░░▀▀██████
░░░░░░░░░░░░░▀▀██
OATH

████▀
███▀  ▀
██▀  ▀
█▀  ▀
▀  ▀
▄  ▄
█▄  ▄
██▄  ▄
███▄  ▄
████▄


▀████
▀  ▀███
▀  ▀██
▀  ▀█
▀  ▀
▄  ▄
▄  ▄█
▄  ▄██
▄  ▄███
▄████


             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀


                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌


█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
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 »
  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!