-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Bounty #75
Comments
So u need some1 to test it 4 u? |
@TTcoinDeveloper already tested , I'm getting some errors on coin RPC wallet I think currency.rb needs to be changed |
What are your configs? |
@TTcoinDeveloper what coin I wanted to be implemented for you mean? Karbo (KRB) |
Run your ./coind getinfo make sure there r no wallet errors and i nput the correct rpc username and password ip cud be 0.0.0.0 instead of localhost and the rpc port of the coind u r using |
Make sure the coin rpc at /home/user/.coin/coin.conf matches the currency.rb |
@TTcoinDeveloper coin daemon and walletd are ok , but walletd gives me requested url / is not found when I'm trying to run daemons on peatio I don't know if you already know about Cryptonote RPC methods |
@TTcoinDeveloper what do you mean by "coin rpc at /home/user/.coin/coin.conf matches the currency.rb" ? |
The logins the password rpcallowip=0.0.0.0 rpcport=×××× listen=1 server=1 make sure u put the exact infos on the currency.rb to open the rpc port to peatio |
@TTcoinDeveloper oh , I forgot about it , I will test and share the results thanks. |
it is a bit different but it is generally the same as any coind just the rpcallowip= will be seed-node the the rpcport= will be rpc-bind-port= |
@TTcoinDeveloper ok I will try and share the results thanks. |
@algobasket do you had a open issue phobia?! It's not resolved why do you close it?! |
@algobasket thanks for reopening thread , so many peoples are looking forward to this. |
So if the issue is not resolved what seems to |
@TTcoinDeveloper it has nothing to do with config file , on Cryptonote you should set these parameters on terminal not on a configuration file, and the screenshot you sent is just a fork note config file, at the moment the error it returns is that it doesn't recognize safe_getbalance on currency.rb , if I change this to getBalance (I should change on coin_rpc.rb too) it will break Bitcoin RPC , so it basically need some implemention, there is a gem for monero https://github.com/skyach/peatio-monero and it doesn't work with this version of peatio. |
Hello,
i opened a issue a few days ago and the repo owner sent me an id who didn't know how to add cryptonote coins, so im opening this one to get some helps.
wallet rpc is already done by graviex : https://github.com/InfraexDev/peatio/pull/106/files
i'm looking for a ruby dev to adapt app/models/currency.rb to work with cryptonote too.
(or any other part of this source) and i will donate a reasonable donation.
reply if any your'e interested, thanks.
The text was updated successfully, but these errors were encountered: