uploading and retrieval of file from MC2.0 Alpha 3

+1 vote

Hi we are using multichain 2.0 alpha 3 version, as explained three parameters have been changed, we are able to crunch file upto 2 MB now, but while verifying/ retriving the file from streams, the values turn to be NULL, Pl help where are we wrong

in am not been able to find maxshowndata & gettxoutdata

{
    "chain-protocol" : "multichain",
    "chain-description" : "MultiChain chain1",
    "root-stream-name" : "root",
    "root-stream-open" : true,
    "chain-is-testnet" : false,
    "target-block-time" : 15,
    "maximum-block-size" : 20097500,
    "maximum-chunk-size" : 1048576,
    "maximum-chunk-count" : 1024,
    "default-network-port" : 9731,
    "default-rpc-port" : 9730,
    "anyone-can-connect" : false,
    "anyone-can-send" : false,
    "anyone-can-receive" : false,
    "anyone-can-receive-empty" : true,
    "anyone-can-create" : false,
    "anyone-can-issue" : false,
    "anyone-can-mine" : false,
    "anyone-can-activate" : false,
    "anyone-can-admin" : false,
    "support-miner-precheck" : true,
    "allow-arbitrary-outputs" : false,
    "allow-p2sh-outputs" : true,
    "allow-multisig-outputs" : true,
    "setup-first-blocks" : 60,
    "mining-diversity" : 0.300000000001,
    "admin-consensus-upgrade" : 0.500000000001,
    "admin-consensus-admin" : 0.500000000001,
    "admin-consensus-activate" : 0.500000000001,
    "admin-consensus-mine" : 0.500000000001,
    "admin-consensus-create" : 1e-12,
    "admin-consensus-issue" : 1e-12,
    "lock-admin-mine-rounds" : 10,
    "mining-requires-peers" : true,
    "mine-empty-rounds" : 10.000000000001,
    "mining-turnover" : 0.500000000001,
    "first-block-reward" : -1,
    "initial-block-reward" : 0,
    "reward-halving-interval" : 52560000,
    "reward-spendable-delay" : 1,
    "minimum-per-output" : 0,
    "maximum-per-output" : 100000000000000,
    "minimum-offchain-fee" : 0,
    "minimum-relay-fee" : 0,
    "native-currency-multiple" : 100000000,
    "skip-pow-check" : false,
    "pow-minimum-bits" : 8,
    "target-adjust-freq" : -1,
    "allow-min-difficulty-blocks" : false,
    "only-accept-std-txs" : true,
    "max-std-tx-size" : 20097500,
    "max-std-op-returns-count" : 32,
    "max-std-op-return-size" : 20097152,
    "max-std-op-drops-count" : 5,
    "max-std-element-size" : 40000,
    "chain-name" : "chain1",
    "protocol-version" : 20003,
    "network-message-start" : "f8e4f7ed",
    "address-pubkeyhash-version" : "00a3a284",
    "address-scripthash-version" : "0580bcad",
    "private-key-version" : "801d6d29",
    "address-checksum-value" : "c8835e5c",
    "genesis-pubkey" : "034475839d78341a573659ab10ea846b568dacd5a3de19f379fb8c8855ded0170f",
    "genesis-version" : 1,
    "genesis-timestamp" : 1530198132,
    "genesis-nbits" : 536936447,

 

related to an answer for: Can I use multichain for storage?
asked Jun 28, 2018 by brijesh

1 Answer

0 votes

The maxshowndata setting is a runtime parameter, not a blockchain parameter:

https://www.multichain.com/developers/runtime-parameters/

And gettxoutdata is an API command:

https://www.multichain.com/developers/json-rpc-api/

answered Jun 29, 2018 by MultiChain
Hey Team

we are still struggling,

as per the new blockchain parameters we are set upto 19MB file, but as we try to upload 2 or 4 mb file, it generates the hash,

as we try to open up the hash transactions it gives server error " A server error occurred.  Please contact the administrator."

please have a look at
http://34.221.164.11/multichain-web-demo
http://34.221.164.11:2750
Hi Team,

it has progress a bit,

http://34.221.164.11/multichain-web-demo
http://34.221.164.11:2750

we are able to publish larger files using web demo interface, but the same is not working at POE,
we have increased the size of upload & post size value at blockchain hosting and client hosting, blockchain parameters are all set,

but as we attempt from POE, it stops working...can you guide on what is happening.
Can you please explain what is this "POE"? Do you have a way to view the responses from the MultiChain API at the POE? If so what do you see when attempting to upload data from there?
...