Pages:
Author

Topic: 23 Skidoo CHAO Information - page 4. (Read 39816 times)

newbie
Activity: 2
Merit: 0
September 22, 2017, 12:22:59 AM
I noticed the piecharts on the other thread were down, something something externally hosted.
In case anyone found them useful:

http://img.photobucket.com/albums/v440/DrDaveTheHat/skidoopie1_zpslm1vmcp6.png
http://img.photobucket.com/albums/v440/DrDaveTheHat/skid2_zpsuqyayagq.png

Total rewards (exc tx fees) ~0.00022/day.
newbie
Activity: 9
Merit: 0
September 20, 2017, 11:26:48 AM
in console bar,type
getaccountaddress ""

address show
sr. member
Activity: 1092
Merit: 273
September 20, 2017, 11:11:29 AM
the new wallet is not working i cannot find my wallet address?

What actually doesnt work?   

Why nobody trades CHAO at cryptohub?
newbie
Activity: 42
Merit: 0
September 20, 2017, 07:59:07 AM
the new wallet is not working i cannot find my wallet address?
legendary
Activity: 2450
Merit: 1076
keybase.io/fallingknife/
September 17, 2017, 10:43:57 PM
What the fuck.
Let's roll it back.
When did the attack start?
member
Activity: 164
Merit: 71
September 17, 2017, 10:07:11 PM
I've been trying to upgrade to the 11.1 version in Ubuntu 16.04 but I'm getting the fun "must build with position-independent code" error.

After: make -j4:
~~~~~~~~~~~~~~~~~~~~
[...]

  CXX      qt/qt_libskidooqt_a-bitcoinunits.o
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h:37:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:37,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:37,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlabel.h:37,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QLabel:1,
                 from qt/bitcoingui.h:14,
                 from qt/bitcoingui.cpp:5:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1067:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)."
 #  error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
    ^
[...]

Makefile:4075: recipe for target 'qt/qt_libskidooqt_a-bitcoinunits.o' failed
make[2]: *** [qt/qt_libskidooqt_a-bitcoinunits.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:4047: recipe for target 'qt/qt_libskidooqt_a-bitcoinamountfield.o' failed
make[2]: *** [qt/qt_libskidooqt_a-bitcoinamountfield.o] Error 1
Makefile:4061: recipe for target 'qt/qt_libskidooqt_a-bitcoingui.o' failed
make[2]: *** [qt/qt_libskidooqt_a-bitcoingui.o] Error 1
Makefile:5454: recipe for target 'qt/qt_skidoo_qt-bitcoin.o' failed
make[2]: *** [qt/qt_skidoo_qt-bitcoin.o] Error 1
make[2]: Leaving directory '/media/qishtu31/ExtraDrive1/skidoo/src'
Makefile:6234: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/media/qishtu31/ExtraDrive1/skidoo/src'
Makefile:632: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~

My configure line is currently as follows: "./configure --with-gui=qt5 --with-incompatible-bdb --with-pic".

In an effort to circumvent this and/or interpret the part in the build-unix.md documentation file where it has the instructions (inherited from BTC):
~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Always use absolute paths to configure and compile bitcoin and the dependencies, for example, when specifying the the path of the dependency:

../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX

Here BDB_PREFIX must absolute path - it is defined using $(pwd) which ensures the usage of the absolute path."
~~~~~~~~~~~~~~~~~~~~~~~~~~~
I followed the steps here: ( https://altcoinkingdom.com/compile-bitcoin-core-from-source-on-ubuntu-16-04.html ) --downloading the berkeleyDB 4.8 version, etc up to the line:
 "./configure CPPFLAGS="-I${BDB_PREFIX}/include/ -O2“ LDFLAGS=”-L${BDB_PREFIX}/lib/" —with-gui"

which produced errors:
configure: error: in `/[directories]/skidoo':
configure: error: C++ compiler cannot create executables
See `config.log' for more details

(the config.log has:
...gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
configure:3764: $? = 0
configure:3753: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3764: $? = 1
configure:3753: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
...

So with or without BerkeleyDB 4.8... I was wondering if there are some parameters I can pass at the terminal (as environment variables) before autogen and configure (or to configure) to get this built.
 
Perhaps it is some permutation using export in Ubuntu similar to:

export PATH=/usr/local/cuda-8.0/bin${PATH:+:${PATH}} # which adds /usr/local/cuda-8.0/bin to the PATH environment variable

or

export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64 # which adds /usr/local/cuda-8.0/lib64 to LD_LIBRARY_PATH and is followed by:
sudo ldconfig # needed to implement revised LD_LIBRARY_PATH

 If I have to go in and adjust several files to make it work I'm fine with doing that too.   (I'm currently at step 8 of the guide https://cryptocurrencytalk.com/topic/2023-quick-guide-how-to-rebuild-a-qt-wallet-if-you-lost-your-coins/ that I posted earlier).

Thank you in advance for any help to get this thing built; hopefully it's not too elaborate a fix.  There is no issues tab on the github page so this seemed the place (rather than Ubuntu forums that wouldn't be helpful with altcoin info).
newbie
Activity: 30
Merit: 0
September 16, 2017, 04:00:59 PM
Hello All. I stored on cryptopia 0.00050113 CHAO. What do I do, how to get my savings back?
Thaks.

user balances will also be restored as far as i know. just need to wait until auxpow kicks in at block 825000

I wondered the same thing.  Hadn't been aware it was delisted until today.  

Thanks

"That's what I wrote for support:
Unfortunately the CHAO wallet was recently the victim of a 51% attack during which we lost 0.003 CHAO. We allowed withdrawals of CHAO until our wallet was empty and have now taken the wallet offline.

The new developer has been in touch and we are working with him to top up our wallet and get CHAO relisted here. If the wallet does end up getting topped up you will see the balance of your CHAO as normal on Cryptopia.

Any further questions please let us know."

I update to new version

I updated too
the synchronization process is in progress
hero member
Activity: 658
Merit: 500
September 16, 2017, 07:24:18 AM
Hello All. I stored on cryptopia 0.00050113 CHAO. What do I do, how to get my savings back?
Thaks.

user balances will also be restored as far as i know. just need to wait until auxpow kicks in at block 825000

I wondered the same thing.  Hadn't been aware it was delisted until today. 

Thanks
sr. member
Activity: 1092
Merit: 273
September 16, 2017, 05:01:10 AM
CryptoHub market for skidoo is working:   https://cryptohub.online/market/CHAO/
legendary
Activity: 964
Merit: 1000
September 16, 2017, 03:54:31 AM
Emailed you the list.
Thank you!


Looks like we're all back on track now Smiley I had a suspicion that it wasnt enough 0.11.1 nodes. I'm happy i was right Cheesy
On a positive note, It seems syncing speeds have decreased now with everyone using a headers first client.
sr. member
Activity: 1092
Merit: 273
September 15, 2017, 01:57:04 PM
I update to new version
newbie
Activity: 30
Merit: 0
September 15, 2017, 03:34:05 AM
Hello All. I stored on cryptopia 0.00050113 CHAO. What do I do, how to get my savings back?
Thaks.

user balances will also be restored as far as i know. just need to wait until auxpow kicks in at block 825000
Good news. Thanx!
newbie
Activity: 55
Merit: 0
September 14, 2017, 11:39:59 PM
Sounds good, I like the concept that you have, but I still need more information from this project, with bounty for example, I hope this project soon update the announcement
legendary
Activity: 964
Merit: 1000
September 14, 2017, 11:30:29 PM
0.11.1 windows wallet.
https://www.dropbox.com/s/9tykvbaja0l5axa/CHAO.zip?dl=0

If you're using 0.10.1.1 or 0.11.0 please update to 0.11.1
hero member
Activity: 631
Merit: 501
September 14, 2017, 11:19:40 PM
Emailed you the list.
Thank you!
legendary
Activity: 964
Merit: 1000
September 14, 2017, 09:35:05 PM
I just compared my wallet to the explorer and it seems I'm out of sync again.
My wallet is showing 771677 but the explorer (https://chainz.cryptoid.info/chao/) currently shows 771628

Just put another 0.11.1 node online and that was me emailing you Wink could you send a list of the peers in your wallet?
hero member
Activity: 631
Merit: 501
September 14, 2017, 08:33:47 PM
I just compared my wallet to the explorer and it seems I'm out of sync again.
My wallet is showing 771677 but the explorer (https://chainz.cryptoid.info/chao/) currently shows 771628
legendary
Activity: 964
Merit: 1000
September 14, 2017, 02:44:46 PM
Hello All. I stored on cryptopia 0.00050113 CHAO. What do I do, how to get my savings back?
Thaks.

user balances will also be restored as far as i know. just need to wait until auxpow kicks in at block 825000
newbie
Activity: 30
Merit: 0
September 14, 2017, 02:37:39 AM
Hello All. I stored on cryptopia 0.00050113 CHAO. What do I do, how to get my savings back?
Thaks.
newbie
Activity: 32
Merit: 0
September 13, 2017, 12:00:26 PM
Raw transaction situation:

I try to send 0.00001000  with fee 0.00000011   (I use one input of 0.00001011)

error: {"code":-26,"message":"66: insufficient priority"}


Finally seems that minimum allowed fee is 0.00001000 for kb

I could send this way:

{
        "account" : "",
        "address" : "zAqG9VXQuAZhmAooSehTo6rkWJF6CSb9w4",
        "category" : "send",
        "amount" : -0.00000700,
        "vout" : 0,
        "fee" : -0.00000311,
        "confirmations" : 0,
        "txid" : "7677ff656c5b772c99df4b0cf56bdf67db6f246f71ef82f7e8da749acc79e4d9",
        "walletconflicts" : [
        ],
        "time" : 1504997860,
        "timereceived" : 1504997860
    }



But how a POOL  can exist if to use one unspent  0.00000001 or 0.00000010  I should pay 0.00000200 of fee?
(One unspent is about 200 bytes.  )
Now I understand -  there are no new blocks since pool (I think zpool) mines it only when there are unconfrmed transtacion in memory.

It was the main idea of coin?  To generate only blocks with transactions in it?

Yeah, I may have leapt to the wrong conclusion above... the relay fee is 0.0000100 CHAO (so the sent amount has to be larger than that to have any rationale to send it).

Zpool seems to have mined the last five blocks.  I think Wmikrut was mining its own private orphaned chain for a bit in the last 24 hrs too.

Am I orphaned?

I see my wallet height matches https://chainz.cryptoid.info/chao/ within a block or two.
If I was orphaned I would think it would be way off.


You can pull and rebuild now. I've got my miners pointed your way. should be no need to reindex.
Do a "git checkout chainID" just incase. I've switched that to the default branch though.

Once im sure we're all on the right fork and working together then ill get a windows client released.


Infernoman,

I'll check your github tonight and make sure my chain ID is correct and update/reindex/redownload blockchain if required.

Yeah... regarding coinmarketcap, I see where it's not listed anymore, even as an inactive coin.
I'm sure a lot of the exchange issues can be corrected once everyone is up to par with the new code
in order to avoid 51% attack issues in the future.

All of these ridiculous ICOs (which seem to be primarily based in PoS) I see with unheard of prices are all volatility price shifts. If there is no converged network to function as transaction processors, regardless of whether you are PoS or PoW, there is no real support for the price swings outside psychological volatility market swings. Reminds me of the volatility of Options contracts and futures in the Wall Street world that co-exists with fiat currency(ies).

Thanks,
jubei
Pages:
Jump to: