It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
1] Mainnet + Testnet v0.6.2 > v0.6.3 |Link:1,2,3 ExtraLink:2a | |
--- NEW: DEX Matcher | |
--- NEW: Asset Burn transaction | |
--- NEW: LPOS with Leasing and Leasing Cancel transactions | |
--- NEW: New configuration file format | |
--- NEW: Increased UTX pool size | |
--- IMPORTANT: New transactions will become available on Mainnet on 3 April 2017. | |
2] WavesLiteApp v0.4.11 > v0.4.12 |Link:1 | |
3] (Unconfirmed) Waves Wallet App for iOS out in mid April? |Link:1 | |
4] Article & Blog: Liquid.pro to transfer all stock options orders to WAVES blockchain |Link:1 ExtraLink:1a,b,c,d,e,f,g,h | |
5] Article & Blog: 'Incentivizing POS Mining - introducing MRT (Miners Reward Token)' |Link:1 ExtraLink:1a,b | |
6] Article (BankingTech): Blockchain and Bitcoin round up |Link:1 | |
7] Magazine (CoreMedia): April Issue |Link:1 | |
8] Added to '2017 Global Blockchain Startup Map' |Link:1 | |
9] Added to 'MindMeister's Mindmap: Leading Blockchain Projects' |Link:1,2 | |
10] Spotted on IOTA Exchange |Link:1 | |
11] Approved for AZURE Platform. Waiting to be published |Link:1 | |
12] WAVES Weekly will be back! |Link:1 | |
Ecosystem
I think many alts are down these days due to btc rally.
However I think the waves cant rise yet much more due to another reason: I think that some big 'whale' (it is speculated it is iconomi) invested a lot of money into waves ico and they want to get rid of the waves..they offloaded some time ago but it seems they might have more. Maybe not even them but lots of sells with exactly 3000 waves smells like something like that. Big large sell walls. Or maybe whales are still accumulating. You gotta look at it and laugh. Stratis is going for 31 k atm and will very soon take over waves. Waves which got more fundings and more time cant even get above ico. Stratis is dumping right now while Waves is holding its value Look our mud hut village went up quicker than your marble city and more people are living in it. #checkmateRomans It's not about building a pump and dump coin Waves will be useful You gotta look at it and laugh. Stratis is going for 31 k atm and will very soon take over waves. Waves which got more fundings and more time cant even get above ico. Stratis is dumping right now while Waves is holding its value Look our mud hut village went up quicker than your marble city and more people are living in it. #checkmateRomans You gotta look at it and laugh. Stratis is going for 31 k atm and will very soon take over waves. Waves which got more fundings and more time cant even get above ico. Stratis is dumping right now while Waves is holding its value
Update from Sasha on slack:
"Still updating at tidex, 4 assets will be added tomorrow morning US time. Also fiat markets will be added shortly after that"
You gotta look at it and laugh. Stratis is going for 31 k atm and will very soon take over waves. Waves which got more fundings and more time cant even get above ico.
Hello ! guys, an update from Sigwo Technologies
To use Sigwo Technologies Waves DEX via CLI and Python: For Ubuntu Linux: Install pip (sudo apt-get install pip) Install PyWaves (pip install pywaves) Type in nano dex.py and paste in: Code: import pywaves as pw Change the amount and price to your suiting, remembering this is priced in WAVES per MERCURY. You may also change the assetPair to MER_BTC to price in BTC.pw.setNode("http://waves.sigwo.tech","mainnet") pw.setMatcher("http://dex.sigwo.tech") myAddress = pw.Address(privateKey="YOUR ADDRESS PRIVATE KEY") BTC = pw.Asset('8LQW8f7P5d5PZM7GtZEBgaqRPGSzS3DfPuiXrURJ4AJS') MER = pw.Asset('HzfaJp8YQWLvQG4FkUxq2Q7iYWMYQ2k8UF89vVJAjWPj') MER_WAVES = pw.AssetPair(MER, pw.WAVES) MER_BTC = pw.AssetPair(MER, BTC) myOrder = myAddress.sell(assetPair = MER_WAVES, amount = 2000, price = 1, maxLifetime=86400) Save and close this file. Then you can run python dex.py To lease my node your Waves so you don't have to run a full node to receive rewards: For Ubuntu Linux: Install pip (sudo apt-get install pip) Install PyWaves (pip install pywaves) Type in nano lease.py and paste in: Code: import pywaves as pw pw.setNode(node = 'http://waves.sigwo.tech', chain = 'mainnet') myAddress = pw.Address(privateKey = 'YOUR ADDRESS PRIVATE KEY') minerAddress = pw.Address('3PPKDQ3G67gekeobR8MENopXytEf6M8WXhs') # lease 1000 Waves to minerAddress, change to your suiting leaseId = myAddress.lease(minerAddress, 100000000000) Change the 100000000000 to how many Waves you want to lease out. Save and close this file. Then you can run python lease.py To cancel the lease: For Ubuntu Linux: Install pip (sudo apt-get install pip) Install PyWaves (pip install pywaves) Type in nano stopLease.py and paste in: Code: import pywaves as pw Then you can run python stopLease.py to stop leasing your Waves pw.setNode(node = 'http://waves.sigwo.tech', chain = 'mainnet') myAddress = pw.Address(privateKey = 'YOUR ADDRESS PRIVATE KEY') minerAddress = pw.Address('3PPKDQ3G67gekeobR8MENopXytEf6M8WXhs') leaseId = myAddress.lease(minerAddress, 100000000000) myAddress.leaseCancel(leaseId) The Birth Of A Blockchain: From Ripples To Making 'Crypto' Waves https://twitter.com/AitkenRL/status/849022491200823300 I have tweeted this here if anyone else wants to retweet: https://twitter.com/Soul_Eater_43/status/849025742222569472
The Birth Of A Blockchain: From Ripples To Making 'Crypto' Waves
https://twitter.com/AitkenRL/status/849022491200823300
BTC -> WAVES live in lite client
https://twitter.com/sasha35625/status/848893585776922626 Matcher(DEX) GUI soon on testnet https://twitter.com/sasha35625/status/848934565347557380 How to run Matcher without GUI on mainnet https://twitter.com/sasha35625/status/848940053560799233 First DEX txes on mainnet executed https://twitter.com/p_blck/status/848757383132262400 MobileGo blog post, 'Getting started with the Waves wallet' https://twitter.com/MobileGoIco/status/848904416778493952 Waves Roadmap 2017 https://twitter.com/sasha35625/status/848975462646808576
Didn't visit this thread for more than 5 mounths. Still no pump( Hope one day it's gonna happen.
Jump to:
|