Bitcoin Forum
May 29, 2024, 07:54:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 [376] 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 ... 470 »
  Print  
Author Topic: [ANN][Blocknet] truly decentralized exchange | token ecosystem infrastructure  (Read 1103262 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Hullo
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500


View Profile
June 06, 2017, 12:26:41 PM
 #7501

Blocknet has successfully draw the attention of big players which can be proved by supporting buy wall. This tells only thing we are going this time over 0.005 BTC with other words $15 is coming at first before to conquer new high floors. All the loyal supports and holders deserves all this happening. World's first decentralized exchange is round the corner to appear at scene.
Tewmamadoe
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
June 06, 2017, 04:13:00 PM
 #7502

[Guys and team Marc cuban talking about btc and i managed first reply  please retweet me and let him know about Block haha


https://twitter.com/mcuban/status/872121422071697408
truxton
Hero Member
*****
Offline Offline

Activity: 771
Merit: 521



View Profile
June 06, 2017, 06:09:22 PM
 #7503

Another exciting update from the lead Dev:

API update: This update will enable the ability for bots to interact w/ the dx and the orderbook.
Blocknet RPC expanded with five Decentralized Exchange methods.
They can be used like ordinary blocknet rpc methods.
First two can be used only when Blocknet run in exchange node mode (--enable-exchange)



Quote
They can be used like ordinary blocknet rpc methods.
First two can be used only when Blocknet run in exchange node mode (--enable-exchange)
 
dxGetTransactionList - without params, return list of pending and active XBridge transactions
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxGetCurrencyList", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:22358                                                      


dxGetCurrencyList - without params, return list of connected wallets with their currencies names
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxGetCurrencyList", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:22358  


dxCreateTransaction - create transaction for exchanging coins
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxCreateTransaction ", "params": ["LTnoVFAnKSMj4v2eFXBJuMmyj000000000", "LTC", 0.0001, "00000000KSMj4v2eFXBJuMmyjqSQT9eXBy", "SYS", 0.0001,] }' -H 'content-type: text/plain;' http://127.0.0.1:22358
params:
address from - wallet address from which coins will be taken
currency from - currency name (BTC, SYS, LTC etc…)
amount from - amount of coins that will be taken
address to - wallet address that will receive coins
currency to - currency name (BTC, SYS, LTC etc…)
amount to - amount of coins that will be received


dxAcceptTransaction - accept exchanging transaction
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxAcceptTransaction", "params": ["d02d1d63b31173e7e4cf958249d9c91ed257d5792031ba4eee49693a4cbdca82", "LTnoVFAnKSMj4v2eFXBJuMmyj000000000","00000000KSMj4v2eFXBJuMmyjqSQT9eXBy"] }' -H 'content-type: text/plain;' http://127.0.0.1:22358
params:
id - id of exchanging transaction
address from - from wallet address
address to - to wallet address


dxCancelTransaction - cancel exchanging transaction
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxCancelTransaction", "params": ["d02d1d63b31173e7e4cf958249d9c91ed257d5792031ba4eee49693a4cbdca82"] }' -H 'content-type: text/plain;' http://127.0.0.1:22358
params:
id - id of exchanging transaction



mafiax617
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 06, 2017, 08:27:21 PM
 #7504

how many gb is the current block blockchain? Im running the wallet on my laptop and it's taking forever to sync.

What do you guys think about siacoin.. Blocknet and sia are the two projects that I'm currently thinking really could be game changers.

Also if you want to pump Block, I recommend posting on 4chan.org/biz

most of the crap they pump on there are garbage
Zenoru
Full Member
***
Offline Offline

Activity: 170
Merit: 100



View Profile
June 06, 2017, 08:31:16 PM
 #7505

Another exciting update from the lead Dev:

API update: This update will enable the ability for bots to interact w/ the dx and the orderbook.
Blocknet RPC expanded with five Decentralized Exchange methods.
They can be used like ordinary blocknet rpc methods.
First two can be used only when Blocknet run in exchange node mode (--enable-exchange)



Quote
They can be used like ordinary blocknet rpc methods.
First two can be used only when Blocknet run in exchange node mode (--enable-exchange)
 
dxGetTransactionList - without params, return list of pending and active XBridge transactions
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxGetCurrencyList", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:22358                                                      


dxGetCurrencyList - without params, return list of connected wallets with their currencies names
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxGetCurrencyList", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:22358  


dxCreateTransaction - create transaction for exchanging coins
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxCreateTransaction ", "params": ["LTnoVFAnKSMj4v2eFXBJuMmyj000000000", "LTC", 0.0001, "00000000KSMj4v2eFXBJuMmyjqSQT9eXBy", "SYS", 0.0001,] }' -H 'content-type: text/plain;' http://127.0.0.1:22358
params:
address from - wallet address from which coins will be taken
currency from - currency name (BTC, SYS, LTC etc…)
amount from - amount of coins that will be taken
address to - wallet address that will receive coins
currency to - currency name (BTC, SYS, LTC etc…)
amount to - amount of coins that will be received


dxAcceptTransaction - accept exchanging transaction
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxAcceptTransaction", "params": ["d02d1d63b31173e7e4cf958249d9c91ed257d5792031ba4eee49693a4cbdca82", "LTnoVFAnKSMj4v2eFXBJuMmyj000000000","00000000KSMj4v2eFXBJuMmyjqSQT9eXBy"] }' -H 'content-type: text/plain;' http://127.0.0.1:22358
params:
id - id of exchanging transaction
address from - from wallet address
address to - to wallet address


dxCancelTransaction - cancel exchanging transaction
example:
curl --user user --data-binary '{ "jsonrpc": "1.0", "id":"1", "method": "dxCancelTransaction", "params": ["d02d1d63b31173e7e4cf958249d9c91ed257d5792031ba4eee49693a4cbdca82"] }' -H 'content-type: text/plain;' http://127.0.0.1:22358
params:
id - id of exchanging transaction





Great news! Looks like the market is already reacting positively.
Zenoru
Full Member
***
Offline Offline

Activity: 170
Merit: 100



View Profile
June 06, 2017, 08:37:34 PM
 #7506

how many gb is the current block blockchain? Im running the wallet on my laptop and it's taking forever to sync.

What do you guys think about siacoin.. Blocknet and sia are the two projects that I'm currently thinking really could be game changers.

Also if you want to pump Block, I recommend posting on 4chan.org/biz

most of the crap they pump on there are garbage

I like the idea of decentralized storage myself, so I really like Sia. I won't go on about it since this is the Blocknet thread, but I got some when it was at ~50-100 sats, and now it has already pumped quite a bit so I think it will consolidate for a while.

Blocknet definitely has better upside. Since it's just at $32 million now, and considering the market cap of similar projects (Ark, Waves, Bitshares, etc.), I can definitely see it at $300 million cap in the next months.
xcurry
Full Member
***
Offline Offline

Activity: 217
Merit: 100


View Profile
June 06, 2017, 10:43:13 PM
 #7507

Whats the best source of info on blocknet?
The site is one level but where does the conversation happen? Slack?

Blog is not that active. Assume the dev's are heads down but would like to see the project activity surfaced a bit more.

And to be clear, im a holder. And i like the project for what i know of it.

Yes, more conversations is going on slack. On OP you can find slack invitation.
86B
Jr. Member
*
Offline Offline

Activity: 45
Merit: 1


View Profile
June 06, 2017, 11:51:10 PM
 #7508

Tbh I still can't believe Block is this low - especially given the market cap of similar coins.  There is still plenty of time to invest in Block as its market cap is WELL BELOW its future value!
bamsterdam
Sr. Member
****
Offline Offline

Activity: 453
Merit: 261


Look Morty magic internet money


View Profile
June 07, 2017, 12:14:02 AM
 #7509

I have a question about the hardfork. What must I do with my wallet.dat file. How does this go when there is a hardfork? Just need to download the new chain and copy paste my wallet.dat file in the new roming folder?
Irky
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 07, 2017, 03:42:44 AM
 #7510

I have a question about the hardfork. What must I do with my wallet.dat file. How does this go when there is a hardfork? Just need to download the new chain and copy paste my wallet.dat file in the new roming folder?
Yes, my understanding is that it is going to be like any other wallet update, but this one will add the DX capabilities.  Not really a "hard"fork, more of a soft fork.  And it won't be a "new" chain - you should be able to copy in your chain data file along with your wallet.dat and not have to wait to re-sync.
mafiax617
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 07, 2017, 05:08:59 AM
 #7511

I have a question about the hardfork. What must I do with my wallet.dat file. How does this go when there is a hardfork? Just need to download the new chain and copy paste my wallet.dat file in the new roming folder?
Yes, my understanding is that it is going to be like any other wallet update, but this one will add the DX capabilities.  Not really a "hard"fork, more of a soft fork.  And it won't be a "new" chain - you should be able to copy in your chain data file along with your wallet.dat and not have to wait to re-sync.

since it's a softfork it isn't going to create a new token correct?
Irky
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 07, 2017, 05:27:19 AM
 #7512

I have a question about the hardfork. What must I do with my wallet.dat file. How does this go when there is a hardfork? Just need to download the new chain and copy paste my wallet.dat file in the new roaming folder?
Yes, my understanding is that it is going to be like any other wallet update, but this one will add the DX capabilities.  Not really a "hard"fork, more of a soft fork.  And it won't be a "new" chain - you should be able to copy in your chain data file along with your wallet.dat and not have to wait to re-sync.

since it's a softfork it isn't going to create a new token correct?
No new tokens, just new wallet software and DX support.  As far as I understand it, nothing bad would happen to someone who stays on an older wallet, but they won't be able to trade on the DX, operate an exchange node, or receive shares of network revenue.  So there's not much motivation to stick with the previous software.
*Sakura*
Legendary
*
Offline Offline

Activity: 1624
Merit: 1005

I wish you all love and profitable investments!!!


View Profile
June 07, 2017, 07:14:39 AM
 #7513

how many gb is the current block blockchain? .......

There is no Gb, 870Mb in my Roaming/Blocknet folder.
eroscoin
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile WWW
June 07, 2017, 07:15:49 AM
 #7514

Do you have own blockchain explorer ? or you will use current ?
Irky
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 07, 2017, 07:20:13 AM
 #7515

how many gb is the current block blockchain? .......

There is no Gb, 870Mb in my Roaming/Blocknet folder.

Whole folder is about that size, but the actual blockchain data is in the file blk0001.dat, and that's currently 441 MB.
Irky
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 07, 2017, 07:30:36 AM
Last edit: June 07, 2017, 07:40:50 AM by Irky
 #7516

Do you have own blockchain explorer ? or you will use current ?
There's a block explorer built into the QT wallet.  But for Blocknet blockchain info the best working explorer is https://chainz.cryptoid.info/block/
Trollollo
Hero Member
*****
Offline Offline

Activity: 539
Merit: 500



View Profile
June 07, 2017, 12:09:22 PM
 #7517

need someone to accept my slack invitation request i think...

Check your linked email.

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















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

















.
TELEGRAM
FACEBOOK
TWITTER
REDDIT

















.
LINKEDIN
INSTAGRAM
GITHUB
BITCOINTALK
RikiPedala
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
June 07, 2017, 01:42:33 PM
 #7518

GUYS! extremely good news!! This week Blocknet has a trading volume higher than ever, including ups and downs. This is possibly the best news for this coin!
greyskies
Full Member
***
Offline Offline

Activity: 186
Merit: 100


View Profile
June 07, 2017, 04:08:16 PM
 #7519

I don't know if it's been posted here but I read in the Slack that a hard fork is due this month.

$30+ is inevitable for this coin in the coming weeks so long as Bitcoin doesn't crash epically.
boudesj
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
June 07, 2017, 06:22:40 PM
 #7520

I don't know if it's been posted here but I read in the Slack that a hard fork is due this month.

$30+ is inevitable for this coin in the coming weeks so long as Bitcoin doesn't crash epically.

3rd week of july actually
Pages: « 1 ... 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 [376] 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 ... 470 »
  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!