Pages:
Author

Topic: [ANN]BYTOM: An interoperational protocol for diversified byte assets - page 18. (Read 76915 times)

legendary
Activity: 1246
Merit: 1011
Please, one question...

I downloaded wallet from https://bytom.io/

I registered a new account and after I created an address from my account

I got an address and I used it to send me from Kucoin some BTM to check...

Transaction was confirmed

https://blockmeta.com/address/bm1qq4ccrqgrqpp0qk7tyx7x0f72hfsdmykaqlsr2d

But I can't see anything in my wallet... where can I find my BTM?

Thanks
jr. member
Activity: 535
Merit: 2
How to issue asset on Bytom easily?

choose the appropriate version for your system,take windows version for example,unpack to your usual directory:

2.1Create new asset
Before we use contract,we have to create new asset and issue it in desktop wallet,enter asset page and create new asset.

Enter the name of your asset,it’s only effective in the local ,identify by ID on chain,you can also choose your local private key to sign.

submit and create new asset successfully,return to asset page,there is a asset named APPLE.

Advanced transaction can be divided to four types,they are as following:

If you want to issue a new asset on Bytom,follow next steps:

Issue
issue what type and amount of asset

2.Control with address

show the owner of asset.Need to fill the address ,asset type and amount of receiver.The type of asset is similiar to those in “issue”

3.Spend from account

submit gas,the asset type is BTM,the amount is 0.01


Enter correct password and submit,wait for transaction being packaged.

When transaction is confirmed,you issue the asset successfully and then we will get a new asset in balance page


Issue new asset on Bytom successfully!Now we can see that its very easy to issue a new asset on Bytom:)
newbie
Activity: 1
Merit: 0
I have my BTM at cryptopia and my question de is... How can I swap them to main net? Cryptopia will delisted BTM and they said they doesn't support swap
you can transfer to huobi gateio coinex and zb.com for token swap!

Huobi is not for US residents
CoinEx is only using the new address format.
zb.com is offline
Gate.io is the only one working and shows both the ERC20 and Mainnet addresses

Good luck everyone.
hero member
Activity: 2146
Merit: 518

That is for nuts. From my reading, there is no such environment proposal. What the the OP dumbfuck is thinking? Information presented was not relevant to the topic and should be corrected or purged because BIP441 is the product of hl5460s infected brain. If u let kids like him in the kitchen they will pilfer half of the fecal pie and gobble it in seconds.
jr. member
Activity: 535
Merit: 2
P2P peer-to-peer network
1. Added delay to refresh cycle when no seed nodes are found
2. Optimized the code to avoid copying arrays in loops

Tensority
Optimized code, advance allocation of array space, reduce pressure of gc

Smart contract

The equity compiler added the variable definition function, constructed the contract instance and performed related tests
Added the upper limit of transaction fee to prevent users from sending transaction with large gas
Wallet
1. Fixed the problem of digital display when the advanced transaction is deleted.
2. Modified and optimized the Chinese translation of the contract.
3. Fixed the packaging error of Bytom client.

Side chain
1. Added the redemption transaction type
2. Added verification for redemption transactions
3. Added information of transaction on the main chain to Redemption transactions
4. Provided proof API of merkle tree for side chains

SPV
Covered proofof merkle tree and send merkel block unit tests under normal and extreme conditions
2. Implemented the bytom SPV light wallet based on SPV, and released the test version.
Blockexplorer
1. Continuous optimization of blockchain explorer to improve the first loading speed
Others:
2. Built and initialized the new explorer project
3. Built front-end test server and integrated ci
4. Used ab pressure test explore API to improve API concurrency performance

BTMpool
1. Completed the encapsulation of the calculating force interface API of the homepage
2. Optimized shiro configuration to support token authentication and fixed the bug of identity authentication
3. Set up the test network environment and connected the front and back ends
4.Filled API interface data and supported HTTPS and bugfix
5. Separated and configured the background environment of the main net and the testing net mining pool

National Encryption Algorithm

1. Completed the algorithm rewriting of the sm2 algorithm to adapt to Bytom, and rewrote 6 sm2 related functions;
2. Sm2 algorithm is being tested to modify bug.
jr. member
Activity: 535
Merit: 2
#Blockchain #bytom Bytom Global Dev Competition Shenzhen Station~
Bytom enthusiasts
https://twitter.com/Bytom_Official/status/1036158213681426432


jr. member
Activity: 535
Merit: 2
I have my BTM at cryptopia and my question de is... How can I swap them to main net? Cryptopia will delisted BTM and they said they doesn't support swap
you can transfer to huobi gateio coinex and zb.com for token swap!
legendary
Activity: 1246
Merit: 1011
I have my BTM at cryptopia and my question de is... How can I swap them to main net? Cryptopia will delisted BTM and they said they doesn't support swap
jr. member
Activity: 535
Merit: 2
LANG Yu, CTO of Bytom and founder of 8btc News, delivered a speech titled “The Commercialization of Blockchain – Sidechain Expansion” in the 2018 BCCon Global Blockchain Eco-technology Conference.
https://news.8btc.com/bytom-cto-lang-yu-the-commercialization-of-blockchain-sidechain-expansion
newbie
Activity: 35
Merit: 0
I found my self reading about this platform and i think this is an interesting one that you can promote until the end of the ICO! I'll surely support this one!
sr. member
Activity: 304
Merit: 250
Huobi Global will support the Bytom mainnet switch soon,now you can swap  on @HuobiGlobal、@gate_io、@ZbTalk、@coinexcom !

Although it is not a good market, I am still optimistic about bytom, perhaps because I like its name, it is true that the team is not stopping for a moment to make updates.
jr. member
Activity: 535
Merit: 2
Huobi Global will support the Bytom mainnet switch soon,now you can swap  on @HuobiGlobal、@gate_io、@ZbTalk、@coinexcom !
hero member
Activity: 1092
Merit: 511
Tokenview now supports Bytom (BTM), which supports the search of block, address, transaction and large-value transaction monitoring, as well as the query of big holders list, etc.,
Check it on the link: https://tokenview.com/cn/analysis/btm
jr. member
Activity: 535
Merit: 2
Core
1. The back-end added a version prompt to update the interface, including the current version, whether there is an update, whether there is an important update and the latest version
2.“Prophet plan” improved API documents and readjusted data type & structure
3. Transformed the equity compiler to support the calculation of asset value
4. Investigated the problem of equity compiler variable assignment

SPV
1. Added proof algorithm of SPV merkel tree and corresponding test cases
2. Added FilterAddMessage to add the filter address of light node and limit the size and number of addresses. When hitting a new block, if the light node does not broadcast it .The light node disconnects directly if the whole node connects peer.
3. Implemented a light wallet based on SPV to modify the connection logic of wallet and prevent Eclipse attack
4. Modified the transaction mode, removed the transaction verification from core layer and now we can send transaction directly from wallet
5. Removed the kernel layer functions that are not needed for light wallets, such as txpool, mining, utxo management, etc

Peer-to-peer (P2P)
Added detection mechanism of version update , including version compatibility detection, update detection of new version and major version

BTMPool
1. Added nonce flag bit for miner to maintain submission of share concurrency.
2. Adjusted the low-light strategy of difficulty and dynamically adjust miner difficulty to approximate its real computing power.
3. Optimized the task logic and maintain the number of tasks in the queue to maintain the share submission.
4. Launched data display of arbitary and control_program
5. Optimized back-end interface of new version’s explorer whicn can query data
6. Development of new version’s explorer front-end
7. Completed the deployment of HTTPS CA certificates
8. Provided API interface for front end to obtain users’ registration status

National Encryption
1. Replaced sha3 algorithm and sha256 algorithm of Bytom National Encryption side chain with National Encryption sm3 algorithm;
2. Sm3 algorithm performs bug fixes to solve the problem of private key generation coverage and transaction verification is not successful.

Block Explorer
1. Optimization and unification block explorer style
2. Added Control_Program and Arbitray information display to block, address and transaction pages to freely switch and expand
3.Adjusted Fee, coinbase,retire deployment and display

Full Node Wallet
1.Added Chinese translation to smart contracts.
2. Added version number on the home page and prompt for version upgrade.
3. Optimized to reduce transaction detail.
4. Investigated and optimized transaction Item.

Dev Competition

Participate in Bytom Global Dev Competition and $1,000BTM for each effective referral!
jr. member
Activity: 535
Merit: 2
Bytom Weekly Dev Report🧐🧐🧐
Participate in Bytom Global Dev Competition and $1,000BTM for each effective referral!
https://medium.com/@Bytom_Official/bytom-weekly-dev-report-49f28236fa28?source=user_profile---------2------------------
full member
Activity: 336
Merit: 100
The technical capabilities of the BYTOM project team are excellent. The BYTOM coins are worth holding for a long time. Investors just need to be patient.
full member
Activity: 336
Merit: 100
The BYTOM team is technically strong, with investors holding one-fourth of their positions waiting for the next bull run in the encrypted money market.
jr. member
Activity: 535
Merit: 2
Participate in Bytom Global Dev Competition!
$2,000,000
http://bytom.io/developers_en/
newbie
Activity: 28
Merit: 0
Not just Bytom , my friends ! Whole market is down , and I alone am down 90% ....
no worries though !



BTM prices have fallen a lot recently, but investors should be confident because the community infrastructure for the BTM coin project is very good.

'Cause it's a Ponzi scheme, my friends! Only initial investors can earn, and it's usually the scammers themselves. So, don't worry, you'll lose it all...

Are you sure of your words? I do not fully understand why you think so? This is not a valid statement, which has no practical evidence.

So, what do you have except a fancy website, a Blockchain Explorer beta, a Wallet and a Testnet?

What is the product/service you are selling?

International reply coupons  Grin Grin Grin
Pages:
Jump to: