Bitcoin Forum
June 15, 2024, 08:48:50 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 [527] 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 ... 878 »
  Print  
Author Topic: [ANN][KMD][dPoW] Komodo - An Open, Composable Smart Chain Platform, Secured by B  (Read 1191717 times)
milonite
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
July 25, 2017, 06:46:50 PM
 #10521

the supernet exchange will have fees?
jl777B
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
July 25, 2017, 06:59:57 PM
 #10522

the supernet exchange will have fees?
The liquidity provider will only pay coin txfees
The side that fills orders will have a 1/777th (0.14% fee) in addition
DynamicPimp
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
July 25, 2017, 07:05:53 PM
 #10523

Really hoping g for some good news tomorrow... Wednesday superNet updates are my favorite day
jl777B
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
July 25, 2017, 08:29:06 PM
 #10524

found a bug after processing half a BTC. Some earlier tx had too low a txfee (only 0.0001 for the tx) and are actually still unconfirmed after all this time.

I didnt do an unconfirmed check until a pair of utxo were processed, which meant that if one unconfirmed utxo was combined with a confirmed, both were invalidated. This made it so there were no more available utxo to process.

The fix was to make sure no unconfirmed tx was paired in the first place and now the portfolio balancer is kicking into action again. One good thing is that after about 40 KMD/BTC atomic swaps all the p2sh outputs other than a few that had bugs in them, are properly spent as can be seen by:

https://blockchain.info/address/1L6cNgLMyX18T5H7ZRSj6u8bo9qfXcvXdu
http://kmd.explorer.supernet.org/address/RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

Still some issues to track down as I think the BTC side is getting a bit more KMD than it should. Also noteworthy is that the JUMBLR side is running smoothly all during this process.
markj113
Legendary
*
Offline Offline

Activity: 2254
Merit: 1043



View Profile
July 25, 2017, 09:02:23 PM
 #10525

Onwards and upwards as always, keep up the good work.

Still amazed more people havent jumped all over this project, I think when the majority realise exactly whats happening here there will be a dash to grab a big volume in small period of time pushing up the price significantly.
Thenoticer
Sr. Member
****
Offline Offline

Activity: 332
Merit: 250


View Profile
July 25, 2017, 11:17:00 PM
 #10526

I am testing automated barterDEX trading of BTC -> KMD. You can see the raw trades at: http://kmd.explorer.supernet.org/address/RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

At the same time I am doing a jumblr from RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

So combined it is doing an automatic BTC -> KMD -> jumblr'ed KMD

Once this is done, a reverse automated barterDEX of KMD -> BTC can be done using a similar method.

The command line API was used to get this process started, but before you get all scared that it is really difficult and impossible, let me show you the actual commands:

1:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"BTC\"}"

2:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"KMD\",\"rel\":\"BTC\",\"margin\":0.001}"

3:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"BTC\",\"rel\":\"KMD\",\"margin\":0.001}"

4:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"goal\",\"coin\":\"KMD\",\"val\":99}"

5:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"goal\",\"coin\":\"BTC\",\"val\":1}"
./komodo-cli jumblr_deposit RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

The enable command enables BTC
The autoprice command automatically does setprice calls for KMD/BTC and BTC/KMD with a 0.001 margin
The goal commands sets the portfolio goal to 99% KMD and 1% BTC

After this, I just sent some BTC to the smartaddress: 1L6cNgLMyX18T5H7ZRSj6u8bo9qfXcvXdu

And the rest is happening automatically. But with BTC blocks being so slow, it is taking quite a while. Once it is done, on a node with the wallet for the jumblr_secret address, I would set the goal to be 99% BTC and 1% KMD and it will do the reverse barterDEX.

That will start a KMD -> BTC from the jumblr_secret address(es) to the corresponding BTC addresses. Since the jumblr_secret addresses have funds that are essentially teleported into them without any linkage to anything else, this property is retained for the barterDEX'ed BTC




Can we discuss this a little more? I added the numbers to make referencing the commands easier.
 
I believe I can follow this but can we get a more detailed explanation.

