Bitcoin Forum
May 04, 2024, 12:29:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 [1742] 1743 »
  Print  
Author Topic: [ANN] Blacknet BLN | Staking | Future of zApp & ZeFi  (Read 2509631 times)
rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
May 21, 2021, 07:04:36 AM
 #34821

Wallet update 0.2.11 with support of Tor version 3.

1714782574
Hero Member
*
Offline Offline

Posts: 1714782574

View Profile Personal Message (Offline)

Ignore
1714782574
Reply with quote  #2

1714782574
Report to moderator
1714782574
Hero Member
*
Offline Offline

Posts: 1714782574

View Profile Personal Message (Offline)

Ignore
1714782574
Reply with quote  #2

1714782574
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 01, 2021, 02:57:52 PM
 #34822

Hi, what is the post method now? Used to be

Code:
http://localhost:8283/api/v2/isstaking/this is some mnemonic

this does not seem to work now

is it

Code:
http://localhost:8283/api/v2?isstaking=this is some mnemonic
Code:
http://localhost:8283/api/v2/isstaking?mnemonic=this is some mnemonic

or something else?

I cannot get any response from the POST method with arguments, so I assume I am doing something wrong

Thanks

HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 01, 2021, 03:00:56 PM
 #34823

Also, is it possible to connect from the internet to the node? Is there a setting that can enable that? I am getting connection refused, firewall disabled and iptables rule added

Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
September 08, 2021, 08:13:51 AM
 #34824

Blacknet think about a relisting at the Exchange Citex or a new listing @Stex  Huh

https://citex.zendesk.com/hc/en-us/articles/360016171672-Listing-Application-and-Delisting-Mechanism
https://app.stex.com/en/listing-form

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
BillionaireWannaBe
Jr. Member
*
Offline Offline

Activity: 59
Merit: 3


View Profile
September 09, 2021, 08:15:30 AM
 #34825

Is this project still ongoing?
Is it smart contract capable?
It's account based so which other project is it most similar too?
xsedivy
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
September 15, 2021, 09:20:40 AM
 #34826

Is this project still ongoing?
Is it smart contract capable?
It's account based so which other project is it most similar too?

Sure it is, more info here https://riot.im/app/#/room/#blacknet:matrix.org as no one is really using bitcointalk
rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
November 24, 2021, 12:12:35 PM
 #34827

Hi, what is the post method now? Used to be

Code:
http://localhost:8283/api/v2/isstaking/this is some mnemonic

this does not seem to work now

is it

Code:
http://localhost:8283/api/v2?isstaking=this is some mnemonic
Code:
http://localhost:8283/api/v2/isstaking?mnemonic=this is some mnemonic

or something else?

I cannot get any response from the POST method with arguments, so I assume I am doing something wrong

Thanks

Use public address, not private mnemonic.

rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
November 24, 2021, 12:17:15 PM
 #34828

Also, is it possible to connect from the internet to the node? Is there a setting that can enable that? I am getting connection refused, firewall disabled and iptables rule added

Change ktor.deployment.host in the configuration file rpc.conf:
Code:
ktor {
   deployment {
        host = localhost
        port = 8283
        shutdown.url = "/api/shutdown"
   }

rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
December 28, 2021, 11:55:21 AM
 #34829

Is this project still ongoing?

The project is still ongoing, however I'm not quite active till summer.

Is it smart contract capable?

In contrast to many platforms that put decentralized finance at the core, Blacknet compromises composability to achieve scalability for computation heavy applications.
https://blacknet.ninja/blockchain-application.html

It's account based so which other project is it most similar too?

Working on unique technology  Grin

estenity
Hero Member
*****
Offline Offline

Activity: 1918
Merit: 535


View Profile
June 24, 2022, 05:46:37 AM
 #34830


Is this project still ongoing?


The project is still ongoing, however I'm not quite active till summer.
Quote

still inactive as summer is there ?

delisted from coingecko and CMC..
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
June 25, 2022, 06:56:40 AM
 #34831

Anyone have new nodes to add at my Rasperry Node? Alwys at a new start the wallet doesn't connect automatic?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
July 25, 2022, 03:20:08 PM
 #34832

still inactive as summer is there ?

delisted from coingecko and CMC..

My real life trouble is ongoing for unknown time.  Shocked Sad Huh

rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
August 17, 2022, 11:53:35 AM
 #34833

Anyone have new nodes to add at my Rasperry Node? Alwys at a new start the wallet doesn't connect automatic?

Updated initial nodes in version 0.2.12
Please update if you have version older than 0.2.11

rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
October 19, 2022, 12:08:29 PM
 #34834

AEX delisted us some time ago. They resumed withdrawals for about two weeks! Smiley

r_victory
Sr. Member
****
Offline Offline

Activity: 1926
Merit: 323


English<->Pt-BR - Professional Translations(90+)


View Profile WWW
October 19, 2022, 05:12:33 PM
 #34835

AEX delisted us some time ago. They resumed withdrawals for about two weeks! Smiley

Do you have any plans for it to be listed on other exchanges? It is good for the project to start gaining more visibility.

Translations from English to Portuguese at affordable prices. Send me a PM here on the forum or contact me via Telegram: @cryptoheart
rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
October 26, 2022, 12:03:17 PM
 #34836

Do you have any plans for it to be listed on other exchanges? It is good for the project to start gaining more visibility.

I think current stagnation is an opportunity to reboot project.

mishax1
Legendary
*
Offline Offline

Activity: 2898
Merit: 1017


View Profile
October 27, 2022, 10:53:17 AM
 #34837

I think current stagnation is an opportunity to reboot project.

What for?
rat4 (OP)
Full Member
***
Offline Offline

Activity: 324
Merit: 197


Two-way squared


View Profile WWW
November 03, 2022, 11:50:41 AM
 #34838

I think current stagnation is an opportunity to reboot project.

What for?


Gritt-N-Auld
Full Member
***
Offline Offline

Activity: 205
Merit: 114

Joshua J. Bouw


View Profile
November 23, 2022, 01:44:51 PM
 #34839

Do you have any plans for it to be listed on other exchanges? It is good for the project to start gaining more visibility.

I think current stagnation is an opportunity to reboot project.

 Grin Grin Grin excited to see a reboot
Gritt-N-Auld
Full Member
***
Offline Offline

Activity: 205
Merit: 114

Joshua J. Bouw


View Profile
November 23, 2022, 01:45:44 PM
 #34840

still inactive as summer is there ?

delisted from coingecko and CMC..

My real life trouble is ongoing for unknown time.  Shocked Sad Huh

Sorry to hear Sad. Happy to catch up with you.
Pages: « 1 ... 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 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 [1742] 1743 »
  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!