Bitcoin Forum
June 18, 2025, 04:12:09 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 [1669] 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 ... 1741 »
  Print  
Author Topic: [ANN] Blacknet BLN | Staking | Future of zApp & ZeFi  (Read 2510863 times)
janko33
Full Member
***
Offline Offline

Activity: 145
Merit: 132


View Profile
July 02, 2017, 01:00:30 PM
Last edit: July 03, 2017, 06:51:44 AM by janko33
 #33361

What is the expected date of LN activation?

29.05.2016 ;P

here it is.. https://github.com/janko33bd/thunder/tree/black-lightning

and as other said, it's not needed, but as you see above possible..
krzysiekj
Jr. Member
*
Offline Offline

Activity: 115
Merit: 2

Founder of Ercoin and Paspagon


View Profile WWW
July 04, 2017, 03:36:51 PM
 #33362

I’ve created a simple Haskell application that lists burnt coins (in particular those created using the recently introduced “burn” command). It is named burnt-explorer and theoretically should work also with other Bitcoin-derived cryptocurrencies, though currently the blackcoind binary name is hard-coded.

Using that tool, I’ve performed an analysis of blocks 1 to 1697894.

Ercoin (https://ercoin.tech) — proof of stake, fair distribution via burning, messages, accounts, flexible fees, flexible block time.
maarx
Hero Member
*****
Offline Offline

Activity: 882
Merit: 517


cloverdex.io


View Profile
July 05, 2017, 06:08:02 PM
 #33363

I'm working on v5  Wink

Some progress there... It needs accounts, as opposed to UTXOs.
But there's a difficult question: UTXOs and accounts, or only accounts?

I like the UTXO system but am not familiar with accounts system.



























.What is Cloverdex platform?.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ANN Thread | Website
Telegram | Twitter
Whitepaper | Reddit
futileresistance
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
July 05, 2017, 06:20:47 PM
 #33364

I'm working on v5  Wink

Some progress there... It needs accounts, as opposed to UTXOs.
But there's a difficult question: UTXOs and accounts, or only accounts?

I like the UTXO system but am not familiar with accounts system.


This seems like a pretty good explaination:

https://github.com/ethereum/wiki/wiki/Design-Rationale#accounts-and-not-utxos
Trollollo
Hero Member
*****
Offline Offline

Activity: 539
Merit: 500



View Profile
July 07, 2017, 09:19:12 AM
 #33365

@Rat4
Does Blackcoin have BIP65 and OP_CHECKLOCKTIMEVERIFY?I`m trying to make a list of coins what can be traded on Blocknet DX  decentralized exchange.If Blackcoin has BIP65,it can be traded on DX.
Cheers!

                  ▄█▄
               █████████
            ███    █    ███
        ████       █       ████
     ███           █           ███
 ████              █              ████
█████             ███             █████
██   ███         █████         ████  ██
██      ███▓    ██ █ ██     ███      ██
██         ██████  █  ██████         ██
██           █████ █ █████           ██
██          ██   █████   ██          ██
██         ██ ███  █  ███ ██         ██
██        ████     █     ████        ██
██     ███ ███     █     ███ ███     ██
██ ████       ████ █  ███       ████ ██
███              █████              ███
   ███             █             ███
      ████         █         ████
          ███      █      ████
             ████  █   ███
                ███████
                  ▀█▀















                  ▄█▄
               █████████
            ███    █    ███
        ████       █       ████
     ███           █           ███
 ████              █              ████
█████             ███             █████
██   ███         █████         ████  ██
██      ███▓    ██ █ ██     ███      ██
██         ██████  █  ██████         ██
██           █████ █ █████           ██
██          ██   █████   ██          ██
██         ██ ███  █  ███ ██         ██
██        ████     █     ████        ██
██     ███ ███     █     ███ ███     ██
██ ████       ████ █  ███       ████ ██
███              █████              ███
   ███             █             ███
      ████         █         ████
          ███      █      ████
             ████  █   ███
                ███████
                  ▀█▀

















.
TELEGRAM
FACEBOOK
TWITTER
REDDIT

















.
LINKEDIN
INSTAGRAM
GITHUB
BITCOINTALK
DrDolittle
Newbie
*
Offline Offline

Activity: 24
Merit: 1


View Profile
July 07, 2017, 10:30:11 AM
 #33366

Does Blackcoin have BIP65 and OP_CHECKLOCKTIMEVERIFY?

Yes https://github.com/CoinBlack/blackcoin/blob/master/src/main.cpp#L1423
mindphuq
Member
**
Offline Offline

Activity: 187
Merit: 20


View Profile
July 07, 2017, 01:33:36 PM
 #33367

@Rat4
Does Blackcoin have BIP65 and OP_CHECKLOCKTIMEVERIFY?I`m trying to make a list of coins what can be traded on Blocknet DX  decentralized exchange.If Blackcoin has BIP65,it can be traded on DX.
Cheers!

This would really be great, help getting rid of the weight on the price from polonimads
Feilongcoin
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
July 07, 2017, 02:43:46 PM
 #33368

Can someone help me with this problem. My wallet sticks after syncing a while. I have tried 1.2.4 and LoreQT and on different computers.
futileresistance
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
July 07, 2017, 04:00:54 PM
 #33369

Can someone help me with this problem. My wallet sticks after syncing a while. I have tried 1.2.4 and LoreQT and on different computers.

Have you tried the bootstrap?

https://www.reddit.com/r/blackcoin/comments/6b3imq/blackcoin_bootstrapdat_up_to_block_1631800/
vipercps
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


The market of algorithmic crypto trading strategie


View Profile WWW
July 07, 2017, 04:03:12 PM
 #33370

Will not have campaigns on twitter? And translation?


                             ██
                           ██████
                         █████████
                      █████████████
                    █████████████████
                      █████████████████
                       █████████████████
              ███        █████████████████
            ██████        █████████████████
          ██████████        █████████████████
       ██████████████        █████████████████
      █████████████████        █████████████████
       █████████████████        ████████████████
        █████████████████        █████████████
          █████████████████        █████████
           █████████████████        ██████
             █████████████████        ██
              █████████████████      
                █████████████████      
                 █████████████████      
                   █████████████████      
                    █████████████████      
                      █████████████████      
                       █████████████████      
                         █████████████████      
               ███        █████████████████
             ██████         █████████████████
           ██████████        █████████████████
         █████████████         █████████████████
       █████████████████        █████████████████
         █████████████████        █████████████████
          █████████████████        ███████████████
            █████████████████        ███████████
             █████████████████        ███████
               █████████████████        ███
                █████████████████
                  ████████████████
                   █████████████████
                     █████████████
                      ██████████
                        ██████
                         ██
 

●●  VISUAL STRATEGY BUILDER  ●● BOUNTY | ANN | WHITEPAPER 
●●  FOR CRYPTOTRADING  ●●●●●●●● TELEGRAM | FACEBOOK | TWITTER 
         ALGORITHMIC TRADING | STRATEGY OPTIMIZATION | COPY TRADING
Feilongcoin
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
July 07, 2017, 08:25:10 PM
 #33371

Can someone help me with this problem. My wallet sticks after syncing a while. I have tried 1.2.4 and LoreQT and on different computers.

Have you tried the bootstrap?

https://www.reddit.com/r/blackcoin/comments/6b3imq/blackcoin_bootstrapdat_up_to_block_1631800/

Download and unzip the bootstrap.dat file from:
https://mega.nz/#!R64nQARY!o8Ovl-2OLWMF6quSfpEXPEbcsmHiLhPegSnaHQXgR6I
Using the bootstrap: Start the client with the loadblock method.
Windows: blackcoin-qt.exe -loadblock=C:..\bootstrap.dat Linux: ./blackcoin-qt -loadblock=/home/../bootstrap.dat
In bottom left of the wallet, it will say "Importing blocks..."

BADASSvzgWg5dsowfRzBGNavWggU9tBnJG

I downloaded it. Can somebody help me, explain how to use bootstrap further. I'm not very handy in this.
fiftyseven
Sr. Member
****
Offline Offline

Activity: 427
Merit: 252


View Profile
July 07, 2017, 08:59:27 PM
 #33372

Can someone help me with this problem. My wallet sticks after syncing a while. I have tried 1.2.4 and LoreQT and on different computers.

Have you tried the bootstrap?

https://www.reddit.com/r/blackcoin/comments/6b3imq/blackcoin_bootstrapdat_up_to_block_1631800/

Download and unzip the bootstrap.dat file from:
https://mega.nz/#!R64nQARY!o8Ovl-2OLWMF6quSfpEXPEbcsmHiLhPegSnaHQXgR6I
Using the bootstrap: Start the client with the loadblock method.
Windows: blackcoin-qt.exe -loadblock=C:..\bootstrap.dat Linux: ./blackcoin-qt -loadblock=/home/../bootstrap.dat
In bottom left of the wallet, it will say "Importing blocks..."

BADASSvzgWg5dsowfRzBGNavWggU9tBnJG

I downloaded it. Can somebody help me, explain how to use bootstrap further. I'm not very handy in this.

Just put the bootstrap.dat in your data directory (where the wallet.dat is) and relaunch the wallet. It will say 'Importing Blocks' rather than 'Synchronizing with Network' in the bottom left of the wallet.

The data directory is in %appdata%\blackcoin in windows or ~/Library/Application Support/BlackCoin/ on Mac.
STT
Legendary
*
Offline Offline

Activity: 4312
Merit: 1474



View Profile WWW
July 07, 2017, 11:35:35 PM
 #33373

 blackcoin-qt.exe -loadblock=C:\temp\bootstrap.dat

If you ever want to add in a command like that, its probably easiest via a shortcut.   The very first line you can just add -loadblock onto the end of the text and it'll use it when you double click next
To create a shortcut to anything right click and it's on the menu create shortcut.   Then you can drag and drop your icon for shortcut to desktop or anywhere.   Then you right click shortcut > properties to edit, its the first line as I said above.

Other commands are listed near the help menu once loaded.   -rescan is one sometimes helps
-reindex I think was mentioned recently
-datadir=
That one is for when you want blackcoin to look for its files in a new directory, like C:\temp I gave as an example above.     

You can always just create a new folder to put files in, no rules against it.   I dont believe blackcoin is bound to any awkward directory or just the C drive.  Just tell blackcoin where that folder is with -datadir, use your own name for the folder; temp is just my example and I'll be in trouble recommending that :p
Same thing again, right click New>  folder and rename to anything


▄▄███████████████████▄▄
▄███████████████████████▄
████████▀░░░░░░░▀████████
███████░░░░░░░░░░░███████
███████░░░░░░░░░░░███████
██████▀░░░░░░░░░░░▀██████
██████▄░░░░░▄███▄░▄██████
██████████▀▀█████████████
████▀▄██▀░░░░▀▀▀░▀██▄▀███
███░░▀░░░░░░░░░░░░░▀░░███
████▄▄░░░░▄███▄░░░░▄▄████
▀███████████████████████▀
▀▀███████████████████▀▀
 
 CHIPS.GG 
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
███▀░▄░▀▀▀▀▀░▄░▀███
▄███
░▄▀░░░░░░░░░▀▄░███▄
▄███░▄░░░▄█████▄░░░▄░███▄
███░▄▀░░░███████░░░▀▄░███
███░█░░░▀▀▀▀▀░░░▀░░░█░███
███░▀▄░▄▀░▄██▄▄░▀▄░▄▀░██
▀███
░▀░▀▄██▀░▀██▄▀░▀░██▀
▀███
░▀▄░░░░░░░░░▄▀░██▀
▀███▄
░▀░▄▄▄▄▄░▀░▄███▀
▀█
███▄▄▄▄▄▄▄████▀
█████████████████████████
▄▄███████▄▄
███
████████████▄
▄█▀▀▀▄
█████████▄▀▀▀█▄
▄██████▀▄▄▄▄▄▀██████▄
▄█████████████▄████████▄
████████▄███████▄████████
█████▄█████████▄██████
██▄▄▀▀▀▀█████▀▀▀▀▄▄██
▀█████████▀▀███████████▀
▀███████████████████▀
██████████████████
▀████▄███▄▄
████▀
████████████████████████
3000+
UNIQUE
GAMES
|
12+
CURRENCIES
ACCEPTED
|
VIP
REWARD
PROGRAM
 
 
  Play Now  
mindphuq
Member
**
Offline Offline

Activity: 187
Merit: 20


View Profile
July 08, 2017, 01:28:35 PM
 #33374

Oh BLK, what did they do to you??

Monero pair is adding huge pressure on the coin on poloniex.
BLK/XMR + Polo = bad for the price

But on the other hand, more cheap coins for those that want to buy in and missed the last few trains to moon.
BigWait
Hero Member
*****
Offline Offline

Activity: 506
Merit: 510


View Profile
July 09, 2017, 01:43:18 AM
 #33375

Oh BLK, what did they do to you??

Monero pair is adding huge pressure on the coin on poloniex.
BLK/XMR + Polo = bad for the price

But on the other hand, more cheap coins for those that want to buy in and missed the last few trains to moon.
why BLK/XMR be huge pressure?
means people sell blk to change xmr ?
or when   XMR down  , blk will down  faster?
 sorry i dont know ...
Decentradical
Sr. Member
****
Offline Offline

Activity: 602
Merit: 250



View Profile
July 09, 2017, 11:36:39 PM
 #33376

I don't think anyone here truly knows how the XMR/BLK pair is truly flowing. That said, more pairs are always welcome, even if they lead to short term price drops or give a means to manipulate the price. 
jaipagare01
Member
**
Offline Offline

Activity: 123
Merit: 10


View Profile
July 10, 2017, 03:27:14 PM
 #33377

Why is BLK price falling? Is it because BLK/XMR ?
janmb
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 10, 2017, 04:45:16 PM
 #33378

Why is BLK price falling? Is it because BLK/XMR ?

no
janmb
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 11, 2017, 01:58:25 AM
 #33379

@rat4,  when will the pos v4 be released?
mindphuq
Member
**
Offline Offline

Activity: 187
Merit: 20


View Profile
July 11, 2017, 07:54:53 AM
 #33380

Why is BLK price falling? Is it because BLK/XMR ?

Because the whole crypto market is crashing.

ETH halved it's value after the hype (4 weeks ago).
BTC on it's way below 2k.
Other former top 10 coins like Stratis even lost 4 times it's value.
Whole crypto market lost more than 22 billion USD in marketcap in the last 4 weeks.
ICOs are selling out...

2014/2015 repeats itself.

You now can either panic sell with a loss or use the opportunity to stock up your wallets for the next hype bubble.
Pages: « 1 ... 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 [1669] 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 ... 1741 »
  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!