1. Why do we need to enable? Is this used in general or just with jumblr

2,3. Where is autoprice coming from and what is rel?

4,5 Explain the portfolio goal please. Is the portfolio the wallet? Does 99% kmd mean that for every 100 coins 99 are kmd and 1 bitcoin or is it value based and for every $100; $99 is kmd and $1 btc
ballerbudget
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 25, 2017, 11:52:44 PM
 #10527

@jl777B, how much notice will be given prior to the JUMBLR drop?  I'm buying KMD on bittrex and would need to transfer to my agama or swing wallet...

found a bug after processing half a BTC. Some earlier tx had too low a txfee (only 0.0001 for the tx) and are actually still unconfirmed after all this time.

I didnt do an unconfirmed check until a pair of utxo were processed, which meant that if one unconfirmed utxo was combined with a confirmed, both were invalidated. This made it so there were no more available utxo to process.

The fix was to make sure no unconfirmed tx was paired in the first place and now the portfolio balancer is kicking into action again. One good thing is that after about 40 KMD/BTC atomic swaps all the p2sh outputs other than a few that had bugs in them, are properly spent as can be seen by:

https://blockchain.info/address/1L6cNgLMyX18T5H7ZRSj6u8bo9qfXcvXdu
http://kmd.explorer.supernet.org/address/RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

Still some issues to track down as I think the BTC side is getting a bit more KMD than it should. Also noteworthy is that the JUMBLR side is running smoothly all during this process.
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
July 26, 2017, 06:08:52 AM
 #10528

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
Haterreact
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 26, 2017, 06:27:01 AM
 #10529

Im eagerly awaiting news on this, but I think the holdup is prioritizarion of the new KMD Swing Wallet release. Just hoping they can get this sorted.
jl777B
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
July 26, 2017, 07:41:52 AM
 #10530

I am testing automated barterDEX trading of BTC -> KMD. You can see the raw trades at: http://kmd.explorer.supernet.org/address/RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

At the same time I am doing a jumblr from RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

So combined it is doing an automatic BTC -> KMD -> jumblr'ed KMD

Once this is done, a reverse automated barterDEX of KMD -> BTC can be done using a similar method.

The command line API was used to get this process started, but before you get all scared that it is really difficult and impossible, let me show you the actual commands:

1:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"enable\",\"coin\":\"BTC\"}"

2:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"KMD\",\"rel\":\"BTC\",\"margin\":0.001}"

3:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"BTC\",\"rel\":\"KMD\",\"margin\":0.001}"

4:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"goal\",\"coin\":\"KMD\",\"val\":99}"

5:
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"goal\",\"coin\":\"BTC\",\"val\":1}"
./komodo-cli jumblr_deposit RUNoTCDeaLohX5eK2bRrCRToZRJG8Fjg5w

The enable command enables BTC
The autoprice command automatically does setprice calls for KMD/BTC and BTC/KMD with a 0.001 margin
The goal commands sets the portfolio goal to 99% KMD and 1% BTC

After this, I just sent some BTC to the smartaddress: 1L6cNgLMyX18T5H7ZRSj6u8bo9qfXcvXdu

And the rest is happening automatically. But with BTC blocks being so slow, it is taking quite a while. Once it is done, on a node with the wallet for the jumblr_secret address, I would set the goal to be 99% BTC and 1% KMD and it will do the reverse barterDEX.

That will start a KMD -> BTC from the jumblr_secret address(es) to the corresponding BTC addresses. Since the jumblr_secret addresses have funds that are essentially teleported into them without any linkage to anything else, this property is retained for the barterDEX'ed BTC




Can we discuss this a little more? I added the numbers to make referencing the commands easier.
 
I believe I can follow this but can we get a more detailed explanation.

1. Why do we need to enable? Is this used in general or just with jumblr

2,3. Where is autoprice coming from and what is rel?

4,5 Explain the portfolio goal please. Is the portfolio the wallet? Does 99% kmd mean that for every 100 coins 99 are kmd and 1 bitcoin or is it value based and for every $100; $99 is kmd and $1 btc
By default BTC is disabled, this is because you need to have a bitcoind running on the node and not everybody does.

autoprice comes from bittrex or cryptopia if the coin does not trade on bittrex. rel is the destination coin, so a KMD/BTC has KMD as base, BTC as rel. KMD -> BTC
BTC/KMD has BTC as base, KMD as rel. BTC -> KMD
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
July 26, 2017, 07:59:47 AM
 #10531

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

i see now that i have after the 2nd start another wallet address than after the first start of the agama wallet
how can i start the agama wallet with my 1st address?!

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
Zeehenk
Sr. Member
****
Offline Offline

Activity: 399
Merit: 251


View Profile
July 26, 2017, 08:10:08 AM
 #10532

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

i see now that i have after the 2nd start another wallet address than after the first start of the agama wallet
how can i start the agama wallet with my 1st address?!

Pretty sure you just restart Agama and input the correct passphrase. Make sure not to make any mistakes because it will lead to you opening a different (empty) wallet.

cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
July 26, 2017, 08:17:21 AM
 #10533

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

i see now that i have after the 2nd start another wallet address than after the first start of the agama wallet
how can i start the agama wallet with my 1st address?!

Pretty sure you just restart Agama and input the correct passphrase. Make sure not to make any mistakes because it will lead to you opening a different (empty) wallet.

i have only the one seed from the 1st start of agama.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
Zeehenk
Sr. Member
****
Offline Offline

Activity: 399
Merit: 251


View Profile
July 26, 2017, 08:22:42 AM
 #10534

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

i see now that i have after the 2nd start another wallet address than after the first start of the agama wallet
how can i start the agama wallet with my 1st address?!

Pretty sure you just restart Agama and input the correct passphrase. Make sure not to make any mistakes because it will lead to you opening a different (empty) wallet.

i have only the one seed from the 1st start of agama.

Are you 100% sure it's correct? No extra space somewhere....? That could already cause the system to open the wrong wallet... Other than than I have no idea, to be hounest. Maybe join the Slack and ask there?

cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
July 26, 2017, 10:46:47 AM
 #10535

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

i see now that i have after the 2nd start another wallet address than after the first start of the agama wallet
how can i start the agama wallet with my 1st address?!

Pretty sure you just restart Agama and input the correct passphrase. Make sure not to make any mistakes because it will lead to you opening a different (empty) wallet.

i have only the one seed from the 1st start of agama.


Are you 100% sure it's correct? No extra space somewhere....? That could already cause the system to open the wrong wallet... Other than than I have no idea, to be hounest. Maybe join the Slack and ask there?

i do it, but no respone in the slack channel till now.
maybe jl777 can help me?! Embarrassed Undecided

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
Sharma
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


GATCOIN : The New Currency Of Digital Marketing


View Profile
July 26, 2017, 11:00:52 AM
 #10536

Why is KMD wallets are so complicated?Why cant we have simple wallets that are easy to install?

.
   █████▄▄▄▄
   ████████████▄▄▄            ▀██████
   ███ ▀▀▀▀█████████▄          ▀█████
   ███         ▀▀▀█████▄         ▀███
   ███              ▀▀████▄▄███    ▀▀
   ███                ▀███████▀
   ███                    █████
   ███     ███▄         ▄███████
   ▐██▌     ▀███▄     ▄███▀  ███
   ▐███       ▀███▄▄ ███▀     ███
    ███▌        ▀████        ▐██▌
     ███         ████         ███
      ███      ▄█████▄       ▐██
       ███   ▄████▀ ▀███▄     ▐██
        ███▄████▀     ▀███▄   ███
         █████▀         ▀███▄████
          ██▀             ▀█████▌
                            ▀███▌
  ██████                      ▀▀
  ▀▀▀███
     ███
█         █   ███
 █        ███  ███  █
███       ███   █  ███
███   █   ███   █  ███
███  ███   █       ███
███  ███   █       ███
 █   ███            █
 █    █             █
█         █   ███
 █        ███  ███  █
███       ███   █  ███
███   █   ███   █  ███
███  ███   █       ███
███  ███   █       ███
 █   ███            █
 █    █             █
             JOIN US             
