Pages:
Author

Topic: ⚛️ SWAPS.ORG – TRADE NATIVE CRYPTO - XMR/BTC/ETH/ERC-20 - ON-CHAIN DEX ⚛️ - page 40. (Read 54770 times)

newbie
Activity: 4
Merit: 0
Help. I'm missing ~ 113 BCA
I tried to send a small test transaction, it crashed and now all my coins are missing:


Here are the 2 transactions 1 incoming for 113 and change and one out for .1

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listtransactions
[
  {
    "account": "",
    "address": "AHYLEdaSsvM79rBKhRuQEfceWi2gpZT5Mx",
    "category": "receive",
    "amount": 113.60985287,
    "label": "",
    "vout": 1,
    "confirmations": 2868,
    "blockhash": "b332a064097f3885720950dbd16bebd7588f71ac517eb702f58f175130850b04",
    "blockindex": 2,
    "blocktime": 1518891886,
    "txid": "a56fc3ee27cb81a3c7203489752d4335b3c0ec82fc7d8356642f9604874348f4",
    "walletconflicts": [
    ],
    "time": 1518891886,
    "timereceived": 1519184803,
    "bip125-replaceable": "no"
  },
  {
    "account": "",
    "address": "ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D",
    "category": "send",
    "amount": -0.10000000,
    "vout": 0,
    "fee": -0.00000228,
    "confirmations": 0,
    "trusted": false,
    "txid": "28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0",
    "walletconflicts": [
    ],
    "time": 1521074662,
    "timereceived": 1521074662,
    "bip125-replaceable": "no",
    "abandoned": false
  }
]

And now it's showing no coins.

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getwalletinfo
{
  "walletname": "wallet.dat",
  "walletversion": 159900,
  "balance": 0.00000000,
  "unconfirmed_balance": 0.00000000,
  "immature_balance": 0.00000000,
  "txcount": 2,
  "keypoololdest": 1518034064,
  "keypoolsize": 1000,
  "keypoolsize_hd_internal": 1000,
  "paytxfee": 0.00000000,
  "hdmasterkeyid": "45e60b9daf74203b4e25e863c9fdc092720778b3"
}

Any ideas?

Thanks,
Dave



What show atom-cli listunspent?
Try atom-cli getrawtransaction 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0 -> {result}
atom-cli sendrawtransaction {result}

if wallet is encrypted, do atom-cli walletpassphrase passphrase timeout before

Nothing on the 1st and no idea on the 2nd.

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listunspent
[
]

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getrawtransaction 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0
0200000001f448438704962f6456837dfc82ecc0b335432d75893420c7a381cb27eec36fa501000 0006a473044022058a626a457345869e9e7be837f214873b594500d14b8d64bc7414cfcef537d88 022008acb0b1bee8bf579deaa23a4fe8adf4766dbf2aa6ee79c75655768973b119414121030496b c768a3be8efe83469ab262e895ffa0bb50c372d66bd4488e16d5a6da7a1feffffff028096980000 0000001976a9147744eb161bbffbaeb8b3c295843b0e93396113c688ac634992a4020000001976a 914e5a444269276d7502511d85372f17da61a49d0c388aca2fd0800

On a side note if I create a new wallet (well just rename wallet.dat and let it create a new one itself) and import the 1 private key that has the 133 BCA in it, it shows up. But when I go to send it anyplace it fails.

I'm open to any ideas.

Thanks,
Dave


atom-cli sendrawtransaction 0200000001f448438704962f6456837dfc82ecc0b335432d75893420c7a381cb27eec36fa501000 0006a473044022058a626a457345869e9e7be837f214873b594500d14b8d64bc7414cfcef537d88 022008acb0b1bee8bf579deaa23a4fe8adf4766dbf2aa6ee79c75655768973b119414121030496b c768a3be8efe83469ab262e895ffa0bb50c372d66bd4488e16d5a6da7a1feffffff028096980000 0000001976a9147744eb161bbffbaeb8b3c295843b0e93396113c688ac634992a4020000001976a 914e5a444269276d7502511d85372f17da61a49d0c388aca2fd0800
legendary
Activity: 3500
Merit: 6320
Crypto Swap Exchange
Help. I'm missing ~ 113 BCA
I tried to send a small test transaction, it crashed and now all my coins are missing:


Here are the 2 transactions 1 incoming for 113 and change and one out for .1

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listtransactions
[
  {
    "account": "",
    "address": "AHYLEdaSsvM79rBKhRuQEfceWi2gpZT5Mx",
    "category": "receive",
    "amount": 113.60985287,
    "label": "",
    "vout": 1,
    "confirmations": 2868,
    "blockhash": "b332a064097f3885720950dbd16bebd7588f71ac517eb702f58f175130850b04",
    "blockindex": 2,
    "blocktime": 1518891886,
    "txid": "a56fc3ee27cb81a3c7203489752d4335b3c0ec82fc7d8356642f9604874348f4",
    "walletconflicts": [
    ],
    "time": 1518891886,
    "timereceived": 1519184803,
    "bip125-replaceable": "no"
  },
  {
    "account": "",
    "address": "ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D",
    "category": "send",
    "amount": -0.10000000,
    "vout": 0,
    "fee": -0.00000228,
    "confirmations": 0,
    "trusted": false,
    "txid": "28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0",
    "walletconflicts": [
    ],
    "time": 1521074662,
    "timereceived": 1521074662,
    "bip125-replaceable": "no",
    "abandoned": false
  }
]

And now it's showing no coins.

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getwalletinfo
{
  "walletname": "wallet.dat",
  "walletversion": 159900,
  "balance": 0.00000000,
  "unconfirmed_balance": 0.00000000,
  "immature_balance": 0.00000000,
  "txcount": 2,
  "keypoololdest": 1518034064,
  "keypoolsize": 1000,
  "keypoolsize_hd_internal": 1000,
  "paytxfee": 0.00000000,
  "hdmasterkeyid": "45e60b9daf74203b4e25e863c9fdc092720778b3"
}

Any ideas?

Thanks,
Dave



What show atom-cli listunspent?
Try atom-cli getrawtransaction 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0 -> {result}
atom-cli sendrawtransaction {result}

if wallet is encrypted, do atom-cli walletpassphrase passphrase timeout before

Nothing on the 1st and no idea on the 2nd.

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listunspent
[
]

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getrawtransaction 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0
0200000001f448438704962f6456837dfc82ecc0b335432d75893420c7a381cb27eec36fa501000 0006a473044022058a626a457345869e9e7be837f214873b594500d14b8d64bc7414cfcef537d88 022008acb0b1bee8bf579deaa23a4fe8adf4766dbf2aa6ee79c75655768973b119414121030496b c768a3be8efe83469ab262e895ffa0bb50c372d66bd4488e16d5a6da7a1feffffff028096980000 0000001976a9147744eb161bbffbaeb8b3c295843b0e93396113c688ac634992a4020000001976a 914e5a444269276d7502511d85372f17da61a49d0c388aca2fd0800

On a side note if I create a new wallet (well just rename wallet.dat and let it create a new one itself) and import the 1 private key that has the 133 BCA in it, it shows up. But when I go to send it anyplace it fails.

I'm open to any ideas.

Thanks,
Dave

newbie
Activity: 280
Merit: 0
We need more votes to Bitcoin Atom @ Vicex to get us listed

Bitcoin Atomwas added on voting list on vicex.io

LISTING RULES! Every Monday, Wednesday and Friday, according to the voting results, one coin passes into the Planned. Minimum votes need to be 200. If you have not collected 200 votes - your votes are not reset.

you can vote every 24 hours

for sign up follow this link: https://acc.vicex.io/signup.php?invite=35c4e048-251b-4109-b5f467edf231
then vote on this site: https://acc.vicex.io/acc/listing

For info :   VICex.io is tracking vote for IP+Account so do not create number of account and vote from same PC for same coin. Otherwise ACC may get banned before it got listed.

We would like to kindly ask all community members to vote for BCA listing, it's for free and takes less than 1 min to register. https://acc.vicex.io/signup.php

It takes literally 30 seconds to vote. The community is large enough on telegram to gather over 3000 votes yet less than 200 votes have been registered so far. Man up people and vote, it's free!
newbie
Activity: 4
Merit: 0
Help. I'm missing ~ 113 BCA
I tried to send a small test transaction, it crashed and now all my coins are missing:


Here are the 2 transactions 1 incoming for 113 and change and one out for .1

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listtransactions
[
  {
    "account": "",
    "address": "AHYLEdaSsvM79rBKhRuQEfceWi2gpZT5Mx",
    "category": "receive",
    "amount": 113.60985287,
    "label": "",
    "vout": 1,
    "confirmations": 2868,
    "blockhash": "b332a064097f3885720950dbd16bebd7588f71ac517eb702f58f175130850b04",
    "blockindex": 2,
    "blocktime": 1518891886,
    "txid": "a56fc3ee27cb81a3c7203489752d4335b3c0ec82fc7d8356642f9604874348f4",
    "walletconflicts": [
    ],
    "time": 1518891886,
    "timereceived": 1519184803,
    "bip125-replaceable": "no"
  },
  {
    "account": "",
    "address": "ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D",
    "category": "send",
    "amount": -0.10000000,
    "vout": 0,
    "fee": -0.00000228,
    "confirmations": 0,
    "trusted": false,
    "txid": "28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0",
    "walletconflicts": [
    ],
    "time": 1521074662,
    "timereceived": 1521074662,
    "bip125-replaceable": "no",
    "abandoned": false
  }
]

And now it's showing no coins.

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getwalletinfo
{
  "walletname": "wallet.dat",
  "walletversion": 159900,
  "balance": 0.00000000,
  "unconfirmed_balance": 0.00000000,
  "immature_balance": 0.00000000,
  "txcount": 2,
  "keypoololdest": 1518034064,
  "keypoolsize": 1000,
  "keypoolsize_hd_internal": 1000,
  "paytxfee": 0.00000000,
  "hdmasterkeyid": "45e60b9daf74203b4e25e863c9fdc092720778b3"
}

Any ideas?

Thanks,
Dave



What show atom-cli listunspent?
Try atom-cli getrawtransaction 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0 -> {result}
atom-cli sendrawtransaction {result}

if wallet is encrypted, do atom-cli walletpassphrase passphrase timeout before
sr. member
Activity: 461
Merit: 306

Along with this bitcoin atom is being traded on https://exrates.me currently as  a pair of bca/btc and bca/usd

There are 3 mining pools to choose from

https://bca.multipools.club
https://bca.secureminingpools.cc
https://bca.bcmonster.com

http://bca.bcmonster.com is the correct link

Here is the link to our bitcointalk thread for this pool.
https://bitcointalksearch.org/topic/m.32390702
newbie
Activity: 6
Merit: 0
We need more votes to Bitcoin Atom @ Vicex to get us listed

Bitcoin Atomwas added on voting list on vicex.io

LISTING RULES! Every Monday, Wednesday and Friday, according to the voting results, one coin passes into the Planned. Minimum votes need to be 200. If you have not collected 200 votes - your votes are not reset.

you can vote every 24 hours

for sign up follow this link: https://acc.vicex.io/signup.php?invite=35c4e048-251b-4109-b5f467edf231
then vote on this site: https://acc.vicex.io/acc/listing

For info :   VICex.io is tracking vote for IP+Account so do not create number of account and vote from same PC for same coin. Otherwise ACC may get banned before it got listed.


Along with this bitcoin atom is being traded on https://exrates.me currently as  a pair of bca/btc and bca/usd

There are 3 mining pools to choose from

https://bca.multipools.club
https://bca.secureminingpools.cc
http://bca.bcmonster.com
jr. member
Activity: 280
Merit: 1
Help. I'm missing ~ 113 BCA
I tried to send a small test transaction, it crashed and now all my coins are missing:


Here are the 2 transactions 1 incoming for 113 and change and one out for .1

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listtransactions
[
  {
    "account": "",
    "address": "AHYLEdaSsvM79rBKhRuQEfceWi2gpZT5Mx",
    "category": "receive",
    "amount": 113.60985287,
    "label": "",
    "vout": 1,
    "confirmations": 2868,
    "blockhash": "b332a064097f3885720950dbd16bebd7588f71ac517eb702f58f175130850b04",
    "blockindex": 2,
    "blocktime": 1518891886,
    "txid": "a56fc3ee27cb81a3c7203489752d4335b3c0ec82fc7d8356642f9604874348f4",
    "walletconflicts": [
    ],
    "time": 1518891886,
    "timereceived": 1519184803,
    "bip125-replaceable": "no"
  },
  {
    "account": "",
    "address": "ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D",
    "category": "send",
    "amount": -0.10000000,
    "vout": 0,
    "fee": -0.00000228,
    "confirmations": 0,
    "trusted": false,
    "txid": "28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0",
    "walletconflicts": [
    ],
    "time": 1521074662,
    "timereceived": 1521074662,
    "bip125-replaceable": "no",
    "abandoned": false
  }
]

And now it's showing no coins.

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getwalletinfo
{
  "walletname": "wallet.dat",
  "walletversion": 159900,
  "balance": 0.00000000,
  "unconfirmed_balance": 0.00000000,
  "immature_balance": 0.00000000,
  "txcount": 2,
  "keypoololdest": 1518034064,
  "keypoolsize": 1000,
  "keypoolsize_hd_internal": 1000,
  "paytxfee": 0.00000000,
  "hdmasterkeyid": "45e60b9daf74203b4e25e863c9fdc092720778b3"
}

Any ideas?

Thanks,
Dave


today devs announced that block explorer is deployed and synced on 3/4 so once it's fully synced they will launch it for public. Then you will be able to check what has happened.
legendary
Activity: 3500
Merit: 6320
Crypto Swap Exchange
Help. I'm missing ~ 113 BCA
I tried to send a small test transaction, it crashed and now all my coins are missing:


Here are the 2 transactions 1 incoming for 113 and change and one out for .1

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listtransactions
[
  {
    "account": "",
    "address": "AHYLEdaSsvM79rBKhRuQEfceWi2gpZT5Mx",
    "category": "receive",
    "amount": 113.60985287,
    "label": "",
    "vout": 1,
    "confirmations": 2868,
    "blockhash": "b332a064097f3885720950dbd16bebd7588f71ac517eb702f58f175130850b04",
    "blockindex": 2,
    "blocktime": 1518891886,
    "txid": "a56fc3ee27cb81a3c7203489752d4335b3c0ec82fc7d8356642f9604874348f4",
    "walletconflicts": [
    ],
    "time": 1518891886,
    "timereceived": 1519184803,
    "bip125-replaceable": "no"
  },
  {
    "account": "",
    "address": "ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D",
    "category": "send",
    "amount": -0.10000000,
    "vout": 0,
    "fee": -0.00000228,
    "confirmations": 0,
    "trusted": false,
    "txid": "28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0",
    "walletconflicts": [
    ],
    "time": 1521074662,
    "timereceived": 1521074662,
    "bip125-replaceable": "no",
    "abandoned": false
  }
]

And now it's showing no coins.

C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getwalletinfo
{
  "walletname": "wallet.dat",
  "walletversion": 159900,
  "balance": 0.00000000,
  "unconfirmed_balance": 0.00000000,
  "immature_balance": 0.00000000,
  "txcount": 2,
  "keypoololdest": 1518034064,
  "keypoolsize": 1000,
  "keypoolsize_hd_internal": 1000,
  "paytxfee": 0.00000000,
  "hdmasterkeyid": "45e60b9daf74203b4e25e863c9fdc092720778b3"
}

Any ideas?

Thanks,
Dave
jr. member
Activity: 66
Merit: 3
Wow this was dead fast...
Live deposit on Exrates < 1$ per BCA
Was pretty obvious when 1 million coins where mined in the first 36 hours due to a bug. They should've redone the fork then.
sr. member
Activity: 461
Merit: 306
We at bcmonster feel this fork can actually provide some value in the atomic swap space, that is why we have decided to create a pool dedicated to mining this coin only a few months after creating our Komodo pool. It went live a few minutes ago for miners to join.
member
Activity: 112
Merit: 10
Wow this was dead fast...
Live deposit on Exrates < 1$ per BCA
member
Activity: 560
Merit: 15
$100k per 1 BTC in Year 2020
Another bitcoin fork? why is it there is endless bitcoin fork.
member
Activity: 1708
Merit: 13
KUWA.ai

This coin, bitcoin atom has been listed in yobit, maybe because they still develop this project, we can wait for this.
newbie
Activity: 392
Merit: 0
jr. member
Activity: 280
Merit: 1
Team is so slowly. I doubt their capacity

based on what i have seen they delivered everything they promised so far. If you're saying the team is slow i am wondering what currencies have you created with your capacities?
newbie
Activity: 65
Merit: 0
any exchange already accepting deposits?
legendary
Activity: 1848
Merit: 1001
i thought i had a few to claim but ended up with 0.101 bta

times is rough n tough like leather
newbie
Activity: 280
Merit: 0
Same boat as everyone else.  Have a shit ton of BCA mined and no where to sell.   I've mined mine on the multipool and thought heck, i'll setup my own.

man you better wait for atomic swaps gui toolkit. It's something I'm waiting for either. once that is launched, you will like like bitcoin pizza selling at this stage. best thing is that it should be within a month or so
newbie
Activity: 35
Merit: 0
Same boat as everyone else.  Have a shit ton of BCA mined and no where to sell.   I've mined mine on the multipool and thought heck, i'll setup my own.
Pages:
Jump to: