Bitcoin Forum
May 02, 2024, 08:51:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 »  All
  Print  
Author Topic: [ANN] [XSL] Solo - A secure, private, censorship resistant cryptocurrency  (Read 4855 times)
Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
August 30, 2019, 08:58:07 PM
 #121

v1.1.0.0 'Carbonite' Changelog:
* Major rebase from Monero v0.14.1.0 upstream

* Wallet changes:
  * Trezor Support (Model T only)
  * Improved Ledger Support (Nano X)
  * Cold signing/storage support
  * Unlock time in blocks for all locked transfers in balance
  * Support resolving an OpenAlias address to a Solo address
  * Unmixable outputs can be spent again
  * Experimental TOR/I2P/SOCKS support (see ANONYMITY_NETWORKS.md)
  * Changed Commands:
    * blackball -> mark_output_spent
    * unblackball -> mark_output_unspent
  * New Commands:
    * freeze
    * frozen
    * thaw
    * hw_key_images_sync
    * is_output_spent
    * mms (Multisig Messaging System)
      * Info at https://web.getmonero.org/resources/user-guides/multisig-messaging-system.html

* Daemon changes:
  * No spamming of sync messages during syncing
  * Cleaner logging overall
  * P2P syncing improvements
    * SSL support for syncing via new epee
    * Fix sync wedge when an incoming tx is already in the pool
    * JIT enabled, which drastically improves sync performance
  * Better output in sync_info command
  * Bug fixes and further performance improvements
  * Fix for crash on exit
  * Solo ASCII art logo after init
  * Change Hardfork DEFAULT_THRESHOLD_PERCENT 0 -> 51.
  * Change Hardfork DEFAULT_WINDOW_SIZE 10080 -> 30240 (supermajority window check length - a week)
  * New Commands:
    * mining_status
    * print_net_stats

* Upstream changes:
  * Many changes in contrib/epee
  * Brewfile in contrib/brew/Brewfile
  * contrib/depends updates
  * db_txn_guard (blockchain_db: fix db txn ending too early) from moneromooo-monero

* New Binaries:
  * solo-blockchain-ancestry
  * solo-blockchain-stats
  * solo-blockchain-depth

* Renamed solo-blockchain-blackball binary to solo-blockchain-mark-spent-outputs
* Added riscv64 support.

* Important notes:
  * LMDB version increased to 3, so a re-sync from 0 or an import of a snapshot is recommended.
  * Wallet .cache files are incompatible with the new wallet.  Old .cache files may be deleted, please be sure to keep your .keys.  Once you load your wallet after removing the .cache file, a new .cache will be generated.

Source: https://gitlab.com/solo-project/solo

Windows: https://files.minesolo.com/solo-v1.1.0.0-win64.zip
Linux: https://files.minesolo.com/solo-v1.1.0.0-linux64.zip
MacOS: https://files.minesolo.com/solo-v1.1.0.0-macos64.zip
Android ARM64: https://files.minesolo.com/solo-v1.1.0.0-android64.zip
ARM64 Linux: https://files.minesolo.com/solo-v1.1.0.0-arm64.zip
ARMHF Linux: https://files.minesolo.com/solo-v1.1.0.0-armhf.zip
RISCV64 Linux: https://files.minesolo.com/solo-v1.1.0.0-riscv64.zip

Snapshots:
https://files.minesolo.com/snapshot.zip
https://files.minesolo.com/snapshot.7z

As always the SHA512sum can be verified for each package by comparing with https://files.minesolo.com/SHA512.txt
The SHA512.txt is signed by GPG key https://files.minesolo.com/TyphooN.gpg which can also be verified.
1714639890
Hero Member
*
Offline Offline

Posts: 1714639890

View Profile Personal Message (Offline)

Ignore
1714639890
Reply with quote  #2

1714639890
Report to moderator
1714639890
Hero Member
*
Offline Offline

Posts: 1714639890

View Profile Personal Message (Offline)

Ignore
1714639890
Reply with quote  #2

1714639890
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714639890
Hero Member
*
Offline Offline

Posts: 1714639890

View Profile Personal Message (Offline)

Ignore
1714639890
Reply with quote  #2

1714639890
Report to moderator
1714639890
Hero Member
*
Offline Offline

Posts: 1714639890

View Profile Personal Message (Offline)

Ignore
1714639890
Reply with quote  #2

1714639890
Report to moderator
1714639890
Hero Member
*
Offline Offline

Posts: 1714639890

View Profile Personal Message (Offline)

Ignore
1714639890
Reply with quote  #2

1714639890
Report to moderator
cripti7
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
August 31, 2019, 04:36:25 AM
 #122

Does this Bitcointalk promotion work? I'm asking because we plan to start our own PROJECT and use this forum as marketing media.
Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
August 31, 2019, 08:41:01 PM
 #123

v1.1.0.1 binaries are available:
* Revert DEFAULT_THRESHOLD_PERCENT change as it breaks syncing from 0
* Remove deprecated HardFork::get_last_version()
* Fix importer/exporter

* Important notes (when upgrading from v1.0.4.8 or earlier):
  * LMDB version increased to 3, so a re-sync from 0 or an import of a snapshot is recommended.
  * Wallet .cache files are incompatible with the new wallet.  Old .cache files may be deleted, please be sure to keep your .keys.  Once you load your wallet after removing the .cache file, a new .cache will be generated.

Source: https://gitlab.com/solo-project/solo

Windows: https://files.minesolo.com/solo-v1.1.0.1-win64.zip
Linux: https://files.minesolo.com/solo-v1.1.0.1-linux64.zip
MacOS: https://files.minesolo.com/solo-v1.1.0.1-macos64.zip
Android ARM64: https://files.minesolo.com/solo-v1.1.0.1-android64.zip
ARM64 Linux: https://files.minesolo.com/solo-v1.1.0.1-arm64.zip
ARMHF Linux: https://files.minesolo.com/solo-v1.1.0.1-armhf.zip
RISCV64 Linux: https://files.minesolo.com/solo-v1.1.0.1-riscv64.zip

Snapshots:
https://files.minesolo.com/snapshot.zip
https://files.minesolo.com/snapshot.7z

As always the SHA512sum can be verified for each package by comparing with https://files.minesolo.com/SHA512.txt
The SHA512.txt is signed by GPG key https://files.minesolo.com/TyphooN.gpg which can also be verified.
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 01, 2019, 06:03:32 AM
 #124

How to recover wallet from seed?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
September 01, 2019, 02:52:47 PM
Merited by cryptomaxsun (1)
 #125

How to recover wallet from seed?

./solo-wallet-cli --restore-deterministic-wallet

or in windows solo-wallet-cli.exe --restore-deterministic-wallet
jsheets1970
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
September 14, 2019, 03:20:31 AM
 #126

How to recover wallet from seed?

./solo-wallet-cli --restore-deterministic-wallet

or in windows solo-wallet-cli.exe --restore-deterministic-wallet

Is this project still alive? Twitter seems silent. This board is dead. is there a future here??
Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
September 19, 2019, 01:14:21 AM
 #127

v1.1.0.3 binaries have been released!
Changelog (v1.1.0.2 and v1.1.0.3 combined as we had no announcement for v1.1.0.2):
*  Better logging and info displayed during syncing, but nowhere near as spammy as v1.0.4.x
*  Merge some changes from upstream to cryptonote_protocol_handler.inl/cryptonote_protocol_handler.h
*  Add arg_fluffy_blocks / arg_no_fluffy_blocks flags
*  Remove obsoleted do_request_peer_id in net_node
*  Change net_node max_connections to 3
*  Update android64.Dockerfile
*  Update mining_status command in solod to add Estimated Earnings
*  Rename 'Expected' to 'Emission Schedule' in mining_status
*  Add disclaimer about Estimated Earnings in mining_status
*  Add Network Hashrate to mining_status

Source: https://gitlab.com/solo-project/solo

Windows: https://files.minesolo.com/solo-v1.1.0.3-win64.zip
Linux: https://files.minesolo.com/solo-v1.1.0.3-linux64.zip
MacOS: https://files.minesolo.com/solo-v1.1.0.3-macos64.zip
Android ARM64: https://files.minesolo.com/solo-v1.1.0.3-android64.zip
ARM64 Linux: https://files.minesolo.com/solo-v1.1.0.3-arm64.zip
ARMHF Linux: https://files.minesolo.com/solo-v1.1.0.3-armhf.zip
RISCV64 Linux: https://files.minesolo.com/solo-v1.1.0.3-riscv64.zip

Snapshots:
https://files.minesolo.com/snapshot.zip
https://files.minesolo.com/snapshot.7z

As always the SHA512sum can be verified for each package by comparing with https://files.minesolo.com/SHA512.txt
The SHA512.txt is signed by GPG key https://files.minesolo.com/TyphooN.gpg which can also be verified.

We are excited to announce that Solo (XSL) has been listed at 2 new exchanges:
*  bia.do is an exchange that Monero (XMR) is the primary pair.  One of the potential goals of this exchange is to assist in decoupling BTC as the primary pair for most trading.  Piconero not Satoshi!  Check it out at: https://bia.do/
*  Bisq is a Decentralized Exchange (DEX) Check it out at: https://bisq.network/
tintian1x1
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 19, 2019, 07:39:40 AM
 #128

Congratulation !!!!
SOLO (XSL) was listed on southxchange  Roll Eyes

its not official anoucement !!!
trade is not yet open, but wallet already listed on soutxchange
https://cdn.discordapp.com/attachments/517099237016862734/624125741658800139/unknown.png


GOOD JOB TEAM !!

whotheff
Member
**
Offline Offline

Activity: 762
Merit: 35


View Profile WWW
September 19, 2019, 12:19:38 PM
 #129

Congratulation !!!!
SOLO (XSL) was listed on southxchange  Roll Eyes

its not official anoucement !!!
trade is not yet open, but wallet already listed on soutxchange



GOOD JOB TEAM !!



Congrats! It deserves a proper announcement so more people can start trading
when trades are open.

Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
September 19, 2019, 04:39:15 PM
Last edit: September 19, 2019, 05:15:55 PM by Solo-Project
 #130

Solo (XSL) is now listed for trade at SouthXchange!
BTC market: https://www.southxchange.com/Market/Book/XSL/BTC
LTC market: https://www.southxchange.com/Market/Book/XSL/LTC
2x25BT
Sr. Member
****
Offline Offline

Activity: 732
Merit: 251


View Profile WWW
September 29, 2019, 01:27:15 PM
 #131

any plan to submit to marketcap ??

coinpaprika is enough for this https://coinpaprika.com/valjuta/xsl-solo/#
price is less than 1sat since july
Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
November 20, 2019, 03:42:53 PM
 #132

v1.1.0.4 binaries have been released!  There are some mining related fixes which should help to reduce local forking in the event of intermittent connectivity, so it is recommended for all miners to upgrade!

Changelog:
* Pause mining when disconnected from the network or syncing to a new top block.
* Some trezor fixes, however further trezor bugs persist and will be resolved in a future release.
* Sync status messages every 100 blocks instead of every 1000 blocks.
* Change max outbound connections back to 8.
* RingCT changes from upstream.
* Fix wallet2 height estimate.
* Changes made for Solo-GUI compatibility.
* Fix msys build.
* Change autodetect theshhold from 1% to 0.5% (could help with finding the right # of threads on higher core count CPUs)
* Update submodules.
* Monero -> Solo in solo-blockchain-mark-spent-outputs.

Windows: https://files.minesolo.com/solo-v1.1.0.4-win64.zip
Linux: https://files.minesolo.com/solo-v1.1.0.4-linux64.zip
MacOS: https://files.minesolo.com/solo-v1.1.0.4-macos64.zip
Android ARM64: https://files.minesolo.com/solo-v1.1.0.4-android64.zip
ARM64 Linux: https://files.minesolo.com/solo-v1.1.0.4-arm64.zip
ARMHF Linux: https://files.minesolo.com/solo-v1.1.0.4-armhf.zip
RISCV64 Linux: https://files.minesolo.com/solo-v1.1.0.4-riscv64.zip

As always the SHA512sum can be verified for each package by comparing with https://files.minesolo.com/SHA512.txt
The SHA512.txt is signed by GPG key https://files.minesolo.com/TyphooN.gpg which can also be verified.
Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
November 24, 2019, 04:49:47 PM
Last edit: November 25, 2019, 02:30:07 PM by Solo-Project
 #133

We are excited to announce that Solo-GUI is released! Solo-GUI is based on Monero-GUI (v0.14.1.2) upstream and includes easy to setup, one click mining! Windows and Linux Binaries are available currently, but we cannot yet offer a MacOS binary unfortunately as our team does not currently have access to a Mac OS X machine to build on. Please contact @TyphooN on Discord if you can assist us in building a Mac OS binary!

Source: https://gitlab.com/solo-project/solo-gui
Windows: https://files.minesolo.com/solo-gui-v1.1.0.4-win64.zip
Linux: https://files.minesolo.com/solo-gui-v1.1.0.4-linux64.zip


As always the SHA512sum can be verified for each package by comparing with https://files.minesolo.com/SHA512.txt
The SHA512.txt is signed by GPG key https://files.minesolo.com/TyphooN.gpg which can also be verified.

Ribak1992
Sr. Member
****
Offline Offline

Activity: 728
Merit: 252


View Profile
November 30, 2019, 01:15:36 PM
 #134

if it’s no secret you don’t have something like a crane in your project to test the work? want to check everything before begin to direct my mining power.
the project looks interesting to me, but you understand that power and electricity are not worth a little money and you have to think it over several times. good idea but needs to be developed.
AmoreJaz
Legendary
*
Offline Offline

Activity: 3094
Merit: 1102


Leading Crypto Sports Betting & Casino Platform


View Profile
December 05, 2019, 11:42:56 PM
 #135

if it’s no secret you don’t have something like a crane in your project to test the work? want to check everything before begin to direct my mining power.
the project looks interesting to me, but you understand that power and electricity are not worth a little money and you have to think it over several times. good idea but needs to be developed.

exactly! but sometimes you cant tell if its worth mining or not if you havent tried. but that is a risk you need to take here. how much coin you will get from the current difficulty using your equipment?
and you need to be updated also about the current price. and i dont think this coin is profitable at the moment. just my opinion.
no buy order even at 1 sat in soutxchange and theres a bulk of sell orders at 1-10sats. gauge it on your own how you can get profit from this current trading performance.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Solo-Project (OP)
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
December 19, 2019, 11:27:07 AM
 #136

v1.1.0.5 is released!  This is a recommended upgrade for all miners due to the CN-IO PoW related fixes.

CN-IO PoW related fixes by mc.  Alt_chains longer than 5 depth should now reorganize properly due to the following fixes:
*  cryptonote_basic:cryptonote_format_utils: v2 fix: Use alt block data in generate_v2_data
*  pow:v13:get_v3_data: Use alt chain data for pow calculation
*  cryptonote_core:blockchain: get_alternative_chain
*  cryptonote_core:blockchain: get_block_id_by_height: get_alternative_chain with alt chain support
*  cryptonote_format_utils:pow: cache_hash: Cache the previous block id instead of the height. After a reorg the height may no longer match the block data, causing the wrong v2 data to be used for pow.

*  Update seed nodes
*  Remove checkpoints later than v15
*  Update submodules
*  Remove pruning.cpp/pruning.h
*  Add gen_ssl_cert
*  Fix typo in background mining message
*  Add weekly to mining_status output
*  Update ANONYMITY_NETWORKS.md, add README.i18n.md
*  Merge in latest changes from Monero upstream in: cmake, depends, db_drivers/liblmdb, translations, src/crypto, src/blockchain_utilities, src/common, src/daemon, src/daemonizer, src/debug_utilities, src/device, src/net, src/rpc, src/simplewallet, and src/serialization

Core
=====================================================================
Source: https://gitlab.com/solo-project/solo
Windows: https://files.minesolo.com/solo-v1.1.0.5-win64.zip
Linux: https://files.minesolo.com/solo-v1.1.0.5-linux64.zip
MacOS: https://files.minesolo.com/solo-v1.1.0.5-macos64.zip
Android ARM64: https://files.minesolo.com/solo-v1.1.0.5-android64.zip
ARM64 Linux: https://files.minesolo.com/solo-v1.1.0.5-arm64.zip
ARMHF Linux: https://files.minesolo.com/solo-v1.1.0.5-armhf.zip
RISCV64 Linux: https://files.minesolo.com/solo-v1.1.0.5-riscv64.zip

GUI
=====================================================================
Source: https://gitlab.com/solo-project/solo-gui
Windows: https://files.minesolo.com/solo-gui-v1.1.0.5-win64.zip
Linux: https://files.minesolo.com/solo-gui-v1.1.0.5-linux64.zip

As always the SHA512sum can be verified for each package by comparing with https://files.minesolo.com/SHA512.txt
The SHA512.txt is signed by GPG key https://files.minesolo.com/TyphooN.gpg which can also be verified.
tippytoes
Sr. Member
****
Offline Offline

Activity: 1988
Merit: 275


View Profile
December 21, 2019, 03:06:21 PM
 #137

Even after the updates mentioned above for this project, nothing has changed in terms of trading performance. The last buy order at southxchange was dec 2. And no buy order even at 1 sat. All at sell orders.



If you are a miner, do you think you will jump on this? I don't think so. The Solo Dev team should come up with another marketing plan to gain traders of this coin.
bitpotter
Sr. Member
****
Offline Offline

Activity: 1451
Merit: 258


View Profile
December 27, 2019, 12:32:18 PM
 #138

Even after the updates mentioned above for this project, nothing has changed in terms of trading performance. The last buy order at southxchange was dec 2. And no buy order even at 1 sat. All at sell orders.



If you are a miner, do you think you will jump on this? I don't think so. The Solo Dev team should come up with another marketing plan to gain traders of this coin.

I see the buy/sell order chart above shows that there is no interest in the buying wall and too many coins accumulate in the selling wall, I think it will be difficult to make a bullish move.
AmoreJaz
Legendary
*
Offline Offline

Activity: 3094
Merit: 1102


Leading Crypto Sports Betting & Casino Platform


View Profile
December 27, 2019, 11:45:43 PM
 #139

Even after the updates mentioned above for this project, nothing has changed in terms of trading performance. The last buy order at southxchange was dec 2. And no buy order even at 1 sat. All at sell orders.



If you are a miner, do you think you will jump on this? I don't think so. The Solo Dev team should come up with another marketing plan to gain traders of this coin.

I see the buy/sell order chart above shows that there is no interest in the buying wall and too many coins accumulate in the selling wall, I think it will be difficult to make a bullish move.


such a discouragement to all miners. at least buy order or 1-10 sats would make a difference. but theres nothing. i dont think this can revive its glory.
bullish move? maybe we can call it a miracle move instead?
any encouraging statement from the dev team?

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Bowtiesarecool
Sr. Member
****
Offline Offline

Activity: 1050
Merit: 295


View Profile
December 31, 2019, 06:25:56 PM
 #140

Even after the updates mentioned above for this project, nothing has changed in terms of trading performance. The last buy order at southxchange was dec 2. And no buy order even at 1 sat. All at sell orders.



If you are a miner, do you think you will jump on this? I don't think so. The Solo Dev team should come up with another marketing plan to gain traders of this coin.

I see the buy/sell order chart above shows that there is no interest in the buying wall and too many coins accumulate in the selling wall, I think it will be difficult to make a bullish move.


such a discouragement to all miners. at least buy order or 1-10 sats would make a difference. but theres nothing. i dont think this can revive its glory.
bullish move? maybe we can call it a miracle move instead?
any encouraging statement from the dev team?


Unlikely to see a revival here or even encouragement. The entire crypto market's not too encourage these days, the biggest casualty of this has been "experimentations". Most folks don't wanna go out on a limb on "unproven" devs and cryptos, while still trying to recover from the daily carnage out there. Add messy tokenomics and you have 10ft pool situations
Pages: « 1 2 3 4 5 6 [7] 8 9 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!