Pages:
Author

Topic: [ANN] Orbitcoin v1.6.0.0 ~ NeoScrypt ~ Green Stake ~ 4 Years Old - page 40. (Read 201270 times)

legendary
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
Looks like you used wrong command to decode.

Well spotted. 'decoderawtransaction' requires the raw transaction data as input, not the txid of the transaction. So you need to do 'getrawtransaction ' to get the raw data, then feed that to 'decoderawtransaction '

'getrawtransaction 1' gets a raw TX data and decodes it into a JSON object
legendary
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
Quote
unless the average daily trade volume for the last 14 days exceeds 0.3 BTC

Wasn't this 0.2 BTC in the past?
I think the daily average is not far from 0.3 BTC past 2 weeks.

Orbitcoin is also listed at several other good exchanges (see OP) so i'm not worrying.

AFAIR it was a 0.2 BTC daily average for 1 week which we met. We can meet the new one, too.
legendary
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
2 ghostlander

I see strange mining statistic after hard fork.

Wallet receive ORB transaction, adds them to memory pool, but does not include them into blocks.
Here example:
Quote
02:38:09

getmininginfo


02:38:09

{
"blocks" : 2003032,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"powdifficulty" : 1.32434070,
"posdifficulty" : 0.35963979,
"powreward" : 1.00000000,
"posreward" : 1.00000000,
"networkhashps" : 10610356,
"stakeweight" : 380451,
"minweightinputs" : 133,
"avgweightinputs" : 177,
"maxweightinputs" : 228,
"stakemindepth" : 2000,
"stakeminvalue" : 1.00000000,
"stakecombine" : 40.00000000,
"stakesplit" : 80.00000000,
"pooledtx" : 21,
"testnet" : false
}


I do not think that this is a local problem with my wallet. Because this 20 tx was not included by any other miners as well.
Next 3 blocks do not include any of this transactions, only coinbase transactions (new coins generation):

block 2003033
block 2003034
block 2003035

P.S.
Also i see large diff oscillations - like diff goes up x2 and back down is just about 1 hour... And again similar cycle repeated few hours later.
Including PoS, so this can not be caused by just one jumping miner with powerful hardware or switching pool hunting for most profitable coin.

But here is a good changes too - orphans blocks almost gone now for me! I got only one orphan since hard fork. Its about 10-fold decrease.

Looks like someone has produced a lot of near dust outputs and tried to spend them without fee.

Code:
~$ orbitcoind getrawtransaction fcabc728ca969e1bb7fe1bc916f92a181e646c4eb12a803a4d0b2771e6d603ab 1
{
    "hex" : "0200000071b1ea57036278724d04154dbc1c0fbd8343ff5b98f09ac5ffe3f19eb7a16a42998c7cc2fb130000006a47304402201a6a294eb1f06e1d574436354e55b3cab6facb3ba34d97b3378238c2f5d824a502204ef56ff003158c6b4c9a332529bc6133fdf728e649620449101ce228c11c3cd5012102add187a4cb75f81d82663e90541be6663c6f96a95e06a17ed8134d17e341fe18ffffffff6278724d04154dbc1c0fbd8343ff5b98f09ac5ffe3f19eb7a16a42998c7cc2fb270000006c493046022100fd251f8c61da9d5d924da7a56542fe1fc65b894fd420e1236e1c691667726990022100eafabf414c6b93d284717fdd484d268acf86fbff8c8faf445c273b6ee80a16bf012102f3c9d5be62a3b0918ca67cdd4c8f5ba3a4ca4d5eecf5d87a90ae1958d49813f9ffffffff6278724d04154dbc1c0fbd8343ff5b98f09ac5ffe3f19eb7a16a42998c7cc2fb2a0000006b48304502210099e947f6db6a3678e092f03676f577681d87ff7ffa2242ce9c9d51aba23c7263022031a1ee9c35e3d4b5db725123df1952ca4aeec2445bcf96a97c1fc0da340e1d66012103b9cfedcdcb09aa92cf06aec873de24dc7f39b09e5a15e45a3dbaadc695faddc5ffffffff0204420000000000001976a914c7550bbf0cda9e84727771bfdae654e1651595dd88ac442f0000000000001976a9148b9ec9cedc30f9ddc8a2364fac9076c791ccf80288ac0000000000",
    "txid" : "fcabc728ca969e1bb7fe1bc916f92a181e646c4eb12a803a4d0b2771e6d603ab",
    "version" : 2,
    "time" : 1474998641,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "fbc27c8c99426aa1b79ef1e3ffc59af0985bff4383bd0f1cbc4d15044d727862",
            "vout" : 19,
            "scriptSig" : {
                "asm" : "304402201a6a294eb1f06e1d574436354e55b3cab6facb3ba34d97b3378238c2f5d824a502204ef56ff003158c6b4c9a332529bc6133fdf728e649620449101ce228c11c3cd501 02add187a4cb75f81d82663e90541be6663c6f96a95e06a17ed8134d17e341fe18",
                "hex" : "47304402201a6a294eb1f06e1d574436354e55b3cab6facb3ba34d97b3378238c2f5d824a502204ef56ff003158c6b4c9a332529bc6133fdf728e649620449101ce228c11c3cd5012102add187a4cb75f81d82663e90541be6663c6f96a95e06a17ed8134d17e341fe18"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "fbc27c8c99426aa1b79ef1e3ffc59af0985bff4383bd0f1cbc4d15044d727862",
            "vout" : 39,
            "scriptSig" : {
                "asm" : "3046022100fd251f8c61da9d5d924da7a56542fe1fc65b894fd420e1236e1c691667726990022100eafabf414c6b93d284717fdd484d268acf86fbff8c8faf445c273b6ee80a16bf01 02f3c9d5be62a3b0918ca67cdd4c8f5ba3a4ca4d5eecf5d87a90ae1958d49813f9",
                "hex" : "493046022100fd251f8c61da9d5d924da7a56542fe1fc65b894fd420e1236e1c691667726990022100eafabf414c6b93d284717fdd484d268acf86fbff8c8faf445c273b6ee80a16bf012102f3c9d5be62a3b0918ca67cdd4c8f5ba3a4ca4d5eecf5d87a90ae1958d49813f9"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "fbc27c8c99426aa1b79ef1e3ffc59af0985bff4383bd0f1cbc4d15044d727862",
            "vout" : 42,
            "scriptSig" : {
                "asm" : "304502210099e947f6db6a3678e092f03676f577681d87ff7ffa2242ce9c9d51aba23c7263022031a1ee9c35e3d4b5db725123df1952ca4aeec2445bcf96a97c1fc0da340e1d6601 03b9cfedcdcb09aa92cf06aec873de24dc7f39b09e5a15e45a3dbaadc695faddc5",
                "hex" : "48304502210099e947f6db6a3678e092f03676f577681d87ff7ffa2242ce9c9d51aba23c7263022031a1ee9c35e3d4b5db725123df1952ca4aeec2445bcf96a97c1fc0da340e1d66012103b9cfedcdcb09aa92cf06aec873de24dc7f39b09e5a15e45a3dbaadc695faddc5"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 0.01690000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 c7550bbf0cda9e84727771bfdae654e1651595dd OP_EQUALVERIFY OP_CHECKSIG",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "ob3LakhVn5MiwmpSdKx3nXKp78LJoSKzsT"
                ]
            }
        },
        {
            "value" : 0.01210000,
            "n" : 1,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 8b9ec9cedc30f9ddc8a2364fac9076c791ccf802 OP_EQUALVERIFY OP_CHECKSIG",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "oVbcNxXaZZYSH9pZL6DugCxwhnyrXQeyUx"
                ]
            }
        }
    ]
}

Three inputs 0.01 ORB each, two outputs, 0.0169 + 0.0121 = 0.03 ORB. No fee. It failed of course.

Diff oscillations happen when large miners come and go. I see one PoW miner generating 5 to 10 blocks in a few minutes and leaving until the diff gets low again.
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
Many BOT's work in ORB
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
https://bittrex.com/Market/Index?MarketName=BTC-ORB

what is going up in ORB check the BID values?
The twitch and back and forth! 4.4603     BTC to 7000 Satoshi versus 30000 Satoshi BTC sum 4.4546
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
hero member
Activity: 588
Merit: 503
Well, that makes more sense.  My bad on the incorrect decode.  I was expecting something weird and accepted that result  Smiley
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
so guy's i have no problem, ORB stake fine for me Smiley
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
Quote
unless the average daily trade volume for the last 14 days exceeds 0.3 BTC

Wasn't this 0.2 BTC in the past?
I think the daily average is not far from 0.3 BTC past 2 weeks.

Orbitcoin is also listed at several other good exchanges (see OP) so i'm not worrying.

Yes...it was 0.2 BTC before and they seem to have changed it to 0.3 BTC now...as there are other exchanges for ORB where volume isn't the criteria, no worries

The volume of orbit has skyrocketed and so has the price. I'm very glad I invested in orbit it has paid off very well and I strongly encourage people to invest in orbit too. Also the wallet looks really nice and works well. I'm staking nicely. Smiley

now the volume down is low, the volume up is high
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
ORB is on bleutrade and on cryptopia, both usable exchanges in my opinion.

i think too, where is the problem?
hero member
Activity: 658
Merit: 500
Quote
unless the average daily trade volume for the last 14 days exceeds 0.3 BTC

Wasn't this 0.2 BTC in the past?
I think the daily average is not far from 0.3 BTC past 2 weeks.

Orbitcoin is also listed at several other good exchanges (see OP) so i'm not worrying.

Bittrex added ORB as an experiment to see if adding an older coin would regenerate user interest and volume in a newly added older coin. 
legendary
Activity: 2268
Merit: 1092
Looks like you used wrong command to decode.

Well spotted. 'decoderawtransaction' requires the raw transaction data as input, not the txid of the transaction. So you need to do 'getrawtransaction ' to get the raw data, then feed that to 'decoderawtransaction '
hero member
Activity: 894
Merit: 1001
I see the same here.  Transactions suck in the mempool both on my linux and windows clients.
Code:
orbitcoind getrawmempool
[
    "3402723a2a92c436ca647667dc6a12b8f014433961bbe67b1c87ef53d1e608b4",
    "3b0c533180d47a89fd9f27d8775817d167292f2a103ea0d2365c3f2bf1ca13df",
    "3bdf8fc65967bb93c87cecad9029098c9fdbd6c2156a57b88cac3d214b8e9686",
    "409aa4ea959501c08fd07f428bb20cab39aca017974ba3a920bdd0b68d6f5d6d",
    "411bb2ee8a2e09a9d4ea5b9e90e5ac91ba324e18ea580ac46b817f893f3fac73",
    "4c00bfa20511bdbe6190a1d3b98e145a1e932308586fe3bc1847deca1ed7ff10",
    "59035c2be38f5091f6839bcc24bcb14c7d2311f281802066fceadf8a317a8b37",
    "6914282948f6e48b373734aff136c4082a6bc2dfd4828d5920615dbcd89c9bbc",
    "6e425e65e3c0033b6fe8caec7cd41b7043d669732d0b5512d6b933a22f7a0d1f",
    "75d8cc84263bab01a9b1ca6e62732894931d6d8941c3a0b54e8f35785f7060d4",
    "84cbdb356bed3fc0b98820d69fcbdfc3f7608ac1b6b8693250adea9e96c9ae60",
    "9f73ec62cfc6a250c8048941b69ec67c09cc1a770b3e80ff08d5b609dc2fea8c",
    "aa325e0103936e9587e13c36eb70fd17d9ec0659183906f970a25910a038af81",
    "cb701b68f1ad4f62e8c5495105a0d095ba4a3bd02de87c6de7f1b618f9a8dfe6",
    "d7df67cd9b607ff5525ae74d068a0eeba5523430ff09ba56f7e733aa186f0874",
    "e5de8c69dfd061bead71342802f58c11cb784ae9d862fe8210fef2bed3d1b3fb",
    "ec85b46391dac2f37ffe8e5dd426c1330aab7aeec3afe12317bcf63377b8d22a",
    "ec8d7475320dc858528fe5050f10e1ca624e647e20fc68bb367b05e32bb01fa1",
    "f5a51659085840eae1d64ca019dda16303f024e3cef416683af827ddbc0f4f06",
    "fcabc728ca969e1bb7fe1bc916f92a181e646c4eb12a803a4d0b2771e6d603ab"
]

