Pages:
Author

Topic: [Official ANN]FREELABIT|FBF|Up to 15% Interest|No ICO|POW|Cryptonight - page 17. (Read 29086 times)

newbie
Activity: 43
Merit: 0
try to apply for listing here at coinsmarkets.com ... there are a lot of new coins and there is an addition every day
full member
Activity: 224
Merit: 102
https://freelabit.network
Is this platform restricted to a number of countries (the freelancing platform)?
Not at all, being a decentralized platform wouldn´t be possible to restrict it to certain countries. Our aim from the start is Global reach.
member
Activity: 135
Merit: 10
Is this platform restricted to a number of countries (the freelancing platform)?
full member
Activity: 224
Merit: 102
https://freelabit.network
recovery didnt work... thats ok... I learn from my mistakes... Thank you and pomartin for your answers!!!

I hope your loss was not too big  Undecided

Another low-fee (1%) mining pool: http://minefbf.802-11.pw
Can it be added to pool list?
Added on OP.
THx
jr. member
Activity: 80
Merit: 5
recovery didnt work... thats ok... I learn from my mistakes... Thank you and pomartin for your answers!!!

I hope your loss was not too big  Undecided

Another low-fee (1%) mining pool: http://minefbf.802-11.pw
Can it be added to pool list?
member
Activity: 135
Merit: 10
WOW! Grin FreelaBit it´s among the top 5 coins to be added with 2.8k votes!
I think altcoin.io goes live early Jan 18, so for sure we´re gonna be in!
https://feedback.altcoinexchange.com/suggestions/2101/add-freelabit-fbf-coin
full member
Activity: 224
Merit: 102
https://freelabit.network
When will enter cryptopia? I want the mining

DOT donation address: 0x953f06515bee7c19969eaa22d378995042030f85
Listing cost: 5000000DOT

Altcoin.io Voting list:


BTC donation address: 1GhXfAyM7Y8RBciyfzH13TUciBq4nv4ogv
Listing cost: 0.08BTC

C-Cex Voting list:
newbie
Activity: 8
Merit: 0
When will enter cryptopia? I want the mining
full member
Activity: 224
Merit: 102
https://freelabit.network
sorry for the inconvinience, newbie here. I did a format in my computer and now my wallet starts from the begginning and 0 FBF. Also now I have a different address. How can I fix this?
Have you backed up and encrypted your wallet before formatting your computer? If you haven´t done that, unfortunately without the wallet  private keys there is no way to recover funds. If you have backed up your wallet  you just need to Click on open wallet from file menu and navigate to the directory where your wallet backup is located and open it.


thank you for answer...
i didnt know and i lost them all
bad luck... i am very disapointed but life goes on...
maybe you can try pomartin suggestion, try to do a file recovery.


Pls check your PM´s
full member
Activity: 224
Merit: 102
https://freelabit.network
sorry for the inconvinience, newbie here. I did a format in my computer and now my wallet starts from the begginning and 0 FBF. Also now I have a different address. How can I fix this?
Have you backed up and encrypted your wallet before formatting your computer? If you haven´t done that, unfortunately without the wallet  private keys there is no way to recover funds. If you have backed up your wallet  you just need to Click on open wallet from file menu and navigate to the directory where your wallet backup is located and open it.


thank you for answer...
i didnt know and i lost them all
bad luck... i am very disapointed but life goes on...
maybe you can try pomartin suggestion, try to do a file recovery.
full member
Activity: 224
Merit: 102
https://freelabit.network
DOT donation address: 0x953f06515bee7c19969eaa22d378995042030f85
Listing cost: 5000000DOT

Altcoin.io Voting list:


BTC donation address: 1GhXfAyM7Y8RBciyfzH13TUciBq4nv4ogv
Listing cost: 0.08BTC

C-Cex Voting list:
jr. member
Activity: 80
Merit: 5
sorry for the inconvinience, newbie here. I did a format in my computer and now my wallet starts from the begginning and 0 FBF. Also now I have a different address. How can I fix this?

