Bitcoin Forum
May 09, 2024, 06:34:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POS | BitTrex on: April 26, 2015, 03:25:49 PM
Hello, dear friends!
In few hours we are going to release ours, written by us, block explorer. We tried our best to create really comfortable tool for analyze. It could not only display blocks, transactions and rich list. It allows you predict market cap changes taking into account lucky stake, take into account different price in different time and showing full quantity of sent money not only in BT, but also in BTC, USD and PLN (just kidding). We are creating statistic of price since coin was released, so you could track the whole history up to the first block. But this isn't all. Stay tuned and you will be surprised
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POS | BitTrex on: April 26, 2015, 09:39:46 AM
Hi all,

Do you also have problem with syncing! I am stucked 1960 blocks (33hours).
I had no problem syncing other wallets till now!

Please advice and moon with this coin.

thank you,

https://bitcointalk.org/index.php?topic=1036049.msg11190927#msg11190927
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POS | BitTrex on: April 25, 2015, 05:34:45 PM
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POW/POS | BitTrex on: April 25, 2015, 12:37:31 PM
Lucky stake will start at 15-00 gmt
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POW/POS on: April 25, 2015, 10:25:06 AM
We are working on this problem at the moment. For successful synchronization you have to follow the next steps:
1. Remove all files except wallet.dat at %AppData%\BitcoinT folder
2. Download blockchain at: https://mega.co.nz/#!hYszGZaK!eFPodQScoLaOeoh0shq386MuJU5ddme_drmbUxTE9kY
3. Unzip it to folder %AppData%\BitcoinT
4. Run the wallet
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POW/POS on: April 24, 2015, 06:52:54 PM
We are ready to make POD 5+ later, but we will not give real contact information. we want to save privacy. We don't know how companies, where we are working at the moment, will react on our project
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 24, 2015, 06:24:44 PM
hi all!
I got this error while compiling BT dameon on ubuntu 14,04 LTS:

src/key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
 #include "secp256k1.h"
                       ^
compilation terminated.
make: *** [build/key.o] Error 1

Please help me!
Thanks
BitcoinT is dependent upon libsecp256k1 by sipa, the sources for which can be found here: https://github.com/bitcoin/secp256k1

Thank you

But now i have this one:
make: *** [build/key.o] Error 1


Did you
sudo make install
for libsecp256k1?

pls PM me output of
ls -la /usr/local/lib/libsecp*

I also have problems compiling after installing secp256k1

Code:
src/key.cpp:29:25: error: use of undeclared identifier 'SECP256K1_START_SIGN'
        secp256k1_start(SECP256K1_START_SIGN);
                        ^
src/key.cpp:32:9: error: use of undeclared identifier 'secp256k1_stop'
        secp256k1_stop();
        ^
src/key.cpp:469:10: error: no matching function for call to 'secp256k1_ec_privkey_import'
    if (!secp256k1_ec_privkey_import((unsigned char*)begin(), &privkey[0], privkey.size()))


ls -l /usr/local/lib/libsecp*

Code:
$ ls -l /usr/local/lib/libsecp*
lrwxr-xr-x  1 root  admin      20 Apr 24 19:39 /usr/local/lib/libsecp256k1.0.0.0.dylib -> libsecp256k1.0.dylib
-rwxr-xr-x  1 root  admin   92000 Apr 24 19:39 /usr/local/lib/libsecp256k1.0.dylib
-rw-r--r--  1 root  admin  376128 Apr 24 19:39 /usr/local/lib/libsecp256k1.a
lrwxr-xr-x  1 root  admin      20 Apr 24 19:39 /usr/local/lib/libsecp256k1.dylib -> libsecp256k1.0.dylib
-rwxr-xr-x  1 root  admin     967 Apr 24 19:39 /usr/local/lib/libsecp256k1.la
-rwxr-xr-x  1 root  admin   48716 Jan 18  2014 /usr/local/lib/libsecp256k1.so
There was commit in project secp256k1 recently
where were made changes, which arent considered in our coin yet, but doesnt affect on wallet/daemon functional

if you want to compile wallet/daemon, you have to make reverse commit to
d5b53aa81816214aa7c9e1095ff6ee1d4c13f9d2 библиотеки secp256k1:
git clone https://github.com/bitcoin/secp256k1
cd ./secp256k1
git checkout d5b53aa81816214aa7c9e1095ff6ee1d4c13f9d2
./autogen.sh
./configure
make
sudo make install
and after all of this you're able to build wallet/daemon
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POW/POS on: April 24, 2015, 04:43:31 PM
Block explorer will be ready on Sunday or Monday
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POW/POS on: April 24, 2015, 01:45:45 PM
Added
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 24, 2015, 11:14:14 AM
guys need help with compile wallet - make: *** [obj/sph/groestl.o] Error 1
mkdir obj/sph
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 24, 2015, 10:13:04 AM
Hello DeV!

OP states that PoS starts at block: 2830

However wallet shows staking but network weight is 0

So POS will start after 2830 right? and those luck blocks will happen after 2830?

Thanks

So POS will start after 2830 right?
yes.

and those luck blocks will happen after 2830?
Lucky blocks will be generated during 30 days and starts at 2015/04/25 15:00 GMT.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 24, 2015, 09:49:11 AM
hi all!
I got this error while compiling BT dameon on ubuntu 14,04 LTS:

src/key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
 #include "secp256k1.h"
                       ^
compilation terminated.
make: *** [build/key.o] Error 1

Please help me!
Thanks
BitcoinT is dependent upon libsecp256k1 by sipa, the sources for which can be found here: https://github.com/bitcoin/secp256k1

Thank you

But now i have this one:
make: *** [build/key.o] Error 1


Did you
sudo make install
for libsecp256k1?

pls PM me output of
ls -la /usr/local/lib/libsecp*
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 24, 2015, 08:04:21 AM
hi all!
I got this error while compiling BT dameon on ubuntu 14,04 LTS:

src/key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
 #include "secp256k1.h"
                       ^
compilation terminated.
make: *** [build/key.o] Error 1

Please help me!
Thanks
BitcoinT is dependent upon libsecp256k1 by sipa, the sources for which can be found here: https://github.com/bitcoin/secp256k1
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 24, 2015, 07:28:04 AM
Can anyone explain to me how to read/calculate the blockrewards in main.cpp? Looks like some kind of formula because I am not seeing exact numbers  Huh

Thnx Smiley

 https://github.com/bitcointproject/bitcoint/blob/master/src/chainparams.cpp#L120-L133
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 24, 2015, 04:48:31 AM
Welcome on EmpoEX.


https://empoex.com/trade/BT-BTC

Code:
[url=https://empoex.com/trade/BT-BTC][img width=300]https://i.imgur.com/HTfbFXl.png[/img][/url]

Happy trading!

If you use twitter, RT:

https://twitter.com/EmpoExchange/status/591380134285996033
Added
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 23, 2015, 07:34:34 PM
Hello from alcurEX.
BitcoinT BT has been added in alcurEX.
https://alcurex.org/index.php/crypto/market?pair=BT_BTC
Welcome trading!
-halibit-


ALCUREX is an online cryptocurrency financing company registered in Finland.
Business ID: 2612007-8 FINLAND
Added
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinT | LAUNCH | X11 | POW/POS | BT on: April 23, 2015, 03:42:27 PM


If you have a certain amount of coins, you've got a chance to catch a block with higher reward.
There are three levels of lucky blocks:
1st level: from 50 000 coins (max. 24 lucky blocks per day with a reward for 5000 coins)
2nd level: from 100 000 coins (max. 3 lucky blocks per day with a reward for 15000 coins)
3rd level: from 300 000 coins (max. 1 lucky blocks per day with a reward 60000 coins)
Everyone has equal chance to win.
You just need to have equal or more coins on your balance (with accordance to chosen level).
For example, wallets with 50000 and 99000 coins have the same chances to win.
Take into account that lucky stake sum should be sent to your address in one tx.
So if u have 2 incoming transactions for instance 30k BT and 20k BT you need to send (30+20)k BT
in one tx to one your address to participate in lottery.
Lottery will be active during 30 days and will be deactivated at a certain block.
18  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] BitcoinT [BT] | X11 | Lucky Stake | POS | BitTrex on: April 23, 2015, 02:54:54 PM







Symbol: BTCT
Proof-of-Work algorithm: X11
Block target time: 60 seconds
PoW end block: 2880
Proof type: PoW/PoS hybrid
1- 50 blocks: 1 BT per PoW block
51-2880 blocks: 7500 BT per PoW block
PoS annual interest: 20%
PoS starts at block: 2830
PoS Min Stake Time: 1 hour
PoS Max Stake Time: Unlimited
Supply POW 21.000.000 coins
Supply Lucky Stake 6.750.000 coins
30 Blocks for Maturity
Lucky Stake Block Maturity: 1440




If you have a certain amount of coins, you've got a chance to catch a block with higher reward.
There are three levels of lucky blocks:
1st level: from 50 000 coins (max. 24 lucky blocks per day with a reward for 5000 coins)
2nd level: from 100 000 coins (max. 3 lucky blocks per day with a reward for 15000 coins)
3rd level: from 300 000 coins (max. 1 lucky blocks per day with a reward 60000 coins)
Everyone has equal chance to win.
You just need to have equal or more coins on your balance (with accordance to chosen level).
For example, wallets with 50000 and 99000 coins have the same chances to win.
Take into account that lucky stake sum should be sent to your address in one tx.
So if u have 2 incoming transactions for instance 30k BT and 20k BT you need to send (30+20)k BT
in one tx to one your address to participate in lottery.
Lottery will be active during 30 days and will be deactivated at a certain block.




           


                                   



                                           





Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!