TELEGRAM TWITTER FACEBOOK
LINKEDIN WHITEPAPER
jwiz168
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
July 26, 2017, 11:17:12 AM
 #10537

Why is KMD wallets are so complicated?Why cant we have simple wallets that are easy to install?

KMD development is still on its early phase . You can however download a working wallet of komodo aside from Agama. Just fill my bag with another purchase of Komodo.
jm.coins
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 26, 2017, 11:27:17 AM
 #10538

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

i see now that i have after the 2nd start another wallet address than after the first start of the agama wallet
how can i start the agama wallet with my 1st address?!

Pretty sure you just restart Agama and input the correct passphrase. Make sure not to make any mistakes because it will lead to you opening a different (empty) wallet.

i have only the one seed from the 1st start of agama.


Are you 100% sure it's correct? No extra space somewhere....? That could already cause the system to open the wrong wallet... Other than than I have no idea, to be hounest. Maybe join the Slack and ask there?

i do it, but no respone in the slack channel till now.
maybe jl777 can help me?! Embarrassed Undecided

I've had the same problem and this is what caused it in my case:
the seed phase has to be input the SAME EXACT way as when creating the wallet. if you used copy/paste for the entire seed, then this is how you do it to access the same wallet. if you typed in e.g. the first three words of the seed and then copy/paste the rest, then you have to repeat this exactly.
I typed in the first word and without pressing space bar copy/paste the rest to get to my correct wallet. if I typed the whole seed manually, then it's a different wallet.
in addition, if you properly type in the entire seed as generated upon wallet creation i.e. always use copy/paste, then Iguana green light appears on the right hand side of the field - this is also an indicator for you.
hope it helps,
cheers mate
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
July 26, 2017, 12:33:04 PM
 #10539

Can someone tell me what I need to do to see at the wallet my current balance?
i use the agama 0.2.0.2a version.
After the first start I transferred a few coins to this wallet and also seen in balance.
now after the 2nd start i cant see the actually balance again... Undecided

i see now that i have after the 2nd start another wallet address than after the first start of the agama wallet
how can i start the agama wallet with my 1st address?!

Pretty sure you just restart Agama and input the correct passphrase. Make sure not to make any mistakes because it will lead to you opening a different (empty) wallet.

i have only the one seed from the 1st start of agama.


Are you 100% sure it's correct? No extra space somewhere....? That could already cause the system to open the wrong wallet... Other than than I have no idea, to be hounest. Maybe join the Slack and ask there?

i do it, but no respone in the slack channel till now.
maybe jl777 can help me?! Embarrassed Undecided

I've had the same problem and this is what caused it in my case:
the seed phase has to be input the SAME EXACT way as when creating the wallet. if you used copy/paste for the entire seed, then this is how you do it to access the same wallet. if you typed in e.g. the first three words of the seed and then copy/paste the rest, then you have to repeat this exactly.
I typed in the first word and without pressing space bar copy/paste the rest to get to my correct wallet. if I typed the whole seed manually, then it's a different wallet.
in addition, if you properly type in the entire seed as generated upon wallet creation i.e. always use copy/paste, then Iguana green light appears on the right hand side of the field - this is also an indicator for you.
hope it helps,
cheers mate


cant follow you really  Lips sealed
i have copy/paste my seed and i typed the first word and than copy/paste the rest of the seed.
with both possibilities i cant see the iguana sign

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
jl777B
Full Member
***
Offline Offline

Activity: 476
Merit: 133


View Profile
July 26, 2017, 02:11:40 PM
 #10540

The full BTC got DEX'ed and JUMBLR'ed, I did fix quite a few small issues so will need to do another test round. The client side ended up with a bit more than it should have, but the txfee errors caused some trades to timeout and let the alice side claim the deposit.

I enhanced the portfolio tradebot to iterate through all the possible trades until it issues one. So, this should increase the trade throughput as with the coin confirmations, it is often waiting on unconfirmed tx to confirm.

Pages: « 1 ... 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 [527] 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 ... 878 »
  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!