solarcoin
solarcoin copied to clipboard
SolarCoin with PoST
Hello, I found a vulnerability which can cause double spend attack. I want to know how to submit vulnerability details and vulnerability reward rules. You can contact me via TG(@RedTeamPing).
As mentioned in the slack, is important to develop some basic documentation for the roadmap and the changelog of the wallet so as developers can get a better understanding of...
I followed the steps given in https://github.com/Scalextrix/SolarCoin-Raspberry-Pi-Node/blob/master/Create-a-Pi-Node.md and succesfully installed solarcoind. ``` { "version" : "v2.1.8.0", "protocolversion" : 70005, "walletversion" : 60001, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" :...
Qt framework has a method to autocomplete the addresses when typing on the sending of money. This will make it easier to work with the addressbook and make payment form...
Been going through the code for a while, and I think the way to make it the wallet easier to contribute is if we start replacing Qt widgets with QML...
When using the Export Data feature for the Transaction History, the resulting.csv file does not include the public Transaction Comment. As the Solarcoin Foundation uses this comment to notify solar...
It would be great to have the app scale properly on high-DPI displays. I'm using the Windows version of the wallet and it has the scaling issues like many other...
I am trying to run solarcoin-qt and getting the following error: `$ ./solarcoin-qt ./solarcoin-qt: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory`...
**The error** ``` g++ -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/solarcoin/solarcoin/src -I/root/solarcoin/solarcoin/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/root/solarcoin/solarcoin/src/leveldb/include -I/root/solarcoin/solarcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -fPIE -D_FORTIFY_SOURCE=2 -o solarcoind obj/alert.o obj/version.o...
**The error** ``` In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0, from /usr/include/boost/iterator/iterator_facade.hpp:14, from /usr/include/boost/range/iterator_range_core.hpp:27, from /usr/include/boost/range/iterator_range.hpp:13, from /usr/include/boost/assign/list_of.hpp:20, from rpcrawtransaction.cpp:6: /usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&;...