Search found 44 matches
- 26 Jan 2019, 14:48
- Forum: General discussions
- Topic: Board testing & bugs
- Replies: 9
- Views: 11382
Re: Board testing & bugs
Maybe, or just humans with normal registrations. Now is better, the invalid registration attempts are nearly 0. Seems all captcha methods for spam prevention are broken (even google). I'm trying to keep questions simple but still hard for bots to just search in google and answer. They must be someth...
- 07 Jan 2019, 15:49
- Forum: General discussions
- Topic: Board testing & bugs
- Replies: 9
- Views: 11382
- 19 Nov 2018, 12:13
- Forum: General discussions
- Topic: Board testing & bugs
- Replies: 9
- Views: 11382
Re: Board testing & bugs
Ahoy, pttn
Sorry for long replay times, past months I'm heavy busy in my full time jobs.
Unfortunately no. I sent messages to all who are involved and I know are involved in pools but no replies.
Sorry for long replay times, past months I'm heavy busy in my full time jobs.
Unfortunately no. I sent messages to all who are involved and I know are involved in pools but no replies.
- 03 Nov 2018, 09:42
- Forum: General discussions
- Topic: Listing in exchange
- Replies: 4
- Views: 4913
Re: Listing in exchange
I agree, we need ric to be listed on more exchanges. We should try to contact with some of the smaller exchanges, that are not total scam, maybe they will have not initial fee for adding coin. Last year for some scam coins I used http://stocks.exchange now I see they are transformed to stex . Send t...
- 03 Nov 2018, 09:10
- Forum: General discussions
- Topic: Contacting gatra?
- Replies: 3
- Views: 4507
Re: Contacting gatra?
Did anyone try to contact him directly by PM, email, or Twitter? Or can we assume that he completely abandoned us? Maybe posting something to his Flixxio Twitter will make him react. I tried to contact him in email, but have only one that he used nearly 5 years ago, so maybe he dont use it anymore....
- 16 Oct 2018, 15:27
- Forum: Developer corner
- Topic: Developing riecoin web wallet
- Replies: 2
- Views: 2348
Re: Developing riecoin web wallet
Yes I played a little with Cryptapus tools, and I am finding them very good and innovative. My idea here is we to develop entirely payment system based on riecoin not only web or android wallet and to release it for free. I think this way we can make already mined RICs more useful, not to be only fo...
- 16 Oct 2018, 10:36
- Forum: General discussions
- Topic: Board testing & bugs
- Replies: 9
- Views: 11382
Re: Board testing & bugs
Spoiler function is in fact external java script, and is not feature that come directly with the board code. I will check to see what I was wrote as java script to make the spoiler, but from what I see it is because only one spoiler in one post can be put.
- 16 Oct 2018, 10:21
- Forum: Developer corner
- Topic: 0.16 wallet and bounty news??
- Replies: 65
- Views: 31158
Re: 0.16 wallet and bounty news??
src/qt/riecoin-qt exists but running it does not show anything - no error, no qt window. riecoind -version shows: v0.16.3-(something) riecoind: segmentation fault(core dumped) Any ideas where I can get better error messages to help diagnosing? Thanks! Ahoy, Izknv First, make clean; make Sometimes i...
- 13 Oct 2018, 08:57
- Forum: Developer corner
- Topic: 0.16 wallet and bounty news??
- Replies: 65
- Views: 31158
Re: 0.16 wallet and bounty news??
sudo apt-get install libboost-all-dev libssl-dev libdb++-dev libevent-dev This will install header files (you will need them to compile the wallet). Highly likely you will have to compile and the libs (or at least some of them) with mingw first so this process will produce .dll/.a/.la files windows ...
- 12 Oct 2018, 14:20
- Forum: Developer corner
- Topic: 0.16 wallet and bounty news??
- Replies: 65
- Views: 31158
Re: 0.16 wallet and bounty news??
When i execute the last make command i get the following output .... user@Laptop:/usr/src/riecoin$ make cd . && /bin/bash ./config.status Makefile config.status: creating Makefile Making all in src make[1]: Entering directory '/usr/src/riecoin/src' cd .. && /bin/bash ./config.status src/Makefile de...