Decoding the first one gives ...
Code:
09:46:53

decoderawtransaction 3402723a2a92c436ca647667dc6a12b8f014433961bbe67b1c87ef53d1e608b4


09:46:53

{
"txid" : "e7494595a3949143cf644b12d9b94e3ecca68dbb80cfab72b79c74794734f839",
"version" : 980550196,
"time" : 918852138,
"locktime" : 0,
"vin" : [
{
"txid" : "000000000000000000b408e6d153ef871c7be6bb61394314f0b8126adc677664",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},




Converting the time 918852138  is equivalent to: 02/12/1999 @ 8:42pm (UTC).


Looks like you used wrong command to decode.
First one:
Code:
gettransaction 3402723a2a92c436ca647667dc6a12b8f014433961bbe67b1c87ef53d1e608b4

{
"txid" : "3402723a2a92c436ca647667dc6a12b8f014433961bbe67b1c87ef53d1e608b4",
"version" : 2,
"time" : 1475233267,
"locktime" : 0,
"vin" : [
{
"txid" : "1e4d14ca23b7c587842d0ea9c7f4b0e094daafc61a8491b6bb1d887142bf5b9c",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022010f67e693703999011a7c3ec696e2650184a906d21cbd7589d90af5adc8b7f7b022100cbc2de1c328a6ef202064bcdf5d566ca6f9143dafdf0cb560c43583f93e098e201 02eb4d3e313ff17ee4e8905828f75c60d807c6a5702b14af7133ff474de0b60b48",
"hex" : "483045022010f67e693703999011a7c3ec696e2650184a906d21cbd7589d90af5adc8b7f7b022100cbc2de1c328a6ef202064bcdf5d566ca6f9143dafdf0cb560c43583f93e098e2012102eb4d3e313ff17ee4e8905828f75c60d807c6a5702b14af7133ff474de0b60b48"
},
"sequence" : 4294967295
},
{
"txid" : "1605bb355acd4ad37530657b1a2773da65875222f2490e775d3dc9e5f5bb980a",
"vout" : 0,
"scriptSig" : {
"asm" : "30450220794758f5b5b3633bf3100475e8531c00a4f6a764ac4ee2918dc7f19923838f56022100a9b0444572c418f8fef316b22099070622de0535e57df8d0c909d6fecfc81d4201 027b00a90d27a5de616d0744c02d180b5df2323584075610f5a871451a4ea687ad",
"hex" : "4830450220794758f5b5b3633bf3100475e8531c00a4f6a764ac4ee2918dc7f19923838f56022100a9b0444572c418f8fef316b22099070622de0535e57df8d0c909d6fecfc81d420121027b00a90d27a5de616d0744c02d180b5df2323584075610f5a871451a4ea687ad"
},
"sequence" : 4294967295
},
{
"txid" : "82a8bdd48478c8b2f2b23a2e4bc3c66959a5c62be6b2963b2cf9e7d621aab31a",
"vout" : 26,
"scriptSig" : {
"asm" : "304502201d6919270d10bafd08304a4e3fac51a8203936033624ddf4f56ec34ec0d0d487022100dd8de05eebf2e79b7f15715ed97c6c1c57e6b68bf58517e89acbc01c3a5acc5701 03d31b4ae62980cd3caa99d505f32e7ebdb546cd979f49fa5a943174136e7769eb",
"hex" : "48304502201d6919270d10bafd08304a4e3fac51a8203936033624ddf4f56ec34ec0d0d487022100dd8de05eebf2e79b7f15715ed97c6c1c57e6b68bf58517e89acbc01c3a5acc57012103d31b4ae62980cd3caa99d505f32e7ebdb546cd979f49fa5a943174136e7769eb"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.01360100,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 3f7b42f637bfb79eac6aa6a69271a37220b63322 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"oNf2TwLbxshcjLL4p12D6FzXNYq19yt6JV"
]
}
},
{
"value" : 0.01710000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 4201362a687bd82a7df9c7cac1d7ca0273d51b43 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"oNtNHLBbSaPv17RquzC8zfVaKZY3EuGjvR"
]
}
}
],
"confirmations" : 0
}

Second
Code:
gettransaction 3b0c533180d47a89fd9f27d8775817d167292f2a103ea0d2365c3f2bf1ca13df


{
"txid" : "3b0c533180d47a89fd9f27d8775817d167292f2a103ea0d2365c3f2bf1ca13df",
"version" : 2,
"time" : 1475135412,
"locktime" : 0,
"vin" : [
{
"txid" : "35a15dcc15b78aec9848cf27205f9cc04092ed9418bc6d6f75768238bda841df",
"vout" : 1,
"scriptSig" : {
"asm" : "3045022001be9a05106a72d411fd74aafb0828b4cb80613f2be093a873b74cd65e54556d022100b5dad1ca9ebe05d5758c3408560f7e7b7c2e98b4dd5254dda6b0f5d5081feeab01 02391edeb10af0e96f8f83491000d1b7eba3e827780e80ffb93bde105f02c343dd",
"hex" : "483045022001be9a05106a72d411fd74aafb0828b4cb80613f2be093a873b74cd65e54556d022100b5dad1ca9ebe05d5758c3408560f7e7b7c2e98b4dd5254dda6b0f5d5081feeab012102391edeb10af0e96f8f83491000d1b7eba3e827780e80ffb93bde105f02c343dd"
},
"sequence" : 4294967295
},
{
"txid" : "35a15dcc15b78aec9848cf27205f9cc04092ed9418bc6d6f75768238bda841df",
"vout" : 10,
"scriptSig" : {
"asm" : "3045022100e9fe0c2e65d62d5d2696d41f1317898f25b0d367b123e721a1ae22c56adbcb6d0220037681b29f55f94c6c5e2db2830d52eea036c2d9df2783629ff6953d44bd923301 0354a1ac9ba440e33aa42e70c8af5b4bb958aaa6eba8d6e426de7121e631448d96",
"hex" : "483045022100e9fe0c2e65d62d5d2696d41f1317898f25b0d367b123e721a1ae22c56adbcb6d0220037681b29f55f94c6c5e2db2830d52eea036c2d9df2783629ff6953d44bd923301210354a1ac9ba440e33aa42e70c8af5b4bb958aaa6eba8d6e426de7121e631448d96"
},
"sequence" : 4294967295
},
{
"txid" : "35a15dcc15b78aec9848cf27205f9cc04092ed9418bc6d6f75768238bda841df",
"vout" : 37,
"scriptSig" : {
"asm" : "3046022100db2021d3f87312595f4880d8ea3d5076438365778a627dbc56a5a8adcc08ff62022100a4ac161f952aa446025a11fc19cb2237b8552398735d18d1b30d9550de18905e01 037e595d413623538d453f7c65522677e62aa6949896eacba974deaa7356a8b98b",
"hex" : "493046022100db2021d3f87312595f4880d8ea3d5076438365778a627dbc56a5a8adcc08ff62022100a4ac161f952aa446025a11fc19cb2237b8552398735d18d1b30d9550de18905e0121037e595d413623538d453f7c65522677e62aa6949896eacba974deaa7356a8b98b"
},
"sequence" : 4294967295
},
{
"txid" : "35a15dcc15b78aec9848cf27205f9cc04092ed9418bc6d6f75768238bda841df",
"vout" : 46,
"scriptSig" : {
"asm" : "30440220446ff51122c31f7a96c4297fe918393f6c101da984bae2c4bd8fa45a3e62d09002204e607751786bba92d1145090c02301f17464539b725bb6fdfa4e05235b60c6a901 02356cbdecdb03c9f0cef6e312074d6f5a65fb80f2de245ae12971698cbb1bf45a",
"hex" : "4730440220446ff51122c31f7a96c4297fe918393f6c101da984bae2c4bd8fa45a3e62d09002204e607751786bba92d1145090c02301f17464539b725bb6fdfa4e05235b60c6a9012102356cbdecdb03c9f0cef6e312074d6f5a65fb80f2de245ae12971698cbb1bf45a"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.01760000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 0f00c2604c0aabac1835b3a53be6dcd7a42f090a OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"oJEhH81WLNVdZ3Xo2etzDNrLhHdbYcnKgx"
]
}
},
{
"value" : 0.02140000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 be8e758034c288c0e855a9a2e5f32c4c273faf7e OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"oaEwHAEw7WiaiY2qG8QQFnP6oYkBQn6NKS"
]
}
}
],
"confirmations" : 0
}

And so on - i check few more(in GUI wallet built-in explorer - it's handy) - all of them looks like normal correct transactions sent last week.
Just very small ones (so we can call them "dust")
But on other hand - they include fee, so it is not violate network rules - you can send dust tx if you pay fee.
Only free dust tx forbidden to prevent block-chain SPAM

So i do not understand why this tx not included in blocks and keep build up in mempool (now i have 25 of them). Especially now - with almost all blocks is mined totally empty (not include any tx at all, excluding coin base generation).
legendary
Activity: 2268
Merit: 1092
I see the same here.  Transactions suck in the mempool both on my linux and windows clients.
Code:
orbitcoind getrawmempool
[
    "3402723a2a92c436ca647667dc6a12b8f014433961bbe67b1c87ef53d1e608b4",
    "3b0c533180d47a89fd9f27d8775817d167292f2a103ea0d2365c3f2bf1ca13df",
    "3bdf8fc65967bb93c87cecad9029098c9fdbd6c2156a57b88cac3d214b8e9686",
    "409aa4ea959501c08fd07f428bb20cab39aca017974ba3a920bdd0b68d6f5d6d",
    "411bb2ee8a2e09a9d4ea5b9e90e5ac91ba324e18ea580ac46b817f893f3fac73",
    "4c00bfa20511bdbe6190a1d3b98e145a1e932308586fe3bc1847deca1ed7ff10",
    "59035c2be38f5091f6839bcc24bcb14c7d2311f281802066fceadf8a317a8b37",
    "6914282948f6e48b373734aff136c4082a6bc2dfd4828d5920615dbcd89c9bbc",
    "6e425e65e3c0033b6fe8caec7cd41b7043d669732d0b5512d6b933a22f7a0d1f",
    "75d8cc84263bab01a9b1ca6e62732894931d6d8941c3a0b54e8f35785f7060d4",
    "84cbdb356bed3fc0b98820d69fcbdfc3f7608ac1b6b8693250adea9e96c9ae60",
    "9f73ec62cfc6a250c8048941b69ec67c09cc1a770b3e80ff08d5b609dc2fea8c",
    "aa325e0103936e9587e13c36eb70fd17d9ec0659183906f970a25910a038af81",
    "cb701b68f1ad4f62e8c5495105a0d095ba4a3bd02de87c6de7f1b618f9a8dfe6",
    "d7df67cd9b607ff5525ae74d068a0eeba5523430ff09ba56f7e733aa186f0874",
    "e5de8c69dfd061bead71342802f58c11cb784ae9d862fe8210fef2bed3d1b3fb",
    "ec85b46391dac2f37ffe8e5dd426c1330aab7aeec3afe12317bcf63377b8d22a",
    "ec8d7475320dc858528fe5050f10e1ca624e647e20fc68bb367b05e32bb01fa1",
    "f5a51659085840eae1d64ca019dda16303f024e3cef416683af827ddbc0f4f06",
    "fcabc728ca969e1bb7fe1bc916f92a181e646c4eb12a803a4d0b2771e6d603ab"
]

~9 hours after you posted your message, I have the same list in my mempool, except e54aacbbcecb03f4a419f7f681a730eec56aa9b4348718dce77a7e2b7defdea2 also appears.

Restarting the client doesn't seem to have repopulated the mempool - it's empty now.
hero member
Activity: 588
Merit: 503
Converting the time 918852138  is equivalent to: 02/12/1999 @ 8:42pm (UTC).
For the second one the timestamp consversion gives Mon, 02 Feb 2043 22:19:44 GMT
...all 0 vin  and vout...

They are not making it into blocks but the question is why are they added to the mempool or transmitted?
hero member
Activity: 1162
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
Quote
unless the average daily trade volume for the last 14 days exceeds 0.3 BTC

Wasn't this 0.2 BTC in the past?
I think the daily average is not far from 0.3 BTC past 2 weeks.

Orbitcoin is also listed at several other good exchanges (see OP) so i'm not worrying.

Yes...it was 0.2 BTC before and they seem to have changed it to 0.3 BTC now...as there are other exchanges for ORB where volume isn't the criteria, no worries

The volume of orbit has skyrocketed and so has the price. I'm very glad I invested in orbit it has paid off very well and I strongly encourage people to invest in orbit too. Also the wallet looks really nice and works well. I'm staking nicely. Smiley
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
Converting the time 918852138  is equivalent to: 02/12/1999 @ 8:42pm (UTC).
For the second one the timestamp consversion gives Mon, 02 Feb 2043 22:19:44 GMT
...all 0 vin  and vout...
hero member
Activity: 588
Merit: 503
2 ghostlander

I see strange mining statistic after hard fork.

Wallet receive ORB transaction, adds them to memory pool, but does not include them into blocks.
Here example:
Quote
02:38:09

getmininginfo


02:38:09

{
"blocks" : 2003032,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"powdifficulty" : 1.32434070,
"posdifficulty" : 0.35963979,
"powreward" : 1.00000000,
"posreward" : 1.00000000,
"networkhashps" : 10610356,
"stakeweight" : 380451,
"minweightinputs" : 133,
"avgweightinputs" : 177,
"maxweightinputs" : 228,
"stakemindepth" : 2000,
"stakeminvalue" : 1.00000000,
"stakecombine" : 40.00000000,
"stakesplit" : 80.00000000,
"pooledtx" : 21,
"testnet" : false
}


I do not think that this is a local problem with my wallet. Because this 20 tx was not included by any other miners as well.
Next 3 blocks do not include any of this transactions, only coinbase transactions (new coins generation):

block 2003033
block 2003034
block 2003035

P.S.
Also i see large diff oscillations - like diff goes up x2 and back down is just about 1 hour... And again similar cycle repeated few hours later.
Including PoS, so this can not be caused by just one jumping miner with powerful hardware or switching pool hunting for most profitable coin.

But here is a good changes too - orphans blocks almost gone now for me! I got only one orphan since hard fork. Its about 10-fold decrease.

I see the same here.  Transactions suck in the mempool both on my linux and windows clients.
Code:
orbitcoind getrawmempool
[
    "3402723a2a92c436ca647667dc6a12b8f014433961bbe67b1c87ef53d1e608b4",
    "3b0c533180d47a89fd9f27d8775817d167292f2a103ea0d2365c3f2bf1ca13df",
    "3bdf8fc65967bb93c87cecad9029098c9fdbd6c2156a57b88cac3d214b8e9686",
    "409aa4ea959501c08fd07f428bb20cab39aca017974ba3a920bdd0b68d6f5d6d",
    "411bb2ee8a2e09a9d4ea5b9e90e5ac91ba324e18ea580ac46b817f893f3fac73",
    "4c00bfa20511bdbe6190a1d3b98e145a1e932308586fe3bc1847deca1ed7ff10",
    "59035c2be38f5091f6839bcc24bcb14c7d2311f281802066fceadf8a317a8b37",
    "6914282948f6e48b373734aff136c4082a6bc2dfd4828d5920615dbcd89c9bbc",
    "6e425e65e3c0033b6fe8caec7cd41b7043d669732d0b5512d6b933a22f7a0d1f",
    "75d8cc84263bab01a9b1ca6e62732894931d6d8941c3a0b54e8f35785f7060d4",
    "84cbdb356bed3fc0b98820d69fcbdfc3f7608ac1b6b8693250adea9e96c9ae60",
    "9f73ec62cfc6a250c8048941b69ec67c09cc1a770b3e80ff08d5b609dc2fea8c",
    "aa325e0103936e9587e13c36eb70fd17d9ec0659183906f970a25910a038af81",
    "cb701b68f1ad4f62e8c5495105a0d095ba4a3bd02de87c6de7f1b618f9a8dfe6",
    "d7df67cd9b607ff5525ae74d068a0eeba5523430ff09ba56f7e733aa186f0874",
    "e5de8c69dfd061bead71342802f58c11cb784ae9d862fe8210fef2bed3d1b3fb",
    "ec85b46391dac2f37ffe8e5dd426c1330aab7aeec3afe12317bcf63377b8d22a",
    "ec8d7475320dc858528fe5050f10e1ca624e647e20fc68bb367b05e32bb01fa1",
    "f5a51659085840eae1d64ca019dda16303f024e3cef416683af827ddbc0f4f06",
    "fcabc728ca969e1bb7fe1bc916f92a181e646c4eb12a803a4d0b2771e6d603ab"
]

Decoding the first one gives ...
Code:
09:46:53

decoderawtransaction 3402723a2a92c436ca647667dc6a12b8f014433961bbe67b1c87ef53d1e608b4


09:46:53

{
"txid" : "e7494595a3949143cf644b12d9b94e3ecca68dbb80cfab72b79c74794734f839",
"version" : 980550196,
"time" : 918852138,
"locktime" : 0,
"vin" : [
{
"txid" : "000000000000000000b408e6d153ef871c7be6bb61394314f0b8126adc677664",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
},
{
"txid" : "0000000000000000000000000000000000000000000000000000000000000000",
"vout" : 0,
"scriptSig" : {
"asm" : "",
"hex" : ""
},
"sequence" : 0
}
],
"vout" : [
]
}


Converting the time 918852138  is equivalent to: 02/12/1999 @ 8:42pm (UTC).


legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities
Quote
unless the average daily trade volume for the last 14 days exceeds 0.3 BTC

Wasn't this 0.2 BTC in the past?
I think the daily average is not far from 0.3 BTC past 2 weeks.

Orbitcoin is also listed at several other good exchanges (see OP) so i'm not worrying.

If people are not actively trading any crypto has the potential to have Zero monetary value. So the more higher volume exchanges it is on the better. I trade ORB 24/7 on 3 exchanges with the most volume and it is still like pulling teeth. For example all cryptos are susceptible to rapid devaluation because everyone is holding and staking and but don't trade. The reason for this is that the crypto doesn't doesn't currently have any existing real world use in place to inject any other type of value.

So if no one trades then it means they are not willing to support the coin. This is what most people don't understand. Simply holding the coin is not support.
sr. member
Activity: 444
Merit: 250
Quote
unless the average daily trade volume for the last 14 days exceeds 0.3 BTC

Wasn't this 0.2 BTC in the past?
I think the daily average is not far from 0.3 BTC past 2 weeks.

Orbitcoin is also listed at several other good exchanges (see OP) so i'm not worrying.

Yes...it was 0.2 BTC before and they seem to have changed it to 0.3 BTC now...as there are other exchanges for ORB where volume isn't the criteria, no worries
Pages:
Jump to: