Search content
Sort by

Showing 12 of 12 results by QuasiPuppet
Post
Topic
Board Announcements (Altcoins)
Re: [XDN] DigitalNote privacy protected, №1 blockchain bank, crypto msgs, CPU PoW
by
QuasiPuppet
on 15/09/2015, 07:46:38 UTC
Does my wallet need to be open always to use the banking/deposit feature?

I know in some wallets that "stake", it has to be.

Please advise.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
QuasiPuppet
on 09/09/2015, 13:54:08 UTC
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?


It's looking for boost-1.55 but you have boost 1.58 installed.

As for the compile error, go into CMakeLists.txt, find where is says -Werror and delete that.

Ok, now I get a new error

Code:

[ 17%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o
In file included from /home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage_template_helper.h:32:0,
                 from /home/twiggy/Wallets/aeon/src/cryptonote_core/miner.cpp:44:
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h: In member function ‘bool epee::serialization::portable_storage::get_next_section(epee::serialization::portable_storage::harray, epee::serialization::section*&)’:
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h:430:16: error: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive]
         return nullptr;
                ^
src/CMakeFiles/cryptonote_core.dir/build.make:86: recipe for target 'src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o' failed
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o] Error 1
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
CMakeFiles/Makefile2:324: recipe for target 'src/CMakeFiles/cryptonote_core.dir/all' failed
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Error 2
make[2]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
QuasiPuppet
on 09/09/2015, 07:30:18 UTC
Here is the error when I try to compile on Arch:

Code:

Scanning dependencies of target upnpc-static
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
make[3]: Entering directory '/home/twiggy/Wallets/aeon/build/release'
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
In file included from /usr/include/stdio.h:27:0,
                 from /home/twiggy/Wallets/aeon/external/miniupnpc/igd_desc_parse.c:10:
/usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
cc1: all warnings being treated as errors
external/miniupnpc/CMakeFiles/upnpc-static.dir/build.make:62: recipe for target 'external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o' failed
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
CMakeFiles/Makefile2:140: recipe for target 'external/miniupnpc/CMakeFiles/upnpc-static.dir/all' failed
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[2]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
QuasiPuppet
on 09/09/2015, 07:27:34 UTC
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?



Code:

[twiggy@archie Aeon 0.9.4]$ ./aeond
./aeond: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
[twiggy@archie Aeon 0.9.4]$



Code:
[twiggy@archie Aeon 0.9.4]$ ldd aeond
] linux-vdso.so.1 (0x00007ffd3f5f4000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f8eaae5a000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f8eaac3d000)
libboost_system.so.1.55.0 => not found
libboost_filesystem.so.1.55.0 => not found
libboost_thread.so.1.55.0 => not found
libboost_date_time.so.1.55.0 => not found
libboost_chrono.so.1.55.0 => not found
libboost_regex.so.1.55.0 => not found
libboost_serialization.so.1.55.0 => not found
libboost_program_options.so.1.55.0 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f8eaa8bb000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f8eaa5bd000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f8eaa3a7000)
/lib64/ld-linux-x86-64.so.2 (0x00007f8eab1fe000)

I for sure have all the Boost Libs installed.

Code:

[twiggy@archie Aeon 0.9.4]$ sudo pacman -S boost-libs
[sudo] password for twiggy:
warning: boost-libs-1.58.0-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) boost-libs-1.58.0-3

Total Installed Size:  10.92 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                            [####################################################] 100%
(1/1) checking package integrity                                                          [####################################################] 100%
(1/1) loading package files                                                               [####################################################] 100%
(1/1) checking for file conflicts                                                        [####################################################] 100%
(1/1) checking available disk space                                               [####################################################] 100%
(1/1) reinstalling boost-libs                                                             [####################################################] 100%

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
QuasiPuppet
on 09/09/2015, 07:19:18 UTC
 Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....
Post
Topic
Board Announcements (Altcoins)
Re: [XDN] DigitalNote - private money and messages transfer, №1 blockchain bank
by
QuasiPuppet
on 28/08/2015, 21:35:47 UTC
If there are some JS folks around here? its gonna be cool to see some service like preev.com for DigitalNote and also
DigitalNote vs oil would be great Wink
In a few year its gonna be DigitalNote vs Green Energy price calc  Grin


I could probably whip up something in PHP if you want.
Post
Topic
Board Announcements (Altcoins)
Re: [XDN] DigitalNote - private money and messages transfer, №1 blockchain bank
by
QuasiPuppet
on 28/08/2015, 16:54:53 UTC
What is the fastest way load wallets into new computers to avoid long sync times? Is there a place to download a recent blockchain before importing .keys and .wallets?
Thank you!

I have been looking for a blockchain bootstrap as well.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
QuasiPuppet
on 25/08/2015, 02:10:14 UTC
Ok, so I cloned the git repo, and compiled boolberry. When I fire up the daemon and start the simplewallet, I get the following error:

Code:
twiggy@mintsy ~/Wallets/Boolberry $ ./simplewallet
Boolberry wallet v0.3.0.41(4d57523)
terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
  what():  boost::bad_any_cast: failed conversion using boost::any_cast
Aborted
twiggy@mintsy ~/Wallets/Boolberry $


I'm using Linux Mint 17 XFCE

Any ideas as to why this occurs?
Post
Topic
Board Announcements (Altcoins)
Re: [SDC] Shadow | Anon POSV2 | ShadowSend | ShadowChat | ShadowGo | ShadowMarket*
by
QuasiPuppet
on 16/07/2015, 07:02:37 UTC
Could some please explain how to withdraw from the multipool? I have no clue on what is going on there. Genereated bitcoin address? How do I use this generated address.
Post
Topic
Board Announcements (Altcoins)
Re: [DRKT] Full POS Multipool trading on BITTREX, C-Cex, Yobit and Bluetrade
by
QuasiPuppet
on 15/07/2015, 03:44:50 UTC
Could someone explain how the multipool pays? It ;ooks like a BTC address is generated. How do I collect? Shadowcash is the same way. I mined quite a bit but have to clue on how to cash out.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [START] StartCOIN 2.0 - The digital currency for crowdfunding
by
QuasiPuppet
on 09/07/2015, 17:11:43 UTC
Any help on recovering a web wallet that was created on a cellphone that was stolen?
Post
Topic
Board Announcements (Altcoins)
Re: [DSH] Dashcoin (Cryptonote, automated source)
by
QuasiPuppet
on 26/05/2015, 22:19:20 UTC
Any link to non gui wallet?


Yes. Links are in the OP. And there is no GUI for the current version yet.

Well its not working properly. I have synced wallet but there is no any dash in my wallet
https://minergate.com/blockchain/dsh/transaction/96fa179afd6de3e2bddaa323f93db75fbe363d99f522afd53f75207ca85aadc1

Are you running dashcoind?
Wich OS are you using?
Which version are you using?

Running wallet from link in the OP.
Windows 7 x64
gui wallet version 1.1.1

EDIT: Dont bother. Gui wallet have bug. It showing me that i am downloaded all blockchain but it is not.
When i run dashcoind.exe its showing 68 days behind and gui wallet showing that is synced.

Run the dashcoin daemon first. Let it completely sync before you run the simple wallet.