If you did not backed up your wallet you could try to recover your .wallet file, but there are low chances that it actually survived. Do a google search for file recovery, you'll find a lot of tools for this.
But as I said, chances of recovery are a bit lower
full member
Activity: 224
Merit: 102
https://freelabit.network
sorry for the inconvinience, newbie here. I did a format in my computer and now my wallet starts from the begginning and 0 FBF. Also now I have a different address. How can I fix this?
Have you backed up and encrypted your wallet before formatting your computer? If you haven´t done that, unfortunately without the wallet  private keys there is no way to recover funds. If you have backed up your wallet  you just need to Click on open wallet from file menu and navigate to the directory where your wallet backup is located and open it.
jr. member
Activity: 80
Merit: 5
FreelaBit can you please give me a valid json_rpc wallet daemon command to perform a transaction? I understand that "transfer" was changed to "sendTransaction" but as far as parameters are concerned I just cant figure them out :/

To answer myelf: use wallet binded to desired port, not wallet deamon.

New question:
Once wallet was opened with wallet daemon I cannot open it with wallet... how to fix this? Or, how to send funds with json_rpc directly from wallet daemon?
Can you share what are you trying to accomplish? Are you setting up a pool? If so, which cryptonote pool fork are you using? Usually you don´t need to transfer funds manually that´s why you open daemon and wallet with RPC commands to be binded. When you say wallet daemon are you referring to wallet or daemon?
Thanks for reply.
I am trying to set up a pool.
At first I set it up to mine to my local wallet and it worked just fine.
Now I tried to set up pools own wallet so it would actually act as a pool- pay workers.
As you said, with wallet binded to RPC port this pool works fine: https://github.com/fancoder/cryptonote-universal-pool

In the meantime I mannaged to open a wallet created by "flbwallet" with "walletd".
this wallet has 40 blocks in it.
Now I can not open tis wallet with "flbwallet" (same password works with walletd) -> error:Error: failed to load wallet: can't load wallet file 'FBF_pool.wallet', check password
Failed to initialize wallet

However I can open it with "walletd". I can use command curl http://address:8070/json_rpc -d '{"method":"getbalance"}' to view its balance. The question is: How to send balance in this wallet using TPC to one that I can open with "flbwallet"?
walletd uses different type of wallet, it can't be opened in simplewallet(flbwallet). To transfer coins you have to send json rpc command because walletd is intended to be used in services.
Check here https://github.com/seredat/karbowanec/issues/5  (KRB github)
see seredat comment there : "Hm, try to open it in walletd version you used to create wallet container, and use abovementioned getViewKey() and getSpendKeys() methods to export your private keys, then you will be able to import them into simplewallet"

Mannaged to recover it. Thank again.

If someone else will run into this trouble, here is what I used:

Code:
curl -X POST -i -H "Accept: application/json" -d '{ "params":{"anonymity":0,"fee":1000000,"unlockTime":0,"paymentId":"","addresses":["---retarded wallet address----"],"transfers":[{"amount":368009000,"address":"---receiver address---"}],"changeAddress":"---retarded wallet address---"},"jsonrpc":"2.0","id":"test","method":"sendTransaction"}' http://---URL---:---PORT---/json_rpc
full member
Activity: 224
Merit: 102
https://freelabit.network
finally my wallet start sync. I am not changing any settings in my pc and router.
I think problem was in dev nodes, maybe after rebuilt it start working
Great!

hooly great? 2 mesyaca net listinga, bomzhegolosovalku kalyaduut...
Yes it is Great! that this user fixed his issues with synching the wallet.
As per what you said about "2 months no listing, vagabond...." (Don´t get it why you didn´t posted in English, but..whatever)
Let´s repeat what have been discussed many times before, in this thread:

*FreelaBit FBF it´s not a ETH Token but a Cryptonote Coin, (Do your own research to find differences)
*FreelaBit FBF is not an ICO (Introductory Coin Offering), meaning we´re not asking you to put money in advance....
*FreelaBit FBF it´s a community driven project as a whole, from the community to the community.
*Perhaps FreelaBit doesn´t fill your Pump & Dump needs, then there are 1000+ other coins/tokens where you can apply your P&D urgencies.
*Two months for a Cryptocoin it´s just too little time, FreelaBit it´s in its infancy still, it is a great time for mining due to the low diff.
*We  are aware that listing on an exchange is needed, as we mentioned before, we are not desperate to get listed yet we know we´ll have to reach that point eventually in the very near future, and we haven´t stopped working on it.
*Being that said, we´re not going to literally dump ~10btc just to get listed.
*We don´t own FreelaBIt FBF, again, it´s a decentralized community project.


Dude, thx for u answer) But where did you see such cosmic digits in 10btc ?? Stocks - 0.08-0.12BTC, yobit 0.6btc, south, satoshi... Why u try fly to HiBTC or Bittrex or... Cryptopia without base transfertint pre-mine to BTC for this?..
To tighten with the listing is a very bad move for any project, because the miners depart, the hasht falls and the project withers .. Listing gives an influx of new blood)
Trust me, we have received listing offers around that amount and higher from all kinds of exchanges.
"Cryptopia without base transfertint pre-mine to BTC for this?.."  <----What does this mean?

*We  are aware that listing on an exchange is needed, as we mentioned before, we are not desperate to get listed yet we know we´ll have to reach that point eventually in the very near future, and we haven´t stopped working on it.
*Being that said, we´re not going to literally dump ~10btc just to get listed.

*We don´t own FreelaBIt FBF, again, it´s a decentralized community project.
(theres a donation address opened on stocks.exchange see OP for info, we´ll open a Cryptopia DOT donation as well)
full member
Activity: 373
Merit: 100
finally my wallet start sync. I am not changing any settings in my pc and router.
I think problem was in dev nodes, maybe after rebuilt it start working
Great!

hooly great? 2 mesyaca net listinga, bomzhegolosovalku kalyaduut...
Yes it is Great! that this user fixed his issues with synching the wallet.
As per what you said about "2 months no listing, vagabond...." (Don´t get it why you didn´t posted in English, but..whatever)
Let´s repeat what have been discussed many times before, in this thread:

*FreelaBit FBF it´s not a ETH Token but a Cryptonote Coin, (Do your own research to find differences)
*FreelaBit FBF is not an ICO (Introductory Coin Offering), meaning we´re not asking you to put money in advance....
*FreelaBit FBF it´s a community driven project as a whole, from the community to the community.
*Perhaps FreelaBit doesn´t fill your Pump & Dump needs, then there are 1000+ other coins/tokens where you can apply your P&D urgencies.
*Two months for a Cryptocoin it´s just too little time, FreelaBit it´s in its infancy still, it is a great time for mining due to the low diff.
*We  are aware that listing on an exchange is needed, as we mentioned before, we are not desperate to get listed yet we know we´ll have to reach that point eventually in the very near future, and we haven´t stopped working on it.
*Being that said, we´re not going to literally dump ~10btc just to get listed.
*We don´t own FreelaBIt FBF, again, it´s a decentralized community project.


Dude, thx for u answer) But where did you see such cosmic digits in 10btc ?? Stocks - 0.08-0.12BTC, yobit 0.6btc, south, satoshi... Why u try fly to HiBTC or Bittrex or... Cryptopia without base transfertint pre-mine to BTC for this?..
To tighten with the listing is a very bad move for any project, because the miners depart, the hasht falls and the project withers .. Listing gives an influx of new blood)
full member
Activity: 224
Merit: 102
https://freelabit.network
FreelaBit can you please give me a valid json_rpc wallet daemon command to perform a transaction? I understand that "transfer" was changed to "sendTransaction" but as far as parameters are concerned I just cant figure them out :/

To answer myelf: use wallet binded to desired port, not wallet deamon.

New question:
Once wallet was opened with wallet daemon I cannot open it with wallet... how to fix this? Or, how to send funds with json_rpc directly from wallet daemon?
Can you share what are you trying to accomplish? Are you setting up a pool? If so, which cryptonote pool fork are you using? Usually you don´t need to transfer funds manually that´s why you open daemon and wallet with RPC commands to be binded. When you say wallet daemon are you referring to wallet or daemon?
Thanks for reply.
I am trying to set up a pool.
At first I set it up to mine to my local wallet and it worked just fine.
Now I tried to set up pools own wallet so it would actually act as a pool- pay workers.
As you said, with wallet binded to RPC port this pool works fine: https://github.com/fancoder/cryptonote-universal-pool

In the meantime I mannaged to open a wallet created by "flbwallet" with "walletd".
this wallet has 40 blocks in it.
Now I can not open tis wallet with "flbwallet" (same password works with walletd) -> error:Error: failed to load wallet: can't load wallet file 'FBF_pool.wallet', check password
Failed to initialize wallet

However I can open it with "walletd". I can use command curl http://address:8070/json_rpc -d '{"method":"getbalance"}' to view its balance. The question is: How to send balance in this wallet using TPC to one that I can open with "flbwallet"?
walletd uses different type of wallet, it can't be opened in simplewallet(flbwallet). To transfer coins you have to send json rpc command because walletd is intended to be used in services.
Check here https://github.com/seredat/karbowanec/issues/5  (KRB github)
see seredat comment there : "Hm, try to open it in walletd version you used to create wallet container, and use abovementioned getViewKey() and getSpendKeys() methods to export your private keys, then you will be able to import them into simplewallet"
jr. member
Activity: 80
Merit: 5
FreelaBit can you please give me a valid json_rpc wallet daemon command to perform a transaction? I understand that "transfer" was changed to "sendTransaction" but as far as parameters are concerned I just cant figure them out :/

To answer myelf: use wallet binded to desired port, not wallet deamon.

New question:
Once wallet was opened with wallet daemon I cannot open it with wallet... how to fix this? Or, how to send funds with json_rpc directly from wallet daemon?
Can you share what are you trying to accomplish? Are you setting up a pool? If so, which cryptonote pool fork are you using? Usually you don´t need to transfer funds manually that´s why you open daemon and wallet with RPC commands to be binded. When you say wallet daemon are you referring to wallet or daemon?
Thanks for reply.
I am trying to set up a pool.
At first I set it up to mine to my local wallet and it worked just fine.
Now I tried to set up pools own wallet so it would actually act as a pool- pay workers.
As you said, with wallet binded to RPC port this pool works fine: https://github.com/fancoder/cryptonote-universal-pool

In the meantime I mannaged to open a wallet created by "flbwallet" with "walletd".
this wallet has 40 blocks in it.
Now I can not open tis wallet with "flbwallet" (same password works with walletd) -> error:Error: failed to load wallet: can't load wallet file 'FBF_pool.wallet', check password
Failed to initialize wallet

However I can open it with "walletd". I can use command curl http://address:8070/json_rpc -d '{"method":"getbalance"}' to view its balance. The question is: How to send balance in this wallet using RPC to one that I can open with "flbwallet"?
full member
Activity: 224
Merit: 102
https://freelabit.network
FreelaBit can you please give me a valid json_rpc wallet daemon command to perform a transaction? I understand that "transfer" was changed to "sendTransaction" but as far as parameters are concerned I just cant figure them out :/

To answer myelf: use wallet binded to desired port, not wallet deamon.

New question:
Once wallet was opened with wallet daemon I cannot open it with wallet... how to fix this? Or, how to send funds with json_rpc directly from wallet daemon?
Can you share what are you trying to accomplish? Are you setting up a pool? If so, which cryptonote pool fork are you using? Usually you don´t need to transfer funds manually that´s why you open daemon and wallet with RPC commands to be binded. When you say wallet daemon are you referring to wallet or daemon?
jr. member
Activity: 80
Merit: 5
FreelaBit can you please give me a valid json_rpc wallet daemon command to perform a transaction? I understand that "transfer" was changed to "sendTransaction" but as far as parameters are concerned I just cant figure them out :/

To answer myelf: use wallet binded to desired port, not wallet deamon.

New question:
Once wallet was opened with wallet daemon I cannot open it with wallet... how to fix this? Or, how to send funds with json_rpc directly from wallet daemon?
Pages:
Jump to: